cancel
Showing results for 
Search instead for 
Did you mean: 

Create fixed Planned orders in SNP via upload

Former Member
0 Kudos

Dear Gurus,

I have a requirement to create fixed Planned orders in SNP via file upload.

I am completely new to the world of SNP and need help.

Questions:

1. What should be file structure? / What input data required?

2. Can I use function module: /SAPAPO/RRP_PLORD_CREATE?

    But do not have idea what does its input parameters means.

I have an idea of uploading file to Z-Program.

Any other approach or method to deal this requirement is welcome.

Best regards,

Jen

Accepted Solutions (1)

Accepted Solutions (1)

rajkj
Active Contributor
0 Kudos

Hi Jen,

You may try to use ManufactOrderAPS' BAPI (BAPI_MOSRVAPS_SAVEMULTI3) to create firmed planned orders. The tabel parameter order_head of type BAPI10503ORDHEADIN has fields to firm (INPUT_FIXED, OUTPUT_FIXED, and DATE_FIXED) the order.

Thanks,

Rajesh

Former Member
0 Kudos

Thanks for your help, Rajesh.

I used BAPI_MOSRVAPS_SAVEMULTI3 and could create planned orders.

Note: ORDER_HEAD-MASTER_PRODUCT field should be populated with External product number in Product master(/SAPAPO/MAT1) -> Properties tab. If this number contains spaces in the begining of External product number then these spaces must be included in ORDER_HEAD-MASTER_PRODUCT field.

Hope above info is helpful for others as well.

Jen

Answers (0)