while uploading a flat file through bdc call trans, then the
system get CRASHED. how do i know how many records have been
updated.
Answers were Sorted based on User's Feedback
Answer / mrudila
function module " format_message" holds the data that
has not updated ,describing in which screen & fied has
occured error.so that u can get how many records have got
updated b4 occuring error.
Is This Answer Correct ? | 3 Yes | 3 No |
Answer / 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 |
Answer / marri
Even though it is bulk data processing, but updating the
database always record by record only. so after calling the
transaction , maintain the status of call transaction in to
one custom table including the record details.
so that we can check the custom table for the latest details
Is This Answer Correct ? | 1 Yes | 2 No |
How does the interface between the dynpro and the abap/4 modules take place?
1.search help is there for table or structure or both? 2.in structure there is no technical attribute, then how will u call data elements/fields into the structure? 3. i want to add/write some code in sap standard program in function module related in badi,then how will u write your code in sap standard Fm in badi? 4.what is kapler badi? 5.what is the use of log text in table technical attributes while creating table? 6.what are the fields i have to take to releae/creat a PO from Pur req? 7. if i have already release po as per the Pur req and vendor supplied the material,then again i want same 100 material,then wt will u do? are u release po again? what are steps u follow for this situation?
What is match code? : sap abap hr
What is the use of update Function Module ? Where it is used and purpose ?
How can you manipulate the presentation and attributes of interactive lists?
7) What is the purpose of main window in SF n Script?
How many types of RFCs are there?
I have two pages, In one page I want address, Header, Main & footer. In the second page I want only Main. How to do it?
what is code to upload cost centers through call trans. and procedure
B -Credit Note report Selection Screen Ranges: Creation date Sales Org Sold to Party Selection condition: Document Category – VBTYP should be ‘O’ Table to be used: VBRK, VBRP,VBPA,ADRC List the CR order types or credit billing type by customer number (or selected customer) and displays the: - Billing Document date (FKDAT) - Customer number (KUNRG) - Name of the reseller (on top of the SAP No) (NAME1) - Billing document number,(VBELN) - order reason (AUGRU_AUFT) - Amount (NETWR) - Currency (WAERK) Group Currency wise, billing type wise sum of Net value. When user double click on field ‘Billing Document #’ , display the document in VF03 Do this using OO ABAP.
Can we handle two transaction codes in the same program using call transaction bdc input method? : abap bdc
What is direct input method ?