Nested R/3

Hello everyone,

I 'm doing my fist extraction from SAP, and i need to build a nested R/3.
I meant by that

  1. Create an R/3 in side an another R/3

  2. Read the data transform in the nested R/3 as source to populate my target.

  3. I would like to use my First data transform several times.

I read the BO documentation, but there is no example about how to do it.

any help will be welcome1

Thanks


charleshabby (BOB member since 2012-04-04)

Sorry, EDF (embedded data flow) functionality is not possible in the R/3 context. Try the following

  1. R/3 DF - R/3 table(s) to file
  2. R/3 DF - File created from 1st R/3 DF to file or data transport
    Or
  3. Create an SAP function that contains the repeatable process
    Or
  4. Create the repeatable process in a standard DF

What is the repeatable process?


SalH :mexico: (BOB member since 2010-11-09)

Thanks SalH,

I tried to implemente the first solution by creating :

a R/3 dataflow that contains

SAP table — query transform----Data Transport
then, accordind to the DI document i should do that if I need to use my first data transport

1rst Data transport ----Query transform ---- second data transform and so one.
At the end I could connect my data flow R/3 to my flat file to extract the data.

The thing is I don’t know how to put my fisrt data transport as Source.

**** The repeatable process********

I would like to extract the data in my sap table by year before creating my flat file at the end.

Thanks again for your help.


charleshabby (BOB member since 2012-04-04)