Answer Posted / bhargavi
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 |
Post New Answer View All Answers
Workbench request are client dependent or client independent
What is the meaning of table buffer? This buffer is used by which type oftable?
What are the techniques involved in using sap supplied programs?
What data is contained? : abap data dictionary
Explain read dataset in sap abap?
How many types of size categories and data classes are there?
What are the organizational related Infotypes
What is roll area?
What are the two statements which are required in an abap program to output an icon using a write statement?
what are the two methods of modifying sap standard tables ?
1. If I send 5 entries of table from one system to another system, if the only 4 entries there in the target system what I have to do? 2. If I send the customer master IDOC from one SAP system to another system, if one field is missing in target table what is the steps? 3. If I want to access the 4th row 3rd column in the hashed table how to do it? 4. Whether there is any other statement than MODIFY statement to modify the content of internal table?
What are plan versions used for? : sap abap hr
Cds views
What are the types of windows in sap script?
If A is the super class of B. And both the classes have constructor. We create an object of class B. Then which constructor will be called? If both then in which order?