‎2006 Apr 25 6:47 AM
hai to all
any any one send me the infromation in interfaces
what is the interfaces
what is the use of it.
trough interfaces what to we willl do
thanks in advance
‎2006 Apr 25 6:51 AM
Hi,
If you are talking about IDOC interface take a look here.
http://help.sap.com//saphelp_470/helpdata/EN/0b/2a611c507d11d18ee90000e8366fc2/frameset.htm
http://www.sappro.com/downloads/OneClientDistribution.pdf
http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc
BAPI-step by step
http://www.sapgenie.com/abap/bapi/example.htm
Regards,
Ravi
Note : Please mark the helpful answers
‎2006 Apr 25 6:52 AM
thnak u ravi ,
but i need u r help in the interfaces bdcs
interfaces in bdc
‎2006 Apr 25 6:55 AM
Hi,
Take a look at this
http://www.sap-img.com/bdc.htm
http://www.sap-img.com/abap/bdc-example-using-table-control-in-bdc.htm
Regards,
Ravi
Note :Please close the thread, if the question is answered
‎2006 Apr 25 6:59 AM
thank u for u help,,
iam not getting exact help
what is the interfaces, why we will use that.
‎2006 Apr 25 6:53 AM
hi Franklin,
Check these out
http://www.allsaplinks.com/bapi_example.html
http://www.sap-img.com/bdc.htm
http://www.sapgenie.com/abap/bdc.htm
Regards,
Santosh
‎2006 Apr 25 6:55 AM
Hi,
Refer this link:
http://www.sappoint.com/abap/bdcconcept.pdf
http://www.sapgenie.com/interfaces/index.htm
regards,
Latheesh.
Message was edited by: Latheesh Kaduthara
‎2006 Apr 25 6:58 AM
Hi Franklin,
Just refer this link...
http://www.sappoint.com/abap/bdcconcept.pdf
<b>Please reward and close the thread if you are satisfied with above answers</b>.
Regards,
Srikanth.
‎2006 Apr 25 7:00 AM
‎2006 Apr 25 7:03 AM
There are lots of interfaces available in ABAP apart from OO interface.
They are GUI_UPLOAD and GUI_DOWNLOAD which are used to interact with the Presentation servers
OPEN DATASET variants which are used to interact with application server components.
RFC Function Modules which can called frome external systems.
Normal Function Modules and update FMs are also an example of interfaces.
BAPIs are also an example of interface since it provides an interface for external system to access the business objects in the SAP System.
Hope this will give you an overview of interfaces apart from OO interfaces.
Check this ..ABAP interfaces
http://help.sap.com/saphelp_46c/helpdata/en/22/042434488911d189490000e829fbbd/frameset.htm
http://help.sap.com/saphelp_erp2005/helpdata/en/ba/d4c23b95c8466ce10000000a114084/frameset.htm
OR
http://help.sap.com/saphelp_46c/helpdata/en/22/042434488911d189490000e829fbbd/frameset.htm
‎2006 Apr 25 7:05 AM
Hi,
I have a document which could help you.
Send me your mail ID so that I can send you that doc.
Regards,
Shakuntala
‎2006 Apr 25 7:12 AM
hai shakuntala Negi
good morning,
here the mail ids kumar9sap@yahoo.co.in
‎2006 Apr 25 7:14 AM
Hai Franklin
BDC SESSION
CALL TRANSACTION
CALL DIALOG
What is BDC or batch input
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 methods:
Method
Description
Parameters
OPEN_SESSION
Opens a session
SUBRC (Return Code 0 OK)
SESSIONNAME (Session to be created)
CLOSE_SESSION
Closes a session
None
RESET_BDCDATA
Resets the BDC Internal Table...
None. Normally, for internal purpose
BDC_DYNPRO
Handles a new screen
PROGNAME (Name of the program)
DYNPRONR (Screen Number)
BDC_FIELD
Puts a value on the screen
FIELDNAME (Name of the field)
FIELDVALUE (Value to be passed)
CONSTRUCTOR
Constructor - Initializes NO_DATA
NODATA (No data character). The constructor is called automatically when the object is created.
RUN_SESSION
Launches a session with RSBDCBTC
None
CALL_TRANSACTION
Calls a transaction with the current BDC Data
MODE (Display Mode)
UPDATE (Update Mode)
TCODE (Transaction to be called)
BDC_INSERT
Inserts the BDC scenario in the session
TCODE (Transaction to be called)
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.
-
-
BDC using Call Transaction
BDC using Call transaction involves calling an SAP transaction in back ground from within the ABAP
program. The process involves building an Internal BDC table containing the screen information needed to
execute the required transaction and then passing this to the Call transaction command (See code example).
The full procedure for creating a BDC program is as follows:
-
-
What is the difference between batch input and call transaction in BDC?
Session method.
1) synchronous processing.
2) can tranfer large amount of data.
3) processing is slower.
4) error log is created
5) data is not updated until session is processed.
Call transaction.
1) asynchronous processing
2) can transfer small amount of data
3) processing is faster.
4) errors need to be handled explicitly
5) data is updated automatically
-
-
BATINPUT/DIRECT INPUT
-
-
A: Batch-inputs can not be used to fill the "delivery due list" screen because it is not a dynpro. This is a standard SAP report. A SAP report (check with "System -> Status") may be called using SUBMIT sentence with the appropriate options . It is preferred to call a report than create a Batch-input program.
GO THROUGH THIS LINK
http://www.guidancetech.com/people/holland/sap/abap/zzsni001.htm
Thanks & regards
Sreenivasulu P
‎2006 Apr 25 7:24 AM
Hi Franklin,
I have send you related docs.
Kindly mark if helpful.
Regards,
Shakuntala
Message was edited by: shakuntala Negi
‎2006 Apr 25 10:49 AM
hai shakuntala Negi
which u have the mail i did not get that
could u please send me this mail id
pavansap@hotmail.com
thank you