Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Message Type COND_A Idocs

Former Member
0 Likes
3,140

Good day Experts

We currently using ALE to transfere data (for purchasing) from one SAP R/3 system to another.

We are using 3 SAP standard message types (that in config have filters and pointers etc)

BLAORD (for scheduling agreements)

INFREC (for info records)

and COND_A (for pricing conditions on both Sch Agrrements and Info Recs)

Currently we use program RBDMIDOC to run these message types.

If we dont run the conditions last obviously the recieving SAP system does not create the conditions for the info records or scheduling agreements that was not run yet.

Now the business wants to be able to run BLAORD (Sch Agreements) and then only the COND_A for the Sch Agreements and then INFREC and then only the COND_A for IInfo records...

Any suggestions?

Your help will really be appreciated.

Good day Experts

We currently using ALE to transfere data (for purchasing) from one SAP R/3 system to another.

We are using 3 SAP standard message types (that in config have filters and pointers etc)

BLAORD (for scheduling agreements)

INFREC (for info records)

and COND_A (for pricing conditions on both Sch Agrrements and Info Recs)

Currently we use program RBDMIDOC to run these message types.

If we dont run the conditions last obviously the recieving SAP system does not create the conditions for the info records or scheduling agreements that was not run yet.

Now the business wants to be able to run BLAORD (Sch Agreements) and then only the COND_A for the Sch Agreements and then INFREC and then only the COND_A for IInfo records...

Any suggestions?

Your help will really be appreciated.

2 REPLIES 2
Read only

Former Member
0 Likes
1,386

RBDMIDOC will be used to trigger Idocs for change docuements created for change pointers.

create a batch job

step 1 in job- schedule the RBDMIDOC with variant for BLAORD message type

step 2 in job- schedule the RBDMIDOC with variant for COND_A message type

step 3 in job- schedule the RBDMIDOC with variant for INFREC message type

step 4 in job- schedule the RBDMIDOC with variant for COND_A message type

but i am not sure how you will seggregate COND_A change pointers for BLAORD and INFREC.

Read only

0 Likes
1,386

Thank you for your quick response.

I have tried creating a variant but it only has the message type as a parameter on the screen so it will do the exact same as when i run it by hand.. you mentioned the pointers... where can i edit these to get the conditions to run either of info recs or sch agreements.

And due to the fact that this failed the business wants to rerun all the message types again... Is there any way to pick up all the data again instead of just the updated (or changed) documents?