Skip to Content
Author's profile photo Former Member

Create COND_A IDocs in Background Job

As you may already know, we can create COND_A IDocs from condition records report such as VK13, TK13, AKE3 etc (as posted here: Quick and Easy – EDI/ALE – Pricing Condition Records). However, when we are dealing with large number of condition records, the foreground send condition process will takes time and we have to keep our user session until it finished. Thus, we need to somehow create COND_A IDocs in background.


As a quick solution, I choose to utilize transaction recorder with the following steps:

Step 1 – Create Recording

Go to transaction SHDB > New Recording > Put your recording name and VK13 transaction code for my case > Start Recording


scn conda 1.jpg

In the recording session, the flow should be input Condition Type > Choose Condition Information > Fill up the selection parameter > Execute > Select All (F7) > Send Condition > Fill up Message Type COND_A and target system in Logical System. Then go back until we exit the recording session.


There is may be some challenge when recording selection parameter, especially when we want to use multiple single values. I use ‘select ranges’ to overcome this situation.


scn conda 2.jpg


Also, I use ‘Select All’  to simplify my recording, thus I have to set selection parameter in such a way that only condition records that I want that will be appear. Attached is sample of my recording.


Step 2 – Create Session


After I saved my recording, next step will be create session based on my recording.


scn conda 3.jpg



I will send multiple condition types, thus for every condition type I will adjust the recording by just changing the condition type code and the selection program (RV13ANA*) if it has different access sequence then the previous one.


scn conda 4.jpg



Step 3 – Run the Session in Background


Go to transaction SM35 > Choose your session > Process> Choose Background > Process

scn conda 5.jpg

Now I can send condition records from multiple condition type in the same time and without developing custom ABAP program. 🙂

Assigned Tags

      Be the first to leave a comment
      You must be Logged on to comment or reply to a post.