Hi Techies! There will be instances where you need to read tables dynamically. For a example when you work with access sequences in SAP, you will need to read data using this method. In the below example, program is defined in such a way that the table which it needs to fetch data from is […]
Tag Archives: Module Pool
Table Control Example Table control is a very useful tool when it comes to creating applications with user interactions.The program show how table control can be used to display and manipulate data. It will display sales order number, sales order line item and material number. User is able to change material number, sort up, sort down or delete […]