Note:-
1. Created quick ALV function to display alv for any
internal table passed.
2. Developed dynamic program generation ( we can execute
program dynamically without passing request to the production server)
3. Created a dynamic program to display any FOXPRO table
into ABAP ALV.
FUNCTION ZPREM_QLINE.
FIELD-SYMBOLS: <F>.
DO.
ASSIGN COMPONENT SY-INDEX OF STRUCTURE
ZF TO <F>.
IF SY-SUBRC <> 0. EXIT. ENDIF.
if sy-index = 1. write / ' '.
endif.
if sy-index = 25. exit. endif.
WRITE : <F>, sy-vline.
ENDDO.
ENDFUNCTION.
Serkan AKKAVAK
Computer Engineer
ABAP Developer & SAP MM SD Consultant
Contact : serkurumsal@yandex.com
Social Plugin