‎2010 Sep 07 10:50 AM
Hi all,
I got the following error when i was generating the bapi object
Unable to interpret "G_LIFNR". Possible causes of error: Incorrect spelling or comma error. .
Here "G_LIFNR". is import parameter, but all spellings of import, export and internal table field names in FM are correct and it is active. Pl. advise me on this .
Thanks and regards,
Tazeer.
‎2010 Sep 07 10:55 AM
Hi,
Try activating the main function group of the BAPI and check.
Regards,
Ankur Parab
‎2010 Sep 07 11:00 AM
Hello Tazeer
Search the BAPI function group for the term "G_LIFNR" and check whether you may have forgotten to add a komma or dot behind some data definition.
In addition, BAPIs have nothing to do with object oriented programming. The right forum for your question would be "Data Transfers" or "General".
Regards
Uwe
‎2010 Sep 15 2:48 PM
if you have defined the variable in a (top) include, activate the include first and then the bapi. Maybe this helps.
Peter