‎2010 Jul 28 7:42 AM
HI
I want to extend BAPI_MATERIAL_MAINTAINDATA_RT, by using this fm i am updating the table MARM, and i want to update the
ztable zmarm with the new fields.
I am new to BAPI
please help.
‎2010 Jul 28 7:57 AM
Hi,
Don't think any extension structures are available in this BAPI.
Regards
Vinod
‎2010 Jul 28 10:11 AM
Hello Srivallika,
When you recieve such a requiremnt first check whether BAPI interface contains any extension structure. Here with this BAPI there is not such extensions. If the data u want to update in ZMARM is available within the BAPI then you have two options.
1. Find out any relevant BAdi is calling from this BAPi.
2. Alot of enhancement points are available withs BAPI, find out the relevant point and add your code there..
Regards,
Antony Thomas
‎2010 Jul 28 10:39 AM
HI Antony
can you please explain in detail how to find and add the code in BADI for the bapi BAPI_MATERIAL_MAINTAINDATA_RT.
please help
‎2010 Jul 28 11:12 AM
Hello,
Search with CALL METHOD CL_EXITHANDLER=>GET_INSTANCE within the source code of BAPI.
use enhancement point option also, if Badi is not available..
Regards,
Antony Thomas