Archive for April 16th, 2009

1. What is an ABAP data dictionary?- ABAP 4 data dictionary describes the logical structures of the objects used in…

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:…

April 16th, 2009

ABAP ALV Double Click CO03

5 Comments, ABAP Program, ALV, by Jack.

My client asks me to add a function that when he double click order column, he wants to see CO03….

If you want to create Excel download button at selection screen, you can check below method. 1 2 3 4…

Use below ABAP function, you can calculate days. 1 2 3 4 5 6 7 8 9 10 11 12…