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
1,186

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

14 REPLIES 14
Read only

Former Member
Read only

0 Likes
1,146

thnak u ravi ,

but i need u r help in the interfaces bdcs

interfaces in bdc

Read only

0 Likes
1,146

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

Read only

0 Likes
1,146

thank u for u help,,

iam not getting exact help

what is the interfaces, why we will use that.

Read only

Former Member
Read only

Former Member
0 Likes
1,146

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

Read only

Former Member
0 Likes
1,146

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.

Read only

Former Member
0 Likes
1,146

Hi,

Check the following link

www.sappoint.com/abap/bdcconcept.pdf

Regards,

Sameena

Read only

0 Likes
1,146

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

Read only

Former Member
0 Likes
1,146

Hi,

I have a document which could help you.

Send me your mail ID so that I can send you that doc.

Regards,

Shakuntala

Read only

0 Likes
1,146

hai shakuntala Negi

good morning,

here the mail ids kumar9sap@yahoo.co.in

Read only

Former Member
0 Likes
1,146

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

Read only

Former Member
0 Likes
1,146

Hi Franklin,

I have send you related docs.

Kindly mark if helpful.

Regards,

Shakuntala

Message was edited by: shakuntala Negi

Read only

0 Likes
1,146

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