cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 
Read only

Customer Exit to change idoc_status[] in FM 'IDOC_INPUT_DESADV1' for idoc type DESADV

Arushi
Explorer
0 Likes
857

I have a requirement to change the idoc status from 51 to 68 for idoc typr DESADV, FM for this idoc is IDOC_INPUT_DESADV1, could you help me with the customer exit to make this change?

Accepted Solutions (0)

Answers (2)

Answers (2)

Arushi
Explorer
0 Likes

how about calling a program with WAIT time from any exit, then checking the status of idocs for DESADV for a particular day, if status is 51, then change to 68.. 

Is using WAIT time good approach?

Arushi
Explorer
0 Likes

Hi Ryan,

What is meant by copying or Direct modification? How can I achieve this requirement?