cancel
Showing results for 
Search instead for 
Did you mean: 

User exits for transaction VL10B

Former Member
0 Kudos

Hi,

Could anyone please give me the user exit for transaction VL10B.

Regards

Karan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Karan,

Just check -

V02V0001 Sales area determination for stock transport order

V02V0002 User exit for storage location determination

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

V02V0004 User Exit for Staging Area Determination (Item)

V50PSTAT Delivery: Item Status Calculation

V50Q0001 Delivery Monitor: User Exits for Filling Display Fields

V50R0001 Collective processing for delivery creation

V50R0002 Collective processing for delivery creation

V50R0004 Calculation of Stock for POs for Shipping Due Date List

V50S0001 User Exits for Delivery Processing

V53C0001 Rough workload calculation in time per item

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

V53W0001 User exits for creating picking waves

VMDE0001 Shipping Interface: Error Handling - Inbound IDoc

VMDE0002 Shipping Interface: Message PICKSD (Picking, Outbound)

VMDE0003 Shipping Interface: Message SDPICK (Picking, Inbound)

VMDE0004 Shipping Interface: Message SDPACK (Packing, Inbound)

REWARD!!

Regards,

Ajinkya

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Karan,

SAP does not provide any user exit for this particular transaction you are asking for.

Hope this helps and solves your query

Cheers

rmazzali
Active Contributor
0 Kudos

hi Karan, what do you need exactly ?

Roberto

Former Member
0 Kudos

hi karan,

include rvv50top. "Globale Daten

*include v50rsel1. "Selektionsbild ohne Tabstrips

*INCLUDE v50rsel2. "Selektionsbild mit 3 Tabstrips

INCLUDE v50rsel3. "Selektionsbild mit 6 Tabstrips

include v50rincl. "Includes

these r the user exits for vl10b transactions.

thanks and regards,

ravikiran

Former Member
0 Kudos

Hi

SAP uses an User Exit (SMOD/CMOD) in order to make an enhancement of customers a lot more convenient. There are very many user exits available within SAP.

When using an user exit, the system does NOT become modified what happens when you start changing SAP for your needs.

So, it is very interesting to make use of all options, that leave the SAP system as unmodified as possible. Therefore, you should always check the available user exits in the area for your needed enhancements.

You can activate user exits in the SAP transactions SMOD and CMOD. There you can check for the appropiate user exit and insert the new enhanced code in function modules for your needs.

Here you find the complete list of SAP Userexits in SAP R/3 Enterprise 4.7:

(You can find this list in your SAP system as follows:

TA CMOD -> Utilities -> SAP Enhancements -> F8 Execute)

refer the link below

<a href="http://www.easymarketplace.de/userexit.php">SAP USER EXITS</a>