What is the difference between Clustered Tables and Pooled Tables?
A pooled table is used to combine several logical tables in the ABAP/4 dictionary. Pooled tables are logical tables that must be assigned to a table pool when they... Read more »
A pooled table is used to combine several logical tables in the ABAP/4 dictionary. Pooled tables are logical tables that must be assigned to a table pool when they... Read more »
PF-Status is used in interactive report for enhancing the functionality. If we go to SE41, we can get menus, items and different function keys, which we are using... Read more »
‘move corresponding’ is very efficient then ‘move’ statement. Because usually we use this statement for internal table fields only…so if we give move corresponding.... Read more »
IDOCs are intermediate documents to hold the messages as a container. Read more »
PBO - This event is triggered before the screen is displayed. PAI - This event is responsible for processing of screen after the user enters the data and clicks... Read more »
Create program-SE93-create transaction code -Run it from command field. Create the transaction using object browser (SE80) Define the objects e.g. screen, Transactions.... Read more »
Operating System – Windows based Screen Painter – Alpha numeric Screen Painter Read more »
Step loops are repeated blocks of field in a screen. Step loops: Method of displaying a set of records. Page down & Page up: decrement / increment base counter Index... Read more »
Yes, ABAP is an Event Driven language(GUI Language) Read more »
When the same sequence of statements in several programs is to be written repeatedly. They are coded in include programs (External programs) and are included in... Read more »
Yes, only external subroutines Using ‘SUBMIT’ statement. Read more »
User defined functionality included to predefined SAP standards. Point in an SAP program where a customer’s own program can be called. In contrast to customer... Read more »
Transaction code is entered in command field to open the table – Utilities – Table contents display. Read more »
HELP-SAP LIBRARY, by pressing F1 on a keyword. Read more »
PAGES, Page windows, Header, Paragraph, Character String, Windows. Read more »
SAP script backup :- In transaction SE71 goto Utilities -> Copy from client -> Give source form name, source client (000 default), Target form name. Download... Read more »
The application layer of an R/3 System is made up of the application servers and the message server. Application programs in an R/3 System are run on application... Read more »
Using Loop Statement and Flat Read more »
Elementary - Predefined: C, D, F, I, N, P, T, X. User defined: TYPES. Structured - Predefined: TABLES. User defined: Field Strings and internal tables. Read more »
Call Transaction – 1. Single transaction 2. Synchronous processing 3. Asynchronous and Synchronous update 4. No session log is created 5. Faster Session – 1.... Read more »