Skip to Content
0
Former Member
Sep 08, 2009 at 06:33 PM

FBL3N Through SE38

72 Views

Hi All,

I am trying to run the FBL3N report in using SE38 with only 2 fields G/L Account and Posting date for which I have written following code :

SELECT-OPTIONS :sd_saknr FOR skb1-saknr,
                so_budat FOR bsid-budat.

START-OF-SELECTION.
  SUBMIT rfitemgl VIA SELECTION-SCREEN
  WITH sd_saknr IN sd_saknr
  WITH x_aisel = 'X'
  WITH x_opsel = ' '
  WITH so_budat IN so_budat
  AND RETURN.

The Above code works but after I enter the G/L Account and Posting Date and press the execute button, the Original FBL3N Selection screen is displayed with the correct input values which I entered in G/L Account and Posting Date field.

My requirement is I don't want Original Selection Screen to be displayed after I press the execute button on my selection screen.

Please guide me how can I hide the Original Selection screen.

Thanks in Advance.