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

Split Transfer Order(TO) using L_TO_CREATE_DN

vsubbakrishna
Participant
0 Likes
601

Hi all,

I am using L_TO_CREATE_DN( similar to txn <b>LT03</b>) to create Transfer order.It is working fine except for one scenario.

<b>working case:</b>

ex: original handling units are 500500500 = 1500

and these are replaced by new handling units 400800200 = 1400. TO created here

<b>failure case:</b>

ex: original handling units are 500500500 = 1500

and these are replaced by new handling units 400600550 = 1550

now new quantity 1550 is <b>greater </b>than original 1500 and Fn module throws error.

any reasons why? and possible ways to proceed on this.

thanks,

Subba

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
550

this is used to create transfer order for delivery note...check the delivery note whether the new handling units are saved or not.

Hi all,

I am using L_TO_CREATE_DN( similar to txn <b>LT03</b>) to create Transfer order.It is working fine except for one scenario.

<b>working case:</b>

ex: original handling units are 500500500 = 1500

and these are replaced by new handling units 400800200 = 1400. TO created here

<b>failure case:</b>

ex: original handling units are 500500500 = 1500

and these are replaced by new handling units 400600550 = 1550

now new quantity 1550 is <b>greater </b>than original 1500 and Fn module throws error.

any reasons why? and possible ways to proceed on this.

thanks,

Subba

2 REPLIES 2
Read only

Former Member
0 Likes
551

this is used to create transfer order for delivery note...check the delivery note whether the new handling units are saved or not.

Read only

0 Likes
550

problem solved!

thanks,

subba