Application Development and Automation 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: 
Read only

IDOC is failing for DELVRY03 IDOC type with status 51 & error is Enter either delivery date or goods issue date

0 Kudos
1,413

Hi All,

we are  creating a IDOC for inbound delivery using FM  IDOC_WRITE_AND_START_INBOUND.

IDOC was created with status 51 with error Enter either delivery date or goods issue date.

But we are filling Delivery date in E1EDL18 segment.

and implemented BADI LE_SHP_GN_DLV_CREATE for updating this field in LIKP-LFDAT.

But this BADI is not triggering.

Could you please provide your valuable suggestions for get the rid of this IDOC error.

Thanks,

Satya.

1 ACCEPTED SOLUTION
Read only

sivaprasad_paruchuri
Active Participant
0 Kudos
467

go to we19 give the existing inbound idoc no and execute,

and edit the delivery date field and start inbound processing and test if the same error coming or not ..

regards,

SIva

3 REPLIES 3
Read only

nabheetscn
SAP Champion
SAP Champion
0 Kudos
467

If you check your inbound posting function module it has so many exits IDOC_INPUT_DELVRY why dont you fill their. May be SAP check for date is running before your BADI gets triggerred. If you are using different inbound FM some other standard one let us know

Nabheet

Read only

0 Kudos
467

Hi Nahdeet,

Could you please elaborate this I am new to this concepts.

Thanks,

satya.

Read only

sivaprasad_paruchuri
Active Participant
0 Kudos
468

go to we19 give the existing inbound idoc no and execute,

and edit the delivery date field and start inbound processing and test if the same error coming or not ..

regards,

SIva