In Infoprovider DSO no query fields available ( 0PM_DS02_Q0001  )

Hi,
I have a problem in Quality Managemenr (QM) module query called ( Mean Time To Repair (MTTR) and Mean Time Between Repair  ) 0PM_DS02_Q0001   and this query 0PM_DS02 which loads the data from 0PM_DS01 data mart. in the query key figures are
MTTR (days),
MTBR (days) ,
MTTR (h),
MTBR (h)  ,
no.of outages,
tot. no of notifications,
actual outage time(h) ,
effective time between outages(h)
Except tot. no of notifications field  no other filed is available in 0PM_DS02 DSO.
without the fields no report executed, and saying no pplicable data found in the report.
please advice and resolve the issue
thanks,
sapsdn

Hi Vikram:
  Some questions for you:
- Did you apply any SAP Note to try to solve this issue?
- Is the DataFlow that writes data to the 0PM_DSO2 DSO in version 3.5 or you migrated it to 7.0?
- What are the Key Fields both on 0PM_DS01 and 0PM_DS02 DSOs?
- How many records does the 0PM_DS01 DSO have?
- On the Dataflow that goes to 0PM_DS01 is the field ROCANCEL mapped both to the 0STORNO and 0RECORDMODE InfoObjects?
- What happens when you try to load data to the 0PM_DSO2 DSO? Do you get an error message? Does the 0PM_DS02 DSO remains empty or some records are loaded to it?
- Did you enhance the DataSource or added some InfoObjects to 0PM_DS01 or 0PM DSOs?
Regards,
Francisco Milán.
P.S. Please note that the required logic for the Key Fields on 0PM_DS02 is available on the Start Routine.

