Customer fields - SAPMV45A - VA01 - ECC6

Hi all,
We are on ECC6.
I want to add customer fields to the tab 'additional data B'. I believe you see tha additional data tab because it is there in the program SAPMV45A.
I tried to implement the Badi 'BADI_SD_TAB_CUST_I' referring to the standard implementation 'WB2_SOGUI_LAYOUT_I' but I dont get an additional tab when i activate my implementation.
How to add customer fields to the tab 'additional data B' ?
Thanks.
Ali

Hi Peter,
I have been trying to implement the BAdI 'BADI_SD_TAB_CUST_I '. Supposedly the BAdI is for SAP internal use only and when I create an implementation for it, the implementation is never called.
The standard implementation in ECC 6 is calling the 'Global Trade' screen and not the 'Additional Data B' tab. So even if i modify the 'Additional Data B' the screen, i dont think i can use the standard implementation of 'BADI_SD_TAB_CUST_I' unless i modify it too.
To me this sounds like a bug. Modification is not an appropriate solution.
Any suggestions??
Thanks
@li

Similar Messages

  • Adding custom  fields in va01

    Hi  Experts,
    I have an requirement to add custom fields in VA01 at the header level(screen area where sold-to-party,
    ship-party,Etc shown). These custom are already available in the screen va01->goto ->header->additonal functions->
    additionl data B. I need to bring these fields in initial screen of VA01 based on order type.
    Is ther any user-exit to do this or Should I do the repair for it
    I appreicate your suggestions
    Thanks ,
    Santhosh

    hi,
    First find the program name of VA01
    then the package of the program of VA01
    the goto-. se84->click on enhancement button ->customer Exit->enhancements->give package name and execute
    now find all the Exit in this transaction
    hope this helps
    Regards
    Ritesh

  • Add custome field in VA01/VA02/VA03 without access key

    Hi,
    I need to add some custom fields in VA01/VA02/VA03 screen at item level. But i am unable to find out any screen exit/BADI  for the same.
    Can anyone tell me plz how i can achieve this without using access key.
    Thanks in advance.

    hello,
    you could try using GuiXt. With this adds on you could add: fields, button, input parameters, change standard screens layout etc.
    read this tutorial http://www.synactive.com/tutor_e/lesson00.html for the start.
    br,
    dez_

  • Custom field in VA01 at item level in Additional Data B Tab

    Hi ,
    I have a requirement to add a custom field at item level in Additional Data B tab of VA01/VA02. We have to store the data in that field in the VBAP table also have to validate the data entered in the field when user hit save.
    Can any body tell me step by step procedure to do that.
    Appreciate your response.
    Thanks,
    Rohit

    Add append structure  ZAVBAP  in table VBAP in Tcode: SE11.
    In this structure include the new fields to be added to the screen.
    Then in Tcode : SE80
    take program: SAPMV45A
    take screen 8459  and add the new field.
    Also add the validation in the flow logic.

  • Creating customer fields in VA01/Va02 transaction in additonal tab 2

    hi,
        I have to create Customer fields in the item level to va01 / va02 transaction in additional tab 2 subscreen.
    Include MV45AFZZ is used for validation. help needed for adding customer fields. thanks in advance.

    The program SAPMV45A screen 8309 is the Additional Data B tab provided by SAP to add your custom fields . In order to capture the data from your custom fields you can use the user exit MV45AFZZ, USEREXIT_SAVE_DOCUMENT_PREPARE OR
    USEREXIT_SAVE_DOCUMENT depening on your functionality.
    You need to append the fields in VBAP. Then use the screen painter to add the fields in the screen.
    Thanks
    Vinod

  • Adding custom fields to VA01 additional data tab without access key

    I have to add custom fields at item level in transaction VA01/VA02.
    Is  access key required to add fields to additional data screen i.e 8459 ?
    Is there any way to do this without using access key ?

    Hi ,
    Try for any User Exit or BADI available for the tcodes.
    Here are exits for VA01 and VA02.
    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
    Regards,
    Lakshman.

  • Added custom field to VA01 should be mandatory for a particular order type

    Hi experts,
    I have created a custom field in Additional Tab B (Screen 8459) in VA01 at the item level. Now that field should be mandatory for a particular order type. If a sales order is created with that order type then the user cannot save the sales order without putting any value to the custom field. Please can anyone suggest me how to do that?
    Regards,
    SURYA

    Hi
    Sap_wiz is right. It's the same that in this [post|Re: Enhancement in VA01 Additional data B tab].
    Regards
    Eduardo

  • Add Custom Field to VA01

    Hi Experts,
    I have to add one field to screen in transaction VA01. I have the below details:
    Program Name: SAPMV45A
    Screen Number where field is tobe added: 8459 ( Its properties says as Subscreen)
    I didnot find a enhancement name that include a screen exit for this 8459 screen.
    I tried to add field by using SE51 with SAPMV45A / 8459 input and edit screen in screen painter, it allows me adding a field there but I cannot save it as once I enter the transport request for this change, It says "No Task available in transport request" and neither it allows me to create one for this change.
    Should it allow me to add the field by directly going through SE51?
    I want to know the approach to be used to add a field onto screen 8459 and I already have a corresponding field in VBAP structure.
    I have a project created in CMOD but I dont have Enhancement name that contains the screen exit to do the changes. I have searched all exit available via SMOD.
    Please help.
    Thanks
    Kiran

    You need to have the SAP access key to modify the screen and add the field which already been added in VBAP using the Append structure in SE11
    Thanks,
    Babu Kilari

  • Update custom field in VA01/VA02 after message V1152

    Hi experts,
    The consultant wants the following issue:
    Whenever a sales order is saved, if the error V1152 raises, I new field in additional Tab B must be filled. I knwo where this error raises but not how to check this error in user exit SAVE_DOCUMENT o SAVE_DOCUMENT_PREPARE in order to update that field
    Any suggestion pleade ??
    tanks in advance!!
    María

    Hello Maria,
    This message can be suppressed by the functional settings in OVA8.
    Goto T.code OVA8 --> select the entry applicable for you ---> click on display icon.
    A new screen would appear like below.
    You can either uncheck the Dynamic credit checkbox or change the reaction to <blank> or anything in F4 help.
    You can also create a routine and assign it under document controlling --> No credit check.
    Do a F4 help in that routine field and refer to the standard routine "001" available in system to get some idea on how to use routines.
    Regards,
    Thanga

  • Add cutom field to VA01 ,VF01,VL01N

    Hi experts,
    I am new to abap , i just want to add new custom fields to VA01,VF01 and VL01n Txn , please tell me how to do that.??
    is their a badi for it?

    If you want to add custom fields to std. SAP transactions, following is the process.
    1. Find the enhacement name.
    2. in the enhancement you will have Screen exist, function exit and database structure.
    i. Please add the new custom fileds in the given strucutre and activate.
    ii. Gotot screen exist add those custom fields in the given sub-screen.
    iii. Add the logic to store data in the data base table from function exit.
    Thanks,

  • Custom field at Header level in Additional Data B tab of VA01/VA02

    Kindly help me out , I have a requirement to add a custom field at Header level in Additional Data B tab of VA01/VA02.
    Program: SAPMV45A
    screen 8459
    This can be done only through access key or not. Can any body tell me procedure to do that.
    Appreciate your response.Thanks in advance

    Please help me out this

  • Add Custom Field in Additional Tab B in VA01/VA02

    Kindly help me out , I have a requirement to add a custom field at Header level in Additional Data B tab of VA01/VA02.
    Program: SAPMV45A
    screen 8459
    This can be done only through access key or not. Can any body tell me procedure to do that.
    Appreciate your response.Thanks in advance

    Please help me out this

  • Enhancement in VA01 (Custom field addition in Additional Tab at header)

    Hi Experts,
    I have to develop some custom fields in tcode VA01 at header level in addtional data B tab. I know that i can use access key and develop the screen 8309 of program SAPMV45A and for that i have to provide access key. But i dont want to use access key.
    Is there any screen exit or badi through which i can develop the screen in additional data B tab in VA01. Please provide me suggestion.
    Thanks in advance.
    Regards,
    SURYA BASU

    Hi
    I don't know other solution. Provide a key in my opinion is not a problem. You must do it when create your own VOFM subroutines in your customer range number. if your boss or your client has doubts, ask him/her to see the SAP Note 381348 - Using user exit, customer exit, VOFM in SD, when it says:
    At the beginning of the R/3 development the SAP Basis did not offer
    technologies for exits yet, nevertheless many customers wanted to implement
    their own functions, checks, and so on. Thus, in the SD area, includes were
    delivered like, for example, MV45AFZZ. This include contains some empty
    FORM routines (user exits) to which you can go from the respective
    processing programs.
    and
    Changes to user exits in SD are MODIFICATIONS,
    since the original of an object belongs to SAP (thus when you change a user
    exit an SSCR registration is also required).
    Why this exits belongs to SAP, see Note 16466 - Customer name range for SAP objects.
    I hope this helps you
    Regards
    Eduardo

  • Custom Field in item tablecontrol of VA01/02/03

    Hi all,
    I have a requirement to add a custom field of VBAP (ZZ... field) to the table control (the order item list) of VA01/02/03. Append for VBAP is activated and working.
    Any ideas?
    Thanks in advance
    Holger

    Hi,
    We are facing same problem. Did you add the custom fields in the table control of VA01/02/03.
    If yes could you please let me know?
    Thanks in advance,
    Shravan G.

  • Custom fields to Additional tab B in VA01/VA02

    Hi ,
    We have requirement where we need to add custom fields to the Additional tab B at item level in VA01 t-code.
    My doubt is to do this do we need access key? is it not possible with out access key i mean any other way to do so.
    If we add those fields in VBAP table will that automatically available in t-code, hope no............
    Please let me know the process to add the custom fields .......... 
    Regards,
    Madhavi

    Hi
    See these notes
    SAP Note 302497 - Additional cust. fields not displayed in 'Additional data B'
    SAP Note 209278 - Display of customer-specific fields in sales doc
    SAP Note 386694 - Additional data not displayed in screen 8459 and 8309
    SAP Note 420546 - Additional data B and transaction variants in sales order
    and related notes.
    And yes, you need to register it in SCCR.
    I hope this helps you
    Regards
    Eduardo

Maybe you are looking for