cancel
Showing results for 
Search instead for 
Did you mean: 

To display Old material in delivery note

Former Member
0 Kudos

Hi everybody,

I am working on a smartform LE_SHP_DELNOTE for Delivery(VL02N). I copied the standard smartform into a Z smartform. I have to add Old Material beside Material No. How should i do it. Please help.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

Please check the field BISMT(Old Material Number) in the strcuture LEDLV_DELNOTE. If you find you can use directly or else

In main window -> In table -> Main area -> Create ->Flow logic -> program lines

In this write the below code

In global definition declare V_BISMT type BISMT.

Select single bismt

from mara

into v_bismt

where matnr = LEDLV_DELNOTE-IT_GEN-MATERIAL

and then write &V_BISMT& in plance of LEDLV_DELNOTE-IT_GEN-MATERIAL.

Try this once, I think it will work .

Thanks

Sriiiiiiii(Srikanth)

Former Member
0 Kudos

Hi,

Check the form interface parameter IS_DLV_DELNOTE.

Structure LEDLV_DELNOTE->IT_GEN->MATERIAL and MAT_ENTRD