Hi experts,
I am using follwing for calling FBL3N transaction and giving input and copying the output to my program.
SUBMIT rfitemgl
WITH sd_saknr IN so_hkont
WITH sd_bukrs = p_bukrs
WITH x_opsel = ''
WITH x_aisel = 'X'
WITH pa_vari = '/Z_TDS'
EXPORTING LIST TO MEMORY
AND RETURN.
The actual thing I want to pass fiscal year value also in this statement other wise the program is going to dump as huge data is fetching more than 20 lacs records.
but fiscal year is in dynamic selection in FBL3N transaction how to achieve it please help me.
Edited by: naveenkumar baikati on Oct 17, 2008 5:11 PM