what is bdc?
Answers were Sorted based on User's Feedback
Answer / suji574
bdc is batch data communication, it is used to transfer
large/legacy data in to sap system.
there are two types of mechanism in bdc to transfer data
session method and call transaction method.
Is This Answer Correct ? | 13 Yes | 1 No |
Answer / pranava guru kumar j
BDC MEANS BATCH DATA COMMUNICATION.
IT MAINLY USED TO TRANSFER THE DATA FROM NON SAP SYSTEM TO SAP SYSTEM AND VICE VERSA.
THERE ARE 4 METHODS..
1.CALL TRANSACTION METHOD
2.SESSION METHOD
3.LSMW(WITH OUT WRITING CODE WE CAN SUPPLY DATA TO SAP TRANSACTIONS)
4.DIRECT INPUT METHOD
CALL TRANSACTION METHOD IS EFFICIENT THAN SESSION METHOD
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / ramjan shaik
BDC STANDS FOR BATCH DATA COMBINED.THIS IS A PROCESS OF
UPLOADING NON-SAP DATA INTO SAP.
THE BDC MAINLY DIVIDED INTO 3 TYPES
1.CALL TRANSACTION METHOD
2.SESSION METHOD
3.LSMW(LEGASY SYSTEM MIGRATION WORKBENCH)
Is This Answer Correct ? | 3 Yes | 1 No |
Answer / siva
bdc is batch data communication, it is used to transfer
large/legacy data in to sap system
there are two types of mechanism in bdc to transfer data
session method and call transaction method.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / ramjan shaik(rsrl)
BDC STANDS FOR BATCH DATA COMBIMNED.
BDC MAINLY DIVIDED INTO 3 TYPES
1.CALL TRANSACTION METHOD
2.SESSION METHOD
3.LSMW(LEGACY SYSTEM MIGRATION WORKBENCH)
BDC IS MAINLY USING TO UPLOAD NON-SAP DATA INTO SAP.
MAINLY UPLODING FLAT FILES INTO SAP
Is This Answer Correct ? | 2 Yes | 4 No |
Answer / bhagavan reddy
bdc is batch data communication, it is used to transfer
large/legacy data in to sap system
there are 4 tyes
Call transaction (Screen Level Processing)
Session method (Screen Level Processing)
Direct input method->(Standard SAP Programs)
LSMW -> (A tool)
BAPI method -> (Advanced Technique, which is very Good)
Is This Answer Correct ? | 1 Yes | 3 No |
What type of transport requests?
Can we include customizing include or an append structure with pooled or cluster tables? : abap data dictionary
20) What is the difference bewtween client dependent tables and client independent tables?
how you identify errors in call tr?
What are the abap/4 commands that link to a layout set?
Define database layer?
What is the purpose of creating symbolic a/c, what is transaction code for same? Can we assign one symbolic a/c to multiple wage types? : sap abap hr
What is the difference between synchronous and asynchronous updates?
What are RFCs? How do you write RFCs on SAP side?
how many indexes can be created for a table?
when do you need to create an internal table with header line ? and with out a header line?
Can we handle two transaction codes in the same program using call transaction bdc input method? : abap bdc