‎2006 Aug 22 1:22 PM
‎2006 Aug 22 1:24 PM
‎2006 Aug 22 1:24 PM
‎2006 Aug 22 2:03 PM
Hi,
Go through these links
<b>http://www.sap-basis-abap.com/sapabap.htm
http://www.allsaplinks.com/sapfaq.html
http://www.sap-basis-abap.com/sapab038.htm</b>;
Thanks
Vikranth Khimavath
‎2006 Aug 22 2:16 PM
HI
GOOD
The Batch Input is a SAP technic that allows automating the input in transactions. It lies on a BDC (Batch Data Commands) scenario.
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.
BDC techniques used in programs:
1) Building a BDC table and calling a transaction,
2) Building a session and a set of BDC scenarios and keeping the session available in SM35,
3) Building a session and lauching the transaction right after closing the session.
GO THROUGH THIS LINK
http://www.planetsap.com/bdc_main_page.htm
THANKS
MRUTYUN