Skip to Content
0
Former Member
Jan 03, 2008 at 09:15 AM

Module pool

25 Views

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.