"Line No." in Transfer Orders

myanilkumarmyanilkumar Member Posts: 108
Hi All,

I am having some issue regarding "Line No." increment in Transfer Order. Suppose i am having 3 lines in Transfer Orders with "Line No." 10000, 20000, 30000 respectively.

When i am trying to insert a new line in between 2nd and 3rd Line the Line No. must be 25000 but it is comming 40000.

In Sales Docuemnts & Purchase Documents it's working correctly if i inserted Line in between 2nd & 3rd the Line No. is comming correctly 25000.

Please help me how to resolve this issues for transfer Orders.

Regards,

Anil

Comments

  • garakgarak Member Posts: 3,263
    The reason is the Oninsert() Trigger in the table 5741. It's standard.
    There is an incr. of the "Line No." <- this is used, because there are some functionalities that insert Lines with an (true) statement
    Do you make it right, it works too!
  • myanilkumarmyanilkumar Member Posts: 108
    Thanks Rene for help.
  • garakgarak Member Posts: 3,263
    Please and welcome
    Do you make it right, it works too!
Sign In or Register to comment.