cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with standard order output (Outbound Idoc)

0 Kudos

Hi All. Good Day!

Please find 1st screenshot of standard order output. After successfully passing this output, 1 outbound idoc is generating. When 1st output is generated, one field i.e. BSTNR is passing as 'N/A'. But after successive output it is passing correct value i.e. BSTNR = 7100335483(Please find 3rd screenshot).

Can anyone please help me to understand, why 1st output is fetching incorrect value and successive are passing correct value?

Thanks

Shubham

View Entire Topic
eduardo_hinojosa
Active Contributor
0 Kudos

Hi

Check in your system include LV56KF7G (inside FM IDOC_OUTPUT_DELVRY), subroutine PREPARE_E1EDL41. I guess you can trigger again your output with VL71. Set a breakpoint and check what is the source.

I hope it helps you

Regards

Eduardo

DominikTylczyn
Active Contributor
0 Kudos

That's a good tip indeed. I've reviewed the code of the subroutine - it doesn't seem to enter N/A value anywhere.