Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Error in bapi

Former Member
0 Likes
488

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.

3 REPLIES 3
Read only

Former Member
0 Likes
464

Hi,

Try activating the main function group of the BAPI and check.

Regards,

Ankur Parab

Read only

uwe_schieferstein
Active Contributor
0 Likes
464

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

Read only

0 Likes
464

if you have defined the variable in a (top) include, activate the include first and then the bapi. Maybe this helps.

Peter