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.

Similar Messages

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

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

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

  • Moving configuration data from ECC to MDG

    Hi,
    We are also in process of moving the configuration data from ECC (Ehp 5.0) to MDG Hub (Ehp 6.0), looking for the option copying tables in transport request and moving the transport request to MDG-C.
    Appreciate your suggestion or best practices on the movement configuration data, is there is any best option to move the configuration data from ECC (Ehp 5.0) to MDG-C Hub (Ehp 6.0) as both the system on different Enhancement pack.
    thank you,
    Parvez

    Hello Parvez
    Go through the below thread.
    http://scn.sap.com/thread/3492091
    Kiran

  • Modify vendor number when replicating vendor master data from ECC to SRM

    Hi,
    Is there a way  to modify vendor number(manually input vendor number e.g. from a file) when replicating vendor master data from ECC to SRM using the vendor master data user exit (SAPMF02K)?
    Does anyone have documentation on the user exit, how do I use it??
    Thanks and Regards'
    David

    Hi David,
    Please go through the link below:
    [Enhancement SAPMF02K Vendor Master Data  - question about LIFNR;
    Regards
    Anirban

  • Extracting data from ECC tables in BODS

    Hello all,
    I'm trying to extract data from ECC tables. I have created a data store and imported the necessary tables(FAGLFLEXT) that i will be using.  I have used the table in a job as a source and tried to execute the job but i was only able to extract 28 records from the extractor when there are many more records present in the table and  also when i view the data in BODS i can only see 28 records.
    Plz help me in resolving this. How to extract the whole data?
    Thanks in advance.

    The table layouts can be found in the [documentation for EPMA|http://www.oracle.com/technetwork/middleware/bi-foundation/epm-data-models-11121-354684.zip] . If this doesn't work, there are other options to export hierarchies to text files. You can use life cycle management or the [EPMA File Generator|http://docs.oracle.com/cd/E17236_01/epm.1112/epma_file_gen_user/launch.html].
    Kyle Goodfriend
    http://www.in2hyperion.com
    Please make sure you assign your post as answered when an appropriate answer is provided (or helpful when applicable) so others benefit.

Maybe you are looking for

  • Getting the attribute value from a table from page def using el expression.

    Hi, Am using Jdeveloper 11.1.2.0.0 and have a requirement as follows for which a sample is been created. Requirement is as follows.. 1. Have a Taskflow that has a readonly table Employee. 2. On clicking of a button called "route" checks if the select

  • Transfer of forecast from SNP to ECC

    We are using transfer profile to transfer forecast (9ADFCST) from SNP to ECC. We find that the original forecast is not transferred, but only the unconsumed  (Original fcst - sales) forecast is transferred. Is there a way to transfer the original for

  • Importing lots of AVCH video files into CC

    I have tons of AVCHD files that I am thinking of importing into CC. 1. Are there any downside to importing lots of avchd footage from various cameras in CC? Speed, Performance, etc.? 2. Is there a way to open footage from LR directly in Premiere for

  • How long does it take for my Backup to be deleted if i stop paying for Icloud?

    I am keen to understand how long Apple hold on to your data if you stop paying for iCloud. I stopped paying for iCloud (without realizing) when i was between iphones. I recently got a new iPhone and tried to restore it from an old backup, but it said

  • Canon MT-24X; for use outside a Fotoflex light cube for product shots?

    My first post; Hello, About Canon MT-24X macro twin flash unit. 1. I use a light cube with 32" in. from Fotoflex (LINK REMOVED - SEE FORUM GUIDELINES ON POSTING LINKS TO 3RD PARTY SITES) to shot some objects.  Will I be able to use the MT-24X flashes