2006 Dec 12 5:12 AM
Hi All,
I want to understand Standard SAP Code,from where we are calling BADI method "MB_DOCUMENT_UPDATE". I want to but break point just above the method call.
I am trying to find in MB01, but could not find one.
Thanks in advance.
2006 Dec 12 5:16 AM
Hi
May this code will help u i think
REPORT BADI .
DATA EXIT TYPE REF TO IF_EX_BADI.
DATA WORD(15) TYPE C.
CALL METHOD CL_EXITHANDLER=>GET_INSTANCE CHANGING INSTANCE = EXIT.
START-OF-SELECTION.
WRITE:/ 'Please click here'.
AT LINE-SELECTION.
NEW-PAGE.
WORD = 'Business add in'.
WRITE:/ 'Original word: ', WORD.
CALL METHOD EXIT->METHODE
CHANGING
PARAMETER = WORT.
WRITE:/ 'Changed word: ', WORD.
2006 Dec 12 5:33 AM
Thanks for your reply, i am looking for standard SAP transaction code. where i can see CALL method.
2006 Dec 12 5:17 AM
Hi,
Check in the FM MB_POST_DOCUMENT for the BADI..
It will be called in update task..Have the Update debugging on..
Thanks
Naren
2006 Dec 12 5:36 AM
2006 Dec 12 6:41 AM
Hi Naren,
You gave me FM, and when i used where used list on Prog. it is showing me none. I need Standard SAP prog code, where we are calling BADI method.
Thanks
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |