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....