Today, obviously your company/client running their SAP on latest version ABAP 7.40 (although super latest is 7.50) Please check it…
Sometime we have requirement to display the select single or select single with the exclude single excluding the other tab…
Now a day for some SAP program, the nights are getting too short to execute. The CP industry, specially for…
For some SAP reports, the nights are getting too short. Especially at customers with large volumes of data, some SAP…
Nested Loops – This is one of the fear factors for all the ABAP developers as this consumes lot of…
*&———————————————————————**& Report ZPAR_TEST*&*&———————————————————————**&*&*&———————————————————————* REPORT zpar_test. DATA: v_year_month LIKE isellist-month, v_code LIKE sy-subrc. PARAMETER: v_month LIKE isellist-month. AT SELECTION-SCREEN ON VALUE-REQUEST…