Real time processing of IDOCs

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
mydsworld
Participant
Posts: 321
Joined: Thu Sep 07, 2006 3:55 am

Real time processing of IDOCs

Post by mydsworld »

Hi,

I have a requirement where SAP generates IDOCs and as soon as they are generated DataStage needs to process them, so I need to process the IDOCs real time.Is there any way (using MQ series or whatever) to do that.

Thanks.
gomez
Premium Member
Premium Member
Posts: 83
Joined: Tue Jun 22, 2004 6:11 am

Post by gomez »

If you have the adapter PACK for SAP, you can have the Idoc listener setting on.
(1) In the DataStage Administrator for SAP Connections, create a separate connection for the listener. You have an option of setting the Idoc listener settings. Also check Run appropriate DataStage jobs...option.
(2) Build your DataStage job using this connection
IHTH
mydsworld
Participant
Posts: 321
Joined: Thu Sep 07, 2006 3:55 am

Real time processing of IDOCs

Post by mydsworld »

I have the PACKs installed. Even if I create a connection for the listener, does it ensure once IDOCs are generated by SAP, my DS job will get fired and process the IDOCs using IDOC extract stage.
gomez
Premium Member
Premium Member
Posts: 83
Joined: Tue Jun 22, 2004 6:11 am

Post by gomez »

Thats correct. If you build your DataStage job using the listener connection, it will be called whenever there is an Idoc sent from SAP
Post Reply