what is actaul procedure of session method of bdc.
pls me complete steps.
Answer Posted / anurag
Upload all the data in internaltable.
Create Session with BDC_OPEN_GROUP.
Loop at itab.
write all the performs.....
BDC_INSERT
Tcode:
Table:
append bdcdata
clear bdcdata
endloop.
BDC_CLOSE_GROUP
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to specify a client for database table processing?
Why do we use Abstract classes give an example from your project?
What is asap methodology? : sap abap hr
What are the difference between tables and structures?
Polymorphism real time scenario
What is singleton pattern in OOPS?
What are table clusters?
How do you save data in bdc tables? : abap bdc
How can one distinguish between different kinds of parameters? : abap modularization
can any one answer these questions 1)How do you convert non-character field to character field? 2)How do you work with semi colon separated files? 3)why cant we use normal function module for data transfer? 4)what is the structure of CTU-PARAMS? 5)can we use transfer dataset to transfer data in internal table?
What are the screen elements.
What are the data types of the abap/4 layer? : abap data dictionary
What are the two ways for restricting the value range for a domain? : abap data dictionary
How to debug rfc function module?
How to transfer data into line items using batch input session method? : abap bdc