check sy-subrc = 0 and if sy-subrc =0 difference explian
Answer / kaushik
check sy-subrc = 0.
* This statement checks for the condition and if it is
true, the further code will be executed. If not, the
execution will stop if sy-subrc fails.
if sy-subrc = 0.
endif.
* This statement checks the above condition and even if sy-
subrc fails, the code will be executed further.
Is This Answer Correct ? | 50 Yes | 2 No |
Which database object is used for storing the system variables? : abap data dictionary
you have own g table & kna1 table how to attach the search help for g table as well as kna table?if u press f4 on selection u should display only primary key field of kna1 as well as g table fields
what is the use of CTU_PARAMS when we working with BDC?
4 Answers Cap Gemini, Yash Technologies,
what are system Variables?
what is the difference b/w driver program & print program?
Can Top-of-page trigger with VLINE.?
what is session and what is the use of that one?
Double click function on the lists, identifying the line selected by the user on the list?
WHAT ARE THE INPUT PARAMETERS TO BE PASSED FOR THE BAPIS 'BAPI_CUSTMATINFO_GETDETAILM' AND 'BAPI_CUSTMATINFO_GETLIST'
Explain what are the different functions used in sap script?
What is the significance of the memory table ‘screen’?
Explain badi in abap.