joepte
23rd March 2012, 18:11
Hi - Sometimes I see the sequence number in tdsls045 as a 1 or 0 (maybe a 2 as well) do these vales mean things other than to ensure that if the position line is constant you can create a second line for that same position line? i.e. is there a meaning such as 0 = not deliverd and 1 = delivered.
Thanks...

Kozure Ohashi
23rd March 2012, 21:56
As far as I remember:

tdsls045 is the delivery table.

For every partial derlivery of the sales line position the field srnb is +1.

Example:

tdsls041.pono 10 with 10 pcs.

first delivery
tdsls045.pono 10
tdsls045.srnb 0 with 4 pcs. (backorder quantity is 6)

next delivery

tdsls045.pono 10
tdsls045.srnb 1 with 6 pcs.

Kozure

joepte
24th March 2012, 23:12
Thanks that makes sense.
i.e. it just means that backorder line is snrb = 1, it does not signify any processing as in 1= delivered and 0 = not delivered