cancel
Showing results for 
Search instead for 
Did you mean: 

Send price conditions to external system

Former Member
0 Kudos

Hello,

I would like to send the price conditions to a non SAP system. The IDOC COND_A02 seems to be the solution for sending the price conditions modifications to this system but is there a programm to send an initial set of idocs with all conditions (like RBDSEMAT for materials)? I cannot find any.

Thanks in advance for any help provided.

Julien

Accepted Solutions (0)

Answers (1)

Answers (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

I don't believe that there is a generic program to send all conditions. This functionality it built into various separate applications (distribute Contracts: RBDSECON, send sales prices for materials: RWVKP013). However all these programs do use one function module: MASTERIDOC_CREATE_COND_A. It wouldn't be too hard to write something to generically send conditions. However the conditions by themeselves would be useless without their connecting document (contracts, purchase info records, etc).

Former Member
0 Kudos

I have similar situation and Iam trying to test the MASTERIDOC_CREATE_COND_A for change pointers. How do I do that.

Former Member
0 Kudos

Julien,

You can send prices to external system from pricing reports, transaction V/LD. For example, I used this to send sales prices to an external system using pricing report 15. Here you can enter your material selection criteria including, condition type. This will generate a report which you can then send to external systems. I apologize, but I do not remember the menu path from the report result off hand.

Ram,

Make sure you have activated change pointers for message type COND_A, create or change a price and excute RBDMIDOC for COND_A.