while uploading a flat file through bdc call trans, then the
system get CRASHED. how do i know how many records have been
updated.
Answer Posted / ravi
Normally, in real time it will not happen. But programmer
need to maintain a log manually about the processed and
unprocessed records.
When the system crashes, where is the chance of checking a
function module. So its not possible in that case.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
The commands through which an abap/4 module can “branch to “ or “call” the next screen are?
How do you activate a function exit?
If yes then why do we require logical database
How do you retrieve the data for repetitive structures ? : abap hr
How do u set up background jobs in SAP? What r the steps? What are the event driven batch jobs?
Hi to all abap gurus iam new to abap and my querry is as follows . and i feel so happy if u give exact anwers ? Querry1: i have one page( named "page1" )in my script with three windows(logo,adress,main windows) my requirement is to display some dynamic data in the script that is list of orders of the customer whn u give the customer number in selction-screen .then we can go for main window only to dispaly dynamic data ? or is there any other option ? then what should we give as apage number in the next page attribute in the header information. suppose if i dont give "page1" in the next page attribute as anext page what will happen ? i mean that dynamic data will be displayed or not ? Querry2: one one more querry incase if we have two pages in my layout .in page1 (3 windows as said above ) and page2 ( only logo and address window ) and no main window in page2. now if we give "page2" as next page in the next page attribute of page1 then that dynamic data will be displayed or not ?
Explain the inside concept in select-options?
Which bdc you prefer? : abap bdc
Explain the disadvantages of different types of bdc's?
What is the table buffer? Which type of tables used this buffer?
What are the differences between interactive and drill down reports?
can i use table key and key in an internal table and explain the functionalities of each one and what functionality does it give if both are used for same internal table
hi..i hav developed an interactive report in which alv list display in basic list and 1st secondary list in alv grid display.I want to get summation(total) of the columns in the secondary list.I hav used 'do_sum' but i couldnt get.is there any other way to get summation(total) in secondary list which is an alv grid display
Difference between sy-tabix and sy-index? Can you check sy-subrc after perform?
Tell me a scenario where did you use secondary index?