cancel
Showing results for 
Search instead for 
Did you mean: 

Web Service DemandPlanningCharacteristicValueCombinationCreateRequestConfir

venkatesh_r
Employee
Employee
0 Kudos

Hi,

I am using the Web Service DemandPlanningCharacteristicValueCombinationCreateRequestConfirmation_In which has the following parameters

1. DemandPlanningScenarioID

2. DemandPlanCharacteristicID

3. DemandPlanCharacteristicValue

I would like to know what these parameters are and the functional module related to this Web Service.

Regards,

Venkatesh

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Venkatesh,

The service name itself says clearly what is the functionality of it.

DemandPlanningCharacteristicValueCombinationCreateRequestConfirmation_In --- is to craete the Charateristic Value combnations (CVCs) which we create generally through /SAPAPO/MC62.

1. DemandPlanningScenarioID --- Planning area

2. DemandPlanCharacteristicID --- Characteristic (e.g 9AMATNR)

3. DemandPlanCharacteristicValue --- Characteristic Values(e.g BANGALORE)...

Regards,

Deepthi

venkatesh_r
Employee
Employee
0 Kudos

Hi Deepthi,

When you create CVC , through transaction /sapapo/MC62 , the value of Planning Object Structure (MPOS) is required. But in Enterprise Service , it is asking for the name of Planning Area and NOT MPOS. Can you please clarify this...there seems to be a disconnect between MC62 and Enterprise Service.

Please check the following log while executing the Enterprise Service.

HTTP/1.1 200 OK

content-type: text/xml; charset=utf-8

content-length: 657

sap-srt_id: 20080402/113013/v1.00_final_6.40/9276C9631BB9074694D01B3B23FDF133

server: SAP Web Application Server (1.0;700)

<soap-env:Envelope xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/"><soap-env:Body><nr1:DemandPlanningCharacteristicValueCombinationCreateConfirmation_sync xmlns:nr1="http://sap.com/xi/SAPGlobal20/Global"><Log><BusinessDocumentProcessingResultCode>5</BusinessDocumentProcessingResultCode><MaximumLogItemSeverityCode>3</MaximumLogItemSeverityCode><Item><TypeID>001(/SAPAPO/DP_CVC)</TypeID><CategoryCode></CategoryCode><SeverityCode>3</SeverityCode><Note>

Demand planning scenario data could not be retrieved (ZPA_ESPOC)

</Note></Item></Log></nr1:DemandPlanningCharacteristicValueCombinationCreateConfirmation_sync></soap-env:Body></soap-env:Envelope>

Edited by: Venkatesh Ramachandran on Apr 2, 2008 2:39 AM

Edited by: Venkatesh Ramachandran on Apr 2, 2008 2:40 AM

Former Member
0 Kudos

Hi Venkatesh,

1) In the case of ES we have web service only to create the Demand planning scenario (Planning area) but not for PLOB. And when you create this Demand planning scenario via service you need to enter both cahracteristics & key figures. And inturn the system creates PLOB with those characteristics. Did you create any Demand planning scenario via web service.

Are you using the planning area which was created in the SCM backend?

You cannot use the planning area created manually through /SAPAPO/MSDP_ADMIN in this Web service. So before creating CVCs via this Web service you need to create the Demand planning scenario.

After creating the Demand planning scenario check for /SAPAPO/MSDP_ADMIN for both planning area(same name as above) and there will be a new PLOB created as well.

For more information check out APO-DP wiki for DP Web services.

I hope this helps..

Regards,

Deepthi

Answers (0)