Write the steps to execute session method.
Steps for execution Session Method: 1) System 2) Service 3) Batch Input 4) Session 5) Choose Session Name 6) Process 7) Asks for Mode (Display All Screen, Display... Read more »
Steps for execution Session Method: 1) System 2) Service 3) Batch Input 4) Session 5) Choose Session Name 6) Process 7) Asks for Mode (Display All Screen, Display... Read more »
There are three modes in Call Transaction: A – Displays All Screen E – Display Errors N – Background Processing Read more »
There are four types of screen keywords: Module, Loop, Chain and Field. Read more »
There are four specials commands of lists: Write, Uline, Skip and New-Page Read more »
There are six types of ABAP statements: 1) Declarative - Types, Data, Tables 2) Modularization - Event Keywords and Defining Keywords 3) Control - If…Else, While,... Read more »
Each field of cluster table behaves as tables, which contains the number of entries. Read more »
SAP Script layout, text element, and some DDIC objects. Read more »
In PAI (Write field statement on field you want to validate, if you want to validate group of fields put in chain and End chain statement.) Read more »
AT SELECTION-SCREEN ON VALUE-REQUEST FOR MATERIAL. CALL FUNCTION ‘F4IF_INT_TABLE_VALUE_REQUEST’ to get material and material group for the plant. Read more »
Data in IDOC is stored in segments; the output from IDOC is obtained by reading the data stored in its respective segments. Read more »
After executing first write statement in start-of-selection event. Read more »
In SE11, one option is available above the fields strip i.e. Data element / direct type. Read more »
Transaction Code AL21. Read more »
Go to transaction SE11. Then there is one option to copy table. Press that button. Enter the name of the standard table and in the Target table enter Z_table name... Read more »
It checks program execution time in microseconds. When you go to SE30. If you give desired program name in performance file. It will take you to below screen. You... Read more »
There are two types of testing - Negative testing - Positive testing In negative testing, we will give negative data in input and we check any errors occurs. In... 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 are go... 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 »
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 »
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 »