cancel
Showing results for 
Search instead for 
Did you mean: 

Deletion and creation of SNP Planned order

Former Member
0 Kudos

Hi,

I need to delete the SNP Planned order i.e ATP category of type 'EE' and I have to create the orders of ATP category EE through programetically. Please let me know if any BAPI's or Function modules are existed for the same.

Appriciate your help.

Regards,

Ratna

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Using BAPI_MOSRVAPS* will save and delete the manufacturing orders. Not the SNP Planned order of ATP category 'EE'.

Regards,

Ratna

Former Member
0 Kudos

Hi,

In the BAPI BAPI_MOSRVAPS in the import parameter mention order type as '5' for planned order and in the table Order_Head you can mention the ATP category in which you want to store the data.

Hope this answers your query.

Thanks,

Sanjog

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Ratna.

To delete orders in SNP use transaction:

/SAPAPO/RLCDEL

BAPI to create planned orders:

BAPI_MOSRVAPS_SAVEMULTI3

There is also a BAPI to delete planned orders if this is more suitable.

BAPI_MOSRVAPS_DELEMULTI

Hope this helps, M