For VT01N tcode

Hi experts,
  Can anyone please tell me the userexit or BADI whihc is getting triggered for VT01N transaction after saving the shipping document.
It's very urgent . Please help me on this.
Regards,
Krithika

Transaction Code - VT01N                    Create 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 statu
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

Similar Messages

  • How to supress a warning message in BDC for ME11 Tcode

    Hi Expert,
    I am doing a BDC report for ME11 Tcode and some of warning is ignorable for this transaction code,how can we suppress these warning through BDC program, is it possible or will have to make some changes changes in TCODE(ME11) itself.

    hi,
    if the warning message coming in a pop-up window then it can be supressed in the following way.
    1. comment the lines of the code of bdc recording of that pop-up screen along with the perform of bdc ok code  '=ENTE".
    2. use the structure ctu_params and fill the correspondings fiels, particularly the field nobinpt = 'X' and then use this structure in the call transcation statement as
    call transcation 'ME11'
                            using bdcdata
                            options from opt ( structure of ctu_params )
    3. At the time of recording use the option of check box " no batch input session ".
    regards,
    Alok

  • How to create transaction or screen variant for custom tcode in module pool

    Hi,
              I have one module pool program with custome tcode ,i want to create transaction or screen variant for this tcode.Next time when we run this tcode we need a variant for this tcode.
    I tried by using of SHD0 but it is working only for standred tcodes.Is there any possibilty please help me.
    thanks,
    Lavanya.

    Hi,
    you created a Custom Tcode for ur module pool Pgm..if u execute the Tcode in the output screen give the input details and press Save Option then variant will be created. Then you can use that variant.
    otherwise.. while creating a Tcode..
    select an option for Tcode type Tranasction With variant ..there u will provide the variant for ur Tcode ( which is already created ).
    Regards,
    PraVeen.

  • Wnat to maintain Substitution rule for VF60 tcode.

    Hi  All,
       I wanted to know that how do i define substitution rulr for FB60 tcode
       after enetr the data of costcenter. It would be trigered after ost center in the
       line item.  does any one knows abt the same and how do we configured this
      one.  I copied standard SAP program 'RGGBS001'  to maintain this suitation.
      does any one know abt the same please answer ASAP.. it seems to be urgent.
    thx
    rao..

    Transaction Code - FB60                     Enter Incoming Invoices
    Exit Name           Description
    RFAVIS01            Customer Exit for Changing Payment Advice Segment Text
    RFEPOS00            Line item display: Checking of selection conditions
    RFKORIEX            Automatic correspondence
    SAPLF051            Workflow for FI (pre-capture, release for payment)
    F050S001            FIDCMT, FIDCC1, FIDCC2: Edit user-defined IDoc segment
    F050S002            FIDCC1: Change IDoc/do not send
    F050S003            FIDCC2: Change IDoc/do not send
    F050S004            FIDCMT, FIDCC1, FIDCC2: Change outbound IDoc/do not send
    F050S005            FIDCMT, FIDCC1, FIDCC2 Inbound IDoc: Change FI document
    F050S006            FI Outgoing IDoc: Reset Clearing in FI Document
    F050S007            FIDCCH Outbound: Influence on IDoc for Document Change
    F180A001            Balance Sheet Adjustment
    FARC0002            Additional Checks for Archiving MM Vendor Master Data
    FEDI0001            Function Exits for EDI in FI
    No of Exits:         14
    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

  • Password for a tcode

    Hi Everybody,
    Does anyone can help me in setting a password for a tcode.
    any help like the user exit that should be used or any other kind of help is appreciated.
    thx in advance
    raja

    Hi Alpesh
    Actually we want to go for release procedure for PR. but we dont have the HR module and so we cant go for workflow management. If we go for user authorisation then it would be like creating a new user just for the sake of this one tcode.
    so im wondering whether can we set any password for the tcode me54n without restricting the user authorization,
    Regards,
    Raja

  • How to show my customer-subscreen for CV01N tcode?

    Hi.
    There is a line:
    CALL CUSTOMER-SUBSCREEN scrcust INCLUDING 'SAPLXCV110' '0100'.
    at '0200' screen's PBO.
    I create a project in CMOD for CV110001enhansment. Then I create a screen '0100' in XCV110 func. group and write some stuff there. Then I activate my project in CMOD but nothing happen with the main screen...
    What should I do to activate my customer-subscreen correctly?
    Thanks. Bye.

    Hi,
    Have you added the enhancement for the Tcode in you project created. and this enhancements should be the screen exit and fm exit for the new screen provided by SAP itself.
    Hope this might help you.
    Pooja

  • Display access for the tcode SCC4

    Hi all,
    I want only the display access for the tcode SCC4. In which authorization object I can do this.
    Regards,
    R.Suganya

    Good Afternoon yes you can goto transaction SU24 insert transaction SCC4 and execute, click on display indicator, and you will see the object S_TABU_DIS assign activity value (03) to your role for this object which has that transaction SCC4 assigned to it. Also make sure that no other roles for that user has this object other wise the values will overwrite it.
    Make sure you have locked transaction code OY24 as its a duplicate of SCC4.
    Hope this helps
    Edited by: nadim razaq on Sep 17, 2008 4:13 PM

  • BAPI for FB50 tcode

    hi all,
    Can any body please give me report using BDC or BAPI for FB50 Tcode.......
    Regards,
    Imran

    hi
    List of all BAPIs
    http://www.planetsap.com/LIST_ALL_BAPIs.htm
    http://www.sappoint.com/abap/bapiintro.pdf
    http://www.sappoint.com/abap/bapiprg.pdf
    http://www.sappoint.com/abap/bapiactx.pdf
    http://www.sappoint.com/abap/bapilst.pdf
    http://www.sappoint.com/abap/bapiexer.pdf
    http://service.sap.com/ale
    http://service.sap.com/bapi
    http://www.geocities.com/mpioud/Abap_programs.html
    http://www.sapdevelopment.co.uk/reporting/reportinghome.htm
    regards
    ravish
    <b>plz dont forget to reward points if helpful</b>

  • Role for SMARTFORMS tcode in DEV system?

    Hi all,
    I gave access for an ABAP Developer in QA and MIRROR system with a Z_ARCHITECT_MIRROR[Super role with access to all transactions] role.
    Whic is restricted in PROD system.
    There is a SAP role which contains access for SMARTFORMS tcode in PROD.
    As far as I know this is not possible in PROD system??
    Would like to know if there is a solution for this?
    Regards,
    Bharath.
    Edited by: SAP Learner on Apr 14, 2008 4:07 PM

    as long as your PRD system is locked against changes (tx. SCC4) there should not be a problem when the abaper can view smartforms.
    check the settings of your PRD-system (no changes allowed in SE06) and no customizing and repository changes allowed in client XXX in tx. SCC4 and you should be safe.

  • LSMW for PP01 Tcode

    Hi all,
    I have a requirement in which I need to use LSMW for Tcode PP01 to update some fields of a custom OM Infotype.
    My question is : Is it okay to use LSMW for PP01 tcode or whether I should go for BDC ?
    Are their any constraints in using LSMW for PP01 Tcode ?
    Kindly assist

    you can use LSMW method, because its have screen level validation , if you can go for BDC you need to write logic for validation....

  • Problem in uploading data for the Tcode CA02

    Hi,
    I am trying to upload the data for the Tcode ca02  and i am facing a problem i.e. the uploading for the for the 18th  inspection characterstic is not able to being uploaded. I had checked the code of it  and the logic is there.
    It was previously uploading the data for it,but iit is not doing now. I had cheked the program of the screen also the fields are also present..

    would u plz send code.so i can check

  • LSMW for PA40 Tcode

    Hi all,
    I have created a LSMW for the Tcode PA40 to upload the employees data for the initial infotypes 0000,0001,0002.   The record uploaded successfully.  But the employees no. is generated by skipping one dummy no.
    For example, if 2 records I am uploading means,
    Employee no.
    1006455    -   Uploaded succes
    1006456    -   skipped
    1006457   -    Uploaded.
    How to stop the employee no. skip as dummy.
    Regards,
    Raj

    Yes Mr. Raj,
    In the case of uploading, or when doing the cut-over activity the numbers ranges must be kept in External Range.
    Once the system goes live you can keep it as internal.
    Regards
    Venu

  • How to find business object for particular tcode at particular event

    Hi,
    I want to know how i can find particular business object for particular tcode for certain event?
    For example suppose for tcode PA40, if i create infotype for employee and when i save it after creating it then it must be stored in certain object. How i can find business object where all data realted to emp. get saved?
    Thanks & Regards,
    Parag

    Hi Parag,
    To get the business object for given transaction,
    1) Go to transaction SWELS
    2) Switch on the event trace.
    3) Go to the given transaction (For which you want to know the business object)
    4) Execute the transaction
    5) Go back to SWELS and Switch off the event trace
    6) Go to transaction SWEL.. Here you will get the Business Object name (one which starts with BUS)
    Hope this will help you.
    Best Regards,
    Deepa Kulkarni

  • Profile for CAT2 Tcode

    HI all,
    How to create Profile for CAT2 Tcode.
    when we execute  the CAT2 tcode, we have a field Data Entry Profile.
    if we select F4 option for that it will display list of Profile..
    i want to create a new profile..
    how can we create

    Hi,
    Follow this steps without back end config may be your issue may resolve partially?
    Step 1: Use transaction code CAC1 to create the Data entry profile
    Step 2: To Control the time sheet entry screen with Data entry profile use transaction code CAC2 .
    Step 3: Posting time sheet document with transaction code CAT2
    Step 4: Transfer working hours cost to Internal order with transaction code CATA
    Thanks
    Vibin

  • Iview for a tcode not reflecting the fields completely.

    Hi All,
    I made an iview for a business partner in portal for its tcode.The tcode of Buisness partner is showing all  fields in GUI.But when i am viewing the Business partner using it transaction  iview it is showing properly except at a particular dropdown where it is showing only two fields out of three.One of the fields is getting missed out in the dropdown.
    Regards.
    Adity.

    Ya ....just want to make my question little clear.
    We have CRM 5.0 and EP 7.0.
    We have a dropdown in tcode BP(Business Partner) called relationship.This dropdown when clicked shows only two fields ie.list and heirarchy and not reflecting field 'network' in portal but reflecting in GUI
    The client and the user are correct.Am using SAP gui for HTML.
    Regards.
    Adity.

