cancel
Showing results for 
Search instead for 
Did you mean: 

Receiving ASN --> IDoc application error

former_member614185
Contributor
0 Kudos

Hi experts,

I am working on Auto-ID integration Scenario.

when i am sending ASN (DESADV.DELVRY03 IDoc) to receiving R3 system using XI, i am getting the following error,

<b>POSEX field empty --> Application document not posted</b>

I gone thru the IDoc documentation in we60 and found that POSEX field comes under E1EDL24 : Delivery Item segment and E1EDL41 : Reference data ordering party

I dont know which segment should get populated while generating ASN (DESADV.DELVRY03 IDoc). also there was no error generated in the sender R3 system while generating ASN.

If anyone knows about these IDocs please help me

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Prabhu

Can you please share the solution?

Thanks and regards,

Amit Deshpande

former_member614185
Contributor
0 Kudos

Hi Amit,

The problem is behind the IDoc field POSEX which is mandatory to create Inbound delivery in the receiver R3 system.

When we send the ASN to receiver R3, the Inbound function module expects the data from POSEX field to send the datas to the Application.

Here i did some customization in the XI mapping program in order to get the item reference number(POSEX).

Solution:

POSNR field also refers to item number so you just map this field with POSEX.

sundaresan_velayudam
Active Contributor
0 Kudos

Hi Mr. Prabu,

While interfacing SAP AII with SAP ECC6.0 through XI, what is the scenario in XI.

For example after delivery created in ECC6.0 it should be replicated in AII through interface XI. For this in XI, the outbound is IDOC and what is inbound. Like in sender we will use IDOC adapter but in receiver which adapter should use?

Please explain me detailly.

Regards

Naveen

former_member614185
Contributor
0 Kudos

Hi Sundaresan,

SAP has delivered standard XI contents for Auto ID Infrastructure Integration.

Scenario is like IDoc to Proxy.

Sender is IDoc and the receiver interface is DeliveryExecutionRequestIn.

The delivery document details will be updated thru Proxy Communication.

Edited by: Prabu M on Apr 15, 2008 9:24 AM

former_member614185
Contributor
0 Kudos

..

former_member614185
Contributor
0 Kudos

Solved..