2015 Dec 14 6:12 AM
Hi
I want to know if there is any FM/BAPI to change the status of a disconnection document.
I have go through earlier posts but I didn't find the answer I was looking for.
After a certain action in a Z program I need to change the status of disconnection document from 21 to 23
As per other posts which I have read it says SAP doesn't allow direct change to statuses.
Can you please provide your inputs?
2015 Dec 14 7:47 AM
Hi Karthik,
You may use the following FM's.
ISU_S_DISCDOC_CHANGE
ISU_DISCDOC_ACTION_SAVE
ISU_DISCDOC_OBJECT_GET
The parameters will be as follow
x_discno = disconnection document number (DISCNO)
x_upd_online = 'X'
x_no_dialog = 'X' (for background processing)
Regards,
Monis Shakeel
2015 Dec 14 8:51 AM
FM ISU_S_DISCDOC_CHANGE doesn't have the option disconnection document status in its parameters.
2015 Dec 22 12:52 PM