Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

structure IS_DLV_DELNOTE

Former Member
0 Likes
1,109

hii everybody ..the structure IS_DLV_DELNOTE is used in smartform LE_SHP_DELNOTE . i need to acess the fld for the actual goods move ment . can anybody tell me which fld is it . and how to c the diff flds present in this structure IS_DLV_DELNOTE

kindly help

hii everybody ..the structure IS_DLV_DELNOTE is used in smartform LE_SHP_DELNOTE . i need to acess the fld for the actual goods move ment . can anybody tell me which fld is it . and how to c the diff flds present in this structure IS_DLV_DELNOTE

kindly help

2 REPLIES 2
Read only

Former Member
0 Likes
782

Hi Rohit,

IS_DLV_DELNOTE is of type LEDLV_DELNOTE.

So go to SE11 and open the structure of LEDLV_DELNOTE.

You will get complete list of fields and table types with in that structure.

For your requirement of movement type.

LEDLV_DELNOTE-IT_GEN-MOVE_TYPE

regards,

Subba.

Read only

Former Member
0 Likes
782

Go To SE11 and give the Data TYpe name as LEDLV_DELNOTE.

Press Display.

Regards,

ravi