Application Development and Automation 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: 
Read only

Badi or User-Exit for TCode-oawd

Former Member
0 Likes
939

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
733

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

4 REPLIES 4
Read only

Former Member
0 Likes
734

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

Read only

Former Member
0 Likes
733

BADIs

HRBAS00_GET_PROFL

HRBAS00_STRUAUTH

Regards

Nilesh

Read only

Former Member
0 Likes
733

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

Read only

0 Likes
733

Required BADIs for tcode- OAWD are:

HRBAS00_GET_PROFL

HRBAS00_STRUAUTH

Thanks All, for the help provided.

Regards

Priya