Custom Fields in Incident form - how to report on ?

I added a site field and a line of business filed to the incident form.  The fields are not showing up in the DW to be reported on it seems, named the MP Incident Customer ..   How do I get these fields to show ..

The management pack must be sealed in order to get the extended field to synchronize to the data warehouse.
www.zgc.se - Sysadmin blog.

Similar Messages

  • I added a custom field into my form in BC but it wont render.

    I added a custom field into my form on BC but I cannot get it to show up whhen I preview it. Does anyone know why this is happening?

    Check out this http://ellenmemorialhcc.businesscatalyst.com/contact-us.html  In this site I am just trying to add a 4 checkboxes. I have tried previewing it and everything and it will not make the changes. How do i get these checkboxes to show up on my site. I found where in business catalyst to access them and I enabled those features in BC but i cannot figure out how to get this to show up live on my business catalyst site.

  • How to Bring "Division" field into PCA form to create Report?

    Hi,
    I need to create Balance sheet reports -Division wise in profit center accounting.Kindly advise me how to bring Division field in to FORM of PCA.Once i get the Division field in to FORM of PCA then i can full fill the requirement.
    Kindly advise me as i am not able to bring it either through Key figures or Characterstics.how do i bring into KE84 form
    Please help me
    Supriya

    Hello,
    I do not think division wise balance sheet is possible.
    Regards,
    Ravi

  • Fill CRMD_CUSTOMER_H with customer field from Incident Management (SolMan)

    Hello,
    I have an issue:
    Customer is working with Incident Management (Solution Manager), and they have created custom field ZZFLD000003 to save the additional time for incident solving.
    Please see attached pictures.
    They have explained me, that they need to save values from ZZFLD000003 to CRMD_CUSTOMER_H table, but values are not moved to database table.
    For solution they created custom FM zai_crm_im_incident_create_rfc, the copy of standard and they need to extend it to solve issue above.
    I am really beginner in ABAP, can you please help me? Source code for your info is below.
    Many thans in advance!
    Dimitrij
    function zai_crm_im_incident_create_rfc.
    *"*"Local Interface:
    *"  IMPORTING
    *"    VALUE(IV_PROC_TYPE) TYPE  CRMT_PROCESS_TYPE OPTIONAL
    *"    VALUE(IV_SHORT_TEXT) TYPE  CRMT_PROCESS_DESCRIPTION
    *"    VALUE(IV_PRIORITY) TYPE  CRMT_PRIORITY
    *"    VALUE(IV_CATEGORY) TYPE  CRMT_ACTIVITY_CATEGORY
    *"    VALUE(IV_SUBJECT_PROFILE) TYPE  CRMT_SUBJECT_PROFILE
    *"    VALUE(IV_CATALOG) TYPE  CRMT_SRV_SUBJECT_EXT
    *"    VALUE(IV_PRODUCT_ID) TYPE  COMT_PRODUCT_ID OPTIONAL
    *"    VALUE(IV_IBASE) TYPE  IB_IBASE OPTIONAL
    *"    VALUE(IV_IBASE_INSTANCE) TYPE  IB_INSTANCE OPTIONAL
    *"    VALUE(IT_PARTNERS) TYPE  CRMT_PARTNER_COMT OPTIONAL
    *"    VALUE(IT_TEXTS) TYPE  CRMT_TEXT_COMT OPTIONAL
    *"    VALUE(IV_SAP_DATA) TYPE  AIC_S_SAP_ATTR
    *"    VALUE(IV_BPM_INFO) TYPE  AIC_S_BPM
    *"    VALUE(IT_APPX_HEADER) TYPE  ZSML_APPX_HEADER
    *"    VALUE(IT_APPX_DATA) TYPE  BCSY_TEXT
    *"    VALUE(IT_APPX_DATA_BIN) TYPE  SOLIX_TAB
    *"    VALUE(IT_SAP_NOTES) TYPE  AIC_T_SAP_NOTES_T
    *"    VALUE(IV_EXEC_BADI) TYPE  FLAG DEFAULT 'X'
    *"    VALUE(IV_UNLOCK) TYPE  CRMT_BOOLEAN DEFAULT SPACE
    *"    VALUE(IV_PERTNERS_RFC) TYPE  ZSML_PARTNERS_CRM OPTIONAL
    *"  EXPORTING
    *"    VALUE(ET_MSG) TYPE  /TMWFLOW/MO_TT_MSG
    *"    VALUE(ES_ERROR_OCCURRED) TYPE  FLAG
    *"    VALUE(ES_ID_CREATED) TYPE  CRMT_RETURN_OBJECTS_STRUC
      data : ls_partner type zsms_partners_crm,
            ls_partner_in type crmt_partner_com.
      if iv_pertners_rfc[] is not initial .
        loop at iv_pertners_rfc into ls_partner.
          clear ls_partner_in.
          ls_partner_in-ref_guid = ls_partner-ref_guid.
          ls_partner_in-partner_fct = ls_partner-partner_fct.
          ls_partner_in-partner_no  = ls_partner-partner_no.
          ls_partner_in-no_type    = ls_partner-no_type.
          append ls_partner_in to it_partners.
        endloop.
      endif.
      call function 'AI_CRM_IM_INCIDENT_CREATE'
        exporting
          iv_proc_type      = iv_proc_type
          iv_short_text      = iv_short_text
          iv_priority        = iv_priority
          iv_category        = iv_category
          iv_subject_profile = iv_subject_profile
          iv_catalog        = iv_catalog
          iv_product_id      = iv_product_id
          iv_ibase          = iv_ibase
          iv_ibase_instance  = iv_ibase_instance
          it_partners        = it_partners
          it_texts          = it_texts
          iv_sap_data        = iv_sap_data
          iv_bpm_info        = iv_bpm_info
          it_appx_header    = it_appx_header
          it_appx_data      = it_appx_data
          it_appx_data_bin  = it_appx_data_bin
          it_sap_notes      = it_sap_notes
          iv_exec_badi      = iv_exec_badi
          iv_unlock          = iv_unlock
        importing
          et_msg            = et_msg
          es_error_occurred  = es_error_occurred
          es_id_created      = es_id_created.
    endfunction.

    Hi,
    I meet the same issue, but my error message is different from yours.
    My message shows as following:
    Transaction could not be sent to SAP. See long text for detail.
    Action could not be successfully executed.
    This is what I have met at last step to confirm this message and I have no idea how to solve this issue.
    I create new incident for this issue, but I don't get any useful information back.
    They said the customer I test doesn't renew its MA, but I tried another one who has purchased new MA for his/her products to test.
    Yet, we got the same error as well.
    I also seek assistant at 3rd party, but they have no idea about this issue.
    We even restore system to one month ago when the incident was sent to SAP successfully.
    It doesn't work either.
    Hope i have assistant from someone who can fix this issue.
    Thanks

  • Adding Custom Fields in Standard View - How to save data to Table

    Dear Experts,
    One View is having UI elements from a standard table /RPM/ITEM_D. Added 2 custom fields in this table using enhacement. Now enhanced that standard View and added these 2 custom fields. When I am saving the application, these 2 fields values aslo should be saved. In the context all fields are present from table /RPM/ITEM_D except the custom one. Can you please help me out how to acheive this.
    Thanks and Regards
    Sumesh

    Hi Sumesh,
    What you need to do is :
    1) add these two new fields in the same context node where the field from table /RPM/ITEM_D are added.
    2) in your UI , bind values to these new attributes.
    If current application is using and BAPI / Class method to update the table ,
    this new fields will also be passed to that bapi and will update table.
    Regards,
    Ashish Shah

  • Custom fields against SFC and standard ME reports

    Hello All,
    We are using Custom fields against SFC to store additional informations in the system. It's done through XML message "Quick complete". I know it's working and that the data are well created in the custom_fields table, but I don't find any SFC standard reports which could show me this informations ?
    IS there any useful reports in ME for that ?
    <PRODUCTION_REQUEST>
    <COMPLETE>
    <SFC_LIST>
    <SFC>
      <SITE>SISL</SITE>
      <SHOP_ORDER>11200000005164</SHOP_ORDER>
      <ITEM>550342</ITEM>
      <REVISION>A</REVISION>
      <ACTIVITY>PRODUCTION_COUNT</ACTIVITY>
      <ID>PAL23051102</ID>
      <RESOURCE>STK_WC</RESOURCE>
      <OPERATION>STK</OPERATION>
      <USER>NEIA498</USER>
      <QTY>10</QTY>
      <QUICK_COMPLETE>true</QUICK_COMPLETE>
      <DATE_STARTED>2011-05-23T10:51:20.000Z</DATE_STARTED>
      <SFC_CUSTOM_FIELDS>
      <FINISHED_TIRE_CODE>SL-FT00060</FINISHED_TIRE_CODE>
      </SFC_CUSTOM_FIELDS>
      </SFC>
    </SFC_LIST>
    </COMPLETE>
    </PRODUCTION_REQUEST>

    Thanks Sergiy,
    As we are not using ME PODS, the only way for us would be to built our own reports and read custom_fields table
    Regards,
    Michaël.

  • Unnamed fields in a form: how to reference them in a dataset

    Hi all,
    I am trying to programmatically fill out an XFA form. The form contains a table in which rows can be added dynamically. This is what the relevant template segment (in a simplified form) looks like:
                   <subform name="page6">
                         <subform name="headerSF">
                              <field name="TextField13">
                              <field name="TextField15">
                              <field name="TextField14">
                         <subform name="Table1">
                              <subform name="HeaderRow">
                                   <field>
                              <subform name="Row1">
                                   <subform name="buttons">
                                        <field name="addRow">
                                        <field name="DeleteRow">
                                        <field name="moveUp">
                                        <field name="moveDown">
                                   <field>
                                   <field name="quantity">
                                   <field name="unitPrice">
                                   <field>
                                   <field>
                                   <field>
                                   <field>
                                   <field>
                                   <field>
                                   <field>
                                   <field>
                                   <field>
    As you can see, quantity and unitPrice are named, but the other fields in the table row are not.
    So, I can easily specify the quantity and unitPrice via the following dataset XML:
    <page6>
              <headerSF>
                        <TextField13/>
                        <TextField15/>
                        <TextField14/>
              </headerSF>
              <Table1>
                        <HeaderRow xfa:dataNode="dataGroup"/>
                        <Row1>
                                  <buttons xfa:dataNode="dataGroup"/>
                                  <quantity>12</quantity>
                                  <unitPrice>3242.11</unitPrice>
                        </Row1>
    but how do I specify the other, unnamed, fields for the table row?
    Thanks a lot in advance.
    -- DC Dweller

    Hi,
    the data of the unnamed fields won't get saved in the data DOM, because of the missing namings.
    You can easily check how the data DOM looks like.
    Add a text field with this script in it's calculate event to show the data DOM's structure.
    var dump = xfa.data.saveXML("pretty");
    this.rawValue = dump;
    You'll see something like:
    <?xml version="1.0" encoding="UTF-8"?>
    <xfa:data xmlns:xfa="http://www.xfa.org/schema/xfa-data/1.0/">
       <Form1>
          <Table1>
             <Row1>
                <quantity/>
                <unitPrice/>
             </Row1>
          </Table1>
       </Form1>
    </xfa:data>

  • Add a custom field in IH01 and IH03 standard report selection screen

    Hi All,
    I tried to find any implicit enhancement to achieve but am unable to find any. My requirement is to add a check box at Explosion block in the standard selection screen of IH01 and IH03 report. Please help me with enhancement options available to achieve this requirement.
    Thanks in Advance.
    Thanks,
    Manesh.R

    Hi Manesh,
    I see the below implicit enhancment point provided at the end of report program.
    I think we can mention our custom code here, but I doubt whether we can edit or add fields to the standard selction screen block created.
    Please try this and share the results with us so that you also would be adding knowledge to others.
    I have attached the screen shot at which I am talking about the implicit enhancement.
    please let us know in case of any concerns.
    Thanks,
    Bhaskar

  • Adding custom fields to standard Asset Accounting  ALV reports

    Hello,
    I have recently added some fields to the Asset Master table ANLU using the customizing include CI_ANLU.  I have also added some fields using an append structure to ANLZ.  I now need to have these fields available in the standard reports for Asset Accounting.  One example is the report generated for transaction S_ALR_87011963.  I need the new fields available in the 'Displayed Columns' list when clicking the Change Layout icon.  Any suggestions?
    Thanks,
    JR

    Hi Vignesh,
    Adding new fields is not possible, but custom subscreens can be added.
    Check enhancements QQMA0001 (subscreen for notification header) and QQMA0008 (subscreen for additional data).
    It might help you.
    Thanks & Regards,
    Swati

  • 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

  • Custom fields in critical path report of project server 2013

    Hi All
    I want to create critical path report for the completed path projects.As client would like to know at which stage they are at the time of particular duration.
    They want the milestones to be shown in that.
    I need custom fields to be shown in that report.
    Request you all to tell me the solution how to get custom fields and to work on this.
    Please guide me on this ASAP.Very emergency.......
    Thanks in Advance
    Souji
    Sowjanya G

    Hi Souji,
    First we would need to know more about the report. Which one are you talking about? Is it the critical task from the "in progress" link in the report tab?
    If it is, after editing the report, you can in the right panel select any enterprise or local task custom fields:
    Here is a link for customizing Project 2013 reports:
    http://office.microsoft.com/en-ca/project-help/create-a-project-report-HA102829149.aspx
    Hope this helps.
    Guillaume Rouyre - MBA, MCP, MCTS

  • How to copy text from Excel to a text field in the form?

    Hi All,
    I want to copy a text from Excel or Word file and paste it in a text field in the form, How?
    I tried to use ctrl+c for copy and ctrl+v for paste but it doesn't work!

    hi, i've seen this problem before but can't remember what the solution was...
    but just by searching on this forum resulted in this link
    Re: Copy and Paste
    hope it helps

  • How can I default Product name in a custom field in SR

    While creating a Service Request, I am trying to save the Product name in a custom field using defaulting options. For some reason it is not working, when i tried product id, it works!! I am trying to pass [<Product>] to that custom field. Any suggestions how I get the product name?

    Arvindh, this is indeed a join field problem. Product is joined to SR through Product Id. Unless the product id exists, the SR has no knowledge of any other fields of that product record. We are aware of this issue and we are investigating a solution.

  • 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 |

  • In PWA, can I use a "Site Column" as "Custom Field" or vise versa?

    Hello,
    I am using PS 2013; I was wondering how/where "Custom Fields" are created? How there are related to the Site Column?
    Can I create a site column and use it as a Custom Field? 
    Hope my question is clear ^_^

    Hello,
    As Guillaume has mention, there is no link between SharePoint site columns and Project Server custom fields, they are different entities used for different parts of the system. Site Columns are a SharePoint setting that can be used in the lists / libraries
    on the SharePoint sites. Project Server custom fields are used by Project Server and not SharePoint. Project Server custom fields are created via the PWA > PWA Settings > Enterprise Custom Fields and Lookup Tables page. You can see a post
    here on creating Project custom fields in the second half of this post:
    http://pwmather.wordpress.com/2014/01/17/getting-started-with-projectonline-part-2-ps2013-office365-project-ppm-sharepointonline-pm/
    Scroll down to the section starting with: "Before we look at creating custom fields lets have an overview.." for details on custom fields.
    You can also create Project Server custom fields and lookup tables programmatically using the PSI / CSOM / JSOM if needed.
    There are ways in which you can "sync" SharePoint columns with Project Server custom fields but this is not out of the box. You would need to look at developing your own solution or look for a 3rd party solution. Fluent Pro have a solution to sync
    Look up tables with other sources such as a SharePoint list, see the Lookup Manager here:
    http://www.fluentpro.com/project-server/other-products/products-for-project-server-2013/
    If you just want Project Server data / fields to be available as a option for a list item on a SharePoint list, look at using the BCS, an example can be seen here:
    http://blogs.catapultsystems.com/epm/archive/2010/11/02/adding-project-server-data-as-columns-to-sharepoint-sites.aspx
    Hope that helps
    Paul
    Paul Mather | Twitter |
    http://pwmather.wordpress.com | CPS |
    MVP | Downloads

