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

problem to create shipment using idoc

Former Member
0 Likes
1,406

Hi,

I am having a problem on EDI-IDOCS to create inbound shipment.

I am using the message type SHIPPL.

IDOC - TPSSHT01

Process code-SHIP.

And I am using the function module IDOC_INPUT_SHIPPL to process the idoc.

After processing the idoc i am getting the error message - shipment has not saved( 51).

Also i am getting the error message - Transportation planning point has no partner for transportatn. plan.

I couldnt figure out what the error would be.

If possible can you please help me regarding this problem.

Thanks in advance.

3 REPLIES 3
Read only

Former Member
0 Likes
721

Hi Goutham,

This is an error due to either the data or missing config. This error message is issued when the system cannot find an entry in table TTDS. Check your data and the config and make correction accordingly.

In config it is under

Logistics Execution> Transportation> Interfaces> External Trabnsportation Planning Systems> Maintain Transportation Planning Point for External Systems

or if you don't have external planning system, you will find the corresponding config under

Enterprise Structure> Logistics Execution> Maintain Transportation Planning Point.

Your message is more related to external transportation planning point which is in the first config option above.

If you don't have external transportatio planning, then your choice of the EDI components is wrong. Look in the code of this function module where this message is generated, you will understand.

Srinivas

Read only

0 Likes
721

Hi Srinivas,

Thanks for your reply. I think i could figure the solution with your help.

Thanks.

Read only

0 Likes
721

Hey goutham,

Am trying a simillar scenario to create shipments using message type SHIPPL and function module IDOC_INPUT_SHIPPL.

Appreciate if you could let me kow the how to go abt and trigger the idoc and create the shipment. Also, is it possible to split the shipment/delivery as we can do it online.

-Ram