Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Passing a cursor to a SAP Function ????
Message
De
04/04/2006 08:56:39
 
 
À
04/04/2006 06:52:45
Albert Beermann
Piepenbrock Service Gmbh & Cokg
Osnabrück, Allemagne
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Database:
MySQL
Divers
Thread ID:
01110208
Message ID:
01110230
Vues:
15
Hello,

i don't got your VB code 100% .. but maybe this helps ..
&& I dont see where you assign a object reference to the variable
&& "theFunc" in your VB code - so you have to adjust this ..
i_auf = theFunc.tables.Item("I_AUF")

SELECT yourTable
SCAN
auftrag = i_auf.AppendRow()
auftrag("AUFNR") = ALLTRIM(yourTable.auftragsnr)
auftrag("AUART") = ALLTRIM(yourTable.auftragsart)
...
ENDSCAN

...
functionCtrl.Connection.Logoff()
sapConnection = .NULL.
functionCtrl = .NULL.
Regards
Christian
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform