Adding of screen fields

hi experts,
I need to add some custom screen fields in the standard transaction code mm41. I am unable to locate the screen exit for same .
Through which i can add fields on the transaction code.
could u please give ur suggestions on same.

hi saurabh,
MGW00001            Material Master (Retail): Additional Data
MGW00002            Material Master (Retail): Number Assignment
try this one.
regards,
sandeep

Similar Messages

  • Adding New Screen Fields Through BDT

    Hi All,
          In BP transaction there is a concession tab. i want to add 2 new screen fields from z table.
          i have added from z table in that concession tab.
    But The problem is that screen fields are coming in the last line.but where as i need those all new fields in right corner of first and second lines of the existing fields .plz.. help me
    Thanks Inadvance ,
    Siva Kumar

    Hi Vishnu
    I suggest to use EEWB for adding the new field. Follow the following steps
    1. Run Transaction EEWB (Easy Enhancement Work Bench)
    2. Create new Project.
    3. Select the relevent Z package.
    4. Create Customizing and Workbench Requests.
    5. Select table BUPA
    6. Select the type of field you require (single or table) and follow the wizard.
    The new fields will appeare on a new tab "Customer Data" on BP Screen.
    The Screen Name and Sequence can then be changed with VCT.
    Precautions:
    1. Your user must have developer's key privilages.
    2. There should not be any users working on the system when you are doing this activity.
    3. The workbench request created is client independent. The customization request created is client specific.
    4. The process is reversable and does not get effected by patch upload.
    hope this may help.
    Cheers
    Avi

  • Adding new screen field

    Hi! Gurus,
    We would like to add a new screen field to our shipment document.
    My ABAPper says there's no screen exit to do the same.
    He talks something about breaking the code and stuff like that which I dont understand much.
    Please let me know a way if you guys can think of something.
    I need to add a field in VT01N transaction.
    Thanks in advance.

    HI Runa
    check this example code.
    First of all after adding the fields, you need to display those new fields in the VA01 transaction while creating a new sale order. So for that you need to first use the exit MV45A0ZZ. In this exit under the PBO, declare any form like eg: module zz_blank_fields. The coding for the module must be like as follows:
    LOOP AT SCREEN.
    IF SCREEN-GROUP1 = '002'.
    SCREEN-INPUT = '0'.
    elseif screen-group1 = '123' or
    screen-group1 = 'QUO'.
    screen-active = '0'.
    ENDIF.
    MODIFY SCREEN.
    ENDLOOP.
    WHEN 'VA12'.
    LOOP AT SCREEN.
    IF SCREEN-GROUP1 = '123' OR
    SCREEN-GROUP1 = 'QUO' .
    screen-active = '0'.
    ENDIF.
    MODIFY SCREEN.
    ENDLOOP.
    WHEN 'VA13'.
    LOOP AT SCREEN.
    IF SCREEN-GROUP1 = '001' OR
    SCREEN-GROUP1 = '002'.
    SCREEN-INPUT = '0'.
    elseif screen-group1 = '123' OR
    SCREEN-GROUP1 = 'QUO' .
    screen-active = '0'.
    ENDIF.
    MODIFY SCREEN.
    ENDLOOP.
    ENDCASE.
    when 'B'."Quotation
    CASE SY-TCODE.
    WHEN 'VA21' OR 'VA22'.
    LOOP AT SCREEN.
    IF SCREEN-GROUP1 = '002'.
    SCREEN-INPUT = '0'.
    elseif screen-group1 = '123'.
    screen-active = '0'.
    ENDIF.
    MODIFY SCREEN.
    ENDLOOP.
    WHEN 'VA23'.
    LOOP AT SCREEN.
    IF SCREEN-GROUP1 = '001' OR
    SCREEN-GROUP1 = '002' OR
    SCREEN-GROUP1 = 'QUO' .
    SCREEN-INPUT = '0'.
    elseif screen-group1 = '123'.
    screen-active = '0'.
    ENDIF.
    MODIFY SCREEN.
    ENDLOOP.
    ENDCASE.
    when 'C'."Order
    **Additinal fields for capturing DI Details in Order
    case sy-tcode.
    when 'VA01' OR 'VA02'.
    LOOP AT SCREEN.
    IF SCREEN-GROUP1 <> '123' .
    SCREEN-ACTIVE = '0'.
    ENDIF.
    MODIFY SCREEN.
    ENDLOOP.
    when 'VA03'.
    LOOP AT SCREEN.
    IF SCREEN-GROUP1 <> '123' .
    SCREEN-ACTIVE = '0'.
    ELSE.
    SCREEN-INPUT = '0'.
    ENDIF.
    MODIFY SCREEN.
    ENDLOOP.
    ENDCASE.
    when others.
    loop at screen.
    screen-active = '0'.
    modify screen.
    endloop.
    endcase.
    Regards,
    Laxmi.

  • Adding Selection Screen Fields in IQ09

    Hi All,
    My requirement is to add a selection screen field on screen of transaction code IQ09. Also , I need to filter records based on the same.
    Is this feasible ?
    Thanks
    Harsh

    Hi Harsh,
    Please use the Enhancment framework.
    Use the Implicit or the Explicit Enhancement Options and then add the Additional Field on the screen.
    you can then use the Source code plug-ins to modify the code.
    Regards,
    Deepak.

  • Adding a screen field in FB60 transaction

    Hi all,
    I just want to add a screen field in FB60 transaction. In that transaction there is a table control. I want to add a coloumn there. Can anyone help me how to do that? I am working in ECC 5.0
    Thanks in advance
    Pranav

    Hi Pranav,
    If you want to add a new column under the table control in FB60, there is a way to do it through config.
    This is how it can be done:-
    1) Go to T-Code SPRO
    2) Financial Accounting New>Financial Global Settings New>Ledgers>Fields>Customer Fields>Edit Coding Block
    3) Define your new field under "Customer defined account assignments" . Make sure the name starts with either 'ZZ' or "YY". This creates a standard structure with your custom field and also appends this new custom field in many FI related tables including BSEG so make sure to check the impact with your functional consultant.
    4) Once it is defined, you might need to change the characteristics of your field under
    Financial Accounting New>Financial Global Settings New>Document>Define Posting Keys
    (This changes your fields status from suppresed to either Optional or Required depending on your requirement)
    Hope this link also helps
    http://help.sap.com/erp2005_ehp_03/helpdata/EN/65/ec4bd7fb0f44f6814fa790dde9a172/frameset.htm
    Reward points if helpful
    Cheers
    Sanjiv

  • Error in adding selection screen fields

    Hi All,,
    I am getting error when i add a selection screen parameters in module pool.
    I copied stadard program to custom one, when I add an input field to screen it gives information message saying
    "Selection screen: Report generation makes screen changes ineffective". 
    If though if i add the selection screen, when i relogin newly added screeen disappears.
    Can any one y this is happening?

    Hi,
    You can find a lot of posts on the SDN. Please search for them.
    [What create docking container on a subscreen?]
    [Query Regarding 'cl_gui_docking_container'] are a few

  • Adding one screen field for service entry sheet

    Hi every body,
    Generally we doing service entry in ML81N and we select cost element and cost centre and we want link one field for order on screen , it is possible , if yes then  how we can do..
    Thanks in Advance,
    Dharmveer

    Hi Dharmveer,
    It sounds like your SES has account assigment (AA) category which requires cost element (G/L account) and a cost centre (K?) Can you consider using another AA category allowing also entry of order, e.g. X? Or modify your usual AA category in trs OME9 to also accept order.
    BR
    Raf

  • Adding a new field to selection screen -Effect on variant

    Hello,
      If we add a new (non obligatory) field to a slection screen, is there any impact on existing variants? Does SAP regenerate each variant when the screen change transport get applied? We had a DB lock jam situation in our PRD system for VARI table and the previous day some program changes with a added selection screen parameter ( a check box) had moved).
    Regards,
    Hari.

    Adding a field to the selection screen shouldn't affect existing variants (but the field will be blank for all variants). However, if there is a problem, you should be able to retrieve variants with program RSVARDOC_610.
    Rob

  • CProjects - Adding a new field to the detail screen of object link

    Hi All,
    I've a requirement of adding a new field to the detail screen of object link. But the field is a combination of 3 other standard fields.
    Please let me know how could i realise this functionality?
    Thanks in advance.

    Hi Srini,
    Thanks for your Reply
    I have kept 01 against the field BSEG-AUGDT and selected the preselect check box also.
    But still that field is not visible in the dynamic selection screen.
    Thanks
    Ajay.D

  • Adding a new field to the selection screen of a LDB

    Hi all,
    I want to add a new field Clearing date(BSEG-AUGDT) in the dynamic selection screen of  the report RFUMSV00.
    For adding a new field i have copied the SAP view of a Logical database to CUS view.
    Next i had added the Clearing date(BSEG-AUGDT) to the function group Document header(01) and selected the check box Preselect and saved the view.
    But still i am not able to find the newly added field in the dynamic selection screen of the report.
    Please suggest me where i am going wrong or how to do this.
    Thanks in advance
    Ajay

    Hi Srini,
    Thanks for your Reply
    I have kept 01 against the field BSEG-AUGDT and selected the preselect check box also.
    But still that field is not visible in the dynamic selection screen.
    Thanks
    Ajay.D

  • SAP Work Manager customization - adding a new field to equipment details screen (Syclo Agentry)

    Hi Experts,
    I am trying to add a field (NAME1) on the Equipment details screen under work orders in work manager 5.3 application.
    I have performed the following steps, but I am getting an error while connecting to the application.
    1) Create extension for Equipment class to add a new field.
    2) added the new field (Name1) as the property to the standard object Equipment.
    3) Added the field on the screen.
    4) Added the field (name1) to the complex table ctEquipment.
    5) Added the JAR file to Agentry.ini file.
    6) Changed the Class mapping for parameter "Equipment" under group "SAPOBJECT" to point it to the custom (Extended) class.
    7) Changed the class mapping for complex table parameter "ctEquipment" under group "CT_SAPOBJECT" to point it to the custom class.
    8) after publishing the changes and re-starting the server, I get following error.
    the log file generated (message.log) also has the same description.
    What am I missing here? Any help would be really appreciated.

    Hi Emanuel,
    Thanks for looking into this issue.
    I have performed the following steps as suggested by you, still it doesn't seem to work and gives the same error.
    Below are the changes done on the ECC Side.
    1) Copied the standard equipment class /SYCLO_CL_PM_EQUIPMENT1_DO to custom class ZSYCLO_CL_PM_EQUIPMENT1_DO. Changes made in the GET Method to get custom equipment related data
    2) Modified the standard equipment structure /SYCLO/PM_EQUI_STR by adding one custom field
    3) Configured this custom class as the object handler in the equipment mobile data object
    4) Configured this custom class as the object handler for the equipment complex table
    5) We are still using the standard BAPI Wrapper itself for getting the equipment data and the added field is reflected in the BAPI Wrapper table parameter
    Is there something we are missing?

  • FB02 qnd FB03 adding a new field on screen BKPF-SANME

    Hello All,
    I am having a requirement as adding a field BKPF-SANAME on the screen on FB01, Fb02, Fb03.
    For Fb01 i got an badi and added the field on the screen.
    But Fb02, FB03 i am not having any BADI or exit to add the screen field at headder level.
    Can any one hep me out in thsi.
    How to add a filed BKPF-SNAME in Fb03, FB02 ??????
    Urgent........

    Hello Swapna,
    it makes in my opinion definetely no sense to enter BKPF-sname while entering a document because this field is updated automatically depending on the user.
    In FB02/Fb03 you can see bkpf-sname if you doubleclick the "hat" or press <F5>, so why changing the standard dynpros or implement a badi? You have all the information you need.
    Best regards
      Horst

  • Adding a new field on ESS screen.

    Hello Experts,
    Just need a  suggestion on how to a add a check box to the ESS view.
    After reimporting the model basically, I want to know where do I have to edit the model bindings.
    The RFC, we have added a custom field in the struchure  HRBEN00_FSACONTRIB_TRANS  of RFC HR_BEN_ESS_RFC_OFFER_DETAILS.
    The view, I am tryign to add the field is to DetailFSAContributionView.
    I just want to get little clarification on communication between view, interface controller, component controller and the model.
    In a web dynpro application binding is between view -> controller n controller -> model. Looks like in the FPM application its different.
    So, if anyone can let me know how to do the binding and any additional steps needed to be added to code inorder to intiate the values?
    You help is highly appreciated.
    Thanks,
    James

    HI,
    to add a check box, do it the layout if u want to do at design time,
    or write code in the wdDoModifyView to create a check box if u want t o do it dynamically...
    coming to the binding,
    first check how the binding is done in the data modeller,
    if it is view>componentcontroller->interfacecontroller
    and model-->component controller,
    reimport the model (as u have modified the structure)
    first, apply template(service controller) to the component controller  (binding takes place b/w the component controller and the model
    then, bind the view to component controller and then component controller to the interface controller.
    Regards,
    Satya.

  • Adding search help (F4) for a screen field in standard screen of VA02

    Dear Gurus,
    I need to add a Search Help (F4) to a Standard Screen Field VBAK-VSNMR_V in the standard Screen of VA01/Va02.....Can anyone please guide me how it can be done.
    Regards
    Sajid
    Edited by: shaik sajid on Feb 2, 2009 8:38 AM

    Hi shaik,
    Refer to the following useful link:
    Search help enhancement in VA01
    Hope this will help you...

  • Adding an extra screen field in CJ88

    Hi,
    The FICO consultant wants to know whether we can add an extra screen field in CJ88.He wants to add the posting year.Currently there is facility to add posting period and the posting year will be same as the fiscal.He wants to change the posting year.Due to this he wants to add an extra screen field - posting year so that the user can change it during reversal.
    If yes then how it is bo done.
    If not, is it possible to copy the entire CJ88 code and make zprogram and ztcode and add this extra field.
    Please let me know your suggestion.
    Thanks,
    Rajani

    HI,
    Perhaps you can try with USEREXIT_CHECK_VBAP in report MV45AFZB.
    Other possibilty is the BADI BADI_SD_SALES_ITEM, where the method ITEM_CHECK.
    Perhaps the most powerful is userexit_save_document in report MV45AFZZ, but it works when you save the document. Here you can compare XVBAP (with the new item will have the field UPDKZ = 'I') with YVBAP (you can compare the line items of both internal tables). Finally, you can use the status of deliveried and billed of XVBUP, YVBUP, XVBUK, YVBUK to do the final checks.
    Perhaps you can fix warning messages in the first exits (in dialog) and in the saving event set the error message.
    Set the break point and check the data in these structures, and think in the right algorithm.
    I hope this helps you
    Regards,
    Eduardo

Maybe you are looking for