if i want to insert 10 laks MM records and for inserting one
record it takes 1 min by using call transaction or session
method . so here is there any alternative
Answer Posted / saplead.sai
THERE IS NO WAY THAT ANY INSERT WOULD TAKE 1 MIN PER
RECORD. THAT WAY....TO UPLOAD 10 LAKH RECORDS.. IT WOULD
TAKE AROUND 2 FULL YEARS. SO, ITS NOT POSSIBLE TO SOLVE
THIS UNLESS INSERT IS DONE OTHERWISE.
ANSWER IS : - : THERE IS NOT FESIABLE SOLUTION.
| Is This Answer Correct ? | 1 Yes | 13 No |
Post New Answer View All Answers
How do you read files from the application server ? : abap bdc
I am trying to automate a manual processing of iDOCs in BD87. I used the following code to pass idoc-id to global variable 'DCN' and then skip the first screen of BD87 to go to processing directly. After running this code SET PARAMETER ID 'DCN' FIELD itabhdr-idoc_id. CALL TRANSACTION 'BD87' AND SKIP FIRST SCREEN. it takes me to the first screen because it cannot recognize my idoc-id. How I can pass idoc-id to global? I have used the above code to goto VA02 with VBELN and it worked perfectly.
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.
How can a lock object be called in the transaction?
What are system fields for secondary lists?
How can end-of-selection be used?
What is update task
Can we define our own match code id's for sap matchcodes? : abap data dictionary
please give the remaining answers.
How to maintain lists?
What are the attributes of a field that can be activated or deactivated during runtime?
How do you Export a session ?
Difference between open sql and native sql? : abap data dictionary
How can we set the table spaces and extent sizes? : abap data dictionary
Can you set up background processing using call transaction?