List of Infotypes configured in the SAP system – Simple ALV report
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | *&-----------------------------------------------------------------------------------------------------------------------* *& Report ZINFOTYPE * *& Author : Swarna.S * *&-----------------------------------------------------------------------------------------------------------------------* *& * *& AS: This program lists all the infotypes maintained in SAP system * *&-----------------------------------------------------------------------------------------------------------------------* REPORT zinfotype . TYPE-POOLS : slis. *Structure declaration for Infotypes for customer TYPES : BEGIN OF ty_table, infty TYPE infty, pnnnn TYPE pnnnn_d, END OF ty_table. *Structure for infotype text TYPES : BEGIN OF ty_itext, infty TYPE infty, itext TYPE intxt, sprsl TYPE sprsl, END OF ty_itext. |
https://www.erpdb.info/sap-abap-list-viewer-alv-tutorials/