cancel
Showing results for 
Search instead for 
Did you mean: 

Passing Parameter to DMP using UJD_TEST_PACKAGE

former_member209032
Active Contributor
0 Kudos

Hi Gurus,

    Previously in our system actuals data were loaded using flat file and we coded the currency translation in default.LGF. Now we are planning to load actuals data using DTP and we want to automate the currency translation process. I can use the program UJD_TEST_PACKAGE to run my default.LGF. The problem is i want to run the currency translation for only the data that is loaded newly and not for the entire set of data. I can read the data in transformation and can get the selecions for which the data is loaded and can store it in a custom table but how to pass this to DMP that will be executed using UJD_TEST_PACKAGE . Any suggestions will be appreciated.

Regards,

Raghu.

Accepted Solutions (1)

Accepted Solutions (1)

former_member186338
Active Contributor
0 Kudos

If you will use load data from infoprovider then you will have an option to run default.lgf on the scope of data loaded. It's not the recommended way to use DTP directly to BPC model.

former_member209032
Active Contributor
0 Kudos

Hi Vadim,

     There is lot of coding in the transformation. What i can think is i can create a cube similar to my BPC model and the actuals data can be loaded to the custom cube and from there i can use the load from infoprovider function to load to BPC model. The problem here is i need to automate load from custom cube to my BPC model as the business and Admin team does not want to do this manually. How to load only the newly loaded data from cube to model as i do not wish to load all the data from custom cube to BPC model every time some data is added to custom cube.

Regards,

Raghu.

former_member186338
Active Contributor
0 Kudos

What about delta load?

Another option is to create a copy of the UJD_TEST_PACKAGE  to Z... and modify the abap code to read and pass some parameters.

Vadim

former_member209032
Active Contributor
0 Kudos

Hi Vadim,

  The load to custom cube will be delta, but how to pass only the delta records to BPC model using load from infoprovider? Is there any sample documentation  for creating a custom program similar to UJD_TEST_PACKAGE?

Regards,

Raghu.

former_member186338
Active Contributor
0 Kudos

"The load to custom cube will be delta" - not clear!

Delta load from any cube is described in EPM help "41.5.11 About Delta Initialization" and after initialization you will use /CPMB/LOAD_DELTA_IP chain

Vadim

former_member186338
Active Contributor
0 Kudos

And /CPMB/LOAD_DELTA_IP chain also support default.lgf!

"Is there any sample documentation  for creating a custom program similar to UJD_TEST_PACKAGE?" - the program is absolutely simple, you need abap skills to modify it...

former_member209032
Active Contributor
0 Kudos

Hi Vadim,

  I will look into it and get back to you.

Regards,

Raghu.

Answers (0)