plz let me know why this select query is not picking up the value..
SELECT RRP_TYPE
HEUR_ID
WHATBOM
FIXHZ
FROM /SAPAPO/MATLOC
INTO CORRESPONDING FIELDS OF TABLE I_TABLE
WHERE MATID = I_TABLE_MATID AND
LOCID = I_TABLE_LOCID.
Internal table i_table has a table type /SAPAPO/MATLOC_TAB which in turn has a line type /SAPAPO/MATLOC
Parameters i_table_matid & i_table_locid has a value in debugging mode.
Table /sapapo/matloc has data for this input.