Add two customer tab in ME53N screen

Hi Experts,
We have added one customer tab in the (ME53N) Requisition screen using screen exit SAPLMEGUI (SUB0).
Is it possible to add another customer tab to that screen?
Regards,
Anirban

Hi Anirban,
We can achieve the target of adding a customer tab using the exit MEREQ001.
Go to Tcode SMOD , Enter the Enhancement as MEREQ001 , Click on 'Documentation' and SAP has given an excellent step by step procedure on how to add a tab at item level.
Hope it helps
Regards
Byju

Similar Messages

  • Add a custom tab to include custom fields in Shipment Screen (VT03N)

    Hello every one,
    We have a requirement to add a custom tab to include custom fields in shipment header.
    Can any one of you help me on this?
    Thanks in advance !!!
    Regards,
    Ganga

    Hi Ganga,
    This is the question of customer exit....you will get very good links on the forum itself...but i can give you some hint:
    1. fing out the package or program name for the transaction(by gng in the setting)
    2. go to se84 and in the enhancement->customer exit tab...with the help of pkg name got above find out the various enhacement for this tcode.
    3.find out the appropriate one by putting in the break point.
    4. You can get an exit with a screen exit where you will create your own screen(with the custom field if.....then you have to append them in the table) or with the std fields.
    5. there you will get the fm exit for PBO and PAI as well.
    Hope this might help you in solving the problem.
    Pooja

  • Add another custom tab to sales crmd_bus2000115

    Hello Gurus,
    I cannot add another custom tab because it overwrites the old one. I've tried the transaction crmv_ssc but i think doesn't serves.
    Any suggestions.
    Thanks a lot.

    Hi Pablo,
    You shoudl be able to do it using Screen sequence control. I hope you are aware of possible issues of using CRMV_SSC.
    Refer to the thread.
    Re: Change of tabs in sales document layout
    Thanks,
    Surendar

  • Add Header Custom Tab to PO and Contract

    Dear Gurus,
    I need to add custom tab with WYT3 field to PO and Contract Header.
    Could you please help me to understand how to do that?
    Thank you in advance,
    Fuffo

    Hi Ganga,
    This is the question of customer exit....you will get very good links on the forum itself...but i can give you some hint:
    1. fing out the package or program name for the transaction(by gng in the setting)
    2. go to se84 and in the enhancement->customer exit tab...with the help of pkg name got above find out the various enhacement for this tcode.
    3.find out the appropriate one by putting in the break point.
    4. You can get an exit with a screen exit where you will create your own screen(with the custom field if.....then you have to append them in the table) or with the std fields.
    5. there you will get the fm exit for PBO and PAI as well.
    Hope this might help you in solving the problem.
    Pooja

  • Add new custom tab to SC item

    Hi all,
    I want to add a new custom tab to SC item.
    I've created an enhancement point within the component /SAPSRM/WDC_UI_SC_DOFC_D1 and I've added the new tab.
    The problem is that when I select this tab in the portal a message is displayed as following:
    "The screen component is unknown. The navigation must be canceled"
    By the moment the tab is empty, but I've tried to add a ViewContainerUI Element and I've added an embed view in the window, but the same message is still displayed...
    Do you know what i need to do in order to add this new tab?
    Thanks in advance.

    now, i am getting the data with the following sentence:
    DATA: lv_guid TYPE bbp_guid.
        DATA lo_componentcontroller TYPE REF TO ig_componentcontroller .
        lo_componentcontroller =   wd_this->get_componentcontroller_ctr( ).
        lv_guid = lo_componentcontroller->mo_bom_sc->/sapsrm/if_cll_item_admin~get_lead_selection( ).
    Then I can use the bapi BBP_PD_SC_ITEM_GETDETAIL in order to get the data.
    Now, i want to SET this data with some modifications...
    Any idea?

  • How to add a custom button in WD screen to call a workflow in siebel?

    Hi All,
    We have a requirement to have a custom button at the summary screen(after the rule execution) "Create Opportunity", on clicking on it a new opportunity record should be created in Siebel. As we know the "Save" link calls "PolicyAutomationSaveSession" inbound web service method and saves the information in session table and we can modify the PreSession and PostSession workflows. But we are not sure how it calls the service method and where is the mapping defined.
    Can you please help me on how to add a custom button and how to invoke a workflow in siebel side to implement this requirement?
    Also is there any document which can help me to add a custom button in screen and to add the code behind the button?
    Thanks in advance!!
    Regards,
    Subhradeep

    Subhradeep,
    Closing a Web Determinations window is essentially the same as closing any HTML window. It involves javascript, which you would have to add to the Web Determinations templates.
    Essentially the javascript command to close a window is {{window.close}} or {{top.close}}
    For timing, you might be able to use the setTimeout function of Javascript (see: http://www.w3schools.com/jsref/met_win_settimeout.asp)
    At the risk of exposing exactly how bad my javascript skills are, I have attached a super-simple html fragment, a page that closes itself after 3 seconds. It may help you get started in the right direction. In general closing a window is a fairly dubious activity and is often not permitted by certain browsers. This html page at least works in Internet Explorer.
    <html>
         <head>
         <script language="JavaScript">
              setTimeout(closeMe, 3000);
              function closeMe() {
                   alert("This window will close");
                   top.close();
         </script>
         </head>
         <body><B>This window will close in three seconds</B></body>
    </html>
    {code}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • To add two new fields in CO09 SCREEN

    Hi All,
    I have a requirement of adding two new fields  Customer Name and Number (Sold to party) for the MRP Elements IN CO09 Screen which is already there in MD04.
    Please let me know as soon as possible if any one has any idea regarding this.

    Hi All,
    I have the same issue. Any solution already in sight?
    KR,
    Martin

  • How to add new custom tab to WZR1/2/3 at line item level

    Hi,
    Please explain how I can add new tab with custom fields at item level in SAP transactions WZR1/2/3. I am trying to use BADI WLF_ENHANCE_SCREEN_EX but somehow its not working. Please explain how this can be done ?
    Thanks
    Ullas

    Hi,
    We are trying to copy a work flow objects from ECC6.0 to 4.6C...where we found the following Select statement.
    *Determine Top WorkItem Instance
      if im_top_wi_id is initial.
       select wi_id top_wi_id wi_rh_task into lw_top_id from sww_wi2obj
         up to 1 rows
         where wi_rh_task = im_wftask and
               catid      = 'BO'      and
               instid     = l_instid  and
               typeid     = 'FIPP'.
       endselect.
       endif
    As table sww_wi2obj can't be found in 4.6C, can any one help how to replace or implement the same logic as above statements.
    Thank you....

  • Add Custom field to standard screen with table control

    Hello,
    I need to add two custom fields to a standard screen in CAT2 transaction(not using any screen exit).I will be given SSCR key.The standard screen (screen no. 2100) only has a table control.
    How can I add the custom field such that it appears as a field on the screen when CAT2 transaction is opened.
    Do i need to write any code?
    I'm new to ABAP so could you please give a detailed explanation.
    Also, do i need to change the 'fixed columns' field in the table control?
    Regards,
    Monica.

    hi,
    1) find the screen
    2) add new fields to the screen
    3) program PBO and PAI
    regards,
    Wojciech

  • Adding a custom tab in Purchase Order with two fields - ME21N

    Hello Experts,
    My requirement is to add a custom tab with two fields in purchase order at header level.
    The BADI ME_PROCESS_PO_CUST is alreday implemented previously as there was one custom tab added previously in header.
    The structure  CI_EKKODB already have the custom fields for the enhancement done earlier.
    Now to add my additional tab how should i proceed ....should i put my additional fields in the same structure and write my code in same BADI.....will there be any impact on already done enhanecement.
    Please suggest in achieving this functionality.
    Thanks,
    Naveen

    Hi,
    Check this [wiki|http://wiki.sdn.sap.com/wiki/display/ABAP/DetailedexplanationaboutBADIandthewaystofindtheBADIwithanexample%28ME23n+transaction%29], it tells you how to do with an example for item data.
    Regards,
    Eduardo

  • Custom TAB in txn WCOCO using Screen Enhancement(BADI Implementation)

    Hi,
    My requirement is to add a custom  tab with some fields in the Header in transaction WCOCO. I implemented the enhancement spot WCB_CC_VIEW_SPOT and the BAdi WCB_HEADER_DATA_TAB_I_BADI and am able to create the custom tab. All the details for the implementation are given in the BAdi's documentation.
    Now, I need to make this custom tab enable/disbale i.e., make it visible/invisible based on the Condition Contract type. I tried to handle this in the PBO of the subscreen (my custom tab is a subscreen, defined as per the BAdi documentation)... but commands SET/LEAVE Screen cannot be used in a subscreen, so unable to handle it.
    Any help on this is greatly appreciated.
    Thanks,
    Veeru.

    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.

  • Add custom tab in Asset Master

    Dear Experts,
    I would like to add a custom tab in asset master (AS01, AS02, AS03).
    I have read through the documentation for enhancement AIST0002, but still don't know how to do it.
    Can anyone please advise? Thanks a lot.

    Hi,
      If you have create a proj in CMOD and activated the screen the new tab should be avaliable if it is not it might need some customizing try like below:
    Transaction AOLK>>Select your Asset class click on General Assignment of Layout
    Go to transaction AOLA. Copy the tab layout u2018SAPu2019 to create another layout, say, ZSAP.
    System will copy all the settings and will inform you about that.
    Select your newly created layout and double-click on the folder u2018Tab page titlesu2019.
    You want to put your custom fields in the tab page u201CGeneralu201D. So, select this tab page entry and double-click on the folder "Position of Groups".
    Here, all the field groups currently residing in the tab-page u201CGeneralu201D are shown. Add an entry for your newly created fields.
    Select the group box from the list. An entry will come with u201CUu201D padded with the custom subscreen prepared by you.
    Then, save and come out.
    Now, go to tcode AOLK and assign tab layout ZSAP. for asset class 1000.
    check now.
    Regards,
    Himanshu

  • Add customized task to user screen for IdM 7.0

    The user screen in IdM 7.0 is a lot more different from the previous versions.
    A navigation bar is used for launching different tasks(workflows).
    I want to add a new user request task to MenuBar Requests or add a new task to the Launch Requests page. The old document/training mentioned adding customized task to End User Tasks is not working for Version 7.0 at all.
    Overall, my question is how I can add my customized workflow to /user screen?
    Thank you.

    Hi,
    Look to implement links to custom taskdefinitions from the End User Request Menu. Unfortunately there's no form/process mapping for this object at this time. Here's an example of a customisation on the End User Request Menu,
    <Form noDefaultButtons='true' objectLocationID='objectName=End+User+Request+Menu&isBegin=true&objectPath=0&objectType=UserForm'>
          <Display class='EditForm'>
            <Property name='title' value='UI_ENDUSER_REQUEST_LAUNCH_TITLE'/>
         <Property name='subTitle' value='UI_ENDUSER_REQUEST_LAUNCH_SUBTITLE'/>
          </Display>
          <Properties>
            <Property name='doNotRegenerateEndUserMenu'>
              <Boolean>false</Boolean>
            </Property>
          </Properties>
          <Field>
         <Display class='SectionHead'>
           <Property name='required'>
             <Boolean>false</Boolean>
           </Property>
           <Property name='title' value='Self-Service Options'/>
         </Display>
         <Field>
           <Display class='LinkForm'/>
           <Field>
             <Display class='Link'>
               <Property name='name' value='Request Application Access'/>
               <Property name='URL' value='user/processLaunch.jsp?id=Request+Application+Access'/>
               <Property name='arguments'>
              <map>
                <s>op_requestorOrg</s>
                <ref>waveset.organization</ref>
                <s>op_requestorFullname</s>
                <ref>accounts[Lighthouse].fullname</ref>
              </map>
               </Property>
             </Display>
           </Field>You also need to register the workflow in the End User Tasks configuration objects as follows:
    <Configuration id='#ID#Configuration:EndUserTasks' name='End User Tasks'>
      <Extension>
        <List>
          <List>
            <String>Request Application Access</String>
            <String>Initiates a request for a new account</String>
          </List>HTH,
    Paul

  • Add tab in header screen of MIRO

    Hi Experts,
      I would like to add a new tab in header screen of MIRO transaction. is it possible.. ? if so, can any one please guide.
    Thankx
    Sal

    Hi,
    this wiki:
    http://wiki.sdn.sap.com/wiki/display/Snippets/Displaycustomerfieldsinheaderoflogisticsinvoiceverification+transactions
    it´s about creating a subscreen under "Basic Data" tab but it´s not about creating a "New" tab in header of MIRO transaction.
    Best regards.
    Edited by: Pablo Casamayor on Dec 9, 2009 2:14 PM

  • The Custom Tab Width add-on doesn't work in Firefox 25

    I use the add-on 'Custom Tab Width' (https://addons.mozilla.org/en-US/firefox/addon/custom-tab-width) so that my tabs can shrink infinitely, but after updating to Firefox 25, it no longer seems to work. Is this add-on incompatible with Firefox 25? In that case, is there any other way to make the tabs shrink infinitely?

    Hi GAPa,
    Thanks for visiting Mozilla Support!
    This addon is indeed compatible with Fx25 as I have tested it. Try this. Press '''CTRL + SHIFT +A''' and click on '''Extensions''', then go into Options on '''Custom Tab Width''' then input '''1''' as MIN. Does that help?
    If not, feel free to reply and we will try other things to get this resolved.

Maybe you are looking for

  • Error EJB:010116 and what is the best fix?

    I got an EJB:010116 error and need some advice on how to fix it (quickly, I am running out of time). My basic understanding of the problem is: 1. I defined a many2many relationship with a join table, say ProviderEJB to ProviderKeyEJB, the cmr field f

  • Calendar/Date view in Aperture

    Does anyone know if Aperture can group and display photos in the library based on the date pictures were captured. Lightroom and iViewMedia Pro have this feature. iView Media Pro (Microsoft Expression Media now) just reads the metadata from files and

  • Boot Camp Update from 1.4 (beta) on WinXP Pro

    I need some help. I have a 17" MBP core 2 duo running WinXP through Boot Camp 1.4 (beta). On the Mac side I use OSX(10.4xxx) - Tiger NOT Leopard. I would really appreciate it if someone could post a 1,2,3... list of how to update my Boot Camp version

  • Help with reinstall of lightroom 3.6

    Im just had my computer reinstalled, my harddrive died, and i have went and downloaded lightroom 3.6 which i installed in 2010, but once it downloads and runs the install it will not accept my serial no

  • Telnet from Outside switch to DMZ switch connected to ASA.

    Hi all, I have switch b connected to ASA  with fas0/40 under vlan 40. ASA connection to this switch is under Vlan 3 which is DMZ. OSPF is running between OSPF and DMZ switch. I was trying to telnet from Outside interface switch to DMZ  switch which g