What is reject statement? please reply me breifly?
Answer / malli.gontla
1. REJECT.
2. REJECT dbtab.
Variant 1
REJECT.
Effect
Stops processing the current database table line and resumes
with the next line of the table on the same hierarchy level.
Unlike the CHECK statement, you can also use REJECT within a
subroutine or loop for table selection.
Variant 2
REJECT dbtab.
Effect
Similar to variation 1. In this case, however, dbtab is a
table from the database hierarchy on a level no deeper than
the current database table. Processing continues by reading
the next record of the table dbtab .
Example
Logical database F1S
Hierarchy: SPFLI -> SFLIGHT -> SBOOK
TABLES: SFLIGHT,
SBOOK.
GET SFLIGHT.
...
GET SBOOK.
...
REJECT 'SFLIGHT'.
...
REJECT cancels processing of the event 'GET SBOOK' and
resumes with the processing of the event 'GET SFLIGHT' .
Note
The name of the subroutine containing the "PUT dbtab"
statement must begin with PUT_dbtab .
Is This Answer Correct ? | 1 Yes | 0 No |
Explain the difference between function group and function module?
Explain the differences between sap memory and abap memory?
Why bapi need then bdc ? : abap bdc
prerequisities of FOR ALL ENTRIES
how to transfer smartforms?
In Scripts,if we forgot to give the Elements Parameter in the Functional Module Write_form,then what will happen?
What are pooled tables? : abap data dictionary
what are the types of session method in session method?
what next in SAP-ABAP/4 is it going to be change?
What event is trigger wen screen is displayed?Before displaying Initailization and Pressing enter At selection- Screen..............But at the selection displayed and we are entering values naa that time?
could u plz provide me the details of blue printing? Role of an abapper in implementation project? Details steps of implementation? Regards, Rahul
Have you used SAP supplied programs to load master data?