Application Development 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: 

ALE

swatantra_vijay3
Participant
0 Kudos

Hi gurus

Here our SAP system has interface with lots of systems… and there is flow of idoc… but its done via Dialog work process is there any setting in ALE where you can specify that data should flow in background mode and not in Dialog mode….

4 REPLIES 4

rainer_hbenthal
Active Contributor
0 Kudos

Just nake variants and plan to run the programms in background. You need a schduler for this.

Former Member
0 Kudos

Hi Vijay,

First you need to change all the partner profiles in WE20 for inbound /outbound message types .

For inbound -

In the inbound options select "Trigger by background Job" instead of "Trigger Immediately".

( This will mean that IDOCS will remain in status 64( Ready to be passed to application). To process these schedule a batch job with program RBDAPP01 with suitable parameters)

For outbound -

In the outbound options select "Collect IDOCS" instead of "Transfer IDOC Immediately".

( This will mean that IDOCS will remain in status 30 ( Ready for dispatch). To process these schedule a batch job with program RSEOUT00 with suitable parameters)

Cheers.

( Dont forget to reward if answers helped ).

0 Kudos

This has nothing to do with the question. I cant see how this is helping running ALE Transactions in background. The poster said that evrything is running in online mode, so partner profile and ports are already set.

Former Member
0 Kudos

Hi Rainier ,

Interface means you send IDOCS out of application transactions such as Purchase Order / Sales Order / Delivery .

The poster said everything running online. Even if you schedule a batch job , this job will have nothing to do as the IDOCS would have been processed by the application transaction itself in dialog mode . If partner profile is set to trigger immediately and say you send an IDOC out of PO , your IDOC will be posted the moment you create a PO and save it. It will not wait for the batch job to run and post it ( the way you suggested ). Same is true for INBOUND. Let us wait for the poster to return and say what excatly he wants .

I am not sure what his problem is but partner profile does play a vital role when you want to process IDOCS immediately or collect them and process at intervals through batch jobs.

Cheers