cancel
Showing results for 
Search instead for 
Did you mean: 

Using Datatype structure instead of BAPIs

Former Member
0 Kudos

Hi Experts,

We are using Database to SAP. In this scenario instead of importing BAPIs can I create the datatypes according to parameters in the Bapi. If possible How can insert the data into the SAP system directly.

Please give the solution.

Regards,

Swami

Accepted Solutions (1)

Accepted Solutions (1)

Shabarish_Nair
Active Contributor
0 Kudos

if you want to insert data into R3 and not use Idoc or a BAPI then the best option available is ABAP Proxy. For XI > R3 via proxy ref. /people/siva.maranani/blog/2005/04/03/abap-server-proxies

Former Member
0 Kudos

Hi,

If I use the Proxies , Is this possible (Message mapping) in Mapping objects?

And also can I use this sturcture as BAPI or IDoc in Proxies ?

santhosh_kumarv
Active Contributor
0 Kudos

Hi,

>>If I use the Proxies , Is this possible (Message mapping) in Mapping objects?

S... U can do the mapping....

<a href="/people/siva.maranani/blog/2005/04/03/abap-server-proxies Server Proxies</a> by Siva Maranani

turmoll
Active Contributor
0 Kudos

Hi,

But remember you can use PROXY only if your system is based on WAS platform >= 6.20.

You can also consider to generate the idoc based on BAPI.

For more details take a look at: <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/2a1dd5d3-0801-0010-ed8d-bd797ed922cb">Asynchronous BAPI-ALE Communication</a>

... all depends on your requirements.

Regards,

Jakub

Answers (1)

Answers (1)

santhosh_kumarv
Active Contributor
0 Kudos

Hi,

To update the internal table in SAP upon the incoming data u can have the server proxy in R/3....