4 weeks ago
HI All,
I have added my custom logic when PR is created or Changed using MD03 which is working expected but when i try to Delete the PR in MD04 by making the quanity for specific month BLANK i have to pass Deletion Indicator as the PR is deleted but when the control comes to IF_EX_MD_PURREQ_CHANGE~CHANGE_BEFORE_SAVE_MRP (ZCL_IM_MD_PURR) the PR is available in EBAN and i am unalbe to find any indicator that the PR is deleted.Could you please help me how to check if the PR is being DELETED based on which i can add my logic.
MD04 screen shot bellow
MD04 screen
Now i execute MD03 as below
Tell me where i should code to capture the deleted PR .
Thanks,
Request clarification before answering.
What's the value of IM_VSTAT (Include MM61XVAL, L for delete/löschen)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
'L' is loeschen (en delete) and you have your answer 😎
*---> Verarbeitungsstatus
CONSTANTS:
vstath(1) TYPE c VALUE 'H', "Hinzufuegen
vstatv(1) TYPE c VALUE 'V', "Veraendern
vstatl(1) TYPE c VALUE 'L', "Loeschen
vstatn(1) TYPE c VALUE 'N', "Neu aufloesen
vstati(1) TYPE c VALUE 'I', "Einfuegen
vstata(1) TYPE c VALUE 'A', "Anzeigen/Aktivieren
vstatd(1) TYPE c VALUE 'D', "Deaktivieren
vstatt(1) TYPE c VALUE 'T', "Teilabbau
vstatk(1) TYPE c VALUE 'K', "Komplettabbau/Korrigieren
vstats(1) TYPE c VALUE 'S', "Simulieren
vstatc(1) TYPE c VALUE 'C', "Aggregieren
vstatr(1) TYPE c VALUE 'R', "Rückmeldung - Reduzieren
vstate(1) TYPE c VALUE 'E'. "Endrückmeldung - Löschen
User | Count |
---|---|
92 | |
15 | |
8 | |
7 | |
5 | |
3 | |
3 | |
3 | |
3 | |
2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.