1. What is an ABAP data dictionary?- ABAP 4 data dictionary describes the logical structures of the objects used in…
Archive for April 16th, 2009
ABAP ALV Report- SD FLOW ALV *&———————————————————————* *& Report ZJACKTEST *& *&———————————————————————* *& *& *&———————————————————————* REPORT ZJACKTEST. TYPE-POOLS:…
How to block input area? You can check below method. 1 2 3 4 5 6 7 8 9 PARAMETERS:…
My client asks me to add a function that when he double click order column, he wants to see CO03….
April 16th, 2009
ABAP Create Excel Download button at Selection Screen
No Comments, ABAP Program, by Jack.If you want to create Excel download button at selection screen, you can check below method. 1 2 3 4…
April 16th, 2009
Calculate Days Function-FIMA_DAYS_AND_MONTHS_AND_YEARS
No Comments, ABAP Function, by Jack.Use below ABAP function, you can calculate days. 1 2 3 4 5 6 7 8 9 10 11 12…