cancel
Showing results for 
Search instead for 
Did you mean: 

abstract interface

Former Member
0 Kudos

what is an abstract interface?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Satya,

Abstract interface is similar to other interface(outbound or inbound) but does not have direction. It can be used as both outbound or inbound. It is used only inside BPM.

P.S For definitions, first go through help.sap.com. If you have doubts in that, then post it in the forum.

Regards,

Jai Shankar.

Answers (4)

Answers (4)

Former Member
0 Kudos

Satya,

Abstract interface can does not have a direction. Its direction is determined during the runtime. This type is basically used in Integration Process (BPM) where an interface can be used to both send and receive messages.

During the runtime, its direction is determined whether to send or receive.

Hope this helps.

-Naveen.

Former Member
0 Kudos

Hi,

I think the best place is google.co.in

Thanks & Regards,

Farooq Farooqui

Former Member
0 Kudos

Hi ,

Abstract interfaces are mainly used in BPM which have no direction....

Check this link also..

Sekhar

Former Member
0 Kudos

- has no direction (inbound/outbound)

- is used in BPM

Regards Mario