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

PP/DS - Mark as fixed the operation of planned order, by EXIT.

renato_parise
Participant
0 Likes
269

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.

Accepted Solutions (1)

Accepted Solutions (1)

tiago_furlanetto
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi Parise,

Within the BAdI, you can modify value of field ACT_STATUS for the activity in table CT_ACTIVITIES. The possible values are:

0GC_STAT_DEFAULT (see Include /sapapo/constants)
1GC_STAT_RELEASED
2GC_STAT_FIXED
3GC_STAT_FXD_REL
4GC_STAT_STARTED
5GC_STAT_PART_CONF
6GC_STAT_FIN_CONF
7GC_STAT_INTERRUPT
8GC_STAT_INTERRUPT_FIX

Regards,

Tiago

renato_parise
Participant
0 Likes

Hi Tiago,

Thanks for your help.

Answers (0)