Application Development 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: 

extending bapi structure

Former Member
0 Kudos

Hello Guys,

iam using bapi method in lsmw and according to my requirement i need to enhance the standard object for inserting 2 additional fields .i completed all those stuff now this BAPI standard object is having structure for extension .my question is how to include these additional fields in bapi extension structure.please help me guys and your help will be appreciated.

Regards

Janapathi

1 ACCEPTED SOLUTION

Former Member
0 Kudos

check below link which will be useful in ur case...

http://help.sap.com/saphelp_46c/helpdata/en/c3/40999d8b8911d396b70004ac96334b/content.htm

Award Points...

3 REPLIES 3

Former Member
0 Kudos

check below link which will be useful in ur case...

http://help.sap.com/saphelp_46c/helpdata/en/c3/40999d8b8911d396b70004ac96334b/content.htm

Award Points...

Former Member
0 Kudos

Depending on your situation I would recommend a different approach.

Just use the standard BAPI's provided to create the data object without the two customer extended fields. Then I would develop a recording just to update those two fields. You would have two executions to run - one to create the object, and another to update the Z fields. Personally I think this is easier and requires less dev. and testing.

0 Kudos

problem solved