‎2009 Apr 30 8:37 PM
I need to enhance bapi_0035_create, becasue there are additional fields in GMGR table. After enhancing I need to use the BAPI in LSMW.
What is the best approach for this?
Looks like I this bapi_0035_create does not have enhancement option!!
Please help.
‎2009 May 01 8:33 AM
Hi.
There is classic BAdI named BAPI_0035 which can help you.
Look how lif_exit reference variable is used in code of function module BAPI_0035_CREATE.
DATA: l_ref_grant_bapi TYPE REF TO cl_gm_grant_bapi,
lif_exit TYPE REF TO if_ex_bapi_0035.
‎2009 May 01 8:33 AM
Hi.
There is classic BAdI named BAPI_0035 which can help you.
Look how lif_exit reference variable is used in code of function module BAPI_0035_CREATE.
DATA: l_ref_grant_bapi TYPE REF TO cl_gm_grant_bapi,
lif_exit TYPE REF TO if_ex_bapi_0035.
‎2009 May 05 10:32 PM
‎2009 Aug 17 12:58 AM
Hi,
I am trying to enhance BAPI_0035_CREATE too. please let me know how you used the below exit?
BAPI is not creating a grant when i push the extension data.
Please let me know what code you put in the exit.
Thanks,
Soumya