cancel
Showing results for 
Search instead for 
Did you mean: 

How to call BAPI in Enterprise Portal java

Former Member
0 Kudos

Hi,

In SAP R3 i created a BAPI .Now i want to call that BAPI from Enterprise Portal.

How to do that?

With regards,

Suman Sahu

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi, Suman

There are multiple ways to do this.

1. via Web Dynpro Java

2. via other tools like visual composer

3. via Web Services

Well, option 1 would be direct and flexible.

And please refer to here - Web Dynpro samples.

https://www.sdn.sap.com/irj/sdn/downloaditem?rid=/library/uuid/f0b0e990-0201-0010-cc96-d7ecd2e51715

Best Regards.

Sejoon

Former Member
0 Kudos

Hi

Yes I know that a BAPI can call from WD java..Can it will be called from Enterprise Portal(EP) java????

With regards,

Suman Sahu

Former Member
0 Kudos

Hi Sejoon Ahn,

Sorry I got your point.Web Services means calling from portal(Through bean).Thnkx a lot for clarify my doubt.

With regards,

Suman Sahu

suresh_krishnamoorthy
Active Contributor
0 Kudos

Hi Suman,

Use sapsystem is system alias. You define SAP(eg R/3) system inside your portal and give an alias to it..U need that alias inside your application while using JCA.

See this link:

http://help.sap.com/saphelp_nw04s/helpdata/en/89/8a185c148e4f6582560a8d809210b4/frameset.htm

Regards, Suresh KB

Answers (0)