cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Passing Key Date Dynamically in Data Manager Package Link

Former Member
0 Likes
958

In our environment, The cost center master data load is scheduled daily from BW to BPC. The cost center dimension is time dependent in BW but not in BPC.

Is there a way to set the "Key date" to use the current date in the DM script? So that each day the scheduled load uses the system date as the version of the attributes and text?

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member186338
Active Contributor
0 Likes

Key date is passed as a part of xml selection. You can copy UJD_TEST_PACKAGE or UJD_TEST_PACKAGE_LINK to Z program and add code to insert key date in answer prompt.

Read:

https://archive.sap.com/discussions/thread/3878535

Former Member
0 Likes

Thanks Vadim, I was able to update the program and replace the key date with current date to load dynamically using the Zprogram.

former_member186338
Active Contributor
0 Likes

Then close the question!