Additional Tab in Billing header

Friends,
  We have a business requirement to display/edit custom fields in the sales order and the biilling document.  For the sale order, we are planning to use additional tab B and for the billing document also we also need to implement as sales order additional tab.
Firstly is it possible to implement additional tab in billing header & item, could you please guide how we can implement the new tabs.
Thanks in advance
Best Regards,
Goutham

Hi
SAP Note Number 302497 Additional cust. fields not displayed in 'Additional data B' and related notes tells you how to do it.
Other useful notes:
SAP Note 386694 - Additional data not displayed in screen 8459 and 8309
SAP Note 420546 - Additional data B and transaction variants in sales order
SAP Note 209278 - Display of customer-specific fields in sales doc
Regards
Eduardo
Edited by: E_Hinojosa on Feb 17, 2011 3:48 PM

Similar Messages

  • Additional Tab in Contract Header for SRM 7

    Hello,
    I have a requirement to add custom tabs into the Contract in SRM 7 (latest version)
    So I added custom fields in the header structure via config, the fields are visible in BBP_PDHSC. Also I did add additional tab into the contract using FPM configuration where I have attached the custom webdynpro component to it.
    Now the issue is the custom field values doesn't get updated into the system. The CLL layer class /SAPSRM/CL_CH_WD_BOM_CTR method submit_update doesn't get triggered for the custom fields whereas it gets triggered for standard fields. Also I noticed that the mt_mapper table has the /SAPSRM/WDC_CTR_DODC_H_BD as deactive..
    I think I am missing something in my custom component but cannot figure it. Could anyone please help me out with the update of custom fields into teh system..
    Thank you..

    Hi Arif,
    Please follow the steps mentioned in the below link.
    Create Additional data tab in Rfx/Response/Contract
    Thanks and Regards,
    Shakeer Hussain

  • Additional Tab in Billing Transaction

    Hi,
    I have a requirement of adding an additional tab in the billing transaction VF01 / 02 / 03. Please can you help me suggesting any BADI or EXIT avaialable.
    I found BADI_SD_TAB_CUST_H and it is for internal use only.
    Thanks in advance.

    Hi
    SAP Note Number 302497 Additional cust. fields not displayed in 'Additional data B' and related notes tells you how to do it.
    Other useful notes:
    SAP Note 386694 - Additional data not displayed in screen 8459 and 8309
    SAP Note 420546 - Additional data B and transaction variants in sales order
    SAP Note 209278 - Display of customer-specific fields in sales doc
    Regards
    Eduardo
    Edited by: E_Hinojosa on Feb 17, 2011 3:48 PM

  • Adding Custom fields to PO Additional TAB in Header

    Hello Experts.
    We have a requirement to add 2 additional fields in the PO header - ADDITIONAL TAB.  I have included  the fields in CL_EKKO include and activated it.  Can you please let me know the exit or BADI or sample to have this in Additonal TAB.
    I understand that we can create a custom TAB in header and bring in those fields. But i would like to bring these custom fields in ADDITIONAL TAB of  PO header only....not creating any new customer tab.
    Please share your thoughts.
    Edited by: Ganeshkumaran Gopalakrishnan on Oct 6, 2011 3:57 PM

    Hi Max,
    Using SAPLXM06  0101 is adding new Custom TAB in PO Header. As i mentioned i dont want new custom tab in Header. All I want is  to add the new custom fields in the existing Additional DATA TAB of the PO header.
    There is already existing TAB called Additional DATA, i need my custom fields to be available in that TAB, rather than creating a new tab for those fields.
    Please let me know how to add it to existing Additional data tab in PO header. thx

  • Adding 3 new tabs in MIGO header

    Hey folks ,
    I have implemented  BADI :  MB_MIGO_BADI  for addition of an additional TAB at the header level for a single TAB .
    but now i want to add two more tabs in the header but it says """""" The content of global field GNO_INPUT (set in method MODE_SET) will   influence the number of external subsreen:'''''''''._ As using the BADI it shows as :
    IF g_no_input IS INITIAL.
        e_cprog   = 'Screen name '.
        e_dynnr   = 'screen Number '.                     "External fields: Display
        e_heading = 'TAB heading  ' (004).
    endif .
    but the problemis that where i should handel the screen name and number for another two tabs .

    Hi ,
    I solved this problem , using only one implementation.
    I used GF_CLASS_ID type Migo_class_id   default value ' MIGO_BADI_EXAMPLE1'and
              GF_CLASS_ID1 type migo_class_id default value ' MIGO_BADI_EXAMPLE2' .
    Then Under INIT_Method
    APPEND gf_class_id TO ct_init.
       APPEND gf_class_id1 TO ct_init.
    Then Pbo_header methos
    IF I_CLASS_ID = GF_CLASS_ID .
    " Ur code
    Endif .
    IF I_CLASS_ID = GF_CLASS_ID1 .
    " Ur code
    Endif .
    Regards:
    Atanu

  • Additional tab in ME21N

    Hi gurús,
                In NB document type (PO), the condition type appears but not in UB documenty type.              
    I would like to know, how to add an additional tab at PO header, for example, condition tab.
    Regards
    Enzo

    Jurgen is right. You can do it by assigning the pricing procedure here:
    IMG > MM > purchasing > conditions > Define Price Determination Process > Define Schema Determination - Determine Schema for Stock Transport Orders.
    Amit

  • Additional tab in outbound delivery

    Good day,
    I'm looking for  the way of creating an additional tab in header details of outbound delivery.
    Could you let me konw any porper solution?
    Thanks for your quick response in advance.

    Dear Eun-Cheol Han,
    If you want create an additional tab in delivery header you have to go for  a screen exit.
    Please consult your technical team .
    Please find below threads to get more exploration.
    http://sapsdforum.com/category/sd-user-exits/
    http://sap.niraj.tripod.com/id21.html
    Please let me know if you have any further clarifications
    Thanks&Regards
    Raghu.k

  • Userexit or BADI for adding additional tab in MIGO screen.

    Hi all ,
       Kindly tell me as to which exit or BADI is used to add additional tab in MIGO header.
    Regards

    Hi,
    Create a program with the screen type sub-screen in SE80 and design the layout for the custom fields.
    Declare the custom fields in a Z**TOP include.
    Under the PBO method declare the program name and screen number
    Under PAI method declare the field to u2018Xu2019.
    Under the line modify method declare a flag and set to u2018Xu2019 checking for material document number by which we can set the fields to be in display mode when we open MIGO for display of material document created after doing goods receipt.
    Under the POST_DOCUMENT method write the code for appending the value to Z table along with the values of the line item (In this case production order number, material, u2026u2026.). For these values to be available here in this method use the memory concept u201CExport to memory idu201D in the method LINE_MODIFY. 
    In order to do any validations to the custom fields, go to transaction SE80 and mention the program Name created and in PROCESS ON VALUE_REQUEST create a module and provide the validations required for those custom Fields.
    In order to make the fields to be in display mode during the display of material document, create a module under PBO and import the flag value and the production order number details in the method LINE_MODIFY and if that flag = u2018Xu2019, use  
    LOOP AT SCREEN.
    IF SCREEN-NAME = 'ZZGBAGS'.
    SCREEN-INPUT = '0'.
    MODIFY SCREEN.
    ENDIF.
    ENDLOOP.Retrieve the values from the Z table matching the key field (production order number) and pass the value of the custom field on to the screen.

  • Additional tab at header level  in ME21N through BADI ME_GUI_PO_CUST

    Hi,
    I want to have additional tab at header level  in ME21n through BADI ME_GUI_PO_CUST.  But after all effort I am not getting display of  tab.  Let me explain what i did till now
    1. Appended  table EKKO with field
    2. Create one function Group -under that
    A. Created one Include u2013Paste the code given
    DATA: call_subscreen   TYPE sy-dynnr,
          call_prog        TYPE sy-repid,
          call_view        TYPE REF TO cl_screen_view_mm,
          call_view_stack  TYPE REF TO cl_screen_view_mm OCCURS 0,
          global_framework TYPE REF TO cl_framework_mm,
          global_help_view TYPE REF TO cl_screen_view_mm,
          global_help_prog TYPE sy-repid.
    FORM SET_SUBSCREEN_AND_PROG *
    --> DYNNR *
    --> PROG *
    --> VIEW *
    --> TO *
    --> CL_SCREEN_VIEW_MM *
    FORM set_subscreen_and_prog USING dynnr TYPE sy-dynnr
    prog TYPE sy-repid
    view TYPE REF TO cl_screen_view_mm.
    call_subscreen = dynnr.
    call_prog = prog.
    call_view = view.
    ENDFORM. "set_subscreen_and_prog
    B. Created one screen  (9000)
    3. Implemented BADI ME_GUI_PO_CUST and paste the code.
    data: ls_subscribe like line of re_subscribers.
    CHECK im_application = 'PO'.
    CHECK im_element = 'HEADER'.
    CLEAR re_subscribers[].
    ls_subscribe-name = ' ZMMSCR1'.
    ls_subscribe-dynpro = '9000'.
    ls_subscribe-program = ' ZMMSCR1'.
    ls_subscribe-struct_name = 'EKKO'.
    ls_subscribe-label = text-001..
    ls_subscribe-position = 15.
    ls_subscribe-height = 7.
    append ls_subscribe to re_subscribers.
    Please help me what s going wrong .and what else I will do to get success.
    Edited by: Vishal A Vijaywargia on Jul 29, 2009 2:24 AM

    Hi Prosengit,
    I am not aure about u r BADI,
    BUt last week i have custom tab in the PO header data using this enahncement 'MM06E005'.
    IN thi senhancement u have thrre screen exits.In this enhancement
    SAPMM06E        0111 CUSTSCR1 SAPLXM06        0111 Subscreen: PO item
    u can add subscreen and u can add u r own fields here .
    and u can write u r code in 'EXIT_SAPMM06E_006'.
    if u want to change the title of the program.
    Go to program SAPLXM06 then go to text element give text symbol no as '111' and u can change the title of u r tab.
    I hope this solves u r problem.

  • Trranslation of Additional Tab Header in cProjects

    Hi guys,
    does anybody know how to translate the header of an additional tab, added by customizing (Add Additional Tab Page in cProjects)?
    I tried it by switching the system language to it/en etc. but the header is always global and I have no chance to translate it.
    In se63 I´m also not able to translate, there is no text...
    THX for advice,
    Tobias
    Edited by: Tobias Hämmerle on Jan 18, 2010 11:11 AM

    Hi Zhenbo,
    a few month ago I found the solution. You can link the the table header in customizing to an OTR-Text alias, the same way you do in the workbench.
    $OTR:<package>/<alias>
    Regards,
    Tobias

  • To populate Segment data to Order item level in additional tab B

    Hi Experts,
    I am working on Inbound interface using IDoc (ORDERS05); during Idoc process IDOC_ORDERS_INPUT; i have to take segment value and need to populate at order items level; in custom field  (in additional tab B).
    For that i am using FM (Customer exits) :
      Step 1-  EXIT_SAPLVEDA_001 (Getting segment value and passing to XVBAP-Zfield).
      Step 2- EXIT_SAPLVEDA_002 (Passing Value to respective screen using BDCDATA table).
    Due to unable to find where i have to set flag and how ?;                                                                                To avoid multiple record to append ; BDCDATA Table with same screen.
    As mention in this link for Header level additional tab B : http://www.sapfans.com/forums/viewtopic.php?f=21&t=62945#p1025880.
    They are using my_flag to avoid ,issue as i mention in above step.
    Step 3 - At last they are deleting my_flag in FM : EXIT_SAPLVEDA_003. (find in above link)
    Thanks in Advance
    Regards
    Vinay

    you need to use a flag of type vbap-posnr .
    and your check statement will become
    check my_flag NE XVBAP-POSNR. (or the ZZXVBAP-POSNR).
    and setting the flag
    my_flag = XVBAP-POSNR.
    so for same posnr it wont repeat the append.. hope this can help

  • Need to modify Sales order Item additional tab B

    Hello all,
    I need to modify Sales order item additional tab B ...by removing the exisitng fields and should add some new fields ....does it have any impact on this screen could be used in any of the other transaction .......i  just wanted if we remove the fields and some new details will have some impact
    Regards,
    KK

    Additional data B is used to add your own fields also known as custom fields in sales order.
    Custom fields can be added to tables VBAK & VBAP (depending on header or item). Similarly you can remove fields if you don't require it anymore.
    In short, your requirement can be met but you have to take help of ABAP consultant since it requires maintenance of user exits and modification of screens.

  • Additional Tab B in Sale Order VA01, Va02, VA03

    Hi
    I want to add some new fields in the (ADDITIONAL TAB B) Header.
    The screen no is SAPMV45A-8309.
    Now if i want to add the the field do i need to take key and do it.
    If not then how can i add the new 'Z' fields in the this screen.

    U can do it using Tcode: SHD0.
    Pl. Search for similar threads

  • Adding checkbox in Additional Tab of ME21N

    One requirement we need to do is to add checkbox in additional tab of the PO header. Is it advisable to add this field in this tab (standard) or we will just instead create a new tab in the PO header and then add the checkbox here. And then once this checkbox is ticked, we are going to assign 'X' to the field we've added in EKKO table. Kindly let us know your inputs on this. What is the better solution to this requirement? Thanks a lot!

    Hi Mariel,
    add a custom field in CI_EKKODB structure and create a screen variant using the transaction code SHD0 by maintaining the new field as checkbox.
    Satish

  • Additional tabs in the production order

    Dear Friends,
    I want to have some additional tabs in the production order (one tab in the header and one tab in the item details). Some customer specific details I am not able to maintain in the production order... Hence I am planning for this one.
    Please let me know...if anybody has done this. If so please give me some idea and let me know...how can we do it. Thanks in advance.
    Regards,
    Surya.

    Hi,
    You can create new tabs from SPRO-- Productionshop floor controlScreen controldefine user specific tab pagesdefine operation details screen.
    There u can use the existing fiels available or use user defined fields.
    For maintaining user defined fields, follow the path SPRO-- production -- basic data --routing -- operation data -- Define User defined fields.
    Regards,
    Santanu
    Edited by: Santanu Paul on Jan 22, 2008 12:10 PM

Maybe you are looking for

  • Computer name change and Network name

    Recently I changed my computer name from "XY Z's Computer" to one without the dreaded apostrophe and the spaces. I did this in Sharing under Computer Name: However, after doing this and rebooting, the new name is there - good - but if in Sharing Pref

  • Can I, and Should I, update to Yosemite?

    Can I, and should I, update my MacBook Pro to Yosemite? I have a Mac OS X version 10.6.8.

  • Photos- best way to locate and manage (Help!)

    I moved to a Mac Pro with the idea that it would be a great computer and help me manage my tens of thousands of photos.  I tried to import my photos from an external drive and it failed multiple times.  I started using iPhoto and Picasa to manage new

  • Flash Design for Mobile Devices May Workshop

    I'll be running a 2 day workshop in San Francisco on Flash Design for Mobile Devices in May. Please forward this announcement to anyone who might be interested. Details are below. Thanks, Nader Nejat // CEO Omega Mobile // http://www.omegamobile.com

  • ICal server migration stops with exception on a directory

    Hello, I've updated my Snow Leoparc server mac mini to Lion server. But the ical service don't manage to migrate my user from diskfiles to postgres. when I look in the /var/log/caldavd/error.log, I find this that seems revelent: 2011-10-29 23:48:39+0