I'd like to jump into the ALV screen of FAGLL03H when I click an alv line of my addon program.
So I write a code snip like this.
SUBMIT FAGL_LINE_ITEM_BROWSER
USING SELECTION-SCREEN '1000'
WITH SO_C01-LOW = 'XXXXXXX'.
However, field SO_Cnn are dynamic fields generated by FIELD SELECTION VIEW.
How could I pass these dynamic parameters to FAGL_LINE_ITEM_BROWSER and skip first screen.
Thanks & Regards,
Chad He.