cancel
Showing results for 
Search instead for 
Did you mean: 

Automation requirement on material document creation with 501 movement type for Non-valuated materia

SAPSupport
Employee
Employee
0 Kudos
119

We want to activate a flexible or custom workflow in Public Cloud for Material doc creation with 501 movement type for non valuated material automatically from a custom table where the non-valuated material list are to be maintained.

My Workflow configuration criteria are as below:

Trigger event: Set the workflow to trigger on the completion of a "261" movement type posting.

Condition check: Within the workflow, include some condition to only proceed if the material is classified as "non-valuated" and others may come because the workflow will have to trigger against only 261 movement type (reservation of PM order)

Action: If the condition is met, the workflow should automatically create a new "501" goods receipt document for the same material quantity with the reference Non-valuated material maintained in a custom table.

The entire development is required on Public Cloud, so please let us know how the BADI or any API functionality along with how we can automate this.


------------------------------------------------------------------------------------------------------------------------------------------------
Learn more about the SAP Support user and program here.
View Entire Topic
SAPSupport
Employee
Employee
0 Kudos

Within MM-IM, there is no approval / workflow when posting a goods movements. If you would like to create goods movement with movement type 501 in your custom program, you may consider using ODATA API API_MATERIAL_DOCUMENT_SRV or SOAP API MaterialDocumentCreateRequest_Async_In.