Project template: custom tab / field group

Hello!
We set-up an additional custom tab for some object types (DPO, PPO, TTO...), thanks to the field group customizing.
However, it seems not possible to display these fields in the templates: DPT, PPT, TTT. The field groups are defined per project type, so why don't we see these fields in the templates when we select a project type? The more strange is that we see the tabs, but not the fields...
Does anyone have an idea to perform this?
Thank you.
Matthias

Hi Matthias,
If you can see the tabs and not the fields, pl check if you have covered field control for these newly created custom fields.
To have field control for these fields, you will have to copy the standard SAP provided field control, include the structure that has you custom fields and give it authorizations etc as per your requirement.
Pl read carefully the documentation provided with field control.
Regards,
Reema.
Edited by: Reema Shahbazkar on Jun 11, 2008 7:42 PM
Refer note 947963 - Setting up field control

Similar Messages

  • Custom tab field is missing in me21n

    hi all,
    i am doing one enhancement work.
    requirement is custom tab with custom field creation in me21n Tcode.
    i have created all the things using user exit and its working fine also.but now  inside the tab field is not displaying.
    i dont know what happen, pls some one help me its very urgent.
    thanks & Regards,
    S.Kavitha

    Hi ,
    Please find the below screenshot.it is used to add custom tab in header level or item level also.once you added the field in layout,active the layout screen and also active the Enhancement .
    Regards ,
    Karthikeyan R

  • How to assign custom tab field value to corresponding standard tab field value.

    Dear friends,
                         I want  assign a field value ( advice code , advice code description ) in a custom tab  to corresponding field value in standard tab (advcode ,).   in me51n. 
    following screen shot are given below

    Hi SK,
    It looks both the tabs are custom ones. In that case, you can either use Export/Import statement or you can use Set/Get Parameter ID for  setting value.
    If one is standard subscreen, you can export value from custom subscreen and use line item level user-ext/enhancement to assign the value on standard subscreen.
    Hope this helps.
    Regards,
    Naveen

  • PO ITEM CUSTOM TAB - FIELDS (non editable)

    Hi,
    I have created a custom tab in the PO item level using the badi "ME_GUI_PO_CUST". My custom fields in the custom tab are editable in the creation and change mode, while non-editable in the display mode as per my desire.
    The problem is when I am saving some changes in the PO, after this all standard fields were becoming non-editable but my custom fields in the custom tab were in the editable mode. I want custom fields also to be in non-editable, once I saved  from ME22N tcode.
    Please help me out.
    Best Regards,
    Gopi
    Edited by: Gopi Ramasamy on Sep 30, 2008 3:36 PM

    In method
    IF_EX_ME_PROCESS_PO_CUST~FIELDSELECTION_HEADER
    call method is_changeable from data model
      DATA: xv_changeable TYPE mmpur_bool.
      xv_changeable = im_header->is_changeable( ).
    based on value of xv_changeable i.e. 'X' or space.
    set
    ch_fieldselection-fieldstatus = '+ . * -'
    '-'    ->  Hide / Inactive
    '*'    ->  Display only
    '+'   -> Change

  • MS Project 2010 customizing duration field in hours

    I have a problem:
    My Schedule are defined in days (duration). This is ok, but I want for me a 2nd column with the duration calculated in hours. Is it possible?

    SeemaHoleyavar --
    You would need to create a custom field containing a formula to do the necessary calculation.  If it were me, I would use a custom Text field and rename it as something like Duration in Hours.  In that custom Text field, I would use the following
    formula:
    ([Duration])/60 & "h"
    Also, when you create the custom Text field, be sure to select the Use Formula option in the Calculation for Task and Group Summary Rows section of the Custom Fields dialog.  Keep in mind that the preceding formula assumes an 8-hour working day. 
    Hope this helps.
    Dale A. Howard [MVP]

  • Problem with Field group and layout generation

    Hi,
      Previously we customized the field group OPP_DISPLAY_SEARCH_RESULT_50 using transaction CRMC_BLUEPRINT_C ( for accplication CRMD_BUS2000111)   for our own custom view and the whole thing worked smoothly. However while changing the layout (adding and taking out some field) I came across issues. I am pretty familiar with PCUI and have done some work on this previously. However this time generating and regenerating this field group ( AFTER some changes) has no effect when the PCUI gets executed with that particular view...
    I have used crmc_pcuitools to confirm that the field group in question is the one mentioned aboveand since its not contained in any reference grp, generating the layout for only this field group should be sufficient. However this generation doesn't take effect at all when the PCUI IS EXECUTED. After the generation I made sure that the table CRMC_LAYOUTC does contain generated layout entries for the respective views etc..
    I have also created a test view and completed the similar customization and it didn't work as well. We are at CRM version 5 with SP6. Previously ( around 7,8 month back) the whole procedure worked fine..
    Am I missing anything..
    Thanks

    Hello,
    What are you trying to modify?
    If it is the search result list, it should be OPP_DISPLAY_SEARCH_RESULT_50  that you have to regenerate with the correct view and field group variant.
    If it is the information tab, it s OPP_OVERVIEW_50 that needs to be regenerate.
    Regards,
    Frederic

  • System error: Incorrect Customizing for field

    Hello guru's,
    I am using badi (mb_migo_badi) on migo transaction for adding a custom tab.
    In mseg table custom include (CI_COBL) I had added two fields which is zct3no and zct3dt
    when the time of transaction :
    the field which i had taken , migo document is generating properly and the values of customized tab fields inserting in mseg table properly .
    The badi which i had done is working properly for document creation, but at the time of display this document the error is coming :
    system error: incorrect customizing for field : ct3no and ct3dt
    Thanks & regards,
    Sandeep.
    Moderator message : Duplicate post locked.
    Edited by: Vinod Kumar on Oct 23, 2011 1:01 PM

    Hi Sandip,
    I think there is a similar post you posted in the same forum.
    Regards,
    Madhu.

  • 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

  • Need to add extra fields in Custom tab  using EEWB.

    hi ,
    I extended business partner with 10 custom fields using EEWB by creating an custom tab. I would like to add 2 more fields in the same custom tab . I am unable to find the provision to add new field to the existing project. so i am deleting the existing project and creating new project and adding all the =and new fields.
    Now when I am creating new project  i am loosing the old field names. It creating the new fields with new field names.
    My requirement is I should create a new fields without changing the old field names.
    So Please can any one help me as how to approach these without deletion or changing the existing field names.
    Finally my custom tab should contain 12 fields.
    Thanks
    viswa

    Hi viswa,
    I have a requirement to add 2 new fields to the Standard Transaction (called <b>BP</b> ).
    I have gone through various concepts like <b>EEWB and BDT</b> tools. But, still I am not able to get the things well.
    So please provide me with the procedure to explore things and work on the requirement.
    Thanks in advance.
    Regards,
    Vishnu.

  • 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

  • QM03-Custom tab-Change to text field not reflecting-FG - XQQM-screen-0106

    Hi,
    I have a requirement to change the text field on a custom tab of QM03 transaction. Quality notification type is Z1 and the tab is "Checklist". Both are custom defined.
    The existing text field is of 3 lines. The new text message is of 8 lines. When I did the changes on the custom screen 0106 in the function group XQQM, the changes are not reflected on the QM03 transaction's custom tab. Only first 3 lines were reflecting the change and rest of the 5 lines are not appearing on the screen.
    Pointers on this will be definitely helpful.
    Regards,
    Mallika.

    I had a similar problem, but it was with the message line. I found that with Web Forms, I had to issue the Synchronize; a second time, but in Client/Server Forms 6i, the first synchronize worked. Here is the code I used:
    <pre><font face = "Lucida Console, Courier New, Courier, Fixed" size = "1" color = "navy"> SYNCHRONIZE;
    if Get_Application_Property(User_Interface) = 'WEB' then
    synchronize;--first does not work on web
    end if;</font></pre>
    Let us know if this works.

  • Customer fields do not display in Define Field Groups for Cust. Fields IMG

    I am customizing to display cusotmer fields in cporjects IMG actviity 'Define Field Groups for Customer Fields'.
    I am able to see the main tab in object category and multiple sub tabs in it. However customer fields that have been added by Enhance database tables in DPO are not shown or visible in the sub tabs.
    Am I missing any config? Please let me know.
    Senthil

    Hi Senthil,
    If you can see the tabs and not the fields, pl check if you have covered field control for these newly created custom fields.
    To have field control for these fields, you will have to copy the standard SAP provided field control, include the structure that has you custom fields and give it authorizations etc as per your requirement.
    Pl read carefully the documentation provided with field control.
    Refer note 947963 - Setting up field control
    Regards,
    Reema.

  • Termination error when accessing resource tab in project template

    Hi,
    i am getting error when i am trying do resource in the project template. i have structured the project structure in the template. and i am trying to add roles for the project template but it is showing termination error when i click on "resource tab" in the template. 
    anybody can help on this error?
    thanks,
    Prabu
    i have serached for notes but it didnt help.
    fyi,  below are the error message i am getting,
    Error while processing your query
    What has happened?
    The URL call http://cmcw08v701.us.fit:8000/sap/bc/webdynpro/sap/CPROJECTS_FPM was terminated because of an error.
    Note
    The following error occurred in system CMD : Line types of an internal table and a work area not compatible.
    The error occurred on application server cmcw08v701_CMD_00 and in work process 8 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    Method: RETRIEVE of program CL_DPR_API_APPLICATION_OBJECT=CP
    Method: IF_DPR_PROVIDER_ACCESS~RETRIEVE of program CL_DPR_API_APPLICATION_OBJECT=CP
    Method: RETRIEVE of program CL_DPR_API_BUSINESS_OBJECT====CP
    Method: IF_DPR_PROVIDER_ACCESS~RETRIEVE of program CL_DPR_API_BUSINESS_OBJECT====CP
    Method: IF_DPR_CORE_SERVICE_PROVIDER~RETRIEVE of program CL_DPR_API_CPROJECTS_CSP======CP
    Method: IF_DPR_CORE_SERVICE_ACCESSOR~RETRIEVE of program CL_DPR_API_CORE_SERVICE_MNGR==CP
    Method: HANDLEDEFAULT of program /1BCWDY/0O2TQEJ08RJE3X97BQID==CP
    Method: IF_WDR_VIEW_DELEGATE~WD_INVOKE_EVENT_HANDLER of program /1BCWDY/0O2TQEJ08RJE3X97BQID==CP
    Method: INVOKE_EVENTHANDLER of program CL_WDR_DELEGATING_IF_VIEW=====CP
    Method: NAVIGATE of program CL_WDR_CLIENT_APPLICATION=====CP
    What can I do?
    If the termination type is RABAX_STATE, you will find more information on the cause of termination in system CMD in transaction ST22.
    If the termination type is ABORT_MESSAGE_STATE, you will find more information on the cause of termination on the application server cmcw08v701_CMD_00 in transaction SM21.
    If the termination type is ERROR_MESSAGE_STATE, you can search for further information in the trace file for the work process 8 in transaction ST11 on the application server. cmcw08v701_CMD_00 . You may also need to analyze the trace files of other work processes.
    If you do not yet have a user ID, contact your system adminmistrator.
    Error Code: ICF-IE-http -c: 120 -u: PTHANGARAJ -l: E -s: CMD -i: cmcw08v701_CMD_00 -w: 8 -d: 20110918 -t: 002509 -v: RABAX_STATE -e: OBJECTS_WA_NOT_COMPATIBLE -X: 005056B8017E1ED0B8B7AF786703B697_005056B8017E1ED0B8B7AF77EFCBF697_1 -x: 7BBDE1E038C3F1239697005056B8017E
    HTTP 500 - Internal Server Error
    Your SAP Internet Communication Framework Team
    Line types of an internal table and a work area not compatible

    Hi Prabu,
    Just do a quick check if there is any custom implementation in Project management side. This may occur most probably due to not defining the navigations properly or if any modifications in the Define Navigation part of SPRO. Raising a ticket to your BASIS team might help some time to resolve this. Last option is OSS notes.
    Regards,
    Karthik

  • Change project - project definition - customer fields

    Hi experts,
    I defined a new customer field for project definition. When I check it  CJ02->Project definition then from main menu: Details->Project definition customer fields then For some projects this menu item is active and for some is inactive. It should be active for all. Anyone knows on what it depends? Thank you in advance
    Best regards
    Paul Smuda

    How can I recognize if project is created with old profile?
    Open the project, that you want to check, in CJ20N and in the control tab check the project profile. Compare this with the projects for which the customer field is being displayed.
    I doubt whether this could be the cause for your issue. If nothing helps i would suggest you to raise this with SAP.

  • SPI with myRIO custom FPGA project template

    Hi Everyone, 
    I am wanting to interface to an SPI device using the myRIO. I can get everything to work in the getting started section.
    I have used the custom FPGA project template but am not understanding how to write/read from the RT vi. I understand SPI but the property names are not intuitive and ther is no explanation in the Documentation attached to the project. 
    When trying to use the Default FPGA build and the express vi's for SPI, LabVIEW crashes so can't even use that.
    Does anyone have any documentation on the project that can help?
    Thanks,
    Greg
    Certified LabVIEW Developer

    Hey @tom,
    I can create the myRIO FPGA template project, compile and use it without errors.  If you don't provide more specific details on what exactly you are doing, what errors you get and when you get them we can't help you.  If you can provide more details I'm sure we can figure out what is going wrong.
    Thanks,
    -Sam K
    LabVIEW Hacker
    Join / Follow the LabVIEW Hacker Group on google+

