Add extra field in ME21N at Additional  Data Tab

Hi All,
          I want to add Two fields from our custom table (Tax and Tax type) in ME21N T code at Additional data tab,
          and save the value in our custom table.
Please suggest me for this .
I searched for this there mentioned  BADI-   ME_GUI_PO_CUST
So Please advise me how to proceed for this one.
Thanks & Regard
Vivek

Use MM06E005 enhancement to add fields in screen of ME21N
SAPMM06E 0101 CUSTSCR1 SAPLXM06 0101 Subscreen: PO header
SAPMM06E 0111 CUSTSCR1 SAPLXM06 0111 Subscreen:  PO item
SAPMM06E 0201 CUSTSCR1 SAPLXM06 0201 Subscreen: agreement header
SAPMM06E 0211 CUSTSCR1 SAPLXM06 0211 Subscreen: agreement item
SAPMM06E 0301 CUSTSCR1 SAPLXM06 0301 Subscreen: RFQ header
SAPMM06E 0311 CUSTSCR1 SAPLXM06 0311 Subscreen: RFQ item
Use the appropriate screen exit depending on where u require to add field

Similar Messages

  • Mandatory field in sales order additional data tab

    Hi,
    I have added an extra field in additional data tab of sales order. 
    How can i make this field as mandatory for certain sales organisations ?
    TIA

    since it's conditional, I think I would add code in SAVE_DOCUMENT_PREPARE subroutine in MV45AFZZ, based on transaction code, prior values (YVBAP) and current values (XVBAP), and issue an error message, allowing user to return to the screens displaying Item table control, when the field is not properly populated.

  • Grouping field value in the additional data tab is saved with capital lette

    Hi,
    Whenever I change the value in the 'Grouping field' in the additional data tab, it gets saved with all letter caps.
    For e.g, if i enter 'Manager'.. it gets saved as 'MANAGER'.
    what could be the reason for this? Is there any configuration for this?
    Regards,
    Simmi

    Hi Simmi,
    For Grouping and Search Field, this seems to be the standard system behaviour in cProjects and as per my knowledge there are no settings for the same.
    Probably you can raise an OSS message regarding the same.
    Regards,
    Vivek Pandey

  • Add new fields to additional data tab in customs declaration

    Hello friends,
    My requirement is to add Z fields in the additional data tab in transaction /SAPSLL/CL_CUS_02 of GTS. I would also like to know If its possible to create a new tab all together in /SAPSLL/CL_CUS_02 where in we can add fields from a custom table.
    Thanks a lot in advance. Your help will be highly appreciated.
    Regards,
    Koustubh

    Hi Koustubh,
    As Dave pointed out, there is a BadI for extra tab on declaration Item and Header.
    There is an example implementation already available in the System. I believe that 1 BadI will no be enough for what you need.
    UI enhancement BadI uses standard CUHD and CUIT tables to store the extended data ( via table APPEND ), in order to save content to Z* table you will need a separate BaDI.
    Also, If you intend to use this extra data in outbound message / declaration Idoc, extra BadI has to be used and also the basic IDoc type will need to be extended with your Z* segment. Thats probably 2-3 BadIs working in tandem.
    Can you tell what is the purpose of the extra data / extra tab ?
    Best Regards,
    Branislav Petricek

  • 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

  • Add new fields in Additional data tab B in Inquiry,

    HI,
    I want  to add additional new fields in inquiry on the addition tab -B, like
    Architect Name
    Contractor name
    followed By
    referenced by  like this, and want to capture the report on these fields
    plz guide
    thanks in advace

    Dear Rishi,
    Please Don't post multiple threads for same issue(i.e Add new fields in Additional data tab B in Inquiry).
    Try with these User Exits,
    USEREXIT_MOVE_FIELD_TO_VBAK
    Use this user exit to assign values to new fields at sales document header level. It is described in the section "Transfer of the customer master fields into the sales document".
    The user exit is called up at the end of the FORM routine VBAK_FUELLEN.
    USEREXIT_MOVE_FIELD_TO_VBAP
    Use this user exit to assign values to new fields at sales document item level. It is described in the section "Copy customer master fields into the sales document".
    The user exit is called up at the end of the FORM routine VBAP_FUELLEN.
    USEREXIT_MOVE_FIELD_TO_VBEP
    Use this user exit to assign values to new fields at the level of the sales document schedule lines.
    The user exit is called up at the end of the FORM routine VBEP_FUELLEN.
    USEREXIT_MOVE_FIELD_TO_VBKD
    Use this user exit to assign values to new fields for business data of the sales document. It is described in the section "Copy customer master fields into sales document".
    The user exit is called up at the end of the FORM routine VBKD_FUELLEN.
    I hope this will help you,
    Regards,
    Murali.

  • Add fields in Additional Data Tab

    Hi
    I want to show some additional characteristic fields which are not showing in Additional Data Tab. Can anyone tell me how can i show the additional fields. Which transaction should i use to show the addtional fields.
    Regards
    Harshini

    Hi Harshini,
    Goto CL02 transaction and type class type 017 and create ur own class or the particular class type. Now u will get the basic data screen fill the description and maintian the status as "released".
    Now click on "Char" in this screen add ur characteristics and press enter, the system will ask for create press yes. Now ur basic data screen will appear give the description and mark status as "released" down u can see the format where u can choose "Character format" now click urscreen shows number of characters enter 10.
    Now move to Value tab page enter character value as 01 and description as Name of the vendor (or what u want to search) same as 02 as Vendor number.Now u save.
    Assign the class and class type to ur document type finally,
    Now u go to cv01n and see the Addl data u can find the characteristics u have created.
    Regards
    Kannan

  • Add extra field in alv

    Hi experts,
    i want to add extra field in alv that is totalprice
    the total price = qunatity * price
    already quantity and price from data base tables
    but the field total price is not from any table..
    thanks advans

    Hi,
    Quantity and Price both are ddic fields.
    Define the TOTAL PRICE of the type Price in the final internal table(table to b displayed).
    before passing the data / in looping define the logic...
    LOOP AT T_SOURCE.
    T_FINAL-PRICE = T_SOURCE-PRICE.
    T_FINAL-TOL_PRICE = T_FINAL-QTY x T_FINAL-PRICE
    ENDLOOP.
    Now all the required values are in the final table.
    Reward if helpful.
    Thanks.

  • Addition of new field in VA02 and VA01 in additional data tab B

    Hi,
    I have added a new field called delivery date to additional data tab B in both tcodes va01 and va02. Now, while creating or changing a sales order, if the Sales group is I00 then this field should be filled up mandatorily. For va01 and va02 i have done all the required coding where all this is done on pressing the save button when we are in the additional data b tab.It would throw an error message if the date is wrong and a wrning if it is empty (provided sales group is I00). I did the coding in 4462 screen.
    My requirement now is that if somebody doesnt go to the 'additional data b' tab n try to save the Sales order then also it should throw a warning or error stating that delivery date field should be filled up. Where exactly should i place the coding now? if it is screen 4900 then can someone suggest me at what place should the coding be done.
    Regards,
    Puja

    Hi Puja,
    Seems you have added the fields at item level in sales order and for this you must have appended the additional fields
    in vbap table. So to validate these fields you can use USEREXIT_CHECK_VBAP available in MV45AFZB user exit include.
    The fields you appended will be available in vbap structure, add your validation here or even in USEREXIT_SAVE_DOCUMENT_PREPARE  available in MV45AFZZ which is called before saving the sales order.
    Regards,
    Pawan

  • 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,

  • Add new field in me21n/me22n/me23n

    Hi everyone,
    Is it possible to add a field in the Additional Data tab in the PO header and append the field in the PO table(EKKO) also or should I add a new tab and place my new field in the new tab? Is it possible also to add the field using a user exit instead of BADI?

    Hi ,
    U can add the additional screen field in the additional data tab or u can have a seperate tab for it. If u want to go for the additional data tab the badi ME_GUI_PO_CUST will be usefull here u can add the additional screen fields directlly . Please check this...
    U can add the field in the statndard table like ekko by using the append structures.
    To add a screen field u need a screen field exit or a badi that allow u to add a acreen field . In PO the SAP has provided the above mentioned BADI for doing this..
    Hope this will solve ur query to an extent ... Reward points if found useful .

  • Making a field mandatory in additional data tab in sales area data in XD01/XD02

    Hi,
    Making fields in additional data tab in sales area data in XD01/XD02 as mandatory is not achievable through configuration. Also, user exit SAPMF02D was not helpful in achieving this. Kindly help me on this.

    Is this a new field you are creating or an existing field you want to mark as mandatory? My impression from your original post was that it was the second. If so then you don't need to create an implementation of CUSTOMER_ADD_DATA as there must already be one, instead you should be looking for the implementation that manages data for the screen you are interested in. This might be why you don't see your BADI get activated  when you go to  "area data -> extras -> additional data" as it isn't the right implementation.
    If you just want the field to be mandatory when the user goes into the additional data tab I would code this in the screen of the customer exit. If you want this field to be mandatory whether or not they enter other additional data then you should try the method of the badi Nabheet suggested but not in your own implementation.

  • Long text for a field in Additional Data tab of DMS

    i have a field in additional data tab called Name , how can a long text be assigned to that field

    Hello Mr. Vijay,
    Classification Configuration master data which we need in Additional Data tab. Presently In our SAP system we have limitation for just 30 character for each characteristic if i correct just confirm me please
    Regards
    Arun kaul

  • Add additional data tab for tcode IW51/IW52/IW53

    Hi,
    I have to add the additional data tab for tcode IW51/IW52/IW53
    I have tried using customer exit QQMA0001. But the tab is not visible.
    Please let me know how to add this tab using customer exits.

    Hi Jogeswara,
    Just need a small help.
    We are not updating the standard table QMEL.
    But we have a customised table for the same.
    So when we create a notification number... it goes in the function exit but at that time we do not have the notification number generated.... and we are inserting records in custom table in this exit....
    So please guide us how we go ahead about it...
    Regards,

  • Make BC Forms ignore spam? Add extra field!

    Hey Guys, I have recently found this article:
    http://nfriedly.com/techblog/2009/11/how-to-build-a-spam-free-contact-forms-without-captch as/
    Why not implement something like this in the current BC forms?
    Basically:
    - add extra field to any  form created
    - make that field hidden
    - turn off autofill(so it doesnt get automatically filled in by client)
    - randomize the name/class of the field
    if the field gets submitted -> ignore the entry, if not submit the field.
    Spam is a HUGE problem with current websites that I work on. I get spam every day through forms that dont have CAPTCHA's.
    Problem with CAPTCHA is that they are UGLY I cant always fit it in with the design of the website.
    Thoughts?

    You need both and you can change the colour of captcha etc. Also BC has honeypot on any new form. Make a new form and view the HTML. You will see a security module in there. Copy that module and Place it in any forms you have issues with spam.
    BC also used Akismet for comments and another set of improvements for them are coming in Mondays release too.

