if we are inserting record in BDC,if poweroff how can you
know how many records inserted?(poweroff yourside)
Answer Posted / vandan
These types of logs are called as Application logs. In SLG1
tcode we can find those the records which r not updated.
OR
we can find by declaring one z table with only single field.
every time when ever document number is generated append
that number into that z table. if poweroff is takes place
then u can find how many updated document numbers in the z
table.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What are logical databases? : abap hr
what is user specific parameter?
Explain the relationship between a functional area, user group, and query when developing queries using the sap query tool?
In BDC, data transfer is done success in foreground mode but if we done the same in background mode it shows errors. What is the reason?
What is repository info. Systems? : abap data dictionary
How to insert a line into abap internal tables?
In sap scripts, how will you link form with the event driven?
What is check table?
What is open sql vs native sql ?
Explain the different types of data dictionary objects?
How is conversion of data types done between abap/4 & external level?
What are the main events of which are used for logical database?
What two statements are required in an abap program to output an icon using a written statement?
What is the advantage of structures?
If a table that is to be extended contains a long field, we cannot use append structures why? : abap data dictionary