Any screen exit for va01

Hi frends
I am creating a sales order for a particular type the (KBETR FIELD IN CONDITIONS TAB)
for some conditions it is showing editable
and for some conditions it is showing non editable
and how can we make the field editable.........
thanks

Hi Promod,
These are the exits present for VA01 transaction.
SDTRM001            Reschedule schedule lines without a new ATP check
V45A0002            Predefine sold-to party in sales document
V45A0003            Collector for customer function modulpool MV45A
V45A0004            Copy packing proposal
V45E0001            Update the purchase order from the sales order
V45E0002            Data transfer in procurement elements (PRreq., assembly)
V45L0001            SD component supplier processing (customer enhancements)
V45P0001            SD customer function for cross-company code sales
V45S0001            Update sales document from configuration
V45S0003            MRP-relevance for incomplete configuration
V45S0004            Effectivity type in sales order
V45W0001            SD Service Management: Forward Contract Data to Item
V46H0001            SD Customer functions for resource-related billing
V60F0001            SD Billing plan (customer enhancement) diff. to billing plan
SDAPO001            Activating Sourcing Subitem Quantity Propagation
V45A0001            Determine alternative materials for product selection
based on the description given please check which will be useful for you.
Regards,
Sourabh

Similar Messages

  • Is there any Menu exit for VA01?

    hi,
    Is there any Menu exit for VA01?

    Hi,
      Refer
    https://forums.sdn.sap.com/click.jspa?searchID=11272994&messageID=5107158
    Regards
    Kiran SURE

  • Screen Exit for VA01/02 Additional data tab B

    Hi
    i am working on screen exit for Additional Data Tab B to add custom fields.I have included the fields in VBAK table using append structure(is there a way to include fields using Include Structure?).
    Also i have seen in many threads that SAPMV45A program and 8309 is the screen number to do the changes.
    I am new to this Screen exits can someone tell me how to add these fields in that tab?i dont understand what to do from here.
    give me step by step process or any link to do this.

    hi
    but does it ask me for ACCESSKEY?
    i must not change the standard thing. i need to implement in Exits only.i have seen in SAPMV45A there are 2 exits exit_**_002 and 003 which can be used for PBO and PAI.
    but i am confused on how to bring the fields into ADDITIONAL DATA TAB B  without changing standard directly?

  • Urgent: SCREEN EXITS FOR VA01

    Hi all,
    Please tell me what r the screen exits available for VA01 transaction.
    points will be rewarded,
    Thanks in advance,
    SIRI

    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
    Transaction Code - VA02                     Change Sales Order
    Exit Name           Description
    SDTRM001            Reschedule schedule lines without a new ATP check
    V45A0001            Determine alternative materials for product selection
    V45A0002            Predefine sold-to party in sales document
    V45A0003            Collector for customer function modulpool MV45A
    V45A0004            Copy packing proposal
    V45E0001            Update the purchase order from the sales order
    V45E0002            Data transfer in procurement elements (PRreq., assembly)
    V45L0001            SD component supplier processing (customer enhancements)
    V45P0001            SD customer function for cross-company code sales
    V45S0001            Update sales document from configuration
    V45S0003            MRP-relevance for incomplete configuration
    V45S0004            Effectivity type in sales order
    V45W0001            SD Service Management: Forward Contract Data to Item
    V46H0001            SD Customer functions for resource-related billing
    V60F0001            SD Billing plan (customer enhancement) diff. to billing plan
    No of Exits:         15
    Rewards if useful.........
    Minal

  • Screen Exit for t-code F-06

    Dear All
    I have an requirement like I need to add a field in the t-code f-06, in the first screen it self, they need a field to add from the table BKPF. I have searched for any screen exits for the package FBAS, but I am unable to find out.
    Please guide me is there any other alternative way to solve this issue.
    Thanks and Regards
    Praveen Kumar

    HI,
    What ever you can achevie by using User Exit you can acheive with Badi's
    [ABAP BADI SCREEN ENHACEMENTS |http://www.*******************/2008/09/abap-badi-screen-enhacements.html]html
    [badi screen enhancements implementation |http://www.*******************/2008/10/badi-screen-enhancements-implementation.html]

  • Screen exit for FB60 on header level

    hi , i am working on FB60 .  i want to add an extra tab  i.e extra screen on the header level . are there any screen exits for fb60 to add extra screen?

    hi praveen,
    search this forum on how to implement a badi if you haven't done one before. also, go to transation SE18 and read the documentation on badi_fdcb_subbas01 which clearly says that its used for FB60... see the example how they have used it by going to menubar Implementation->Overview then choose FI_FDCB_SUBBAS01_EX (Example for Screen Enhancement 1 on FDCB Basic Data Screen)...you should look at the method PUT_DATA_TO_SCREEN_OBJECT and tab Subscreens where the screen exits are available to use.
    In FB60, if you go to menubar System->Status and check the Program (Subscreen) and Screen Number, you'll see it'll match the program name and screen no. provided in the Subscreen tab of the BADI.
    Hope this helps.
    Cheers,
    Sougata.

  • Screen exits for tcode vl31n.

    Hi,
    I need to add push button(Print) in VL31N tcode.
    Please provide any screen exits for that.
    Thanks,

    Hi
    Use BADI LE_SHP_TAB_CUST_HEAD for delivery header.
    Method: ACTIVATE_TAB_PAGE
    Use BADI LE_SHP_TAB_CUST_ITEM  for delivery item
    Method: ACTIVATE_TAB_PAGE.
    In the method specify the caption, program name and screen number as below.
    ef_caption = 'Customer Data'.
    ef_program = 'Z_IBDELIVERY'.
    ef_dynpro  = '9000'.

  • Screen Exits for VA21

    I have to add a field(date) in the screen in the transaction VA21 .
    Is there any Screen exit for transaction VA21 ? if not how do i go about doing the same

    Hello Amit,
    The requirement is can be met as follows....
    U can add the required field in the Additional data tab for header.
    User exits in the screens
    Additional header data is on screen SAPMV45A 0309, This screens contain the Include screens SAPMV45A 8309 as user exits.
    Fields which are also to be included in the sales document for a specific installation should be included on the Include screens for maintaining. If an application-specific check module is needed for the fields, this can be included in the Include MV45AIZZ. The module is called up in the processing logic of the Include screens.
    For field transports, you do not have to make changes or adjustments.
    Example
    A new field, VBAK-ZZKUN, should be included in table VBAK.
    If the check is defined via the Dictionary (fixed values or check table) the field must be included with the fullscreen editor in the Include screen SAPMV45A 8309. In this case, no change has to be made to the processing logic.
    This should resolve ur problem.

  • Screen exit for XD01

    Hi,
      Is there any screen exit for XD01? I need to a custom field.

    Hi,
    The screen exit for customer Master is not a direct way to find out in CMOD/SMOD.... The process to add a screen to Customer master is different...and need to be done care fully and understand the process carefully...
    Here we go:
    01. goto SM30 (Maintain Table Views)
    02. Enter V_TAMLAY0_00 and press display
        Ask you to select the Application...from the drop
        drop down select LOMDBPC_GD..this is customer master
        Application for General Data.
    03. change the layout of the screen by pressing change
        button and add new Layout ZSAP a description. and
        save it.
    04. Go back to SM30 main screen and enter V_TAMLAY1_00
        an dpress display.. it will ask for Application
        (enter LOMDBPC_GD)...then enter tab layout master
        data..which is ZSAP which you created in previoous
        step...i.e. custom layout.
    05. It displays all the Tabs in the Custome master, the
        last one should be 7. now you add new tab.. no 8
        with meaning ful description. and SAve
    06. Then goback to SM30 Main screen, enter V_TAMLAY2_00
        and press display.... then enter Application adn
        layout and the Tab number created in previous
        scree.. then enter
    07. you need to enter the position of group boxes....
        position 1, Group box S0008, the description..
        and save.
    08. goback to SM30, and enter V_TAMLAYA_00 and display...
        takes u to screen where u need to enter the
        application details...modify the application line
        which selected before and from SPRO..find out the FM
        which triggeres to create Customer...in SAP and get
        the Function group...enter the Function group into
        User function group and add Z before the Function
        module and save the data....creates a FM where u use
        for modifications.
    09. Goback to SM 30 and enter V_TAMLAYB_00 and press
        display...make a new entry with screen 001 and
        save....
    this will add the screen to your customer master....
    use the Cusotme FM to do modification to the screen 001..
    This is a bit tedious...but understand the concept...
    i have done this may be 3 yrs back..
    any questions le tme kknow...
    Thnaks
    balu

  • Screen exit for ME51(old transaction)

    Is there any screen exit for ME51 old transaction? ME51N(new transaction) I was able to find, please help me to find something in ME51.
    Thanks

    Hi,
      check enhancement : MM06E005.
    Regards,
    Himanshu

  • Screen exit for transactoin /SCWM/VEH related to SCM eWM

    Hello All,
    I need to add a dropdown or F4 help button on a custom screen in transactoin /SCWM/VEH related to SCM eWM. I did not finf any screen exits for this transactoins. Please suggest is there any way in acheiving this?
    Also can anybody explain how to achieve Batch to Batch transfer posting technically in eWM.
    Please suggest me where can i found good tech document related to eWM.
    Thanks In Advance.
    Anil

    Did you find any solutions for adding fields to /SCWM/MAT1? I did't find any suitable screen exit or BADI to add fields to product master, 
    if you find any solution for adding fields to product master, Please post that information in that thread
    Thanks in advance

  • Screen exit for PIR

    Hi experts,
    Is there any screen exit for MD61. I need to insert two columns in MD61 transaction.
    Can anybody help me?
    Naren

    Not required

  • Screen exit for transaction VT01N

    Hi all,
    Is there any screen exit for the transaction VT01N , VT02N ?

    Hi Please try the following exits and discuss with your functional person to get into the exact exit
    MV56AINI                                Initialization of transaction control for transportation
    V56USVDP                                Preparation for updating new objects for transport?
    V56USVDO                                Update new objects for transport
    V56USTAT                                User-individual definition of transportation planning status
    V56UNUMB                                Shipment number allocation
    V56UDLUP                                Obsolete as of 4.6C: Delivery Update on Delivery Routines
    V56UCHCO                                Check shipments are complete
    V56UCHCH                                Shipment processing: Check whether changes were made
    V56TDLIF                                Filter Delivery Items for Shipment
    V56SLDET                                Shipment processing: Leg determination
    V56MVT04                                Extensions for Collective Processing of Shipments
    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
    Business Add-in   BELOW  ARE BADI
    BADI_LE_SHIPMENT                        BadI: Shipment Processing
    BADI_V56N                               User Exit Transport - Message Determination

  • Screen Exit for MB1C transaction with program :SAPMM07M and screen 410

    I am working on a requirement which is to enhance the Functionality of transaction, MB1C.  In Mb1c item details screen I want to add some additional text line (about 7 to 8) for client Materials. The requirement is to add details of drawings which we have to enter at the time of GR. One item text field is available but that is not enough. As the drawing specs, spool no, ... etc., have to be entered. My question is there any screen exit for MB1c Transaction?. If not how to proceed?.  Could someone answer my query. I am working on ECC 6.0.
    Thanks & Regds
    Ariffu Mohammed

    Please explore the following exit and there documentation , inorder to                    
    fulfill the requirement                                                                               
    MB1C SAPMM07M  MBCF0002        E            EXIT_SAPMM07M_001                             
                   MBCF0006        E            EXIT_SAPMM07M_005                             
                   MBCF0009        E            EXIT_SAPMM07M_009                             
                   MBCFC003        E            EXIT_SAPMM07M_003                             
                   MBCFC004        E            EXIT_SAPMM07M_004                             
                   MBCFC010        E            EXIT_SAPMM07M_010                             
         SAPMM07M  MBCF0002        E            EXIT_SAPMM07M_001                             
                   MBCF0006        E            EXIT_SAPMM07M_005                             
                   MBCF0009        E            EXIT_SAPMM07M_009                             
                   MBCFC003        E            EXIT_SAPMM07M_003                             
                   MBCFC004        E            EXIT_SAPMM07M_004                             
                   MBCFC010        E            EXIT_SAPMM07M_010

  • Screen exit for ME51N in header

    Hi friends,
    Is there any screen exit for ME51N(Purchase requisition) in header level.I found MEREQ001 enhancement, but this is for item level.please help.
    regards,
    Thoufique.

    Hi Thoufique,
    try the following screen exits:
    EXIT_SAPLMEREQ_001 Export Data to Customer Subscreen for Re
    EXIT_SAPLMEREQ_002 Prepare Customer Subscreen for Requisiti
    EXIT_SAPLMEREQ_003 Import Data from Customer Subscreen for
    Also, for more help on your problem, refer to the following link:
    Re: re: screen exits
    Hope this will help you...

Maybe you are looking for

  • SMS Text Options

    When trying to change the Number of Previous Items, upon hitting the Back button and selecting Save, I get a message "Invalid Service Center specified."  There is no entry in the Service Center field.  Should there be?  How do I resolve this issue?

  • PF Status in ALV list.

    Hi, please tell me how to create PF status in ALV. I know how to create PF status but not sure in ALV. can some one give simple report with code please. ex: spfli table. I want to use 'REUSE_ALV_LIST_DISPLAY' instead of grid. Please help. Thanks in a

  • My ipod touch won't show up on itunes ever since I updated itunes.

    Ever since I updated iTunes I can't connect my iPod touch to my computer.  I tried it on my other computer and it worked, but on this one it doesn't.

  • DMS Content server / Master guide

    Hi Friends, I try to search info on details for DMS Content server. I found only content server. Is there any differnce for DMS Content server. I want to understand the sizing / planning  / DB usage for DMS purpose. Can I get any where DMS Master Gui

  • IPod Update to version 1.2.3

    I recently reinstalled Windows on my comapaq presario. I had transferred my music to another hard drive and have moved my music back into itunes. I authorized this new "computer". When I plugged my iPod into my computer it asked to install software u