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
How to Raise a Particular Ticket in Realtime ?
Mention what is alv programming in abap?
How to create a link between modified form and modified print program?
Cds views
when do you need to create an internal table with header line ? and with out a header line?
In sap script how to print bar code in vertical manner
What is ps structure? : abap hr
8)when u create sales report what u can see in that report ? what rthose field names or data element names? 9)when u create purchase order details report what u can see in that report ?what rthose fieldnames or dataelements? 10)when u create material stock report in material master grouped by material type and plant what u can see in report ?what rthose field names or dataelement ? 11)when u create shipping forecast report what u can see in that report ?what rthose data elements or field names?
What is luw?
Table events aNd table maintains generation
What is an rfc?
What are the functional areas? User groups? and how does ABAP query work in relation to these?
What is the significance of delivery class?
How is conversion of data types done between abap/4 & external level? : abap data dictionary
How can we achieve MVC ?