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
how 2 create the normal form by using functional module
Explain the advantages and disadvantages of different types of bdc's?
How do you populate data into a multiple line field? : abap bdc
Under Data Transfer Portion of ABAP, what do you mean by DX Project
What is difference between check table and value table ?
How do you write manual bdc session method? : abap bdc
Explain what is the step-by-step process to create a table in data dictionary?
PLEASE HELP ANYONE ON THIS ISSUE,is there any problem with this function module :RHPQ_T77BX_ADD_QUALIS_OF_DPLAN. IT IS TRIGGERING BEFORE COMPLETION OF THE DEVELOPMENT PLAN but it has to trigger after compltion of development plan..this issue raised in my project..so reply urgently..thanks in advance..
How would you suppress the display of a parameter on the selection screen?
What are base tables of an aggregate object?
Name a few data dictionary objects? : abap data dictionary
How do you find number of records present in internal table?
What are the uses of interactive reporting?
How to insert a line into abap internal tables?
Explain different types of attributes of function module?