SAP-R/3 Interview Questions »
| 0 Comments |
1. Can you create a table with fields not referring to data elements?
YES.
Example:- ITAB LIKE SPFLI.here we are referencing to a data object(SPFLI) not data element.
2. What are the different types of data dictionary objects?
tables, structures, views, domains, data elements, lock objects, Match code objects.
3. What should be the approach for writing a [...]

