You have 5lakh records to transfer to sap from flat
file.which method of bdc you wiil choose and why?
Answer Posted / kranthi
Session method is used...else LSMW or BAPI.. Session method
is used when huge amount of records are avaiable...upload
can be done in sessions.errors are logged
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
While using extract datasets it is required to have a special workarea for interface. State true or false. : abap modularization
How the at-user command serves mainly in lists?
What are system variable in abap?
How we can retrieve data using secondary index. Explain with simple example?
What is a table cluster? : abap data dictionary
What is database utility? : abap data dictionary
What is the difference between tables and structures?
How can an internal table with header line and one without header line bedistinguished when passed to a subroutine?
Explain the relationship between a functional area, user group, and query when developing queries using the sap query tool?
What does an EXEC SQL stmt do in ABAP? What is the disadvantage of using it?
What is meant by slab? How is indian slab and us slab? : sap abap hr
Interactive Report that list purchase order details of a vendor. When the user double clicks on material number it shows detail list with fields matkl, meins, brgew, ntgew, gewei.The selection screen consist of sales organisation, distribution channel and material number. plz mention the detail coding Tahnks, Rahul
Explain the difference between function group and function module?
How is conversion of data types done between abap/4 & db layer?
What happens if we use leave to list-processing without using suppress-dialog?