InterviewSolution
Saved Bookmarks
| 1. |
How Can We Declare A Table Control In The Abap/4 Program? |
|
Answer» Using the syntax CONTROLS <table CONTROL name> type tableview using SCREEN <SCR no>. Using the syntax controls <table control name> type tableview using screen <scr no>. |
|