2007 May 30 8:54 AM
i all,
i need to change start-up date in transaction ie02 through transaction ib02.
i found a badi - but apperantly i cant do batch input in a badi,
so, is anyone have a suggestion what can i do?
thanks in advanced,
dana.
2007 May 30 9:14 AM
Hi
Hello,
Go for BADI,
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.
Mark If Helpful
Regards,
Sree
i all,
i need to change start-up date in transaction ie02 through transaction ib02.
i found a badi - but apperantly i cant do batch input in a badi,
so, is anyone have a suggestion what can i do?
thanks in advanced,
dana.
2007 May 30 9:14 AM
Hi
Hello,
Go for BADI,
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.
Mark If Helpful
Regards,
Sree
2007 May 30 9:19 AM
hi, thanks for response.
i already found a badi, but my problem is that i need to do batch input to update transaction ie02,
and in badi i cant use "perform".
do you have any suggestion?
thanks.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |