Can you call a subroutine of one program from another program?
Yes, only external subroutines Using ‘SUBMIT’ statement. Read more »
Yes, only external subroutines Using ‘SUBMIT’ statement. 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, ABAP is an Event Driven language(GUI Language) 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. Operating System – Windows based Screen Painter – Alpha numeric Screen Painter 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 »
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 »
IDOCs are intermediate documents to hold the messages as a container. Read more »
‘move corresponding’ is very efficient then ‘move’ statement. Because usually we use this statement for internal table fields only…so... 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 »
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 »
Table contains vertical and horizontal lines. We can store the data in table as blocks. We can scroll depends upon your wish. And these all are stored in database... Read more »
ABAP/4 provides some interactive events on lists such as AT LINE-SELECTION (double click) or AT USER-COMMAND (pressing a button). You can use these events to move... Read more »
Call transaction is faster then session method. But usually we use session method in real time…because we can transfer large amount of data from internal table... Read more »
We can create an internal table like ‘bsgmcgcoll’. All the messages will go to internal table. We can get errors in this internal table. Below messages... Read more »