cancel
Showing results for 
Search instead for 
Did you mean: 

Smartforms Batch Split

Former Member
0 Kudos

Dear all,

I have developed a smartform for SD delivery which is base on the standard smartform LE_SHP_DELNOTE . I'm facing a problem that the batch number has displayed on separate line if there is batch split in the delivery. For example:

No Batch Split: (this output is good)


Material    Description     Batch
12345       Testing           Batch01
                Line 1
                Line 2
                Info 1
                Into 2

Batch Split:


Material    Description     Batch
12345       Testing            
                Line 1
                Line 2
                Info 1
                Info 2
                                     Batch01
                                     Batch02
                                     Batch03

Expected Batch Split Result:


Material    Description     Batch
12345       Testing           Batch01 
                Line 1            Batch02
                Line 2            Batch03
                Info 1
                Info 2

Remarks: I'm using the LOOP node to print the batch number in table.

Regards,

Kit

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

All the data put it in one internal table and print

Former Member
0 Kudos

hi,

For displaying batch in third column

Condense batch field

create text for third column

go output options----->output structure

for batch01

Line 1

Column 3

for batch02

Line 2

Column 3

for batch03

Line 3

Column 3

Regards

Bhupal

Former Member
0 Kudos

Dear bhupal,

Your approach seems to be hard code the column and line number in the template node. But, the delivery note may contain more than three batch records within batch split.

Regards,

Kit