Skip to Content
0
Nov 06, 2012 at 07:07 AM

ABAP routine in InfoPackage Selection Tab.

86 Views

Hello Experts,

Here is My Issue.

==> I want to fetch data from ECC to BI PSA but restricted withe the routine in InfoPackage Selection Tab. I want to retrive data only if my field value is not equal to blank.

Pseudocode:

If (FLAG IS BLANK)

{

then store that record data in PSA.

}

else

{

Discart that record.

}

Hoping for ASAP reply....