RSS Feed for SAP-R/3 Interview QuestionsCategory: SAP-R/3 Interview Questions

SAP-R/3 Interview Questions1 »

1. What is a batch input session?
BATCH INPUT SESSION is an intermediate step between internal table and database table. Data along with the action is stored in session ie data for screen fields, to which screen it is passed, program name behind it, and how next screen is processed.
2. What is the advantage of structures? [...]

SAP-R/3 Interview Questions »

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 [...]