Hello Experts!!!
Iu2019m trying to capture all the FINALL DATA whenever there is any change made to Delievery Document (VL02N). To accomplish this Iu2019m using BADI LE_SHP_DELIVERY_PROC. Now the problem is even though this BADI triggers when I choose any delivery document. But only comes in CHANGE_FIELD_ATTRIBUTES method. I put break point in all the following methods but after going into CHANGE_FIELD_ATTRIBUTES method it just save the delivery document (WITHOUT SHOWING ME THE FINALL DATA, WHICH I WANT TO SAVE IN A FILE AND A CUSTOME TABLE AS WELL.)
Here is the list of methods I set break point in. But non of them triggers except CHANGE_FIELD_ATTRIBUTES.
u2022 READ_DELIVERY
u2022 DELIVERY_FINAL_CHECK
u2022 SAVE_AND_PUBLISH_DOCUMENT
u2022 SAVE_DOCUMENT_PREPARE
u2022 FILL_DELIVERY_HEADER
u2022 FILL_DELIVERY_ITEM
Can anybody tell me what am I suppose to do in order to capture the FINALL DATA.
Points will be rewarded on suitable answer.