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: 

How to change qty field as change mode to display mode in VL32N

Former Member
0 Kudos

Hi Guru's,

My requirement is for particular users quantity field in VL32N to display mode remaining users it should be in change mode.

We are already created a Security Object for this.

Can you please anyone help how to approach this requiremnt. Is there any standard BAdI for this.

Thanks in Advance.

Regards,

Sai Rama

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi

There are Badi for this T-code

VMDE0004                                Shipping Interface: Message SDPACK (Packing, Inbound)        

VMDE0003                                Shipping Interface: Message SDPICK (Picking, Inbound)        

VMDE0002                                Shipping Interface: Message PICKSD (Picking, Outbound)       

VMDE0001                                Shipping Interface: Error Handling - Inbound IDoc            

V53W0001                                User exits for creating picking waves                        

V53C0002                                W&S: RWE enhancement - shipping material type/time slot      

V53C0001                                Rough workload calculation in time per item                  

V50S0001                                User Exits for Delivery Processing                           

V50R0004                                Calculation of Stock for POs for Shipping Due Date List      

V50R0002                                Collective processing for delivery creation                  

V50R0001                                Collective processing for delivery creation                  

V50Q0001                                Delivery Monitor: User Exits for Filling Display Fields      

V50PSTAT                                Delivery: Item Status Calculation                            

V02V0004                                User Exit for Staging Area Determination (Item)              

V02V0003                                User exit for gate + matl staging area determination (headr) 

V02V0002                                User exit for storage location determination                 

V02V0001                                Sales area determination for stock transport

You can try with any one of them V53W0001, V50S0001, V50Q0001, V02V0004, also you can proceed with table auhtorization as there is need to check one table before entring in T-code as  if user id is there then not able to edit.


Here don't make code like need to maintain all id's, if id is there then not able to edit, so to whom you don't want to allow maintain their id's in that.


Thanks


Bhupinder Singh Arora

1 REPLY 1

Former Member
0 Kudos

Hi

There are Badi for this T-code

VMDE0004                                Shipping Interface: Message SDPACK (Packing, Inbound)        

VMDE0003                                Shipping Interface: Message SDPICK (Picking, Inbound)        

VMDE0002                                Shipping Interface: Message PICKSD (Picking, Outbound)       

VMDE0001                                Shipping Interface: Error Handling - Inbound IDoc            

V53W0001                                User exits for creating picking waves                        

V53C0002                                W&S: RWE enhancement - shipping material type/time slot      

V53C0001                                Rough workload calculation in time per item                  

V50S0001                                User Exits for Delivery Processing                           

V50R0004                                Calculation of Stock for POs for Shipping Due Date List      

V50R0002                                Collective processing for delivery creation                  

V50R0001                                Collective processing for delivery creation                  

V50Q0001                                Delivery Monitor: User Exits for Filling Display Fields      

V50PSTAT                                Delivery: Item Status Calculation                            

V02V0004                                User Exit for Staging Area Determination (Item)              

V02V0003                                User exit for gate + matl staging area determination (headr) 

V02V0002                                User exit for storage location determination                 

V02V0001                                Sales area determination for stock transport

You can try with any one of them V53W0001, V50S0001, V50Q0001, V02V0004, also you can proceed with table auhtorization as there is need to check one table before entring in T-code as  if user id is there then not able to edit.


Here don't make code like need to maintain all id's, if id is there then not able to edit, so to whom you don't want to allow maintain their id's in that.


Thanks


Bhupinder Singh Arora