cancel
Showing results for 
Search instead for 
Did you mean: 

Addition of new column in Transaction VL10G

Former Member
0 Kudos


Hello Experts.

My requirement is that USER want to add new column in Transaction  VL10G

There two plant in which Ware house management is activated. while creating delivery from Transaction VL10G from these two plants, Storage type column should be added in layout in delivery creation screen.

Storage type column should be appear after executing VL10G for Ware house managed plant only.

please help me in that ,is there any configuration or USER Exist which can fulfilled my requirement. ?

waiting for reply.....its quite Urgent

Regards

Pash@SD

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member182609
Active Contributor
0 Kudos

Addition to above note also check below note

198137 - VL10: Customer-specific enhancements / user exits

eduardo_hinojosa
Active Contributor
0 Kudos

Hi

Go to report V50R_USEREXITS and see these includes

* 1. Add field to list-display
* Userexits for additional fields on list display
* use append-structure in DDIC at structure SHP_VL10_ITEM
* and ad field value in one of these routines
*INCLUDE LV50R_VIEWG02.       "POS_ITEM_FILL_USER:       SD/MM-orders
*INCLUDE LV50R_VIEWG03.       "POSTAB_VEPVG_FILL_USER    SD-Index
*INCLUDE LV50R_VIEWG06.       "POSTAB_VETVG_FILL_USER    MM-Index
*INCLUDE LV50R_VIEWG07.       "POSTAB_DELIVERY_FILL_USER Delivery item


See also SAP Note 421791 - VL10: Including new fields in the shipping due date list

Regards

Eduardo

Former Member
0 Kudos

Thanks for your reply.

I want to add " Storage Type " will it be possible as per above reply ?

Regards

Pash@SD

eduardo_hinojosa
Active Contributor
0 Kudos

Hi

Some fields is possible to display with VL10CUA (for instance, the name of the customer). But as you add a condition, maybe the most advisable is try to do it with userexit.

Do an append in structure SHP_VL10_ITEM (remember the field must be in your range name, so, it must be called ZZ* or YY*) and populate the value in CS_POSTAB-ZZfield.

Please, see the mentioned note (421791) and don't forget the last mention to Buffering the DDIC information.

I hope this helps you

Regards

Eduardo