check sy-subrc = 0 and if sy-subrc =0 difference explian
Answer Posted / 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 |
Post New Answer View All Answers
What is a help view? : abap data dictionary
what is mean be On Change of in Control Break statement
How can you distinguish between different kinds of parameters?
What are the function of the transport system and workbench organiser? : abap data dictionary
What is the tcode to create indexes?
Explain the disadvantages of different types of bdc's?
wht is the diff. b/n initialization and lotus of event
I need the coding for BDC program to upload Purchase orders of known vendor (ME21) in Material Management
What is sap script? Describe its components.
Difference between stand alone CRM and back-end CRM
How do you set up background jobs in sap? What are the steps? What are the events driven batch jobs?
What is the difference between Classic badi and Kernal badi ?
Which commands are used for interactive reports?
What are subroutines? : abap modularization
Can we use transfer dataset to transfer data in internal table ?