Dear All,
I am new to ABAPand BI. In field/characteristic routine in transformation, can't I use source_package?
I am not able to execute the statement
it_ts1 = source_package.
gives me an error that source_package field doesn't exist.
even it_ts1[] = source_package[] does not execute.
it_ts1 is an internal table i have defined on the _ty_s_SC_1.
Do I have to import the source_package separately or define it?
Doesn't source_package have the same structure as _ty_s_SC_1?
Regards,
Cleo