Similar Messages

  • Ad-Hoc Query Field using HR_99S_INTERVAL_BETWEEN_DATES function module

    I have created an additional field in Sq02 to calculate years between two dates and am using function module HR_99S_INTERVAL_BETWEEN_DATES.
    There are no syntax erros but when I run a query in Sq01 and output the field it doesn't calculate instead gives "00000" output.
    The field Code in the additional field
    Clear ZHR_SERVICEYRS.
    DATA: V_MONTHS TYPE  i.
    DATA: V_YEARS TYPE  i.
    DATA: V_MONTHS1 TYPE  char20.
    DATA: V_YEARS1 TYPE  char20.
    CALL FUNCTION 'HR_99S_INTERVAL_BETWEEN_DATES'
      EXPORTING
       BEGDA           = P0002-GBDAT
       ENDDA           = Sy-Datum
      TAB_MODE        = ' '
    IMPORTING
      DAYS            =
      C_WEEKS         =
       C_MONTHS        = V_MONTHS
       C_YEARS         = V_YEARS
      WEEKS           =
      MONTHS          =
      YEARS           =
      D_MONTHS        =
      MONTH_TAB       =
    V_MONTHS1 = V_MONTHS.
    V_YEARS1 =  V_YEARS.
    CONCATENATE V_YEARS1  '.'  V_MONTHS1 INTO ZHR_SERVICEYRS.
    condense ZHR_SERVICEYRS.
    has anybody had similar problems! Help Appreciated!

    Hi Anuj,
    Yes, you use Transaction Code SQ02.  Find your infoset on the list - if you want to create a new infoset you can do so.  If it is an existing infoset, select it and Change.  On the next screen you will see all the infotypes in that infoset on the left.  The fields available for Ad Hoc are on the right.  Open the infotype table on the left and the field group on the right.  If the field is not included in the field group all you have to do is drag and drop from the list on the left to the correct field group.  If the infotype is not already in your infoset, select Edit --> Change Infotype Selection from the top menu bar.  Place a check in the new infotype and then return and do the drag and drop if necessary.  You will find the basic fields already moved to the field group. 
    You say you want information from IT0008-Basic Pay and IT1005-Planned Compensation.  Problem is that if you use the standard HR logical data base, there is no link directly between a person and IT1005.  IT1005 is assigned to a Position or a Job.  If it is assigned to a Position, you can select the "Change Infotype Selection" action and ago to the bottom of the list to Related Objects.  Here select Position and open that to find the IT1005.  If the IT1005 is tied to the Job, there is no direct link. Thus, if it does not already exist, you will need to create an infoset based on the PCH logical database and object Position.  Now you can link that Position to "Holder"-Person and "Described by"-Job.  Again, select the infotypes and fields you want and you will be able to obtain your information via Ad Hoc Query based on that infoset.
    Paul

  • How to achieve  Structures in InfoProvider area in Query Designer?

    Hi,
    How to achieve  Structures in InfoProvider area in Query Designer? When I was observing some standard Queries, I observed Structure( With KF and Without KF ) along with KeyFigures & Dimensions in Infoprovider area. I was wondered about , how it was possible? Can anyone clarify regarding this issue? I am suppose to creta some queries for HR reorts........
    Regards,
    Suman

    Hi Suman,
    Structures are two types, one is local and other is Global.
    Structures that you have seen at Infoprovider level are Global, those we can use for any query developed on Infoprovider.
    Local structures cannot be used for other queries, those are local to that query only.
    Structures we can define at Rows and Column levels. We can define for Characteristics and Keyfigures also.
    To define a strucure, Right click on Rows/Columns area and say New Structure and add the fields you required so that query is defined as Local, If we want to make that strucure as Global-- then Right click on the Strucure and say Save as and Save it with proper description and technical name, then that structure will become Global Structure and it appears in the Infoprovider level.
    Remember we can a maximum of Two Strucures for a Query, there is no limitatiion to define the number of Global structures  at Infoprovider level.
    Hope this helps.
    Veerendra.

  • Field Available in result, not in search

    Hi,
    In my requirement, there is a field available in result, but not in search criteria.
    Hence:
    1. I appended the Zfield in the BOL structure of the search.
    2. Got the DDLB value in GET_V_ZFIELD.
    3. Displayed the field in config.
    4. Wrote the following code in EH_ONSEARCH.
    But it did not give the result with the ZFIELD search criteria, rather results all types. I checked in dquery_definition, the search parameter/criteria is available. Please suggest how to proceed.
    method eh_onsearch.
      data: lr_query_service    type ref to cl_crm_bol_dquery_service.
      data: lr_qs         type ref to cl_crm_bol_dquery_service,
            lr_col_params type ref to if_bol_bo_col,
            lr_entity     type ref to if_bol_bo_property_access,
            lr_qs_col type ref to if_bol_bo_col,
            lr_attr   type ref to if_bol_bo_property_access,
            ls_attribute type genilt_selection_parameter,
            lv_low type string.
      field-symbols:<fs_result> type crms_thtmlb_search_field_info,
                    <ft_ddlb> type  crmt_thtmlb_search_ddlb_nvp.
      lr_qs ?= me->typed_context->XXXXX->collection_wrapper->get_current( ).
      if lr_qs is bound.
        lr_col_params = lr_qs->get_selection_params( ).
      endif.
      if lr_col_params is bound.
        lr_entity = lr_col_params->get_first( ).
        while  lr_entity is bound.
        call method lr_entity->get_properties
          importing
            es_attributes = ls_attribute.
        if ls_attribute-attr_name = 'ZFIELD.
          lv_low = ls_attribute-low.
       if lr_window is bound and lr_window->gv_vr_set = abap_false.
        if lv_low is not initial.
          lr_qs->add_selection_param(
                                     iv_attr_name = 'ZFIELD'
                                     iv_sign      = 'I'
                                     iv_option    = 'NE'
                                     iv_low       =  lv_low ).
          super->eh_onsearch( htmlb_event = htmlb_event
                              htmlb_event_ex = htmlb_event_ex ).
        endif.
        endif.
    *Remove the just added entity from search parameter list so that it does not appear on UI.
          try.
              if lr_entity->get_property_as_string( iv_attr_name = 'ATTR_NAME' )  eq 'ZFIELD' . "#EC NOTEXT
                if lr_entity->get_property_as_string( iv_attr_name = 'LOW') eq lv_low. "#EC NOTEXT
                  lr_col_params->remove( lr_entity ).
                  exit.
                endif.
              endif.
            catch cx_sy_conversion_error cx_root .
          endtry.
          lr_entity = lr_col_params->get_next( ).
        endwhile.
      endif.
    *Build the Parameter table again.
      me->typed_context->XXXX->build_parameter_tab( ).
    endmethod.

    Please check this blog; the necessary steps are explained in detail.
    /people/tuncer.gorgun3/blog/2010/06/21/enhancing-standard-activity-bol-query-with-related-fields
    Regards
    Kathirvel

  • INFOPROVIDER SELECTION ON QUERY

    HI Guys!!
    Hey, on BI 7.0 i have a problem to select the infoprovider in a query. i have several infocubes with data from each month e.g. the cube Z0309 has data from March 2009, the cube Z0409 has data from april 2009 etc. all these cubes are in a multiprovider where i take the data for the query, the problem here is: how can i select the InfoCube  of the month of the query selection using the entry fields month and year?
    i apreciate your help
    thanx and regards

    Hi there,
    You use InfoProvider in the filter of the query for example.
    You create a variable over that Characteristic user exit not ready for input.
    Then in transaction CMOD you build the code for that user exit something like this (pseudo-code):
    data: month_year(4) type C.
    WHEN 'INFO_PROV_VAR'.
    if i_step = 2.
       loop at var_ranges where var = 'var_for_month' into local_var_range.
          concatenate 'Z'  local_var_range-low into month_year.
       endloop.
       loop at var_ranges where var = 'var_for_year' into local_var_range.
          concatenate month_year local_var_range-low+2(2) into month_year.
       endloop.
      append month_year to e_t_range.
    ENDIF.
    Diogo.

  • User Comment field available for reporting?

    User Comment field available for reporting?
    When doing custom reporting against requests with reportable dictionaries we have a user request to also include the user comments.  How do I reference / point to the comments field for a request?

    If you are referring to the comments which are added in the Comments and History section of a requisition, this information is not migrated to the datamart and is not reportable.
    If, on the other hand, you are referring to a comments field that you have included in a dictionary on the service form, that information will be available in the datamart so long as that dictionary has been made reportable.

  • System and Query field disable in Data Manager for Netweaver BI

    Dear All.
    i have installed Xcelsius Engage Server 2008, when i try to add connection for SAP Netweaver BI from the Data Manager the dialog appears correctly but in Defination TAB only the Name field is enable both System and Query field is disable.
    without that how can i configure the connection please let me know how to fix this issue.
    Kind regards,

    Hi,
    You give the name of the connection and then click on "Browse".  It will then prompt you to connect to the desired system.  Log in and then select the appropriate query you want to build a dashboard on.
    Hope this helps.
    Regards,
    RashmiG

  • How to find out the public methods and public fields available

    Hi,
    I have a dll for which to use it, i need to know the methods and the fields available for public use. Is there anyway to find out that information using any tool. I dont have any literature about the dll. Only have that dll.
    Thanks in advance,
    -Madhuri.

    You can find an article about creating the methods on the Microsoft Developement Network call "How to Create 32-bit Import Libraries Without .OBJs or Source"
    However that is only part of the problem.
    Consider if you find that the dll has a function like this:
    InitApplication(char*, int, char, long);
    What do you put in for each of those parameters? The only way I know to do that it to use a debugger and step through the assembler code figuring it out as you go. Alternatively you buy or find a disassembler - C code would probably be easier to figure out.
    I would also seriously suggest finding some different lists/news groups than this one. The topic has nothing to do with java. So you are likely to get better help somewhere that is more specific - like one of the MS lists.

  • CR on BW Query : Query fields not displayed properly

    Hi Experts,
    I am using Crystal reports 2008 with SAP Integration Kit for BO Enterprise XI 3.0
    I want to create a CR based on SAP BI 7.0 Query. But I add BI query as a datasource from SAP BW Query, it doesn't bring in all the fields correctly.
    All the Characteristics are displayed as D~ [0sold-to]~ K or D~ [0Material] ~K
    All KFs are displayed as M~ [Measures].[D4NXLFXS1ULO50FAO05ZCM9DN] ~ M or M ~ [Measures].[D4NXLFXS1ULO50FAO05ZCM9DN] ~ U
    Please help me how to see the proper description of Char or KF?
    Thanks,
    Smruti
    Edited by: Smruti Pattani on Dec 11, 2008 8:12 PM

    Hi,
    I built a Crystal Report on BI query using SAP BW MDX Query.I have Crystal Reports 2008 and BO Integration kit for sap XI 3.1. I am able to bring in all the query fields into report but when i try to see preview, system fails to retrieve data and it gives me error
    Database Connector Error: "BAPI Error # :0"
    Error occurred when starting the parser: timeout during allocate / CPIC-CALL: 'ThSAPCMRCV'
    Please help me how to resolve this issue.
    Thanks,
    Smruti

  • There is no item number field available in non catalog request screen

    Hi,
    I need help in understanding how the Contract purchase agreement works with i-procurement.
    1. created contract purchase agreement
    2. Setup the item
    3. Setup the price list for the item
    4. Setup the ASL for the item and referenced the CPA number in source document region.
    5. Created Sourcing rule for the item.
    I have no issues in defaulting sourcing information (supplier name, site name, source document number) when creating a requisition in core apps forms but how to setup the same feature in i-procurement? I selected non catalog request type but I don't see item number field available.
    Please advise.
    Thanks,
    Ram

    Hi,
    First we need to know which version you are in - 11i or R12.
    Also, non-catalog request is not used for the requisitions with Inventory Item.
    Just search for the Item number or description in the iProcurement and see whether the search result shows your item.
    Internal Item number field will show the Oracle Item number.
    Thanks,
    PS.

  • Marketing Calender Query field is not populating

    Hi Experts,
    I'm using CRM5.0 and EP7.0 .
    I've a problem with marketing calener. I've added it to portal but I'm not getting data from the backend in the query field(Show label). I'm getting all the views in view field but not the query field. I got some idea that the backend role to be assigned to portal roles in 'Assign portal role to single role' but it is not working.I think I'm missing some steps or entering incorrect values. Please send me detail steps of what I've to do in ''Assign portal role to single role' .
    Thanks in advance
    Koustav

    Hello ,
    Create requirement class and Requirement type relevalnt for your order type.
    Path to create this is:
    SPRO-> Proect systems->Material->Control of Sales-Order-Related Production->Check Requirements Classes
    Check Requirements type also.
    Create stretegy in view V_T461S.
    assign req class &type to stgy.
    then assign this req class and type in material master
    create Project or WBS elemt in transaction CJ20N.
    then follow the same process steps to create sales order that WBS elemt pop will come.
    regards,
    Nisha
    @award pts is helpful.

  • Make BP Contact Sap GUI fields Available in Web UI

    Good day,
    I would like to make two fields available in the WebUI that are displayed in the SAP GUI in transaction BP
    The two fields exist in the BP - Contact
    When accessing txn BP, select a customer, select Relationships, double click "Has contact Person" under Relationship to BP.
    "Contact person relationship display; General Data" displays. On tab for General data we see the following screen -
    If I select one of the two highlighted fields, it has search help. For e.g. clicking on the search help for Function displays the following -
    In the Web UI, neither of these two fields are available.
    There are two fields available for Department and Function, but I think they are linked to the two fields under "Address Data" as seen in the first image. These are input fields in the GUI side and on the WebUI side.
    I can find 3 available fields for Function and two for Department in the WebUI.
    All of these are input fields.
    I think it is to be noted that we are working with an ECC backend.
    The requirement is that when the customer is created a Function and Dperatment are entered by search help and not an input field or free texts.
    This will enforce standardisation for functions and departments of contact persons.
    How do I make these two fields highlighted in the first image available in the WebUI?
    Thanks in advance for your help
    Kendal

    Hi Kendal,
    These are available in 'Contacts' AB in Account OVP. You are right in saying that there are many fields with name 'Function' and 'Department'.
    Click on 'Show Configurable Areas' in Account OVP, and then select 'Contacts' AB.
    In the resulting screen, select 'Show Technical Details'. Select 'Structure.Function' and 'Structure.Department' from 'Available Fields' and move them to 'Displayed Fields'.
    The fields already present in 'Displayed Fields' are Structure.FunctionName and Structure.DepartmentName, you can mark them 'hidden' to avoid confusion.
    Once you move the 'Structure.Department' and 'Structure.Function' fields, the relevant values can be seen in the Assignment Block as shown below:
    These fields are displayed as value help and will take values which you maintain under SPRO - SAP xRPM - Base System Interfaces - SAP HCM - SAP xRPM System Customizing for SAP HCM - SAP Business Partner - Business Partner Relationships - Contact Person - Define Functions
    Best Regards,
    MG

  • Additional Field Availability in MIGO Screen

    Dear Sir,
    In the MIGO screen , we want to see that is there any extra Field available which has not been made enabled/displayed .
    Pl guide us as how can we see the availability of such fields pl .
    Regards
    B Mittal

    Hi,
    Follow the path:
    SPRO->MM->Inventory Management and Physical Inventory->Setting for Enjoy Transactions-> Setting for Goods Movement (MIGO)-> Field Selection for MIGO
    Here make document header text as u201CInput,enabled,displayed u201D entry as u required and save.
    Regards,
    Biju K

  • Question on adding a ZZ field available in VBAK to the DS 2LIS_11_VAHDR

    I need to include a new ZZ field available in VBAK table to the DataSources 2LIS_11_VAHDR
    The Extract Structure for the DataSource is MC11VA0HDR.
    Now in the DataSource 2LIS_11_VAHDR there are two includes - "[MC11VA1HDR] Extraction SD Sales BW: Document Header MCVBAK" and "[MC11VA2HDR] Extraction SD Sales BW: Document Header MCVBUK"
    For Extract Structure MC11VA1HDR, there is an Append Structure "[ZZMC11VAIHDR] Append for MC11VA1HDR"
    My questions are,
    1. If I now need to make this new field in VBAK available in 2LIS_11_VAHDR, where shall I make the change - Shall I modify the structure MC11VA1HDR directly or append the structure to include this field?
    2. Since this field is already available in the VBAK table, do I still need to write code to retrieve this data?
    3. What are the implications for the setup table & the existing data? Do I need to reconstruct the Setup tables?

    Hi Anjuit,
             here's how you do it (in BW7):
    Go to LBWE on the source system
    Find the 2LIS_11_VAHDR extract structure. It is under '11: SD Sales BW'
    In the source system, go to RSA7 and check the delta queue for the DataSource. If there is stuff stuck in it then you will need to empty the queue. The easiest way to do this is to pull the data across to BW by running a DELTA infopackage against the InfoSource.
    You will also need to delete any data that has been left lying around in the restructure tables after the last initialisation of the DataSource. Use transaction LBWG to do this. If you donu2019t do this, the system wonu2019t let you change the DataSource.
    *Now go in and u2018Maintainu2019 the Extract Structure. Add the new fields you need from the OLTP source table.
    When this is successful, go back to the LO Customising Cockpit. The extract structure will be red. Click on the DataSource associated with the extract structure. All the new fields should be in there, but they will have been created as u2018Hiddenu2019 and u2018Not relevantu2019. You will need to unhide these fields and make sure the Service API passes these fields to the extractor.
    Save the changes to the DataSource.This will take you back to the cockpit again. Now the extract structure should be yellow. Click on the u2018Inactiveu2019 text to activate the Extract Structure & DataSource.
    Finally, you have to build a restructure table for the data. You have to go into SBIW->Settings for Application-Specific DataSources->Logistics->Managing Extract Structures->Initialization->Filling in the Setup Table->Applicatio-Specific Setup of Statistical Data.
    Do the restructure in simulation mode first, and check the log in NPRT. If all is well, run it for real.
    Test the extraction in RSA3 to make sure that everything has worked OK.

  • Query fields initialised  on page load

    Hi,
    I have a query region with autoCustomizationCriteria on my page. How do I set initial values for some query fields?
    Thanks

    Get a handle to the bean corresponding to the query field and call the method to set the default value. Setter method will differ based on the query field like textinput or choicelist etc. Refer to javadoc of corresponding baen for default value setter method.
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

Maybe you are looking for