cancel
Showing results for 
Search instead for 
Did you mean: 

IPC Pricing related Function modules in CRM

Former Member
0 Kudos

Hi All,

After creating configuration for an configurable product in IPC, I have to fetch pricing related information.

Could you please help me in this regard. I tried the FM SPC_GET_PRICING_PROCEDURE_INFO with application 'CRM' and procedure 'STD01' but it's not returning anything.

As per my understanding I have to call these FM's in sequence.

SPC_GET_PRICING_PROCEDURE_INFO

SPC_CREATE_DOCUMENT

SPC_CREATE_ITEMS

SPC_GET_PRICING_DOCUMENT_INFO

I have the configuration only as input data.I am using IPC 5.0.

Regards

Ashwini

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Is it in E-Commerce or Web UI? Either way, if you can interrupt the flow in the CRM backend, you can theoretically read the order from buffer and get every detail, as long as you have the order guid - which you usually do. You can use this functon module to get the pricing...

CRM_PRICING_READ_OW

Former Member
0 Kudos

Hi,

We are using IPC as a stand alone system. After receiving product configuration from Java client we have to find pricing related information using IPC system.

For this purpose we are calling FMs as mentioned in my original post, but somehow it's not working.

Regards

Ashwini

Answers (0)