Maybe you are looking for

  • From labVIEW 9.0 to 8.6

    Hello, I have receaved a Labview VI in version 9.0 but I have version 8.6 and I cannot open it. Could someone please save the attached VI in 8.6 or previous versions and post it back? Thanks a lot for your help. Solved! Go to Solution. Attachments: W

  • How to call labview DLL from visual C++?

    Hi, I'm trying to call a LV DLL from a VC++ application by using the LoadLibrary and GetProcAddress functions. The DLL contains a simple sum function. The Library is loaded correctly, but the result is always 0.0000. I have loaded a VC++ DLL in a sim

  • Remodelling with customer exit

    Hello Colleagues, I have gone thru the threads but couldnt find correct thread to address my issue. could you please help me on fulfilling this requirement. requirement is : 1) Add a charectesristic Infoobject to existing infocube by remodelling opti

  • MacBook freezes after shutting the screen closed down

    Since some time ago, my MacBook freezes when I close the screen down for substantial time like a few hours or maybe even an hour, so that I have to kill the MB by pressing the power button for a few seconds. I did this almost everyday for maybe a few

  • Reverse profile for sRGB?

    I realised that the color photos I work on (on my color calibrated system) look different to people on their monitors (most viewers/users are not using calibrated monitors). Ok, first let me clarify, that I am using calibration not for web view but f