cancel
Showing results for 
Search instead for 
Did you mean: 

How to write this Routine in BI 7.0

Former Member
0 Kudos

Hello ,

One of my client is upgrading from BW 3.x to 7.0 . I am trying to write this code in filter section of DTP(Data transfer process) n BI 7.0

The old code is like this:

delete DATA_PACKAGE where FC_KEYDATE(4) ne '2007'.

How do I write this in BI 7.0

Thanks for your help,

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

delete SOURCE_PACKAGE where FC_KEYDATE(4) ne '2007'

Were u looking for this?? change of DATA to SOURCE

Former Member
0 Kudos

If my understanding of the code is right - Records values not equal to 2007 for FC_KEYDATE(4) should not be loaded.

You can do this in DTP filter - Extraction Tab - Filter - Change Selections - Get FC_KEYDATE(4) - Input 2007

Sry if I am mistaken...