cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with delivery note print

Former Member
0 Kudos

hi experts,

we are trying to generate a delivery challan for the given delivery using(copied) std delivery note smart form LE_SHP_DELNOTE and print program RLE_DELNOTE.

Problem here is we need SPART valu for maintainig conditions but the std form uses IS_DLV_DELNOTE structure, which has almost all the data required, but table IT_ORG containing the spart value is not populated in the structureand coming as blank.

can any one please guide wat customisation settings are required to get the table populated.

Regards,

Nitin

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi guys ...

got the solution

Former Member
0 Kudos

Ok the solution was that i used the structure  is_dlv_delnote-it_org explicit as a parameter in a coding node. Then it was filled automatically.