Adding A custom tab in CProjects

Hi,
I am very new to C Projects, There is a need to add a custom tab beside the "control plan" tab and the custom tab should embed the z web dynpro component or view. The purpose is to capture some data which needs to be filled in the Z table.
Can anyone suggest how to achieve this?
Thanks and Regards,
Shitanshu Sahai

Hi Shitanshu,
I can give you some steps to add a new tab and embed the z web dynpro component or view, The point is that i dont know how to change the order of tabs.
To add the tab:
Go to SAP Portfolio and Project Management -> Project Management -> Global Enhancements to Project Elements -> Show Additional Tab Pages in Project Management
You have to select in which level you wanto to show the tab (Project definition, Phase, Task, etc), the project type, a title for the new tab and the Web Dynpro component.
Best Regards,
CAMILO URIBE

Similar Messages

  • 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

  • Saving custom fields to MSEG added in additional TAB in MIGO transaction

    Hi Experts,
    I am facing an issue with an enhancement in MIGO transaction for which i need help. I have gone through several threads with similar issues but none of them have solved my issue. I have worked around with all BADIs of MIGO and user exits available but to no avail so I am posting a new thread.
    The requirement is pretty straight forward of adding a custom TAB in item details section of MIGO transaction. I have done that using BADI: MB_MIGO_BADI, method PBO_DETAIL. I created a screen with my custom fields and passed them in this method. The TAB appears as expected with all the fields. The custom fields are in MSEG table which has been enhanced and it needs to be updated with the user values on the screen.
    The issue creeps in when there are multiple materials in the purchasing document and user works around with them. Say he clicks on the second material and in the custom TAB changes its details in custom fields. Now he clicks on the fourth material and changes its details. Continues this for all the materials in random order. How do i identify in my custom screen [developed separately and called in PBO_DETAIL of the BADI] which details belong to which material or line number. The only way to do it is by using the purchasing order number and line item number. These are not available in my custom screen and needs to be exported from somewhere and imported there. I have not been able to identify the point where export can be done.
    Can anyone help me out with this problem? Either the point where export can be done or any other way of identifying the link between the line number / material number and the custom field details entered by the user.
    Thanks,
    Ritvik

    Hi Ritvik,
    you will not need it.
    The item methods will process exactly the item what the addional item data are related to. In PBO_DETAIL and PAI_DETAIL, use parameter I_LINE_ID for the item reference.
    Note: Not only read SCN etc,  also the parameters desciption of the methods used.
    Regards,
    Clemens

  • Added Custom Tab is not visible in Menu in Delivery

    Hi,
    We have added a custom tab in delivery using Badi 'LE_SHP_TAB_CUST_HEAD' .
    The Custom Tab is not visible in Menu , Can you please suggest How I can get this tab in
    Menu Under 'GOTO' .
    Thanks & Regards,
    Murali Krishnan

    Please check table T130P
    That table stores configuration related to fields in MM01. It holds information if a perticular field needs to be displayed or should not be displayed at all.based on the value which that field holds.
    can control the display, the material master
    Please check

  • How to handle a custom tab in PCUI??

    Hi everyone...
    I have added a custom tab for the standard pcui opportunity application. If i click on that custom tab I want a new view or page to be dispalyed. Can anyone please let me know how to get this done or how to configure this.
    This is a bit urgent.
    Thanks and Regards,
    Bhargava

    Hello,
    you can find details about what Shailaja Gandam  described in my Blog:
    <a href="/people/gregor.wolf3/blog/2005/05/27/use-crm-pcui-html-viewer-to-call-a-custom-url CRM PCUI HTML viewer to call a custom URL</a>.
    Regards
    Gregor

  • How to change the text of customer tab in Me23n

    Hi
    I have added new customer tab in Me23n at item level.
    Its text is Customer Data.
    I would like to change to some other text.
    How to change the text of customer tab in Me23n
    Regards
    Amruta

    Amruta,
    I had the same query today and finally found the answer.
    In order to change the title text or description of the "Customer Data" tab in ME23N, etc. you need to define a new text symbol in program SAPLXM06. The text symbol must be number 111 for the PO data. Make sure you define this text symbol in the language you are using when viewing the PO. I had issues with this as the original language of object SAPXM06 is not my logon language.
    The standard code which picks up this text is in function module MEGUI_BUILD_PO_ITEM_PLUGIN. I could not find any documentation around this functionality.
    Hope this helps!
    Ben

  • Changes in custom tab shud reflect in std Item overview tab in VL32N

    Hi all,
    I have added a custom tab (Overview tab) in transaction VL32N and Vl33N using the BADI "LE_SHP_TAB_CUST_OVER".
    Now for transaction Vl32N,when I change delivery ,if i change the quantity field in teh  custom tab,then the chnages have to be reflected in the std ITEM OVERVIEW tab .Is this possible??
    My understanding was ,I cna do changes i n the std tab and those will be rfelected to the custom tab but not vice-versa.can someone pls confirm?
    Thanks.

    Hi xperts,
    Please advise.Is this requirement doable?

  • Custom tab page in transaction PPOME

    Hi,
    I have added one custom tab page in the tcode PPOME.
    I created one custom infotype 9988 and followed the steps given in
    IMG .
    I can see the tab page in PPOME but when i click on the tab page, the tab
    page contains a message as NO SUBSCREEN FOUND.
    Any help will be highly appreciated.
    Thanks,
    Vijay.

    Hi
    have you created the custom infotype correctly and activated it correctly
    see the steps and do it again and see
    Steps to create a HR Infotype:
    1) Go to Transaction PM01.
    2) Enter the custom Infotype number which you want to create (Should be a 4 digit number, start with 9).
    3) Select the 'Employee Infotype' radio button.
    4) Select the 'PS Structure Infotype'.
    5) Click on Create... A separate table maintenance window appears...
    6) Create a PS structure with all the fields you want on the Infotype
    7) Save and Activate the PS structure
    8) Go back to the initial screen of PM01.
    9) Click on 'All' push button. It takes a few moments.
    10) Click on 'Technical Characteristics'. Infotype list screen appears
    11) Click on 'Change'(pencil) button
    12) Select your Infotype and click on 'Detail' (magnifying glass) button
    13) Give 'T591A' as subtype table
    14) Give 'T591S' as subtype txt tab
    15) Give your subtype field as subtype field
    16) Save and come back to PM01 initial screen
    17) Click on 'Infotype Characteristics' ... Infotype list screen appears
    18) Click on 'Change' (pencil) button
    19) Click on 'New Entries'
    20) Enter your Infotype number and short text
    21) Here we have to set different Infotype Characteristics as per the requirement. (Better open another session with some standard Infotype's infotype characteristics screen and use as the reference to fill yours)
    22) Save your entries.
    23) Now the Infotype is created and ready to use.
    24) If you want to change the layout of the Infotype as per your requirement...
    25) In the PM01 initial screen...Select 'Screen' radio button and give 2000 as the screen name, then click on edit.
    26) In the next screen.. Select 'Layout Editor' and click 'Change'.
    27) Screen default layout appears...here you can design/modify the screen..change the attributes of the fields..etc.
    28) Save and activate. (Don't forget to 'Activate at every level)
    Subtype Creation :
    Transaction PM01 Goto Subtype Characteristics. Click on Append and then subtype. Enter the name and description of subtype on screen.
    Then goto technical Characteristics and maintain the details of subtype there. I.e name of subtype i.e. component name defined in PSnnnn. Subtype table is T591A.
    Subty.text tab is T591S and time const tab is T591A.
    See:
    http://help.sap.com/saphelp_46c/helpdata/en/4f/d5268a575e11d189270000e8322f96/content.htm
    HR related site:
    http://www.sapdevelopment.co.uk/hr/hrhome.htm
    <b>Reward points for useful Answers</b>
    Regards
    Anji

  • 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

  • Custom tab should dislay the same data as in std tab in create Mode

    Hi all,
    I have added a custom tab (Overview tab) in transaction VL32N and Vl33N using the  BADI "LE_SHP_TAB_CUST_OVER".
    Now for transaction Vl31N,when I  create delivery ,tthne also this tab should be displayed.However I dont understand,if i display this tab,how will I display the data in this tab?
    The data to be displayed in this tab should be exactly same as the data entered in the tab "Item Overview" tab.
    How do i do this??

    Yeah - don't cross post.
    Rob

  • SRM : Custom Tab in RFx Item Details

    Hi ,
    I have a requirement to add a custom tab to the Item Details Tab of the RFx which has some custom Input fields and Checkboxes.
    For this i have created a Custom Tab in component /sapsrm/wdc_dofc_rfq_i_d1 through enhancement and used a separate z component to display the fields in custom tab. (declared zcomponent as used component in  /sapsrm/wdc_dofc_rfq_i_d1).
    I have instantiated my component usage in different methods of main component where other standard tabs were instantiated.
    As per the settings I am able to display the custom tab when i run the application but when i toggle the tabs it is giving some errors.
    Can anybody pls let me know some of the key points which I need to take care while adding the custom tab. How can I handle the standard SAVE and Edit Buttons in my components and also the processes which occur when I navigate from one tab to another???

    Hi Kartic,
    My requirements was a little bit different from yours...
    For CTR my Z component is only for display data, so its not necessary to save any data.
    For SC I had a table with some data and when I select a line is necessary to push a button to assign some values to the fields price, quantity, etc (standard fields)
    The solution for the SC was a bit difficult. I haven't access to that system now and i don't remember all the details.
    I'll try to explain to you what I did:
    - Create an event as interface in your Z component, this event should be triggered when the user push somo button in your view.
    - Create a method as event handler for this event in the standard component
    - For update the standard fields you need to use the method:
          wd_this->MO_DODM_RFQ_I_D1->/SAPSRM/IF_CLL_MAPPER~UPDATE( ).
    - I needed to add an enhancement point in that method and pass the data with IMPORT/EXPORT TO/FROM MEMORY.
    - For save the data I used the methods get_item_detail and update_item for the class /SAPSRM/IF_PDO_BO_* and the method submit_update for the class /SAPSRM/IF_PDO_BASE.
    You need to investigate these classes, you can copy and use some standard code to do it.
    I don't know if this help you and if exits other easiest way to do it. sorry.
    Best Regards,

  • Addition of custom tab and fields in cProject

    Hello Experts,
    I need to add custom tab and fields in cProject project definition level(type DPO).
    As it is given in IMG help, there are two ways of doing this.
    1) Addition of data in CI_DPR_PROJECT and Creating the field groups and including these fields in the field groups.
    2) Creating the custom tab and assigning the webDynpro component to it.
    I tried the first method. Here I am able to see the field group as the tab in cProjects but the fields included in CI_DPR_PROJECT are not appearing.
    Please let me know how I can see the fields which are added to CI include.
    Also,
    For the second method what is the meaning of implementing the WebDynpro interface DPR_CUST_EXT_INTF ?
    I appreciate if anyone explains step by step procedure for this.
    Thanks in advance.
    Regards
    Maddy

    hi Madhu,
    By creating a custom tab and adding field you can do that.
    Pls. follw the steps as below:
    1)Enhance Data base table:
    Follow the path:
    Spro ->Collaboration Project ->Global Enhancement to Project elements ->Enhance Database table
    You will get details about Object category, its Entity table and Structure with Customer Include/APPEND Structure
    Then go to Se11 and make changes as mentioned below:
    Add the fields required on cProjects Screen in table DPR_PROJECT in the Include "CI_DPR_PROJECT"
    2)Run Program DPR_CUST_FLDS_IN_FC_MAP and pass structure : DPR_TS_PROJECT_EXTENDED_ATTR
    Run Program DPR_CUST_FLDS_IN_FC_MAP in transaction code SE38 and execute it and in Structure w. Customer Include field, pass structure: DPR_TS_PROJECT_EXTENDED_ATTR, this will generate transport request
    3)Set up field control.
    Copy std. field control and create new.
    Path:Spro ->Collaboration Project ->Global Enhancement to Project elements ->Set up field control
    4)Create field group
    Path: Spro ->Collaboration Project ->Global Enhancement to Project elements ->Set up field control
    Define group to your field here for your field control.
    5)Define Field groups for Customer Fields
    Path: Spro ->Collaboration Project ->Global Enhancement to Project elements -> Define Field groups for Customer Fields
    Make entry here. Name of group is Name of tab page in cProjects front end
    Define your customer fields for field group
    6)Assign field control to your Project Type:
    Path : Spro ->Collaboration Project ->Structure ->Define Project type
    Assign custom defined field control to the project type in Field contol field at the bottom.
    With this seetings you should be able to see your custom defined fields in custom defined tab page.
    Regards,
    Niraj

  • Adding a New Tab Page in Cprojects 4.0

    Hi
    We have added a new tab page by the method of Global Enhancement to Cproject we are successfull in getting the link in the tab page. But the page we had created thru webdynpro
    is not seen in the tab page it gives a blank page. We are using Cproject 4.0 can u help us.
    regards
    Suresh Nair

    Hi,
    this can be done via  transaction CRMV_SSC.
    Please review SAP help for further information regarding Screen
    Sequence Control under :-
    Screen Sequence Control of the Business Transaction -> Selection of the
    Screen Control Data
    or
    The Screen Sequence Control of the Business Transaction is documented in
    the online documentation under
    - SAP Customer Relationship Management
       - Business Transactions
         - Basic Functions for Business Transactions
           - Screen Sequence Control of the Business Transaction
    Regards, Gerhard

  • Adding new custom field in already existing custom tab for MM01

    Hello Guru,
    I have a requirement that add a custom field in already existing custom view of MM01. I did the following steps :
    1. I have cerated a new field in MARA using APPEND structure.
    2. I have found the function group(Y_FE_MARA) that already there other subscreens, so that I have added another subscreen in that function group and created a field from MARA in the screen.
    3. in SPRO went for the path Logistics General->Material Master->Configuring the Material->Define Structure of Data screens for Each Screen sequence
    In the 3rd step, I have choosen already existing screen sequence(Y1) and went for Data Screens and choosen for Custom tab and double click on subscreens and then I have added the program as SAPLY_FE_MARA and subscreen number(011) and saved it.
    After all the above steps, I have run MM02/MM03 then the field is not getting displayed in the screen of custom view.
    Did I miss any steps here? Please suggest me if I did something wrong.
    Thanks and Regards,
    Muralikrishna Peravali

    Hi Raymond,
    Thank you for the reply. As per the note some one already implemented the Screen Enhancement with 2 custom views. I need to add the field in any one of existing custom view. So for this I have created a Subscreen in copied function group of MGD1(Y_FE_MARA). But in the function group already 10 Subscreens were created. Is this is the problem? or else copy the FG MGD1 into another FG and create the subscreen will be feasible to my scenario?
    Please suggest me.
    Thanks and Regards,
    Muralikrishna Peravali

  • Adding custom tab to OHW

    Hi!
    I would like to add my tab with my own engene and navigator to OHW. I successed in adding such tab to OHJ, but it doesn't work in OHW. Can you advise me what should I do in this situation?
    Thanks

    How are you adding a new tab to OHW?
    In OHW, you need to specify a navigator that implements the interface oracle.help.web.navigator.OHWNavigator. At the moment, we do not have documentation on how to accomplish this. I'll work with the Oracle Help team to see if we can include more documentation on adding custom navigators.

Maybe you are looking for

  • Is there a plug-in to open WMF files in Photoshop CS2?

    Have been opening my WMF files in another program and converting them to a friendlier format which is a pain.  Is there a plug-in or something that will allow me to open WMF in Photoship CS2?  I can view them in Bridge but that's all.

  • How to embed a UI inside a pdf?

    I need to embed a UI Screen inside a pdf and then should be able to interact with it? Is it possible to do it using Acrobat SDK or any other way?

  • Read data from internal table

    Greeting everyone, Could anyone guide me is there any wrong to my below code as Im not manage to display the errors report while execute it. eg: XXX not found. Thanks. DATA: wa_file LIKE i_input1,         lv_pspnr LIKE i_input1-pspnr,         l_pspnr

  • About forms and reports services

    just installed forms 10g. I suppose I need to install forms and reports services which I understand is part of Application Server 10g. If you have configured this applications to connect, please give me links containing steps to installaing forms and

  • Authenticating Users

    Hello, I have been using java for many years however have never used the security features of Java EE or used EJB. In efforts to understand the concepts I went through the tutorial for Java EE 6 and currently trying to build an application. For authe