cancel
Showing results for 
Search instead for 
Did you mean: 

Process Type in Purchase Order web service request

SAPSupport
Employee
Employee
0 Kudos
84

How to flag the process type (e.g. to-stock or non-stock or third-party) in the standard web service for purchase order(service name: ManagePurchaseOrderIn) in Business By Design system?


------------------------------------------------------------------------------------------------------------------------------------------------
Learn more about the SAP Support user and program here.

Accepted Solutions (1)

Accepted Solutions (1)

SAPSupport
Employee
Employee
0 Kudos

Hi,

In the purchase order standard web service request, we do not have specifically "process type" field.

But there is a Direct Material Indicator.

This indicator indicates if the item is a stock or consumable item. If the flag is set, then it is a stock item.

So, if you want to specify the process type , you can set the indicator as True or False :

 <DirectMaterialIndicator>false</DirectMaterialIndicator>

 <ThirdPartyDealIndicator>true</ThirdPartyDealIndicator>

Best Regards,

Ishita

Answers (0)