Application Development 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: 

Add new field

Former Member
0 Kudos

Hi,

my requirement is currently the delivery due list(VL10G) .ie.out put list will not show one field.This is required to business to do shipping activities,

for that one i append the field(VIKP-SDABW) In the SHP_VL10_ITEM and write the logic in the exit LV50R_VIEWG05----


>USEREXIT_PREPARE_LAYOUT_FILL.i want to include this field in the VL10G

out put list last columen.For include this field what code i have to write in the user exit.Please suggest me.It is very urgent.

Thanks,

sairam

4 REPLIES 4

Former Member
0 Kudos

Hi,

first find out there are any screen Exit For that T-Code,

if there please use it, you have go to BADI For those purpose.

Reg,

Hariharan Natarajan

Former Member
0 Kudos

SHP_VL10_ITEM will work if your LIST TYPE value in your user role tab of VL10G is 2 (Document list). If that is what you will be using, then modify the user exit LV50R_VIEWG02.

Once you have confirmed that the appropriate structure has been appended and the codes in the userexit is working, the new field should be showing up in your output list. Please note that if the field is not showing up automatically in the default layout, you will have to change the layout of the ALV output list and the new field should be showing as an available field to be chosen.

Hope this helps. <i><b>Points are always welcome!!</b></i>

<i>Regards,

Minami</i>

0 Kudos

Hi Minami,

But VL10G tcode Document list showing 1.Is it working or not?

Thanks & Regads,

sairam

Former Member
0 Kudos

yes, Minami is right.

If you alreayd expend the Standard Structure or Table for enhancement, no need to do something special for display.

I remember VL10G delivery due list is a ALV report, so you'd better check this ALV report program, if its call for ALV Function fill the field category dynamically or statically. If it fill the ALV display field category according to SHP_VL10_ITEM , it will be ok.