Hi,
according to your coding, you have to create a table type(sbc400_t_spfli) in SE11 . where you have to mention SPFLI table.
then you can use:
data it_spfli type sbc400_t_spfli,
wa_spfli like line ofit_spfli.
Thanks
Sabyasachi
Hi,
according to your coding, you have to create a table type(sbc400_t_spfli) in SE11 . where you have to mention SPFLI table.
then you can use:
data it_spfli type sbc400_t_spfli,
wa_spfli like line ofit_spfli.
Thanks
Sabyasachi