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
Did you create primary index?
Define database layer?
What are extracts?
What are the components in sap application server?
How can we set the table spaces and extent sizes? : abap data dictionary
How to determine the attributes of an internal table?
What are the types of subroutines? : abap modularization
Normally how many and what files get created when a transaction program is written?
What is the difference between sum and collect?
What is an abap/4 query? : abap hr
How do you find if a logical database exists for your program requirements?
Give few names of pooled tables in sap ?
What is the difference between call transaction and session method? : abap bdc
Explain the difference between open_form and close_form?
Update types in Call transaction method. What is the difference?