Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

abap

Former Member
0 Likes
375

how to write function modules for a bdc session prg

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
345

hi

good

BDC functions:

· BDC_OPEN_GROUP : Opens a session group

· BDC_CLOSE_GROUP : Closes a session

· BDC_INSERT : Insert a BDC scenario in the session

· The ABAP statement "CALL TRANSACTION" is also called to run directly a transaction from its BDC table.

It runs the program RSBDCSUB in order to launch automatically the session. The session management is done through the transaction code SM35.

The object itself is maintanable through the transaction SE24.

GO THOUGH THIS LINK FOR ALL FUNCTION MODULES USE FOR BDC SESSION.

http://help.sap.com/saphelp_nw04s/helpdata/en/fa/097126543b11d1898e0000e8322d00/content.htm

http://help.sap.com/saphelp_nw04s/helpdata/en/fa/097133543b11d1898e0000e8322d00/content.htm

http://help.sap.com/saphelp_nw04s/helpdata/en/fa/097140543b11d1898e0000e8322d00/content.htm

THANKS

MRUTYUN

2 REPLIES 2
Read only

vladimir_golovtchiner
Participant
0 Likes
345

Hi,

you cann use Tr. sm35 to rekord a BDC map. after that you could convert the map into a programm or function module.

than you will see the construktion of FM.

regards

Vladimir

Read only

Former Member
0 Likes
346

hi

good

BDC functions:

· BDC_OPEN_GROUP : Opens a session group

· BDC_CLOSE_GROUP : Closes a session

· BDC_INSERT : Insert a BDC scenario in the session

· The ABAP statement "CALL TRANSACTION" is also called to run directly a transaction from its BDC table.

It runs the program RSBDCSUB in order to launch automatically the session. The session management is done through the transaction code SM35.

The object itself is maintanable through the transaction SE24.

GO THOUGH THIS LINK FOR ALL FUNCTION MODULES USE FOR BDC SESSION.

http://help.sap.com/saphelp_nw04s/helpdata/en/fa/097126543b11d1898e0000e8322d00/content.htm

http://help.sap.com/saphelp_nw04s/helpdata/en/fa/097133543b11d1898e0000e8322d00/content.htm

http://help.sap.com/saphelp_nw04s/helpdata/en/fa/097140543b11d1898e0000e8322d00/content.htm

THANKS

MRUTYUN