‎2007 Aug 07 4:41 PM
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
‎2007 Aug 07 5:39 PM
check below link which will be useful in ur case...
http://help.sap.com/saphelp_46c/helpdata/en/c3/40999d8b8911d396b70004ac96334b/content.htm
Award Points...
‎2007 Aug 07 5:39 PM
check below link which will be useful in ur case...
http://help.sap.com/saphelp_46c/helpdata/en/c3/40999d8b8911d396b70004ac96334b/content.htm
Award Points...
‎2007 Aug 07 8:45 PM
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.
‎2007 Aug 21 7:41 PM