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 the difference between Classic badi and Kernal badi ?
If I want to execute a bdc program only in background not in foreground is there any option for this? : abap bdc
Can we use flow logic control key words in abap/4 and vice-verse?
What is the difference between abap and hr abap? : abap hr
In selection screen, I have three fields, plant material number and material group. If I input plant how do I get the material number and material group based on plantdynamically?
Can multiple abap systems connect to abap database?
Have you set up a back ground job? How to create a background job without a variant ? : abap bdc
how to create view in bdc..??
Where do you create indexes in abap?
Where can you find error log for call transaction? : abap bdc
Can a domain, assigned to a data element be changed?
Why do we need to code a loop statement in both the pbo and pai events for each table in the screen?
What are the attributes of a field that can be activated or deactivated during runtime?
What is the difference between a pool table and a transparent table and how they are stored at the database level?
Explain the difference between free and refresh?