Maybe you are looking for

  • Exception from HRESULT: 0x80131904 - Error when creating a team site

    Hi, I am a SharePoint Administrator. I have a SharePoint 2010 site collection that had been migrated successfully from MOSS 2007 2 years ago. This site collection has some custom solutions and is very large (~200GB). Everything works fine but since l

  • How do I use a variable within paragraphFormat?

    I would like to insert the firstname of a client within paragrapgFormat(). ie: paragraphFormat(Hi #firstname#, your info......) When I output this the firstname just shows as #firstname#. Is there a way to get his to work?

  • Slow start-up on Satellite L670D

    I have a new Toshiba laptop that I bought in March this year. The model is a Satellite L670D-13f. The problem I have with it is that it takes 10-15 minutes at least to start to up to access the internet. Typing is not responsive it is like a delayed

  • Reporting Country in FB60/MIRO

    Hi all, I was wondering if there was a way to default the reporting country at the FB60/MIRO. I have only one country for which I need to have the VAT Registers, hence, I wish to default that at FB60 and MIRO level. Awaiting your replies on the same.

  • I can't verify my account....because there's no link!!

    I've just setup my itunes account (with my credit card), and received the 'iTunes store account verification' through my email. The problem being is there is no link to click TO verify my account. I've tried highlighting the area where I think its su