Dear Experts,
I m facing problem in module pool PAI i m having two user command , below i m mention my coding and what i got the error. please anyone help me to solve tis prblm
i created one struture while i calling into internal table i m getting tis error
CODING:
odule USER_COMMAND_0100 input.
CASE SY-UCOMM.
WHEN 'DISPLAY'.
SELECT SINGLE * FROM IT_ITAB
INTO SPP
WHERE PLANT = ZSPPMOD-WERKS
MRPCONTROLLER = ZSPPMOD-DISPO
DATE = ZSPPMOD-PSTTR.
when 'exit'.
leave program.
APPEND IT_MARC.
ENDSELECT.
endcase.
ERROR:
"IT_ITAB" is not defined in the ABAP Dictionary as a table, projection
view or database view.