How do you know that data is updated in call transaction
Answer Posted / sandip naha
If sy-subrc eq 0, then data is updated successfully in sap
database by call transaction method.
If sy-subrc ne 0, then data is not updated successfully in
sap database by call transaction method.
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
What is lock mechanism? How do we create lock objects in abap?
Can a transparent table exist in data dictionary but not in the data base physically? : sap abap data dictionary
What are the events we use in dialog programming and explain them?
What primary key and foreign key relationship
Explain the inside concept in select-options?
What is an abap dictionary? : abap data dictionary
What is native sql?
What is the use of table maintenance allowed?
What is the difference between select statement and provide statement ? : abap hr
What are the difference between pool tables and transparent tables?
What is the maximum number of structures that can be included in a table or structure
How do you restrict the data to be entered in the payroll area? : sap abap hr
What are the problems in processing batch input sessions?
What is the difference between rfc and bapi function modules? : abap bdc
how can we use the text randomly or circularly in smartforms.... means... suppose i have 'abap' horizantally... but i want it in vertically... how can... plz any body tell me this....