‎2007 Jun 06 8:07 AM
Hi All,
Please help me out with a BADI or EXIT for the Tcode - OAWD (Store Documents) .As per our requirement, while executing OAWD, after the step - work item created, we want to add a pop-up which will take us to tcode- SBWP.
Any help will be highly appreciated .
Thanks/Regards
Priya
‎2007 Jun 06 8:15 AM
Hi
Follow the below steps to find out what all BADI's are called when you press any button in any transaction.
1) Goto se24 (Display class cl_exithandler)
2) Double click on the method GET_INSTANCE.
3) Put a break point at Line no.25 (CASE sy-subrc).
Now
4) Execute SAP standard transaction
5) Press the required button for which you need to write an exit logic, the execution will stop at the break point.
6) Check the values of variable 'exit_name', it will give you the BADI name called at that time.
7) This way you will find all the BADIs called on click of any button in any transaction.
This will solve your BADI finding problem in future as well !!
Mark if helpful
Regs,
Tushar Mundlik
‎2007 Jun 06 8:15 AM
Hi
Follow the below steps to find out what all BADI's are called when you press any button in any transaction.
1) Goto se24 (Display class cl_exithandler)
2) Double click on the method GET_INSTANCE.
3) Put a break point at Line no.25 (CASE sy-subrc).
Now
4) Execute SAP standard transaction
5) Press the required button for which you need to write an exit logic, the execution will stop at the break point.
6) Check the values of variable 'exit_name', it will give you the BADI name called at that time.
7) This way you will find all the BADIs called on click of any button in any transaction.
This will solve your BADI finding problem in future as well !!
Mark if helpful
Regs,
Tushar Mundlik
‎2007 Jun 06 9:19 AM
‎2007 Jun 06 9:34 AM
Hi,
Try with the following BADI's
OIRI_LIS_UPDATES
OIRC_LOGDOCDR_SCHDEF
OIRC_LOGDOC_SCHDEF
OIJ_SP_DOC
FM_UPDATE_DATE_CF
CFOLDERS_BI_DOCUMENT
Regards
‎2007 Jun 11 7:34 AM
Required BADIs for tcode- OAWD are:
HRBAS00_GET_PROFL
HRBAS00_STRUAUTH
Thanks All, for the help provided.
Regards
Priya