wtat is diff. between bdc and session method
Answer Posted / lavanya
BDC (batch Data Communication)
In this there are three methods
1. Direct input method
2. Call Transcation
3. Session Method
session method :
we can upload the data using three function modules
they are
BDC_OPEN_GROUP
BDC_INSERT
BDC_CLOSE_GROUP.
If we want to call more than one transcation then we use
more than BDC_INSERTs included between BDC_OPEN_GROUP and
BDC_CLOSE.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How many types of tables exist and what are they in data dictionary?
Can any tell me ECC 5.0, ECC 6.0 Released year? and difference between them?
Can you give the Example for the structure of an ABAP program? REPORT... NODES: SPFLI, SFLIGHT. DATA:... INITIALIZATION. AT SELECTION-SCREEN. START-OF-SELECTION. GET SPFLI... GET SFLIGHT... GET SPFLI LATE. END-OF-SELECTION. FORM... ENDFORM.
Is it possible to pass data to and from include programs explicitly?
What are the different software packets available in the market? : sap abap hr
How do we assign dynamic views while creating material master and generating bdc? : abap bdc
How can an internal table with header line and one without header line be distinguished when passed to a subroutine? : abap modularization
What is the difference between call transaction and session method? : abap bdc
when u prefer lsmw?
Explain some essential objects in abap dictionary?
What is a match code? : abap data dictionary
What are the functional areas? User groups? And how does abap/4 query work in relation to these?
What is the meaning of client independent?
What will you code in start-of-selection & end-of-selection ?
Can a filed occur in several field groups?