Maybe you are looking for

  • ENVY 17-j053ea recovery attempt failed

    Hi, I have a HP ENVY 17-j053ea which I had to purchase recovery discs for. I used the recovery discs several times following different instructions and using different BIOS settings, and have been in 3 different chats with HP but I am still getting a

  • Strange file sharing issue - need guru!

    I know how file sharing works.  This isn't a basic problem. I have a volume with a folder containing music files that I want to share to a Windows 7 PC.  I turned on sharing and it worked just fine, EXCEPT that I couldn't set the permissions to read

  • C6-00 What version of Nokia PC Suite

    I went to download Nokia PC Suite (NOT Ovi version) but can see C6-00 in compatibility list. Is there a different phone I can select to make sure that the file I download is compatible with C6-00?

  • What is make/model of modem currently used for telstra ultimate super boost cable internet

    They have two models of modem for Cable 3.0 Internet currently, the CG3100 and the C6300BD, the CG3100 is the standard gateway, the C6300BD is the Max or the premium model. Both are capable with the Super Faster Speed Boost and able to provide speed

  • Sharing Custom Patches to an iOS Device

    Hello,     I have created a few custom patches in Garage Band ( iMac, Mavericks ) I want to use these patches in GB on my iPad ( Air iOS 7). I tried doing it by using the File Sharing section in iTunes but that didn't work, is there a way to do this.