Skip to Content
0
Apr 30, 2018 at 05:54 PM

ABAPFunction get Table

188 Views Last edit May 08, 2018 at 05:46 AM 2 rev

i have function with Import & Export & Table

IMPORT (MATNR , P_STOC,P_WERKS)

EXPORT (ZQTY)

TABLE(ITAB)

how i can get ITAB table

SELECT Table__3."ZQTY" FROM "ABAPFunction"."ZFGROUP"."Z_ATP" Table__3 WHERE ( Table__3."-IMPORT_P_MATNR" = 'xxx' AND Table__3."-IMPORT_P_STOC" = 'xxx' AND Table__3."-IMPORT_P_WERKS" = 'xxx' )