‎2006 Aug 24 2:00 PM
‎2006 Aug 24 2:42 PM
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
‎2006 Aug 24 2:08 PM
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
‎2006 Aug 24 2:42 PM
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