cancel
Showing results for 
Search instead for 
Did you mean: 

SAP to EDI sub system

Former Member
0 Kudos

HI I am having problems when I am trying to send data to my EDI sub system

below is the error:

======> IDRP: The Function Call IDOC_INBOUND_ASYNCHRONOUS did not contain any Co

ntrol Records!

ABAP Programm: SAPLARFC (Transaction: )

Called function module: ARFC_DEST_SHIP

User: ARORAL (Client: 010)

Destination: EDI_GIS (handle: 2, 91342437, {47865AAF-1AD2-194B-E100-00000A800A09

})

SERVER> RFC Server Session (handle: 1, 91341412, {47863797-1B21-194C-E100-00000A

800A09})

SERVER> Caller host:

SERVER> Caller transaction code: (Caller Program: SAPLQOWK)

SERVER> Called function module: ARFC_RUN_NOWAIT

Trace file opened at 20080110 121401 EST SAP-REL 700,0,114 RFC-VER U 3 9115

13

Thanks in advance

Accepted Solutions (0)

Answers (3)

Answers (3)

terri_walton2
Explorer
0 Kudos

IDOC_INBOUND_ASYNCHRONOUS is used to send data from your EDI system into SAP...not the other way around.

Hope this helps.

Terri

abhijitbolakhe
Advisor
Advisor
0 Kudos

IDOC status is 03 does'nt mean that idoc is despatched...

Run program RBDMOIND to change the status to 12 ...and check again

Former Member
0 Kudos

It seems to me like your Receiver is not getting any Control Records of the IDOC. These Control Records are necessary for Routing rules by means of Context objects. Inorder for the Traget system to receive the IDOC unchaged, you can supress conversion of IDOC-XML by chaging a setting in the pipeline.

Please check your Pipeline Settings using SXMB_ADM. (Suppress the Conversion before sending it)

Hope this helps and if it does, please do not forget the Points.

Raj

Former Member
0 Kudos

Dude. The IDoc is remaining in 03 status. Now I do not see any errors anywhere and I dont see the document going out of SAP to subsystem.

Any specific place to look?

Not using XI....

0 Kudos

If the IDOCs have 03 status and you are using a RFC port, you should check entries in transaction SM58. Also check the RFC destination you are using ( SM59 ).

Good Luck.