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
Why do we need to code a loop statement in both the pbo and pai events for each table in the screen?
Tell me a scenario where did you use secondary index?
what is sap scriptview ?
What are internal tables? How do you get the number of lines in an internal table? How to use a specific number occurs statement?
How many types of views are there ?
How do you Export a session ?
How do you send files to the legacy systems from sap and vice versa? How does one know that the legacy files have come on to the sap server you are working on? : abap bdc
What is the abap program name to process the batch input session automatically? : abap bdc
How to insert a line into abap internal tables?
I need the coding for BDC program to upload Purchase orders of known vendor (ME21) in Material Management
Explain what is an rfc?
why particularly lock object name starts with EZ OR EY?
Final class
What is the max no of match code id’s that can be defined for one match code object?
what is call back in alv?