How do you do BDC?
Answers were Sorted based on User's Feedback
Answer / krishna
by USING SHDB TRANSACTION CODE,WE WILL START THE
RECORDING.THROUGH THIS WE WILL PROCESS THE CODE TO REPORT
PROGRAMMING & WRITE THE PROGRAM.THROUGH CALL TRANSACTION WE
WILL SEND DATA TO DATABASE DIRECTLY.
BUT BY USING SESSIONMETHOD WILL WILL PROCEES THE SAME
PROCESS & AFTER EXECUTING THE REPORT PROGRAMMING WE WILL GO
TO SM35 TRANSACTION CODE & RECORD THE DATA TO THE DATABASE
TABLE.
Is This Answer Correct ? | 1 Yes | 1 No |
BDC-Batch Data Conversion/Communication.
By using BDC we can transfer data from non-sap to sap system
or sap to non-sap system.
for this we have to perform 2 steps:
1. Uploading/Downloading Data.
2. Mapping Logic(for validations).
we have some predefined methods for Mapping Logic ..
1.Session Methos.
2.CallTransaction Method.
3.Recording ..
Is This Answer Correct ? | 1 Yes | 1 No |
Uses of runtime analysis and sql trace with example(coding).
In Dialog program Syntax of Synchronous and Asynchronous?
difference between user-exit and customer-exit?
why SAP scripts are client dependent and smart forms are not?
How did you test the form u developed? how did you taken print?
List the events in abap/4 language?
What is the max no of match code id’s that can be defined for one match code object?
What is the difference between skip and new-line?
can any one tell me the following question's answer 1. How can we create PUSH Botton in presentation layer. 2.How can we print the record. 3.If database has nor records & if we write 'for all entries' in select statement then what will be happen.
how to Implemented a BAPI to upload Payroll summary information into SAP R/3 system
What is a table pool?
How do we handle multiple line items in BDC's.