Maybe you are looking for

  • Re-installing Photoshop CS5 Extended Student and Teacher Edition (for Mac)?

    How can I download and re-install Photoshop CS5 Extended Student and Teacher Edition (for Mac) for which I have a licence?  I lost the previous version in a disk crash.  I tried downloading the full Photoshop CS5 installer, but I was told I couldn't

  • Live Office Returns Unknown Error when doing a Universe Query from Excel

    The issue I am having is that every time I do a universe query against any universe (STS Sales, eFashion, etc...), I get the query panel, I choose the dimensions and measures, I click next and the tool returns an Unknown error. This doesn't happen if

  • M4A not AAC as stated

    Hi, I have not personally tried to play any of my matched, deleted and re-downloaded music files yet, but I can tell you that - to my surprise all the music I have re-download from the Match service (after matching) is NOT in AAC format (as stated by

  • Change standard Comm Strct

    Hi, I am working on a business content and reviewing the communication structure assignment recommended by an OSS note. The note says note specific assignment 0S_ORD_ITEM <-> 0REFER_ITM But all I see is from the communication structure from the InfoS

  • Invalid ColorSpace Error from Browser Window

    Hello, I've seen lots of topics referencing this issue, but never anything concrete on what causes it and how it can be resolved. We have some PDFs on a website, that when clicked on and opened in the browser window throw a "There was an error proces