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 is the difference between bdc_open_group and bdc_open_dataset. : abap bdc
What is the different between template and a table?
what is the exact code that shoud be implimented in sap note
Why bapi need then bdc ? : abap bdc
Difference between top-of-page and top-of-page during at line- selection?
Why do we use types statement in abap programming?
What is the use of the statement leave to list-processing?
How many default tab strips are there? How to insert more tabs in it?
Where do you code the hide statement?
What is Buffering Concept? When should a Table be buffered?
Different between Interface and Abstract classes?
Write syntax for message error (report)?
what are the main technical differences between oracle and sap? it would be more helpful to me if get this answer...
I have 3 transactions,where the output of one transaction is input of another and output of 2nd transaction is input of 3rd transaction.i have one flat file with all data for the 3 transaction.if the 3rd transaction failed can we rollback the remaining 2 transactions or not.Is this possible in BDC,How/
What is the significance of the memory table ‘screen’?