0CRM_SRV_PROCESS_H delivers no data

Hi,
i'm testing data source 0CRM_SRV_PROCESS_H on transaction RSA3 and it gives no data.
Some documents are already created on CRM and data source 0CRM_SRV_PROCESS_I works fine.
Any tips to solve this ?
thanks

See thread
No data when extracting using 0CRM_SRV_PROCESS_H
John Hawk

Similar Messages

  • Converting STO s to deliveries  by date wise not location wise

    At the time of converting STOs to deliveries, and especially so for CWH, the system logic takes it location wise and not date wise. We need to have prioritisation when doing en mass conversion the STOs should be picked up on FIFO basis. This is hurting despatches of especially CHD, where we first prioritise despatches against Back Orders and then resume despatches for normal requirement. Now, because of the system logic, since destination wise STOs are getting converted into deliveries, some CFA may not get even his Back Order requirement whereas another CFA could get additional over and above his BO requirement. We need to have a change in the system logic.

    S_ALR_87012993 
    Enter
    controlling area
    fiscal year
    from month
    to month
    Enter order or order group  or leave it blank
    Execute
    Double click the actual value you want to see
    A small screen - select report will appear
    Double click 
    Orders actual line items
    click change layout    select posting date

  • Deliveries between dates and time

    Hi All,
    I've to find deliveries between last run date and time of a program and current date and time of the same program taking into account LIKP-ERDAT and LIKP-ERZET.
    LIKP-ERDAT and LIKP-ERZET  should be greater than Last run date and time and smaller than current date and time.
    Can anyone suggest the different ways of doing this?
    Thanks

    Hi
    U can check in table CDHDR also.. May be very useful..
    Just have look at that where  in u can find deliveries created/modified for period ....etc.
    Venkat

  • Append data in ODS

    Hey Folks,
    I load data into an ODS, weekly. The data contains status information of a product.
    The source system delivers only data where the status has changed.
    If the status for on product is constant over two or more weeks, I get no record of this product for the current week. But I want to display the status for this product in the current week.
    So I need to insert records in my ODS for all products where I don't get a record from the source system for the current week.
    I got the information that I need a start routine and implement my logic with ABAP
    There are any other ways, or can somebody explain me, how to do this with ABAP?
    Thanks for your help!
    Stephan

    Hi Stephan,
          Please try this logic.
    Load the transaction data for the ODS weekly as per you source sytem data.
    Now you need to update based on constant status. You can write a ABAP program with the below logic.
    Create internal tables for Master Data and ODS and read all the contents into it.
    Get the details from Master Data and manually update the status field (No data from source system)and store it in a internal table (Internal table - Same strcuture as that of active records table /BIC/AZ***)which has records to be appended to the ODS.
    Append it to the active records table of the ODS.
    Hope this helps.
    Thanks,
    Srinivas.

  • MRP data MD04 Data Extractor (not MD05)

    Hello,
    Is there a SAP-delivered extractor for MD04 data? All the previous threads on this topic equate S194 extractor to MD04. The S194 based extractor delivers MD05 data not MD04.  MD05 will generally equal MD04 if you do a fresh MRP run.

    Hi,
    2LIS_02_SCL does not deliver MD04 data. 2LIS_03_S194 is the closest with the limitation that it is only as good as the last MRP run.

  • Caching the web service data in Flex 3.0

    Hi,
    I want to do the following task
    I am loading about 10000 records from MS SQL database into
    Flex data grid using web service on CreatinComplete event of an
    application in Flex 3.0.Now if I have done this and I press Browser
    refresh button, this time it should not call web service againg but
    it shold display the same data from the cache.
    Is there any way to achive this.
    If not can any one tell me how to handle huge data in flex
    using MS SQL and .NET

    Question is what technology of J2EE u are using!
    If it is EJB, then the fastest way would be to generate one more webservice and connect this one to WD.
    This way you also can check if the webservice delivers any data with the testing environment.
    Regards,
    Benny

  • Data types in pi 7.1

    Hi,
    when do you use core, free and aggregated data types?
    Thanks in advance
    regards,
    Ramya Shenoy

    This may help you,
    Introduction
    SAP delivers descriptions of Global Data Types (GDTs) as Enterprise Services Repository (ESR) content to customers. Customers can create their own data types in the ES Repository and use SAP GDTs.
    u2022
    Two ways of modeling data types are supported: Classical XSD style and new CCTS (Core Component Technical Specification) style.
    u2022
    Data types are classified as free-style (classical), core (atoms of CCTS modeling), or aggregate (complex CCTS)
    u2022
    Standard fault data types are no longer created automatically for every namespace (only when fault message type is created).
    u2022
    Additional functions in data type editor provide better support for structural changes (e.g., moving subtrees).
    More Information:
    SAP Help Portal: Global Data Types
    According to this, we distinguish between SAP Core Data Type and SAP Global Data Type. The SAP Core Data Type as well as the W3C Type (XSD type) does not have any business semantics. The SAP GDT has business semantics, it actually can be based on either a core or an aggregated DT.
    Free-style data types are directly based on the primitive data types, e.g., xsd:decimal. They do not need any further parameters to define themselves.
    More Information:
    u2022
    SAP Help Portal: Core Data Types and Aggregated Data Types Recommendation
    When to use free, core and aggregated data types
    Core data types are based on CCTS specification. Aggregated data types have business semantics, are based on CDTs, and are the basis for application-specific data types SAP-wide.
    Customers who adhere to the CCTS specification or have business scenarios dealing with SAP backend systems, should try and reuse the existing core and aggregated data types delivered by SAP. However, customers who wish to use their own schema for defining the data types, free-style data type is the preferred approach.
    While transferring the business scenarios from XI 3.0/PI 7.0 to PI 7.1, all the data types in the design objects will be transferred as free-style data types by default.
    While creating new objects in PI 7.1x, it is recommended to reuse the core and aggregated global data types provided by SAP.
    The detailed list of SAP delivered data types is available on SAP Developer Network (SDN) at ES Workplace.
    https://www.sdn.sap.com/irj/sdn/esworkplace
    Core data types
    Core data types are based on representation terms which are ISO 15000 5 (ebCCTS) compliant.
    SAP delivers core data types with the same name as representation terms. Applying the standard methodology simplifies the implementation of cross-company processes.
    CDTs are intermediate data types, and are a level above primitive data types like decimal, string, etc. They are defined by representation terms such as Amount, Identifier, etc. They are themselves not yet application-specific and are therefore referred to as context-free.
    While creating core data type based on any given representation term, we get an option to either use a default XSD type or reuse an existing core data types.
    For using the standard XSD types we select Type as u2018XSD Typeu2019
    For reusing already existing core data type we select Type as u2018Data Typeu2019 Prerequisite
    Define a dependency on the SWC SAP Global to reuse any of the standard core data types shipped by SAP.
    xample

  • Using D&B Data (Dun & Bradstreet)

    Hi,
    D&B delivers company data as offline databases. It is not clear to me if Data Services is able to read the D&B ofline databases using one of the default interfaces. Has anyone used D&B data within Data Integrator/ Data Services? What interface is needed to read D&B data from its online database?
    thx
    Helmut

    Stephan,
    Check [this page on saphelp|http://help.sap.com/saphelp_erp2005vp/helpdata/en/46/8ba60b504048a5be21d1e202030700/frameset.htm].
    Kind regards,
    Koen

  • Performance of Deliverables (KPA/KPI)

    Hi,
    In Oracle Projects R12, I wish to be able to track the performance of project deliverables (whether the deliverable has been shipped by the due date, or whether the deliverable has been billed by the due date).
    Can anyone suggest a way to do this please?
    Or perhaps if not possible using deliverables/actions, the second best way would be to do this would be to use shipping milestones in tasks. Is there a way to track just the performance (like KPA) for task milestones such as shipping dates?
    Many thanks,
    Matt

    Hi
    You may consider exceptions client extension.
    Oracle allows you to develop custom KPIs / Measures.
    You may code the logic so system will calculate the actual shipping date and actual invoice generation date and compare those to the deliverable due date.
    You can setup threshold so system will show indicators (green, yellow, red) based on the difference between actual completion date vs. the due date.
    Dina

  • Foreign trade data from delivery to collective invoice

    Hello All,
    We have a requirement where in the deliveries created from Project (LF) have some data in the item level for the foreign data tab.
    While creating collective invoice from these deliveries ,the data from the item level of the deliveries should be copied to the item level of the invoice for foreign trade tab.
    Are there any settings which need to be maintained in order to enable the above.
    Thanks in advance.
    Sujatha Gokaraju

    Hi,
    You can try this via transaction VOFM. In there look to Data transfers-->Billing Document menu. There you will find some standard routines and you can specify custom routines and write your code in them as well. These routines are called while creating a billing document.
    You can also check in the menu Copying requirements-->Billing document
    regards,
    Advait
    Edited by: Advait Gode on Nov 12, 2008 4:07 PM

  • How to dowload data

    I download data from database via a HTTPServlet.
    Since the download SQL query delivers data only after 10 min, I have the problem that the download popup appears also in 10 min ( this is by Firefox ). How could I force that the download popup appers immediate ? I cannot let the user to wait 10 min - he should get the popup immediate, and the progress of the download should be as the database delivers the data.

    Hi Neetu,
    you can use OLE in that case.
    REPORT  ZTEST_EXCEL             .
    INCLUDE ole2incl.
    DATA: application TYPE ole2_object,
           workbook TYPE ole2_object,
           sheet TYPE ole2_object,
           cells TYPE ole2_object.
    CONSTANTS: row_max TYPE i VALUE 256.
    DATA index TYPE i.
    DATA: BEGIN OF itab1 OCCURS 0,
    first_name(10),
    last_name(10),
    END OF itab1.
    START-OF-SELECTION.
    itab1-first_name = '123445'.
    itab1-last_name = 'tesst'.
    append itab1.
    clear itab1.
    itab1-first_name = '123446'.
    itab1-last_name = 'tesst'.
    append itab1.
    clear itab1.
      CREATE OBJECT application 'excel.application'.
      SET PROPERTY OF application 'visible' = 1.
      CALL METHOD OF application 'Workbooks' = workbook.
      CALL METHOD OF workbook 'Add'.
    * Create first Excel Sheet
      CALL METHOD OF application 'Worksheets' = sheet
                                   EXPORTING #1 = 1.
      CALL METHOD OF sheet 'Activate'.
      SET PROPERTY OF sheet 'Name' = 'Sheet1'.
      LOOP AT itab1.
        index = row_max * ( sy-tabix - 1 ) + 1. " 1 - column name
        CALL METHOD OF sheet 'Cells' = cells EXPORTING #1 = index.
        SET PROPERTY OF cells 'Value' = itab1-first_name.
            index = index + 1. " 1 - column name
        CALL METHOD OF sheet 'Cells' = cells EXPORTING #1 = index.
        SET PROPERTY OF cells 'Value' = itab1-last_name.
      ENDLOOP.
    * Save excel speadsheet to particular filename
      CALL METHOD OF sheet 'SaveAs'
                     EXPORTING #1 = 'c:tempexceldoc1.xls'     "filename
                                #2 = 1.                          "fileFormat
    Regards
    vijay

  • How to provide a (web)service which delivers a process context?

    Hi folks,
    i have designed a process with Process Composer so far.
    Several tasks read and write data into the process context.
    What i want to do now is providing a (web)service which gets an process instance number as input and delivers the data from the corresponding process context as output.
    Maybe someone can explain me the steps that are needed to implement that?
    TIA
    Michael

    Hi Michael,
    In case you want to have an 'instant view' on the process data context that might be an option.
    Nevertheless I would not recommend doing so / be careful if there is no other possibility. Maybe it makes sense to define specific check points where data could be synchronized. You would benefit of a more clean process model and a reduced number of outgoing web service calls which in fact would also speed up process execution.
    I am somehow curious what you are planning to achieve. Could you elaborate on that?
    Best regards,
    Martin

  • FORIEGN TRADE / EXPORT DATA

    hi people,
    could some one give me a clue for my problem.. some times my company does export .. i need "mode of transport - border " & "domestic mode of transport"(delivery header data) fields to populate automatically when it is export.. otherwise i dont need those fields..delivery can be done from any plant,for any customer... we have around 400 plants  .......pls help
    thxs in advance
    sumanth

    use this enhacement: V50EPROP, EXIT_SAPLV50E_005.
    I also have a code example:
    TABLES: t005.
    DATA: w_auart LIKE vbak-auart. "Ref.sales order type
    DATA: w_xegld LIKE t005-xegld. "EU member indicator
    DATA: c_land1_sm LIKE t005-land1 VALUE '963'.  "San Marino
    **Deliveries concerned
    DATA: w_local_j LIKE t005-xegld.    "Del->Local transaction
    DATA: w_eu_j    LIKE t005-xegld.    "Del->EU transaction
    DATA: w_log_j   LIKE t005-xegld.    "Del->Logistics transaction
    **Invoices concerned
    DATA: w_local_m LIKE t005-xegld.    "Del->Local transaction
    DATA: w_eu_m    LIKE t005-xegld.    "Del->EU transaction
    DATA: w_log_m   LIKE t005-xegld.    "Del->Not relevant bill.type
    FIELD-SYMBOLS: <likp-mandt>,  "Working with deliveries
                   <vbrk-mandt>,  "Working with invoices
                   <likp-lfart>,  "Delivery type
                   <likp-vkorg>,  "Sales organization
                   <likp-zukrl>,  "Reference sales doc. type
                   <vbrk-fkart>,  "Billing type
                   <vbrk-vkorg>,  "Sales organization
                   <t001-land1>,  "Country of declaration
                   <kuwev-land1>. "Country of destination
    *Only for export transactions
    IF i_exp_imp_flag = 'E'.
    *Detect the working objects
      ASSIGN ('(SAPMV50A)likp-mandt') TO <likp-mandt>.
      ASSIGN ('(SAPLV60A)vbrk-mandt') TO <vbrk-mandt>.
    *Working with deliveries
      IF NOT <likp-mandt> IS INITIAL. "Working with deliveries
        ASSIGN ('(SAPMV50A)likp-lfart') TO <likp-lfart>.
        ASSIGN ('(SAPMV50A)likp-vkorg') TO <likp-vkorg>.
        ASSIGN ('(SAPMV50A)likp-ZUKRL') TO <likp-zukrl>.
        ASSIGN ('(SAPMV50A)t001-LAND1') TO <t001-land1>.
        ASSIGN ('(SAPMV50A)KUWEV-LAND1') TO <kuwev-land1>.
        CLEAR: w_auart.
        CLEAR: w_local_j, w_eu_j, w_log_j.
    *Only for sales organizations ITALY
        IF <likp-vkorg> EQ 'ITS1'.
    *Only for export transactions (destination country <> country of decl.)
    *Only for EU transactions (destination country is EU member or S.Marino)
          IF <t001-land1> = <kuwev-land1>.
            c_complete = 'X'.
            w_local_j = 'X'.
          ELSE.
            CLEAR w_xegld.
            SELECT SINGLE xegld INTO w_xegld FROM t005 WHERE land1 EQ <kuwev-land1>.
            IF w_xegld EQ space AND <kuwev-land1> NE c_land1_sm.
              c_complete = 'X'.
            ELSE.
              w_eu_j = 'X'.
            ENDIF.
          ENDIF.
    *Exclude deliveries using delivery types
          CASE <likp-lfart>.
            WHEN 'Z000'.
              c_complete = 'X'.
            WHEN 'Z020'.
              c_complete = 'X'.
            WHEN OTHERS.
          ENDCASE.
    *20060102_Check_Allowed_Mode_of_Transport_for_Foreign_Trade_BI
         IF w_local_j NE 'X' AND w_log_j NE 'X' AND w_eu_j = 'X'.
           IF i_export_header-expvz CN '0123456789'.
             MESSAGE ID 'ZSD' TYPE 'I' NUMBER '003' WITH i_export_header-expvz.
             c_complete = ' '.
           ENDIF.
         ENDIF.
    *20060102_Check_Allowed_Mode_of_Transport_for_Foreign_Trade_EI
        ENDIF.
      ENDIF.
    ENDIF.
    *Working with invoices
    IF NOT <vbrk-mandt> IS INITIAL. "Working with invoices
      ASSIGN ('(SAPLV60A)vbrk-fkart') TO <vbrk-fkart>.
      ASSIGN ('(SAPLV60A)vbrk-vkorg') TO <vbrk-vkorg>.
      ASSIGN ('(SAPLV60A)t001-LAND1') TO <t001-land1>.
      ASSIGN ('(SAPLV60A)KUWEV-LAND1') TO <kuwev-land1>.
      CLEAR: w_local_m, w_eu_m, w_log_m. "20060102_MoT
    *Only for sales organizations ITALY
      IF  <vbrk-vkorg> EQ 'ITS1'.
    *Only for export transactions (destination country<>country of decl.)
    *Only for EU transactions (destination country is EU member or S.Marino)
        IF <t001-land1> = <kuwev-land1>.
          c_complete = 'X'.
          w_local_m = 'X'.
        ELSE.
          CLEAR w_xegld.
          SELECT SINGLE xegld INTO w_xegld FROM t005 WHERE land1 EQ <kuwev-land1>.
          IF w_xegld EQ space AND <kuwev-land1> NE c_land1_sm.
            c_complete = 'X'.
          ELSE.
            w_eu_m = 'X'.
          ENDIF.
        ENDIF.
    *Exclude not relevant billing types
        CASE <vbrk-fkart>.
    *Generic proformas
          WHEN 'Z000'.
            c_complete = 'X'.
            w_log_m = 'X'.
          WHEN 'F5'.
            c_complete = 'X'.
            w_log_m = 'X'.
    *Down payment
          WHEN 'Z050'.
            c_complete = 'X'.
            w_log_m = 'X'.
    *Contracts
          WHEN 'Z060'.
            c_complete = 'X'.
            w_log_m = 'X'.
    *Not relevant proformas
          WHEN OTHERS.
    *20060102_Check_Allowed_Mode_of_Transport_for_Foreign_Trade_BI
           IF w_local_m NE 'X' AND w_log_m NE 'X' AND w_eu_m = 'X'.
             IF i_export_header-expvz CN '0123456789'.
               MESSAGE ID 'ZSD' TYPE 'I' NUMBER '003' WITH i_export_header-expvz.
               c_complete = ' '.
             ENDIF.
           ENDIF.
    *20060102_Check_Allowed_Mode_of_Transport_for_Foreign_Trade_EI
        ENDCASE.
      ENDIF.
    ENDIF.
    UNASSIGN <likp-mandt>.
    UNASSIGN <vbrk-mandt>.
    UNASSIGN <likp-lfart>.
    UNASSIGN <likp-vkorg>.
    UNASSIGN <likp-zukrl>.
    UNASSIGN <vbrk-fkart>.
    UNASSIGN <vbrk-vkorg>.
    UNASSIGN <t001-land1>.
    UNASSIGN <kuwev-land1>.
    PLS. reward if helpful
    regards
    Roberto

  • Fields in purchasing cube

    Hi experts,
    I am using the cube 0pur_c01 which is loaded from 3 datasources 2lis_02_itm, 2lis_02_scl, 2lis_02_s012.
    But there are only few fields in this standard cube. I want to add some more fields.
    Can anyone please suggest me what are the major fields for Purchasing data. So that i will include them into my infocube.
    Regards,
    Bhadri M.

    Hi,
    We have modified our cube to contain the following key figs and charracteristics.  These are available by modifying the standard datasource by changing it in LBWE and pulling in additional fields available for selection.
    1.  Characteristics which are of use are as follows:
    Calendar Day
    Calendar Year/Month
    Calendar Year/Week
    Fiscal year / period
    Fiscal year variant
    Calendar Year/Quarter
    Base Unit of Measure
    Local currency
    Country key
    Company code
    Number of purchasing info record
    Purchasing info record category
    Material
    Valuation type
    Product Description
    Material group
    Purchasing organization
    Indicator: Data to Be Canceled
    Vendor
    Version
    Value Type for Reporting
    Flag for Contracts
    Plant
    Storage location
    Supplying Plant
    PO Number
    PO Line Number
    Purchasing document type
    Puchasing document category
    "Delivery Completed" Indicator
    Item Category in Purchasing Document
    Reason for Ordering
    Acct Assignment Category
    Control indicator for purchasing document type
    Confirmation control key
    Tax on sales/purchases code
    Shipping conditions
    Purchasing group
    2.  Key Figures of use:
    Number of deliveries
    Delivery Date Variance 1
    Delivery Date Variance 2
    Delivery Date Variance 3
    Delivery Date Variance 4
    Delivery Date Variance 5
    Delivery quantity variance 1
    Delivery quantity variance 2
    Delivery quantity variance 3
    Delivery quantity variance 4
    Delivery quantity variance 5
    Invoice amount: Returns
    Weighted total delivery time
    Effective order value of returns
    Value of goods received in local currency
    Goods receipt value as at posting date
    Invoice Receipt Quantity as at Posting Date
    Invoice Amount as at Posting Date
    Actual goods receipt quantity
    Goods receipt quantity of returns
    Goods receipt qty in base unit (calculate wtd.delivery time)
    GR value: Returns as at posting date
    Invoiced amount
    Invoice receipt quantity of returns
    IR quantity: Returns as at posting date
    IR value: Returns as at posting date
    Invoice receipt quantity
    Effective purchase order value
    Target delivery quantity
    Order quantity (returns)
    Number of contract items
    Number of scheduling agreement schedule lines
    Number of purchase order schedule lines
    Number of purchase order items
    Order quantity
    Number of quotation items
    Number of request for quotation items
    Number of scheduling agreement items
    Total delivery time in days
    Net Purchase Order Value
    Purchase Main IV Value
    Cheers...

  • Fi-sl totals and line items

    dear experts,
    i have timestamp generated for actuals line items table for fi-sl.
    i also have the totals summary table but it has no timestamp.
    i like to find out how can i compare records for the 2 tables given that timestamp is not present in totals table.
    regards
    ernesta

    Hi,
    Refer for FI-SL Totals Records.
    http://help.sap.com/saphelp_nw70/helpdata/EN/04/e04c40cc538437e10000000a155106/frameset.htm
    The DataSource delivers transaction data from a customer-defined FI-SL ledger on a totals record level. This DataSource is used to determine the balance carryforward, since the line items DataSource 3FI_SL_XX_SI does not supply this. Restrict the selection to period 0 to determine the balance carryforward (e.g. 0FISCPER = 000.2004 to generate the balance carryforward for the closed fiscal year 2003).
    You should only extract period 0 for a closed fiscal year, since the data selection only functions in the full upload.
    Delta Update
    The DataSource must be started in the full upload to determine the balance carryforward.
    Thanks,
    JituK

Maybe you are looking for