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

Similar Messages

  • 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

  • Exit to populate a custom field on additional tab b in order - inbound proc

    Hi experts ,
    I Need to populate a custom field  on the additional tab b of an sales order during inbound processing.
    I am using the function module idoc_input_orders.
    Regards

    Hi,
    As this custom fields are not avaialble in the standard IDOC type, you need to extend the standard idoc type.
    Assign custom message type to sextended idoc type.
    Maintain Entries in WE57 tcode.
    With in the In function module idoc_input_orders, using FIND option, try for CALL CUSTOMER statement,here you will find all teh customer exits availble in the FM where you can maintain logic for filling the custom fields.
    Revert back if any issues,
    Regards,
    Naveen

  • How to add Fields in Additional Data B in VA01/VA02.PLease help me out.

    HI All,
    My requirement to add a Custom Screen in Va01/VA02 .Kindly suggest if any screen exists are there.
    How to Add extra fields in Additional Data B in header of VA01/VA02.is access key is neccessary for that.
    Thanks in  Advance.

    Hi
    Check the link
    http://techbays.com/2008/04/17/implicit-enhancement-in-sap-ecc-60/
    There is a BADI BADI_SD_V46H0001 and Method EXIT_SAPLV46H_003.
    You should be able to it without access keys.Consult your SD Functional Guy also
    Regards
    Sanil Bhandari

  • Adding Custom Fields to the Sales Order Screens - VA01, VA02 & VA03

    Hi,
    I have a requirement to add custom fields in the Sales Order Standard Screen. Could anyone please tell me is there any screen exit available to add a tab screen or is there any possibility without modifying the standard code.
    Please let me know with the details.
    Thanks & Regards,
    Goutham.

    Hi Narendran,
    Thanks for prompt reply, it was very useful.
    Could you please let me know the procedure you have followed in coming to this conclusion of what screens to be used.
    I understand that the program is SAPMV45A.
    Thanks & Regards,
    Goutham.

  • Adding custom field in sales tab of BP transaction

    Hi Experts,
    There is a requirement to add a custom field in sales tab of BP transaction in 'Sales area data', above the field 'Customer group 1'.
    Is it possible with BDT,else any other method to handle the procedure.
    I think it is not possible with EEWB to add field in this screen of BP. Please correct me if am wrong.
    Thanking you in anticipation.
    Regards,
    Santosh

    Hi Santosh,
    Refer the link **************** - Step by step procedure to enhance the BP using BDT.
    Thanks,
    Ritu

  • Add a custom field in output tab of po header SRM 7.0

    Hello All,
    Please let  me know How to add a custom field in output tab of po header SRM 7.0.
    Regards,
    Neelima

    Hello Neelima,
    Have you already check the note 458591, which help to custom fields creation? I think this note can be relevant for you.
    Best regards,
    Denise Zanuz

  • Adding a tab subscreen in VA01/VA02/VA03

    Hello guys,
      I searched for screen exits in VA package using SMOD. But i am unable to understand how to do it. I want to add a tab in line item tabs, in which i want to add new custom fields. Is there any screen exit for screen number 4003 where i can add one more tab and custom fields in that tab. Thanking you,
    Regards,
    Yayati EKbote

    Hi Yayati,
    You don't have to create a new tab for custom order fields. Already a screen has been provided both at header and item level for custom fields. To add a custom field at
    Header level:
    Add the custom field in VBAK through append structure
    Modify the screen 8309 of SAPMV45A to add your custom fields
    Write the logic in subroutine 'USEREXIT_MOVE_FIELD_TO_VBAK' of include MV45AFZZ to populate the value.
    Item l:
    Add the custom field in VBAP through append structure
    Modify the screen 8459 of SAPMV45A to add your custom fields
    Write the logic in subroutine 'USEREXIT_MOVE_FIELD_TO_VBAP' of include MV45AFZZ to populate the value.
    In both of subroutine global internal table and structures are available,where you can pass the values.
    Check the OSS note 302497 .
    Post if need help.
    Regards,
    Madhu.

  • Screen Exit for adding custom fields in Additional Data tab in ME21N

    I need a screen exit or whatever other method for adding custom fields to the additional data tab at header level.
    I also need a similar exit for adding a filed at item level.
    Thanks in advance
    Martin

    Hello,
    1st find badi or exit and then create screen ...and assign the screen group and screen no for that implementation....some steps i can give u i did with SPRO tcode....
    please check it for VA02
    SPRO u2013 SAP Reference IMG ---  Logistics General --- Basic partner u2013 customers -- Control u2013 Adaption of customers own masters data element u2013 prepare modification of customer free enhancement of customer master record
    1)Screen group                                  description
            zs                                           creating badi      --- (save)
           click on (label tab pages) u2013 new entries
           number u2013 10 , function code u2013 zs10 ,  description u2013 func ---(save) u2013(back)
    2)select (FM_CUSTOMER_ADD) u2013 copy
         Implementation name u2013 ZAS
         (desc u2013 impl for cust) u2013 (save)
        interfaceu2014(check_add_on_active) double click on it
    3)the above screen appear --  write the code in it u2013 (save) --- (activate) u2013 (back) u2013 (save)
         -- (activate) u2013 (back)
       Business adds in customer sub screens
    4)select (FM_CUSTOMER_ADD) u2013 copy
         Implementation name u2013 ZAS1
         (description -- cust) u2013 in attribute u2013 (give screen group name)
    5)go to interfaces (GET_TAXI_SCREEN)  double click on it
       (save)  --- (activate) 
    6)(SAVE)  -- 
        Goto SE38  -- CREATE PROGRAM WITH NAME (ZQW) type module pool
         Goto SE51  -- Prog : ZQW
           Screen : 200 (Create)
          Goto layout u2013 design the screen
    7)save u2013 activate
       then goto transaction : va02
    For User Exit's
    goto to tcode->status->program name->double click on that,
    then goto to-> attribute take the package name and
    Goto SMOD tcode ->Utilities->give the package name and F8
    then a list of exits will display for that tcode as well as that package.
    u can check the table MODSAP
    u can check the table MODACT
    For BADI's,
    1)goto to tcode SE24 give the CL_EXITHANDLER and display and then double click on the GET_INSTANCE
    keep Break point at this location 'call method cl_exithandler=>get_class_name_by_interface'
    then the tcode it will trigger there and we can debugg there we can find badi'for that tcode and then remove the break point.
    2)Goto to tcode->status->program name->double click on that program will display's
    then  press crtl+F then cl_exithandler
    Thank u ,
    santhosh

  • Custom field on Additional Data Tab, VT0*N

    Hi Experts,
    I would like to know if there is an existing user exit or CMOD or anything that can allow me to add a custom field on the Additional Data tab of transactions VT01N, VT02N and VT03N without using the access key.
    I have a requirement that requires me to add a checkbox on the Additional Data tab of the transaction stated above.
    I place using access key as a last option on this requirment.
    Thanks,

    Hi Experts,
    I would like to know if there is an existing user exit or CMOD or anything that can allow me to add a custom field on the Additional Data tab of transactions VT01N, VT02N and VT03N without using the access key.
    I have a requirement that requires me to add a checkbox on the Additional Data tab of the transaction stated above.
    I place using access key as a last option on this requirment.
    Thanks,

  • Adding field in Additional Tab page in CRMD_order

    hi all,
            i want to add a field in the additional tab page in crmd_order Tcode,
    i did it by modifing the screen the strucutures are filled ex CRMT_SALES_BADI,
    CRMT_SALES_COM
    in the CRMC_MAP Tcode i have seen the field is added .
    wat are the further steps do i need to do to get saved and poped in the field value when reterive.
    regards

    As standard the field is set to 1 decimal place.
    You cannot change this value without modifying your system (not recommended)
    I think you can enter more decimal places in the confirmation documents e.g. IW41
    PeteA

  • Mail notification at value placed at approver field in Additional tab

    Hi SAP Gurus,
    in the business  based on the document (DIR ) we are creating there will be specific person responsible for approving the document.
    so we have created a characteristic values in additional tab field, having the list of names / values of approvers,
    so while creating the DIR the user will select the relevant approver who is suppose to approve the document, here the requirement is based on the characteristic field value in DIR,
    that particular person should get a Mail asking him to  approve the document.
    how to go about this, can standard work flow solve this requirement, or should we have to go for development in Workflow to meet this requirement, will the value at additional tab act as a triggering point for Mail generation to specific user? i have not worked with Work flow.
    please explain in detail the steps to meet this requirement.
    Points awaiting,
    Thanks and regards,
    Priya S

    Hi
    thanks for your inputs,
    The complete requirement is the client needs  to check the values in Characteristics  (the users) with there credentials, just like the funtionality provided in field USER in document Data Tab,
    and he will place the relevant Users (one or many) and the mail has to be triggred to each of the reviewers and the document approvers based on the value placed.
    (here not placing any values in Characteristics and only ging by Work FLow, it  will not give any record in the DIR who are the Approvers or reviewers of that particular Document, so it is required for reporting purpose also)
    so it is two requirement,
    1) search criteria in the values of Characteristics just like that is available in the field USER in document Data Tab (just exactly the same no compromise)
    2) Mails to the users placed in the Characteristics automatically to review, ( which could other wise be done through Document distribution)
    there is still more to share with you all in the class and classification requirements.
    need your help
    Thanks and regards
    Priya S

  • How to add custom field in Documents Tab of PO Header ?

    Dear SRM Friends,
      This is a challenging task as an ABAPer to confront to..
      We are in the midst of a requirement where we have to add a custom field in the PO Header. But the requirement is to add the field in Documents Tab in PO Header Data as found in the following path of SRM Webpage  :
    Operational Purchaser > Purchase Orders > Process Purchase Order > Select a PO > Header Data > Documents.
      As guided by "Note 672960 - User-defined fields 2" , on executing all the steps of the note the field is getting added, but in the Basic Data Tab of the PO. But this doesnt meet the client requirement.
      Anybody having some solution to this, shall be greatly awarded.
    Thanks in advance,
    Vikas.

    Hi Vikas,
    You can define a Text ID in Header data with F4 help. But the list of values will be fixed, but configurable. This will exactly solve your problem. This will be quite simple and straight forward solution with no custom developments.
    Please Navigate to
    SAP Implementation Guide -> Supplier Relationship Management -> SRM Server
    -> Cross-Application Basic Settings -> Text Schema
    1. Define Text Types
    Select BBP_PD and double click text id. Add a new text id here.
    2. Define Text Schema
    Select PO and add the newly created text id and set required parameters.
    3. Define Fixed Values for Texts
    Select your PO transaction type and maintain the required values for F4 help / drop down.
    Hope this would solve your problem.
    Regards
    Kathirvel

  • Is it system modification to add custom field in Addition B Order Header?

    I need to add user specific text and input field in Addition B Order Header in Sales Order Function(PGM: SAPMV45A Dyn: 8309). Is this system modification? What will happen when the system is upgraded?

    Hi,
    Remember that your z-fields must begin with ZZ* in your appends.
    Second. With this screens the problem is the same that with other userexits, enhancements, etc...
    Check the Note 16466 - Customer name range for SAP objects, it will help you.
    When you will do an upgrade or you will apply support-packages, you must remember to check these objects.
    Regards,
    Eduardo

  • Add custom field under specific tab

    I have a requirement  to add a new custom field to the 'change bid invitation screen' in bids/bidders tab(SRM 5.0). I am new to SRM but I understand that to add a new custom field we have to append structure the structure  'INCL_EEW_PD_HEADER_CSF_BID'. But if i append this way, the field appears in the screen under basic data whereas i need the field under the tab bids/bidders tab after I have added a bidder. Is there any way to influence in which tab the custom field is displayed?

    Please help me out this

