FB03 Calling the screen

Call transaction FB03 

      s_selfield TYPE slis_selfield.
  READ TABLE gt_final INTO gs_final INDEX s_selfield-tabindex.
  SET PARAMETER ID 'BLN' FIELD gs_final-belnr.
  SET PARAMETER ID 'BUK' FIELD p_bukrs.
  SET PARAMETER ID 'GJR' FIELD p_gjahr.
  CALL TRANSACTION 'FB03' AND SKIP FIRST SCREEN.

Comments

Popular posts from this blog

all user exit mv45afzz (implicit user exit )

How to Give Dropdown in alv report in sap abap programming Language

Long Text in input and output field in module pool