on ‎2016 Apr 18 1:31 AM
Is it possible mark as fixed the last operation of planned order (PP/DS) when I create it? Automatic.
I am looking at Badi /SAPAPO/RRP_SRC_EXIT, method RRP_USEX_PLORD_CREATE, without sucess.
Thanks.
Parise.
Request clarification before answering.
Hi Parise,
Within the BAdI, you can modify value of field ACT_STATUS for the activity in table CT_ACTIVITIES. The possible values are:
| 0 | GC_STAT_DEFAULT (see Include /sapapo/constants) |
| 1 | GC_STAT_RELEASED |
| 2 | GC_STAT_FIXED |
| 3 | GC_STAT_FXD_REL |
| 4 | GC_STAT_STARTED |
| 5 | GC_STAT_PART_CONF |
| 6 | GC_STAT_FIN_CONF |
| 7 | GC_STAT_INTERRUPT |
| 8 | GC_STAT_INTERRUPT_FIX |
Regards,
Tiago
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 13 | |
| 7 | |
| 4 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.