InterviewSolution
| 1. |
Sap R/3 Screens How Will You Develop A Table Control Having 3 Columns With Only One Editable ? |
|
Answer» we can develop it by giving the code in PBO (process before output) giving table control line = 3. it will give only 3 LINES and we can make 2 lines disable in screen painter options available in table control Elementary search helps, Collective search help. Elementary search helps defines a search PATH where we will define the table from which the data has to be read and the selection criteria. Through import and export parameters. Used when we gets the data rom a single table. Collective search helps: COMBINATION of elementary search helps. When we need to fetch data based on multiple selection criteria’s. More than one tables are Selection from multiple tables Difference between Search Helps and Match CODES: search help: adding f4 functionality is search help(adding help for any topic) match code: adding search help for the input field is called as math code object. we can develop it by giving the code in PBO (process before output) giving table control line = 3. it will give only 3 lines and we can make 2 lines disable in screen painter options available in table control Elementary search helps, Collective search help. Elementary search helps defines a search path where we will define the table from which the data has to be read and the selection criteria. Through import and export parameters. Used when we gets the data rom a single table. Collective search helps: Combination of elementary search helps. When we need to fetch data based on multiple selection criteria’s. More than one tables are Selection from multiple tables Difference between Search Helps and Match Codes: search help: adding f4 functionality is search help(adding help for any topic) match code: adding search help for the input field is called as math code object. |
|