Skip to Content
0
Nov 07, 2012 at 05:20 PM

ABAP Code help needed in BW 3.5 version

27 Views

Hi All,

I have a requirment where I need to load the data from a DSO to Cube based on future date. ie.date greter than (>) today's date.

User wants to see plan data for future date which means calday > current date (today's date) and the load is daily full load by deleting the previous day's load.

Calendar day (Char) ,Plan production quantity (KF)

Data is coming for historic as well as future date based on cal day.

We need to write the logic like

calday is > 07.11.012 only that data needs to be loaded for today.

tomorrow its like calday >08.11.2012

Can some one suggest how to write the logic in update rule.