Service Reuqest Custom Fields on Reports

Hi,
I Added 3 new custom fields of type "Integer" to Service Reuqest.
Now, when I come to combine them in an analysis (Going to Reports -> Design Analysis -> under REPORTING choosing "Service Reuqests" I can't see these fields, when looking in "Service Request Custom Feilds".
When I added custom fields to PRODUCT I didn't run into this issue.
Is it possible that in Service Reuqest reports I can create analysis based only on indexed fields of the serivce requests?
Or did I do something wrong?
What do I have to do in order to use fields I am adding in analysis?
Thanks!
Guy

Guy,
Check under Service Request metrics at the bottom, I often find number or percent custom fields hide down the bottom.
cheers
Alex

Similar Messages

  • Custom fields in Report painter in CCSS table

    Hello Experts,
    I am in a processes of developing a report painter with custom fields in the selection screen.
    The custom fields are available in PRPS table.
    With hard difficulties I brought the custom fields in selection screen of the report painter.
    I have added the fields in the structure CI_CC1S
    Everything is fine. But if I enter a value in the custom field, the report is not fetching any data.
    These custom fields are related to the WBS element.
    For example if the value of the CUSTOM field is 'AAA', then I want to retrieve ony the WBS element which has 'AAA'.
    Somewhere I am missing a procedure.
    Could anyone suggest how to achieve this.
    Thanks !!!
    Best Regards,
    Vasanth M

    Any Suggestions

  • Add Custom fields in Report Incident Screen in EHSM

    Hello experts,
    I want to add custom fields like Notification No. and division in Report Incident screen in EHSM.
    I have added two fields.
    Business Object: EHHSS_INCIDENT
    Node: BASIC_INFO_ALL
    Structure: INCL_EEW_EHHSS_INC_BINFA_D (added two fields using append structure)
    Now how can i link with my screen and how to fetch notification data (standard F4 help)?
    and when i save data, where it will save?
    Can you guide me with proper steps for it as i am new in it.
    Thanks in advance.

    Hi Jayvin,
    To add the above fields on the screen, open the component configuration of the required screen.
    Enhance the same and add the fields from the respective Node.
    You did not worry about saving the data, once the fields are placed on the screen it will get save on click of save/ on event of save.
    Regards,
    Sanket.

  • PO service item - custom field value not copied to GR

    Hi All,
    I have a custom field in SC,PO and GR. For a sevice and limit items, the value in custom field in PO is not copied to GR. For goods, it is copied.
    When I debugged, I found that the system tries to match PO item internal number with that of backend item internal number. If this is matched, the custom field values are copied.
    But here it is not matched. What can be the possible reason. Is there any configuration for item internal numbers?
    I found a note 848797 for transfer. But exactly at the corrected code in note, program is failing.
    Have anyone faced this issue before?
    Thanks
    Nandalal

    Yes Disha, the notes are correctly implemented.
    I am confused on whether the internal number generated for the item is copied from some configured internal range, because when I enter two service items, the items shows backend internal numbers like 0000000010 and 0000000020 (increment by 10). But in SRM it is 0000000001 and 0000000002.
    When the code tries to match the respective numbers, it fails and skips the logic to copy custom fields.
    I dont have access to r/3 data.
    Please help.
    Have anyone tried to create a GR with service item and has custom field?
    Thanks
    Nandalal

  • Need to add custom fields in Report RM06EN00 ( Tcode ME2N ) in the Output

    Hi,
            MY requirement is i need to add 10 custom fields in the standard program RM06EN00  whos tcode is ME2N.
    i have appended the fields in the EKKO table and they r now available in the dynamic selection screen of the report RM06EN00.
    But i need to display this fields in the output and these fields should also be available in the change layout of the ALV report which is displayed when u click on the change button after pointing the cursor on the PO number.
    I am looking out for any enhacement though which this requirement can be met. however my second option is to copy the standard report to a z program and modify it.  but i think it will not going to be east and it may take a lot of time..
    Need both advice and answers for this soon.
    Thanks in advance.
    Best Regards,
    Fardeen

    If you have want to add fields in Field catalog from se11 Add fields in this structure MEREP_OUTTAB_PURCHDOC using append structure and activate and execute ME2N with BEST_ALV IN SCOPE LIST U WILL find in change layout.

  • Classic Scenario- Service Item custom field transfer from SRM to ECC

    Hello Experts,
    I was looking for a way to transfer custom fields from SRM to ECC(PR/PO) for service items.I am on SRM 7.01 and ECC 6.0 ehp 5.
    The same custom fields are getting transferred for Material item using the BADI BBP_CREATE_BE_RQ_NEW.
    But the same badi doesnt work for service item transfer.
    I would appreciate it if someone could help me with this.
    Regards,
    Cruiser

    You can use the Function Module SPOOL_RQ_CREATE with the parameters as bellow and debug.
    REQNO = SC number
    REQUIS_NUMBER = as Purchase Req no ( from backend )
    IV_BE_LOGSYS = backend logical system.
    System will go through the same path as SC bridging to PR.
    HTH,
    Chandu
    Edited by: Chandrahasan H on Mar 23, 2011 3:36 PM

  • Can an Excel Report with Multivalue Custom field list report on one row per task

    I have a ECF Multi Value field (MVF) at the Task Level and have created a report.  In Excel it wants to add it as a Pivotable, which makes sense and I end up with a row for each MVF.  If a Task has 3 MV selected there are 3 rows returned.
    I want to see if it will return only one row (row per task). 
    Example of Result Required
    PTask name , MVf Value1, MVF Value2, MVF Value 3.
    Build Car             X                                    
    X
    Build Bike            X                     X
    Is it possible?  is there something in my SQL Query I can do or is there something in Excel I can configure?
    Result being Returned
    PTask name , MVf Value1, MVF Value2, MVF Value 3.
    Build Car             X                                    
    Build Car                                                    X
    Build Bike            X                    
    Build Bike                                 X
    SQL Query
    SELECT
    MSP_EpmProject_UserView.ProjectOwnerName,
    MSP_EpmProject_UserView.ProjectName,
    MSP_EpmTask_UserView.TaskName,
    MSP_EpmLookupTable.MemberFullValue AS [Item],
    Iif(MSP_EpmLookupTable.MemberFullValue LIKE 
    '%' + 'CPT' + '%','X','') AS [CPT],
    Iif(MSP_EpmLookupTable.MemberFullValue LIKE 
    '%' + 'TS' + '%','X','') AS [TS],
    Iif(MSP_EpmLookupTable.MemberFullValue LIKE 
    '%' + 'CSAs' + '%','X','') AS [CSAs],
    Iif(MSP_EpmLookupTable.MemberFullValue LIKE 
    '%' + 'EM' + '%','X','') AS [EM],
    Iif(MSP_EpmLookupTable.MemberFullValue LIKE 
    '%' + 'RS' + '%','X','') AS [RS],
    Iif(MSP_EpmLookupTable.MemberFullValue LIKE 
    '%' + 'IS' + '%','X','') AS [IS]
    FROM
    MSP_EpmProject_UserView INNER JOIN
    MSP_EpmTask_UserView ON
    MSP_EpmProject_UserView.ProjectUID = MSP_EpmTask_UserView.ProjectUID
    LEFT OUTER JOIN
    [MSPCFTASK_Service Areas_AssociationView] ON
    MSP_EpmTask_UserView.TaskUID = [MSPCFTASK_Service Areas_AssociationView].EntityUID
    LEFT OUTER JOIN
    MSP_EpmLookupTable ON
    [MSPCFTASK_Service Areas_AssociationView].LookupMemberUID = MSP_EpmLookupTable.MemberUID
    WHERE datalength(MSP_EpmLookupTable.MemberFullValue) > 0
    Andrew Payze

    Hi Andrew,
    I'm not a developer, but I found something in my documentation that could help you. This is a SQL store procedure that returns in an Excel pivot table something like below (GR_test6 being a project and values in the next column being multivalue project ECF
    values).
    SELECT proj.ProjectName,
    lt.MemberFullValue AS 'VLookupField'
    FROM dbo.MSP_EpmProject_UserView AS proj
    LEFT OUTER JOIN [dbo].[MSPCFPRJ_ProjectECF_AssociationView] AS MVassoc -- view for multi value field
    ON proj.ProjectUID = MVassoc.EntityUID
    LEFT OUTER JOIN dbo.MSP_EpmLookupTable AS lt
    ON MVassoc.LookupMemberUID = lt.MemberUID
    order by ProjectName asc
    Hope this helps.
    Guillaume Rouyre - MBA, MCP, MCTS

  • Custom fields not visible in Active subject area for reporting

    Hi all,
    I added a custom field to the object Service Request and I cannot find it under the field listing in Active subject area for building a report. The custom field is of the type integer. Any help is appreciated.
    Thanks in advance

    expand Service Request folder and then expand Service Request Custom Fields folder now the new field should be there

  • Custom fields with the same name in Project Online

    Today I discovered something interesting when creating custom fields in Project Online.
    I usually create a certain set of custom fields that are useful to have on both the project and the task level. An example of these is Reportable, which I use to determine which tasks to roll up into reports and also which projects overall to report on.
    So I created a project level custom field called Reportable. No problem.
    I then created a custom field on the task level called Reportable. And the computer said no!
    I then learned that although you could do this in Project Server 2013, you can't in Project Online. You can't have duplicate custom field names, even if they are of different types.
    This has led me to use a naming standard, such as Reportable Task and Reportable Project. But I really don't like that as codes are for computers, not us humans. So I hope this changes in the future, but for now you just need to think about how you approach
    the fields.
    Good luck!
    Ryan Darby
    National Manager PMO
    www.ipmo.com.au
    www.projectonline.com.au

    Hi Ryan,
    I would follow Ben on this..
    Just made a test on a Project 2013 instance on-premise and I cannot create a task ECF and a project ECF with the same name. The same test on a Online instance returns the same result: the ECF names must be unique whatever the entity is.
    Waiting for Ben's confirmation.
    Hope this helps,
    Guillaume Rouyre, MBA, MVP, P-Seller |

  • Custom fields in ITS ESS

    Hi
    I have couple of custom ESS fields on certain infotypes that need to be displayed in ESS. How do I do this.
    For example my Previous employers IT has three additional fields in the back end, but hwen I try to get these fields to portals via PZ28 service, the custom fields do not appear. Do I need to do any thing specific to get the fields avialable on the ESS.
    Even the Function module 'HR_ESS_PREVEMPERDETAIL_13' that i sused to display these fields does not get the custom fields. I debugged this FM but to no use.
    Appreciate any guidance here
    regards
    Raj

    Hi,
    I assume you must have done Steps 1 - 4, and must have  missed out Step - 5
    Check List
    1) The FM HR_ESS_PREVEMPERDETAIL_13 is found in the Function group : EHA10
    Copy the same to ZEHA10.
    The corresponding function modules are copied to Zxxx.
    2) Add the required fields to the screen (200 for the Detailed; 100 for Overview)
       and the neccesary code handling it.
    You will find the point where you need to add your code while debugging the Std TCode
    Eg:- For save : You can add code to the include LZEHA10F01 Line 416
    ie; After
    if modus eq update_mode.
    perform call_change
                 using p0023      "BAPI call
                old_p0023
                return.
    if return-type ne space.
    3) Save and activate the Function group
    4) Take the TCode in se93. You will find it refering to the Pgm : SAPMPZ28
    Simply copy the TCode to ZPZ28; Keeping the rest of the parameters the same.
    5) Take the Customizing table T77WWW_SC. (In SM30)
    This keeps tracks of all services in ESS
    Select the records for PZ28 (Previous Employer) and Copy the records to ZPZ28 and
    make sure the corresponding Function modules are Zxxx (your FMs).
    This should take care of your Customised approach of handling Previous Employer Service.
    Cheers,
    Remi

  • PS 2013 - Changing the formula in custom field not reflected in the report columns

    Hi, 
    The company where I work have a Sharepoint environment / EPM 2013 with about seven hundred registered projects. 
    We have a customer demand where it is necessary to change the formula of one of the custom fields of the environment. This field is used in some management reports made ​​in Reporting Services and accessed by the entire board. The report uses as a source
    'MSP_EpmProject_UserView' view. 
    The change in formula was simple, but we found that the change will not be reflected in the reports when the user saves the project in Sharepoint or publish the schedule associated with the Project. 
    I believe this is the expected behavior of the EPM, but I wonder if there is some other way than through the PSI, to publish all environmental projects.  
    Best regards,
    Armando Machado Gonçalves - Sharepoint / EPM 2013

    Hello,
    That is expected, it will not update until the project is open and republished. No automatic way to do this without automating project pro. Publishing all projects via the PSI wont cause the plan to recalculate, the plans will need to be opened.
    Paul
    Paul Mather | Twitter |
    http://pwmather.wordpress.com | CPS

  • How can we report off of Test Run Custom Fields in e-Manager?

    I'm trying to create reports within Crystal Reports or via SQL Reporting Services to report on test runs and I want to include data from the test run custom fields I've created. I can not find a correlation to link the test runs and the test run custom fields in the DB. Is this even possible?
    I can see the related custom field data in e-Manager for each run history. I was thinking there should be some sort of table in the DB to link the data but I can not find it.
    Please help
    Thanks

    You cannot get this from the interface. We added SqlServer Management Studio Express and granted read only access to project managers. They found the view dbo.View_Tests useful in that it connected custom fields to the test cases. There are similar views for requirements and test runs.
    Studio Express is found: http://www.microsoft.com/downloads/details.aspx?familyid=C243A5AE-4BD1-4E3D-94B8-5A0F62BF7796&displaylang=en#QuickInfoContainer
    You'll need to get access from your DBA and set up an ODBC connection.
    Here's a sample query that we've used -- probably doesn't fit your situation but it might get you thinking. Part of it was stolen from another posting to QA zone -- so I figured -- might as well share the wealth:
    -- Overall input parameters:
    declare @project as integer;
    set @project = '20'
    declare @iteration as varchar(500);
    set @iteration = 'Iteration 1';
    declare @team as varchar(500);
    set @team = 'SFS';
    -- Data on a particular iteration
    declare @iteration_tests_run as decimal(10,2);
    set @iteration_tests_run = ( select count(*)
                             from dbo.View_Tests A
                             where A.ProjectID = @project
                             and A.Iteration = @iteration
                             and A.Team_test <> 'NULL'
                             and A.LastResult <> 'Not Run');
    declare @iteration_tests_passed as decimal(10,2);
    set @iteration_tests_passed=( select count(*)
                             from dbo.View_Tests A
                             where A.ProjectID = @project
                             and A.Iteration = @iteration
                             and A.Team_test <> 'NULL'
                             and A.LastResult = 'Passed');
    declare @iteration_any_results as decimal(10,2);
    set @iteration_any_results=( select count(*)
              from dbo.View_Tests A
              where A.ProjectID = @project
              and A.Team_test <> 'NULL');
    -- Data on a particular team's tests for a particular iteration
    declare @team_tests_run_by_iteration as decimal(10,2);
    set @team_tests_run_by_iteration = (
    select count(*)
                             from dbo.View_Tests A
                             where A.ProjectID = @project
                             and A.Team_test = @team
                             and A.Iteration = @iteration
                             and A.LastResult <> 'Not Run');
    declare @team_tests_passed_by_iteration as decimal(10,2);
    set @team_tests_passed_by_iteration = (
                             select count(*)
                             from dbo.View_Tests A
                             where A.ProjectID = @project
                             and A.Iteration = @iteration
                             and A.Team_test = @team
                             and A.LastResult = 'Passed');
    declare @team_tests_any_results_by_iteration as decimal(10,2);
    set @team_tests_any_results_by_iteration = (
    select count(*)
                             from dbo.View_Tests A
                             where A.ProjectID = @project
    and A.iteration = @iteration
                             and A.Team_test = @team );
    -- Progress in completion and success of tests in a particular iteration
    select (@iteration_tests_run / @iteration_any_results ) * 100 as Iteration_1_percent_complete;
    select (@iteration_tests_passed / @iteration_tests_run ) * 100 as Iteration_1_percent_success;
    -- Progress in completion and success of tests for a particular test team in a particular iteration
    select (@team_tests_run_by_iteration / @team_tests_any_results_by_iteration ) * 100 as SFS_percent_complete_Iteration_1;
    select (@team_tests_passed_by_iteration / @team_tests_run_by_iteration ) * 100 as SFS_percent_success_Iteration_1;

  • Custom field's text not getting displayed in standard report

    Hi All,
    I have a requirement like this .
    There is a Custom field which we have added in a standard FICO report ie S_PL0_86000030 ( G/L Account - Balances ).
    The custom field is added through a report painter , while seeing the config of report painter the custom field is showing the selection text , but when we run this transaction S_PL0_86000030 , the technical name of that field appears in the selection screen .
    For example if the field is ' matnr'  then we give the text as 'Material Number' . Then in the screen this field is getting displayed as Matnr instead of Material Number.
    Please suggest me on this.
    Thanks,
    Sumit

    In transaction GRR2
    Insert->
    selection parameters ->
    take the variable type as >Tesxt varaible for selection parameter
    chosse >material no.
    hope ths helps
    Bhanu

  • Creating a new project with custom fields using web services

    I've been trying unsuccessfully for the last week or so to successfully create a new project from web services and I believe the main problem that I've been running into is that one of the required fields is a custom field. I've tried creating the Project
    in a couple of different ways and haven't had any success up to this point, so any help would be appreciated. I've tried creating it with both a REST call to /_api/ProjectServer/Projects and a SOAP call to /_vti_bin/PSI/Project.asmx. Below are the best shots
    I've made at the two different calls with the errors I received. If anyone has any leads on the best way to do this the help would be appreciated!
    REST POST /_api/ProjectServer/Projects
    'odata.type' : 'PS.PublishedProject',
    'Name' : 'OData Name',
    'Custom_9d77d62aa92e4d40adc8446c90eb7456' : "O&M"
    Response
    error: {
    code: "11713, Microsoft.ProjectServer.PJClientCallableException"
    message: {
    lang: "en-US"
    value: "PJClientCallableException: CustomFieldRequiredValueNotProvided CustomFieldRequiredValueNotProvided mdpropuid = 9d77d62a-a92e-4d40-adc8-446c90eb7456"
    SOAP POST /_vti_bin/PSI/Project.asmx
    <?xml version="1.0" encoding="UTF-8"?>
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:proj="http://schemas.microsoft.com/office/project/server/webservices/Project/" xmlns:projds="http://schemas.microsoft.com/office/project/server/webservices/ProjectDataSet/">
    <soapenv:Header />
    <soapenv:Body>
    <proj:QueueCreateProject>
    <proj:dataset>
    <ProjectDataSet xmlns="http://schemas.microsoft.com/office/project/server/webservices/ProjectDataSet/">
    <Project>
    <PROJ_UID>e1c2d38b-1529-4128-b707-42a94045e55b</PROJ_UID>
    <PROJ_NAME>Proj Dept Test 2</PROJ_NAME>
    <PROJ_TYPE>0</PROJ_TYPE>
    </Project>
    <ProjectCustomFields>
    <CUSTOM_FIELD_UID>4802a711-62a0-4f84-8e08-c7d22daadb5b</CUSTOM_FIELD_UID>
    <PROJ_UID>e1c2d38b-1529-4128-b707-42a94045e55b</PROJ_UID>
    <MD_PROP_UID>9d77d62a-a92e-4d40-adc8-446c90eb7456</MD_PROP_UID>
    <FIELD_TYPE_ENUM>21</FIELD_TYPE_ENUM>
    <CODE_VALUE>a47930d6-b89d-4f3a-b4e3-522015fe82a1</CODE_VALUE>
    </ProjectCustomFields>
    </ProjectDataSet>
    </proj:dataset>
    <proj:validateOnly>true</proj:validateOnly>
    </proj:QueueCreateProject>
    </soapenv:Body>
    </soapenv:Envelope>
    Response
    <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Body>
    <s:Fault>
    <faultcode>s:Server</faultcode>
    <faultstring xml:lang="en-US">ProjectServerError(s) LastError=GeneralUnhandledException Instructions: Pass this into PSClientError constructor to access all error information</faultstring>
    <detail>
    <errinfo>
    <general>
    <class name="General Unhandled Exception in _Project.QueueCreateProject_">
    <error id="42" name="GeneralUnhandledException" uid="184feeaf-906a-e411-9b2a-00155d388b02" Exception="System.Data.StrongTypingException: The value for column 'PROJ_TYPE' in table 'Project' is DBNull. ---> System.InvalidCastException: Specified cast is not valid.
    at Microsoft.Office.Project.Server.Schema.ProjectDataSet.ProjectRow.get_PROJ_TYPE()
    --- End of inner exception stack trace ---
    at Microsoft.Office.Project.Server.Schema.ProjectDataSet.ProjectRow.get_PROJ_TYPE()
    at Microsoft.Office.Project.Server.BusinessLayer.Project.FixupProjectType(ProjectDataSet projDS)
    at Microsoft.Office.Project.Server.BusinessLayer.Project.QueueCreateProject(Guid jobUid, ProjectDataSet dataset, Boolean validateOnly)
    at Microsoft.Office.Project.Server.Wcf.Implementation.ProjectImpl.&lt;>c__DisplayClasse.&lt;QueueCreateProject>b__d()
    at Microsoft.Office.Project.Server.Wcf.Implementation.WcfMethodInvocation.InvokeBusinessObjectMethod(String businessObjectName, String methodName, IEnumerable`1 actions)"/>
    </class>
    </general>
    </errinfo>
    </detail>
    </s:Fault>
    </s:Body>
    </s:Envelope>

    Julie,
    You can create the fields that are project specifc & you can create fields that apply to all projects but have specific options for projects. Your goal is to create fields that are specific to each project, but right now you get all fields from you old project - is this correct?
    From your description below it appears that the fields in your original project are marked as applied to all projects & hence when you create a new project they are inherited. If you mark those fields as applied to certain project & then create a new project those fields will not be inherited.
    But you are right in the sense that it is limiting that there is no multi-select for "applies to" field.

  • MB5B report missing custom fields in background execution

    Hi,
    I have added few fields in MB5B transaction, when I run transaction in foreground the new fields I am getting in the report output but when I run report in foreground I am not getting custom fields in the spool.
    Please let me know why I am not getting custom fields, any advice.
    Thanks,
    mahahe

    Did you save the changed layout and used that on the selection screen while running in background?

Maybe you are looking for

  • Account limitations

    Okay so here is my story. A couple months ago I needed a paypal account so my mom created one. She put down my name but used her age so it was already confusing and kinda messed up. I was unaware that she put that in and one day I needed to transfer

  • Problem with SQL to create a temp table to evaluate sort merge join

    Can anyone help me with the below sql to enable the performance of the use merge join to be evaluated. This sql is placed in a file and ran from the prompt. timing start CREATE table testsql as SELECT /*+ USE_MERGE(t1000 t8000)*/ t1000, t8000 FROM t1

  • DYNAMIC_CALL_FAILURE - ABAP Proxy Inbound

    I have the following error when I try to test a proxy interface with the data coming into ECC 5.0 System. <b><?xml version="1.0" encoding="UTF-8" standalone="yes" ?> - <!--  Call Inbound Proxy   --> - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Messag

  • Supplier relationship profile problem

    Hi friends, I have been trying to set a supplier relationship profile but it just does not seem to be happening. Will describe what I have done. Will you please help me figure out what I am missing? Step 1: BS02    0000 Sample 1 0001 Model  (Ticked)

  • Bam_server1 won't start

    I have installed 11gR1 on a Solaris 9 server with jdk1.6.0_14. Enterprise Manager is available, Adminstration server starts fine, the node manager starts fine and the weblogic server starts fine (/appl/oracle/middleware/user_projects/domains/base_dom