What are the FM you used in Session method?

Answer Posted / saai

bdc_open_group:
this function module is used to open the session.
parameters related to this function module are

client:sy-mandt

uname:sy-uname

holddate:sy-datum

group: <groupname>

keep: 'X' / ' '.

2)bdc_insert:this function module is used to insert the
values to the session

parameters related to bdc_insert are

tcode: mention the transaction code

dynprotab: mention the internal table having structure like

bdcdata.


3)bdc_close_group:

when ever u open the session it is must to close
the session

Is This Answer Correct ?    10 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the different between abap and ooabap? Why do we use ooabap?

868


How do you find the information on the current screen? : abap bdc

794


What are the different types of the variable in the sap abap?

764


Differentiate between abap memory and sap memory?

826


What is the major difference between pool tables and transparent tables?

718






What is the bapi?

812


Can a transparent table exist in the data dictionary but not in the database physically?

804


What are the data types of the abap/4 layer? : abap data dictionary

835


What is lock mechanism? How do we create lock objects in abap?

789


What is a bsp application? : sap abap hr

813


Name a few data dictionary objects? : abap data dictionary

881


What are function modules?

772


What are the internal tables and work area?

722


What is pnp-sw-found ? : abap hr

1119


how to combine the transparent table with cluster table.

1339