Maybe you are looking for

  • A rowset based on the SQL command was not returned by the OLE DB provider.

    Hi I am calling a stored procedure using ssis. i am creating a work table--temp in the procedure and using that to join and select columns from other tables. i am gettig the error [Positions [22612]] Error: A rowset based on the SQL command was not r

  • Help with floating divs

    Hi All, I have given up on the liquid template and now started from scratch with fixed divs. My problem now is the floating elements. I adapted this layout to a adobe tutorial with less divs so the floats and clears that the tutorial said some dont w

  • 7937 Firmware on CUCM 10.5

    Hi guys - is there a reason why the latest firmware for 7937 doesn't ship with 10.5? I am performing a migration from 6.1.3 to 10.5 and am looking at firmware compatibility. All the other firmware on 10.5 is a newer version, but on 6.1.3, the 7937s a

  • Speaker on LG Octane not working when not in speaker mode

    When I get a call I have to take it in speaker mode because I can't hear anything with the phone closed. When I open it and it's in speakerphone mode I can hear the call. I've tried cleaning the phone many times, doesn't help.

  • Post data

    Hi, Can anyone plz tell me the procedure to post data into a transaction using a standard IDOC. I am using the idoc IMEASR01 and would like to post data into IK11 Transaction. Also tell me if there is some other idoc and the ways. Thanks.