Hi!
I'm trying to enter data into a few fields of my ALV but when I press save or double click or try to do any action I'm getting and error and I can't go into my gode to get the data and save it into my tables.
I declarated my ALV table like
DATA BEGIN OF it_output OCCURS 0.
DATA:
kunag TYPE s901-kunag,
zbuilder TYPE s901-zbuilder,
kunnr TYPE s901-kunnr,
zdepbal TYPE s901-zdepbal,
zdepret TYPE s901-zdepret,
zretbal TYPE s901-zretbal,
zretret TYPE s901-zretret,
zdepadj TYPE s901-zdepadj,
zretadj TYPE s901-zretadj,
zdisdel TYPE s901-zdisdel,
zchpdel TYPE s901-zchpdel,
fields to be filled
returned TYPE s901-zdepbal,
scrapped TYPE s901-zdepbal,
comments(30),
bstkd TYPE bstkd,
trmtyp TYPE trmtyp,
werks TYPE werks,
END OF it_output.
the last 6 fields are the ones that I need to fill.
The error that I'm getting is into a pop up and it says :
Field T_output_trmtyp is not in the apab dictionary.
Did someone has this problem before? I'll keep looking for the solution.
thanks.