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: 

Essential Transfer Parameters Missing in record during Inbound IDOC process

Former Member
0 Kudos

Dear Gurus

We are creating a Inbound delivery in one system, we have made all the custom settings for IDOC processing for inbound and outbound idoc in both the systems. Upon the execution of inbound delivery, the system

During the Inound delivery processing, the outbound IDOC is successfully distributed. However in the receving system, the IDOC is not posted and it throws the below erroe\r

Essential transfer parameters are missing in record: 0180000055 000010 / Mess number 561 and message type E

We are using Outbound IDOC mess type DESADV basic type DELVRY01 process code DELV with FM IDOC_OUT PUT_DELVRY

In the receiving system message type DESADV , process code DELS, and FM IDOC_INPUT_DESADV1

What is that which is going wrong.

Please help me out

Thanks

3 REPLIES 3

Former Member
0 Kudos

Hello,

Please check for the mandatory segments have the fields populated.

Also you need to check for the required fields that need to be maintained, in your configuration.

Regards,

Abhishek

0 Kudos

Put a break point in include LV50SF13 in line 110 and 128 and check why it is showing ERROR message.

Former Member
0 Kudos

Hello

To create inbound delivery from outbound delivery, use following setting -

Outbound idoc -

idoc type - DESADV01

message type - DESADV

Process code - SD05

FM - IDOC_OUTPUT_DESADV01

Inbound iDOC -

Message Type - DESADV

Process Code - DESA

FM - IDOC_INPUT_DESADV

Idoc Type - DESADV01