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
Explain the function module in bdc?
What are the different types joins?
Value table VS check Table.
How are BAPI different from Normal function modules ?
What are client dependant objects in abap/sap?
Can matchcode object contain ids with different update types? : abap data dictionary
How to insert a line into abap internal tables?
if u take one worst program,in this program user write the logic is session method.in that program user can get some errors ,that errors we will see in call transaction method,how it is possible.?
Is it possible to pass data to and from include programs explicitly?
How would you define the exponents for a type âfâ field?
How is conversion of data types done between abap/4 & db layer? : abap data dictionary
Why grouping of fields is required? What is the max no of modification groups for each field?
What happens Update command is used without where clause ?
Lock objects and what are parameters of ENQUEUE FM?
Explain the structure of a bdc sessions?