Hi All,
i had copied a program from 4.6 C to ECC 6.0 , When i executed this report directly to show ALV display no error is occuring, but when i called this report through a function codes ( Submit program )error is occuring GETWA_NOT_ASSIGNED.
This is due to mismatching of the field symbols and it is occuring in program
SAPLKKBL -> LKKBLF99 at below given code.
case gs_out-field_colcount.
when 001.
if gs_out_flags-slave ne 'X'.
assign <fm01> to <field>.
gs_fc = gs_mfc01.
plz help me how to resolve this issue.
Regards
Krishna