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....

Former Member
0 Likes
675

Hi frnds....

i m having a task for going for this badi mentioned below but couldnt understand the functioanlity.

can any hlp me in this and if anyone having this badi plzzz let me know.

help me plzz its urgent.

BADI for Changing the Langauge

in the purchase order based on the entries in the customer table

regards,

rajesh

BADI for Changing the Langauge

in the purchase order based on the entries in the customer table

4 REPLIES 4
Read only

Former Member
0 Likes
591

Hello Rajesh,

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.

Regs,

Venkat Ramanan N

Read only

0 Likes
591

hi venkat...

can u help me in my case i.e my badi whcih i hav posted

with regards,

rajesh

Read only

Former Member
0 Likes
591

Hi,

Can you post the BAdi name???,

Rgds,

Read only

Former Member
0 Likes
591

hi frnds can u all help me plzz.

my object is urgent.