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

Error in Shipment Creation

Former Member
0 Likes
935

I am trying to create a shipment using FM 'OIGI_CREATE_SHIPMENT_RFC'. On execution, i encountered an error- message class O9, id 052 "Transportation planning point &1 of vehicle &2 differs from the shipment" . On debugging, i noticed that the statement is a warning message but still it shows error and the execution is stopped. When the shipment is created manually using O4F1, same message appears but as a warning. I tried configuring the message in transaction O5AX as a warning message but still the same problem is encountered. Any suggestion to rectify the error.

1 ACCEPTED SOLUTION
Read only

Ashokv
Explorer
0 Likes
775

Hi,

Search for 'warning' in include MOIGSF15 wih option including 'In main Program'. You will find include MOIGSF10_05 has some code which converts warning message into error message. Please debug at that point.

Thanks,

Ashok Veer

Hi,

Search for 'warning' in include MOIGSF15 wih option including 'In main Program'. You will find include MOIGSF10_05 has some code which converts warning message into error message. Please debug at that point.

Thanks,

Ashok Veer

1 REPLY 1
Read only

Ashokv
Explorer
0 Likes
776

Hi,

Search for 'warning' in include MOIGSF15 wih option including 'In main Program'. You will find include MOIGSF10_05 has some code which converts warning message into error message. Please debug at that point.

Thanks,

Ashok Veer