MDM Catalod data to ECC

Hi,
I have a requirement like the following.
From MDM server, the catalog data will be maintained.
From ECC, we need to pull the data from MDM catalog and create PR ( Purchase Requisition ) in ECC.
How can we achieve this?
Is it possible via PI?.
If so, please provide me the steps to carry out.
Please let me know if incase of any queries.
Thanks  & Regards,
Prabu

Hi ,
Just a thought .
Can't we call the BAPI_PR_CREATE1 /BAPI_PO_CREATE1 directly from MDM to create the PO ?No PI development required in that case ..
Thanks,
Anjaneya .
Edited by: Anjaneya Bhardwaj on Nov 29, 2011 6:56 AM

Similar Messages

  • Data from ecc to xi to mdm

    Hello
    would you please let me know how data data flow from ECC-XI-MDM
    Thanking you

    Hi
    For vendor master use IDOc of type CRemas.
    for customer master use idoc OILDEB,
    Configuration for sendinf any master data from ECC to XI
    1. create RFC destination of type 3 in ECC using SM59 and point to your XI system
    2. Create Communication Port for IDoc Processing using Transaction WE21 select the RFC destination created in above step.
    3. Create Logical System (LS) for IDoc Receiver System: Transaction BD54
    4. Create Partner Profile with Outbound Parameter.  Transaction WE20
    -Deepak.

  • Issue in transfer of data from ECC to APO

    Hi All,
    I have a requirement of transferring data from ECC to APO. I am using EXIT_SAPLCMAT_001 fro this purpose. The problem is, I need to transfer the data of a field that is not present in cif_matloc but present in /sapapo/matloc.
    How should I proceed...Please help....this is an urgent requirement
    Thanks & Regards,
    SriLalitha

    Hi,
    you may want to go to the transaction /SAPAPO/SNP_SFT_PROF
    Determine Forecast of Replenishment Lead Time
    Use
    In this field, you specify how the extended safety stock planning determines
    the forecast of the replenishment
    lead time (RLT). The following values are available:
    Supply Chain
    The system determines the RLT forecast using the supply chain structure by
    adding the corresponding production, transportation, goods receipt, and goods
    issue times. If there are alternative procurement options, the system always
    takes the
    longest
    option into account.
    Master Data
    The system determines the RLT forecast from the location product master
    data.
    Master Data/ Supply Chain
    First, the system determines the RLT forecast from the location product
    master data. If no RLT forecast can be determined, the system determines the
    forecast using the supply chain structure (as described under
    Supply
    Chain
    Dependencies
    You can retrieve the replenishment lead time forecast yourself by using the
    GET_LEADTIME
    method of the Business Add-In (BAdI) /SAPAPO/SNP_ADV_SFT.
    Replenishment Lead Time in Calendar Days
    Number of calendar days needed to obtain the product, including its
    components, through in-house
    production or external
    procurement.
    Use
    The replenishment lead time (RLT) is used in the enhanced methods of safety
    stock planning in Supply Network Planning (SNP). The goal of safety
    stock planning is to comply with the specified service level, in order
    to be prepared for unforeseen demand that may arise during the replenishment
    lead time. The longer the RLT, the higher the planned safety stock level.
    Dependencies
    The field is taken into account by the system only if you have specified
    master data or master data/supply chain in the RLT: Determine
    Forecast field of the safety stock planning profile used.
    Hope this helps.
    The RLT from ECC is in MARC-WZEIT which is transferred to APO in structure /SAPAPO/MATIO field CHKHOR.
    May be if you maintain the setting in the profile, you may get the value in RELDT.
    Thanks.

  • Unable to extract the data from ECC 6.0 to PSA

    Hello,
    I'm trying to extract the data from ECC 6.0 data source name as 2LIS_11_VAHDR into BI 7.0
    When i try to load Full Load into PSA , I'm getting following error message
    Error Message: "DataSource 2LIS_11_VAHDR must be activated"
    Actually the data source already active , I look at the datasource using T-code LBWE it is active.
    In BI  on datasource(2LIS_11_VAHDR) when i right click selected "Manage"  system is giving throughing below error message
    "Invalid DataStore object name /BIC/B0000043: Reason: No valid entry in table RSTS"
    If anybody faced this error message please advise what i'm doing wrong?
    Advance thanks

    ECC 6.0 side
    Delete the setup tables
    Fill the data into setup tables
    Schedule the job
    I can see the data using RSA3 (2LIS_11_VAHDR) 1000 records
    BI7.0(Service Pack 15)
    Replicate the datasource in Production in Backgroud
    Migrate Datasource 3.5 to 7.0 in Development
    I did't migrate 3.5 to 7.0 in Production it's not allowing
    When i try to schedule the InfoPakage it's giving error message "Data Source is not active"
    I'm sure this problem relate to Data Source 3.5 to 7.0 convertion problem in production. In Development there is no problem because manually i convert the datasource 3.5 to 7.0
    Thanks

  • Error while loading data from ECC to BI

    Hi BW Experts,
    while loading data from ECC 6.0 to BI  i got error in details tab of the infopackage as datapackage 1  arrived in bw processing not yet finished.
    Could any one help me out?
    Thanks

    Amar,
       please check the source system job status. If its successfully completed then we can expect data load sucess in BW side.
    to check source system status: RSMO> select related load>in Menu Environment-->Job overview in source system.
    once this over check the TRFC or IDocs struck
    if TRFC, chk in TCode-SM58 or from environment select TRFC from source/data warhouse.
    if you are finding TRFcs are in stuck just select and run manually to complete.
    M

  • Transfer Data from ECC to SRM

    Hi ,
    I'm trying to transfer data from ECC to SRM for creating bid document ( Function : BBP_PD_BID_CREATE ). After transferring the data I want to get the data back to ECC ( I need bid document number to write on delivery document's field ). What's the best way to do this ?
    Regards.

    Hi vinit ,
    I've written code to call 'BBP_PD_BID_CREATE' in ECC. But ECC and SRM have different structures. So i am not sure how i can define data to send SRM.
    Here is my code in ECC program
    CALL FUNCTION 'BBP_PD_BID_CREATE' IN BACKGROUND TASK
       DESTINATION 'XXX'
       IMPORTING
         I_REF_GUID    =
         I_BAPIMODE    =
         I_PARK        =
         I_SAVE        =
         I_TESTRUN     =
         I_HEADER      = I_HEADER ?
         IT_ATTACH     =
         IT_DYN_ATTR   =
         IT_CONDITIONS =
        EXPORTING
          E_HEADER      = E_HEADER ?
          ET_ATTACH     =
          ET_DYN_ATTR   =
          ET_CONDITIONS =
        TABLES
           I_ITEM        =
           I_PARTNER     =
           I_LONGTEXT    =
           I_SDLN        =
           I_ORGDATA     =
           I_HCF         =
           I_ICF         =
           I_TOL         =
           I_WEIGHT      =
           IT_EXCHRATE   =
           E_ITEM        =
           E_PARTNER     =
           E_LONGTEXT    =
           E_SDLN        =
           E_ORGDATA     =
           E_HCF         =
           E_ICF         =

  • Issue in CIF data between ECC to APO

    Hi Experts,
    We have ECC and APO system in our landscape. we have configured CIF and transferred data between ECC and APO however after ECC system refresh CIF configuration is not working. we verified and reconfigured the CIF configuration but still no luck.
    strange thing is, while sending the data for e.g vendor from ECC to APO, there is no error reported. It displays successful in both qRFC trace files but the transferred data is nt reflecting in APO system.
    There is no system run time error, no errors in system log (SM21), no logs in SLG1 application log, no erros in qRFC trace files.
    we have enabled RFC user trace but can't conclude the issue. could you please anyone let me know where we can check the error log or how to resolve this?
    Outbund Queue logs from ECC:
    QTYPE :OUTBOUND/S                                     
    DATE       TIME     CLIENT     USER            QDATE      QTIME    BJOB       QEVENT        
            TID                              ORGTID                        QSTATE               
        DEST                                    ERRMESS                                         
    20.03.2015 17:44:56 300             20.03.2015 17:44:56 N          N             
            0A1A01720F70550C0F4019E7                                       SENDING
        <SID>CLNT300                                                                              
    LUWCNT   QNAME                    FNAM                          
    00000001 CFLDSHQCLNT300_0014      /SAPAPO/CIF_LOC_INBOUND       
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
                                          QTYPE :OUTBOUND/S                                     
    DATE       TIME     EXETIME  CLIENT  USER            QDATE      QTIME    BJOB    QEVENT     
            TID                              ORGTID                        QSTATE               
        DEST                                    ERRMESS                                         
    20.03.2015 17:44:57 00:00:01 300          20.03.2015 17:44:56 N       N          
            0A1A01720F70550C0F4019E7                                       CONFIRMD
        <SID>CLNT300                                                                              
    LUWCNT   QNAME                    FNAM                          
    00000001 CFLDSHQCLNT300_0014      /SAPAPO/CIF_LOC_INBOUND       
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
                                          QTYPE :OUTBOUND/S                                     
    DATE       TIME     CLIENT     USER            QDATE      QTIME    BJOB       QEVENT        
            TID                              ORGTID                        QSTATE               
        DEST                                    ERRMESS                                         
    20.03.2015 17:44:57 300             20.03.2015 17:44:56 N          N             
            0A1A01720F70550C0F4019E8                                       SENDING
        <SID>CLNT300                                                                              
    LUWCNT   QNAME                    FNAM                          
    00000001 CFLDSHQCLNT300_0014      /SAPAPO/CIF_GEN_EVENT         
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
                                          QTYPE :OUTBOUND/S                                     
    DATE       TIME     EXETIME  CLIENT  USER            QDATE      QTIME    BJOB    QEVENT     
            TID                              ORGTID                        QSTATE               
        DEST                                    ERRMESS                                         
    20.03.2015 17:44:57 00:00:00 300          20.03.2015 17:44:56 N       N          
            0A1A01720F70550C0F4019E8                                       CONFIRMD
        <SID>CLNT300                                                                              
    LUWCNT   QNAME                    FNAM                          
    00000001 CFLDSHQCLNT300_0014      /SAPAPO/CIF_GEN_EVENT         
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    Inbound Queue trace log from APO:
    QTYPE :INBOUND                                       
    DATE       TIME     CLIENT     USER            QDATE      QTIME    BJOB       QEVENT        
            TID                              ORGTID                        QSTATE               
        DEST                                    ERRMESS                                         
    20.03.2015 17:39:48 300                20.03.2015 17:44:56 N          N             
            0A1A01720F70550C0F4019E7                                       SENDED 
        <SID>CLNT300                                                                              
    LUWCNT   QNAME                    FNAM                          
    00000001 CFLDSHQCLNT300_0014      /SAPAPO/CIF_LOC_INBOUND       
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
                                           QTYPE :INBOUND                                       
    DATE       TIME     EXETIME  CLIENT  USER            QDATE      QTIME    BJOB    QEVENT     
            TID                              ORGTID                        QSTATE               
        DEST                                    ERRMESS                                         
    20.03.2015 17:39:48 17:39:48 300             20.03.2015 17:44:56 N       N          
            0A1A01720F70550C0F4019E7                                       FINISH 
        <SID>CLNT300                                                                              
    LUWCNT   QNAME                    FNAM                          
    00000001 CFLDSHQCLNT300_0014      /SAPAPO/CIF_LOC_INBOUND       
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
                                           QTYPE :INBOUND                                       
    DATE       TIME     CLIENT     USER            QDATE      QTIME    BJOB       QEVENT        
            TID                              ORGTID                        QSTATE               
        DEST                                    ERRMESS                                         
    20.03.2015 17:39:48 300                20.03.2015 17:44:56 N          N             
            0A1A01720F70550C0F4019E8                                       SENDED 
        <SID>CLNT300                                                                              
    LUWCNT   QNAME                    FNAM                          
    00000001 CFLDSHQCLNT300_0014      /SAPAPO/CIF_GEN_EVENT         
                                           QTYPE :INBOUND                                       
    DATE       TIME     EXETIME  CLIENT  USER            QDATE      QTIME    BJOB    QEVENT     
            TID                              ORGTID                        QSTATE               
        DEST                                    ERRMESS                                         
    20.03.2015 17:39:48 17:39:48 300             20.03.2015 17:44:56 N       N          
            0A1A01720F70550C0F4019E8                                       FINISH 
        <SID>CLNT300                                                                              
    LUWCNT   QNAME                    FNAM                          
    00000001 CFLDSHQCLNT300_0014      /SAPAPO/CIF_GEN_EVENT         
                                           QTYPE :INBOUND                                       
    DATE       TIME     EXETIME  CLIENT  USER            QDATE      QTIME    BJOB    QEVENT     
            TID                              ORGTID                        QSTATE               
        DEST                                    ERRMESS                                         
    20.03.2015 17:39:48 00:00:00 300             20.03.2015 17:44:56 N       N          
            0A1A019D23F8550C0E0C2559         0A1A01720F70550C0F4019E7      RUNNING
        <SID>CLNT300                                                                              
    LUWCNT   QNAME                    FNAM                          
    00000001 CFLDSHQCLNT300_0014      /SAPAPO/CIF_LOC_INBOUND       
                                           QTYPE :INBOUND                                       
    DATE       TIME     EXETIME  CLIENT  USER            QDATE      QTIME    BJOB    QEVENT     
            TID                              ORGTID                        QSTATE               
        DEST                                    ERRMESS                                         
    20.03.2015 17:39:48 00:00:00 300             20.03.2015 17:44:56 N       N          
            0A1A019D23F8550C0E0C2559         0A1A01720F70550C0F4019E7      FINISH 
        <SID>CLNT300                                                                              
    LUWCNT   QNAME                    FNAM                          
    00000001 CFLDSHQCLNT300_0014      /SAPAPO/CIF_LOC_INBOUND       
                                           QTYPE :INBOUND                                       
    DATE       TIME     EXETIME  CLIENT  USER            QDATE      QTIME    BJOB    QEVENT     
            TID                              ORGTID                        QSTATE               
        DEST                                    ERRMESS                                         
    20.03.2015 17:39:48 00:00:00 300             20.03.2015 17:44:56 N       N          
            0A1A019D23F8550C0E0C2559         0A1A01720F70550C0F4019E7      CONFIRMD
        <SID>CLNT300                                                                              
    LUWCNT   QNAME                    FNAM                          
    00000001 CFLDSHQCLNT300_0014      /SAPAPO/CIF_LOC_INBOUND       
                                           QTYPE :INBOUND                                       
    DATE       TIME     EXETIME  CLIENT  USER            QDATE      QTIME    BJOB    QEVENT     
            TID                              ORGTID                        QSTATE               
        DEST                                    ERRMESS                                         
    20.03.2015 17:39:48 00:00:00 300             20.03.2015 17:44:56 N       N          
            0A1A019D23F8550C0E0C255A         0A1A01720F70550C0F4019E8      RUNNING
        <SID>CLNT300                                                                              
    LUWCNT   QNAME                    FNAM                          
    00000001 CFLDSHQCLNT300_0014      /SAPAPO/CIF_GEN_EVENT         
                                           QTYPE :INBOUND                                       
    DATE       TIME     EXETIME  CLIENT  USER            QDATE      QTIME    BJOB    QEVENT     
            TID                              ORGTID                        QSTATE               
        DEST                                    ERRMESS                                         
    20.03.2015 17:39:48 00:00:00 300             20.03.2015 17:44:56 N       N          
            0A1A019D23F8550C0E0C255A         0A1A01720F70550C0F4019E8      FINISH 
        <SID>CLNT300                                                                              
    LUWCNT   QNAME                    FNAM                          
    00000001 CFLDSHQCLNT300_0014      /SAPAPO/CIF_GEN_EVENT         
                                           QTYPE :INBOUND                                       
    DATE       TIME     EXETIME  CLIENT  USER            QDATE      QTIME    BJOB    QEVENT     
            TID                              ORGTID                        QSTATE               
        DEST                                    ERRMESS                                         
    20.03.2015 17:39:48 00:00:00 300             20.03.2015 17:44:56 N       N          
            0A1A019D23F8550C0E0C255A         0A1A01720F70550C0F4019E8      CONFIRMD
        <SID>CLNT300                                                                              
    LUWCNT   QNAME                    FNAM                          
    00000001 CFLDSHQCLNT300_0014      /SAPAPO/CIF_GEN_EVENT         
    Thanks and regards,
    Pradeep

    Hello Pardeep,
    Please check the setting of SMQS and SMQR for CF and client registration
    these entries, the field 'TYPE' is set to 'R'.
    QIN scheduler may be available for every client if you are working in this client with registered inbound queues.
    Choose Edit->Activate scheduler from the menu (available in both SMQR and SMQS)
    During processing in dialog work processes, the system uses a parallel RFC to restart the registered inbound queues. For this, you can use transaction RZ12 to specify a group of application servers and dialog work processes that are allowed to use a QIN scheduler. You must use transaction SMQR to assign the group name to the relevant QIN scheduler.
    Different parameters in SMQR are explained in note 1579728. The explanation for SMQS is similar
    Also try the report RSQIWKEX
    Best Regards,
    R.Brahmankar

  • Master/Transaction data from ECC to APO-BW

    Hi All,
         Normally we come across scenarios where Master/Transaction data is pulled from ECC to BW and then pulled into APO-BW. What are the pros and cons of CIF (direct connection between ECC and APo-BW) rather than pulling data from ECC to stand-alone BW and then into APO-BW?
    Regards,
    Joy

    Hi Santhana,
    If you want to add data of ECC to APO BW & Then in to DP, then follow the following Steps.
    1. Create Generic Data Source in ECC for thet Sales Order table.
    2. Replicate that data Source in to APO BW with Source System.
    3. Create whole data flow process by using created Data Source.
        Data Flow Process: 1. Info Package
                                      2. Info Source
                                      3. Info Cube
                                      4. Transformation between DS & IS, Then IS & IC
                                      5. Data Transfer Process.
    4. Load data from ECC to APO BW
    5. Use transaction /n/sapapo/tscube, for copy Info Cube data to Planning Area.
    Hope this will help you.
    Regards
    Sujay

  • Fetching data from ECC to APO

    Hi,
    I have fetch to data from ECC custom table to APO and create data, can anyone let me know the procedure.
    Thanks in advance

    Hi Santhana,
    If you want to add data of ECC to APO BW & Then in to DP, then follow the following Steps.
    1. Create Generic Data Source in ECC for thet Sales Order table.
    2. Replicate that data Source in to APO BW with Source System.
    3. Create whole data flow process by using created Data Source.
        Data Flow Process: 1. Info Package
                                      2. Info Source
                                      3. Info Cube
                                      4. Transformation between DS & IS, Then IS & IC
                                      5. Data Transfer Process.
    4. Load data from ECC to APO BW
    5. Use transaction /n/sapapo/tscube, for copy Info Cube data to Planning Area.
    Hope this will help you.
    Regards
    Sujay

  • Loading of data from ECC to BW initially takes time

    Hi,
    I am loading data from ECC to BW System.
    But I find that this process initially takes some time to start say for 15 minutes or so.
    I have no clue as to why this is happening.
    Could anyone help me out here.
    Regards,
    Sushanth Hulkod

    No, I found that there were no BGD's available in SM50 Transaction.
    But initially, the loading of data does not start for some time.
    After that all the data is loaded at once.
    I am uanble to understand this weird behaviour.
    - Sushanth Hulkod

  • Transaction data from ECC to APO DP

    Dear All,
    Can you tell me if i can directly load transaction data directly from ECC to APO BW Infocube.
    For example i want to load say sales orders from ECC.
    Can i directly load from ECC --> APO BW Infocube --> DP Keyfigures.
    Or any staging is required inbetween ECC and APO BW
    Thanks
    Santhana.

    Hi Santhana,
    If you want to add data of ECC to APO BW & Then in to DP, then follow the following Steps.
    1. Create Generic Data Source in ECC for thet Sales Order table.
    2. Replicate that data Source in to APO BW with Source System.
    3. Create whole data flow process by using created Data Source.
        Data Flow Process: 1. Info Package
                                      2. Info Source
                                      3. Info Cube
                                      4. Transformation between DS & IS, Then IS & IC
                                      5. Data Transfer Process.
    4. Load data from ECC to APO BW
    5. Use transaction /n/sapapo/tscube, for copy Info Cube data to Planning Area.
    Hope this will help you.
    Regards
    Sujay

  • Extraction of data from ECC to 3rd Party systems

    Hi All,
    I want to know all the options available for extracting data from ECC to a 3rd party system (custom datawarehouse like Teradata, hyperion etc). Also, I want know if there is a best practice documentation available for extraction of data from ECC to any 3rd party system?
    Thanks,
    SB.

    Hi SB,
    Check the following link
    http://expertisesapbi.blogspot.com/2010/06/how-to-transfer-data-from-sap-system-to.html
    Ranganath.

  • Error in Data transfer ECC to APO

    Hello Guys,
    I'm getting an error in my system when I try to transfer data from ECC to APO system. When I CIF (after generating IM, when I activate it)  older data (master data created previously in system), I'm getting a short dump with mesage class 'XC', It says :
    Diagnosis
        An internal condition was found during the
        the system to access a substandard program"
    Trigger Location of Runtime Error
        Program                                 SAPLCSER
        Include                                 LCSERU02
        Row                                     101
        Module type                             (FUNCTION)
        Module Name                             CIF_SER_MESSAGE_SERIALIZE.
    But when I create a new data and try to transfer it, it smoothly transfers into APO without any dump or error.
    Similarly, when I pull the data in APO with CCR, I get short dump while iterating data:
    Category               ABAP Programming Error
    Runtime Errors         DBIF_RSQL_TABLE_UNKNOWN
    ABAP Program           /SAPAPO/SAPLDM_LC_SQL
    Application Component  BC-DB-LCA.
    The current ABAP program "/SAPAPO/SAPLDM_LC_SQL" had to be terminated because
    it has
    come across a statement that unfortunately cannot be executed.
    A table is referred to in an SAP Open SQL statement that either does not
    exist or is unknown to the ABAP Data Dictionary.
    The table involved is "/SAPAPO/ORDMAP" or another table accessed in the
    statement.
    I'm not much aware on LC technology, I have deactivated & activate LC once in LCA10. Also, checked consitency in OM17, it shown no inconsistency. Plus, when checked in OM13, all checks are showing green.
    Can you please suggest what needs to be done?
    Thanks,
    AP.

    Hi Deepak,
    Following is the detail I could see:
    Cl.  User         Function Module                 Queue Name                Destination                       Date        Time
    100  SS813794     MCEX_UPDATE_11_QRFC        MCEX11           NONE              27.02.2014  05:33:02
    100  SS813794     MCEX_UPDATE_11_QRFC         MCEX11          NONE               02.03.2014  23:00:35
    Status                                              TID                       Host      Tran                  Program
    Transaction recorded                AC131B362DEC530F145E0001  IGTBILSA  VA01                  RSM13000
    Transaction recorded                AC131B362DEC5313FE630002  IGTBILSA  VA01                  RSM13000
    Both the queues which are seen are while I created a sales order in ECC.
    If I further double click, it will take me into FM and after clicking queue name 'MCEX11' I could see:
                        LUW Information
            TransID:         AC131B362DEC530F145E0001
            LUW-Cnt:         00000001
    Thanks,
    AP.

  • Source System Creation in BI to load data from ECC 6.0

    Our ECC 6.0 and BI 7.0 is one server. I would like to load data from ECC 6.0 to BI. How to create source system? I have source system for flat file and Data Mart (Myself source system) but don't know how to create source system to laod data from ECC 6.0. Please provide step by step guide.
    Thanks.

    Check here:
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c0751ba5-b7a8-2b10-6d97-e91e85c0fafa
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/0087780d-81b0-2a10-eb82-86e1062f1a2d
    http://www.saptechies.com/connectivity-file-system-in-sap-bi/
    http://help.sap.com/bp_biv370/html/index.htm
    Thanks...
    Shambhu

  • BPC:NW - Best practices to load Transaction data from ECC to BW

    I have a very basic question for loading GL transaction data into BPC for variety of purposes, would be great if you can point me towards best practices/standard ways of making such interfaces.
    1. For Planning
    When we are doing the planning for cost center expenses and need to make variance reports against the budgets, what would be the source Infocube/DSO for loading the data from ECC via BW, if the application is -
    YTD entry mode:
    Periodic entry mode:
    What difference it makes to use 0FI_GL_12 data source or using 0FIGL_C10 cube or 0FLGL_O14 or 0FIGL_D40 DSOs.
    Based on the data entry mode of planning application, what is the best way to make use of 0balance or debit_credit key figures on the BI side.
    2. For consolidation:
    Since we need to have trading partner, what are the best practices for loading the actual data from ECC.
    What are the typical mappings to be maintained for movement type with flow dimensions.
    I have seen multiple threads with different responses but I am looking for the best practices and what scenarios you are using to load such transactions from OLTP system. I will really appreciate if you can provide some functional insight in such scenarios.
    Thanks in advance.
    -SM

    For - planning , please take a look at SAP Extended Financial Planning rapid-deployment solution:  G/L Financial Planning module.   This RDS captures best practice integration from BPC 10 NW to SAP G/L.  This RDS (including content and documentation) is free to licensed customers of SAP BPC.   This RDS leverages the 0FIGL_C10 cube mentioned above.
      https://service.sap.com/public/rds-epm-planning
    For consolidation, please take a look at SAP Financial Close & Disclosure Management rapid-deployment solution.   This RDS captures best practice integration from BPC 10 NW to SAP G/L.  This RDS (including content and documentation) is also free to licensed customers of SAP BPC.
    https://service.sap.com/public/rds-epm-fcdm
    Note:  You will require an SAP ServiceMarketplace ID (S-ID) to download the underlying SAP RDS content and documentation.
    The documentation of RDS will discuss the how/why of best practice integration.  You can also contact me direct at [email protected] for consultation.
    We are also in the process of rolling out the updated 2015 free training on these two RDS.  Please register at this link and you will be sent an invite.
    https://www.surveymonkey.com/s/878J92K
    If the link is inactive at some point after this post, please contact [email protected]

Maybe you are looking for

  • Sale Order Inconsistancy

    Dear All, I have an scenario, I am going to assign the serial numbers in Delivery of the sale order only, and not in Production Order. I Created the serial Number, in IQ01-as 'S' , and assigned at the time of PGI in sale Order. When there is a custom

  • Error in PM report...

    created a replica of standard report program for PM, when executed for sp. plant gives TimeOut dump. SQL Trace shows the error in COBRB table read (not at beg , but after many reads), not able to find the prob. can u suggest the area to look at..  th

  • Index (HHK) sorting issue in Japanese (RoboHelp X3)

    I'm a Japanese localizing engineer who now tries to generate a WebHelp with a nicely sorted index in Japanese. As I assume that this has been a known issue for double-byte languages for a long time, a Japanese index cannot be sorted perfectly in a co

  • How do I get access to my itune songs bought with previous email address?

    I changed my email address and am now being blocked from accesing the itune songs i bought with my previous email

  • Dolby Home Theatre v4 not working with windows 8.1

    Hello, I have recently downloaded and updated my laptop to windows 8.1 and suddenly dolby home theatre v4 has stopped working. Battlefield 3 has also begun to crash randomly. Could you please help me? I have a Lenovo ideapad U410 intel core i5 3337U