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: 

VT02n : User Exit (Urgent)

Former Member
0 Kudos

Hi all,

I have a requirement where in i need to incorporate some logic when the user presses the Exit and Cancel Button in VT02N based on the function code for eg.

for Exit FC (MM_BEEN) and For Cancel (MM_ABBR).Can anyone tell me the user exit which gets triggered so that i can incoporate my logic according to Function code like ( if sy-ucomm = 'MM_BEEN' . do something) .

Many Thanks in Advnace

Cheers

Ahmed

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Please have a look at the following exits :

Exit Name include Smod Name

EXIT_SAPMV56A_004 MV56AF99N_TA_CNTL MV56AINI

EXIT_SAPMV56A_001 MV56AFFC V56AFCCH

EXIT_SAPMV56A_002 MV56AF0T V56ATKTX

U can also consider the BADI: BADI_LE_SHIPMENT

Hope this will solve the purpose... Reward points if info useful....

4 REPLIES 4

Former Member
0 Kudos

hi Ahmed,

Just go through this enhancment : V56AFCCH

Function exit : EXIT_SAPMV56A_001(Shipment Processing: Check Function Code Allowed)

Regards,

Madhu

Former Member
0 Kudos

Please have a look at the following exits :

Exit Name include Smod Name

EXIT_SAPMV56A_004 MV56AF99N_TA_CNTL MV56AINI

EXIT_SAPMV56A_001 MV56AFFC V56AFCCH

EXIT_SAPMV56A_002 MV56AF0T V56ATKTX

U can also consider the BADI: BADI_LE_SHIPMENT

Hope this will solve the purpose... Reward points if info useful....

Former Member
0 Kudos

Transaction Code - VT02 Old: Change Shipment

Exit Name Description

V56AFCCH Shipment processing: Check function code allowed

V56AGTAR User Exit for Filtering Shipping Unit Calculation

V56ARCHV Customer-spec. checks for archiving shipments

V56ATKTX Change the number of lines for text input in shipment

V56BMOD Transportation processing: Field modification

V56DISTZ Shipment Processing: Determine Distance

V56FCOPY Shipment processing: Copy delivery data

V56FSTAT Shipment processing: Activities when setting a status

V56L0001 Status of Shipments for a Delivery

V56LDELI Read Delivery Data for Shipment Processing

V56LOCID Shipment Processing: Determine Location Identification

V56MVT04 Extensions for Collective Processing of Shipments

V56SLDET Shipment processing: Leg determination

V56TDLIF Filter Delivery Items for Shipment

V56UCHCH Shipment processing: Check whether changes were made

V56UCHCO Check shipments are complete

V56UDLUP Obsolete as of 4.6C: Delivery Update on Delivery Routines

V56UNUMB Shipment number allocation

V56USTAT User-individual definition of transportation planning status

V56USVDO Update new objects for transport

V56USVDP Preparation for updating new objects for transport?

MV56AINI Initialization of transaction control for transportation

No of Exits: 22

USER EXIT

http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm

http://www.sapgenie.com/abap/code/abap26.htm

http://www.sap-img.com/abap/what-is-user-exits.htm

http://wiki.ittoolbox.com/index.php/HOWTO:Implement_a_screen_exit_to_a_standard_SAP_transaction

http://www.easymarketplace.de/userexit.php

http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm

http://www.sappoint.com/abap/userexit.pdfUser-Exit

http://www.sap-img.com/ab038.htm

http://help.sap.com/saphelp_46c/helpdata/en/64/72369adc56d11195100060b03c6b76/frameset.htm

http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm

http://www.sap-img.com/abap/what-is-user-exits.htm

http://expertanswercenter.techtarget.com/eac/knowledgebaseAnswer/0,295199,sid63_gci982756,00.html

Rewards if useful.........

Minal

Former Member
0 Kudos

Thanks everyone