cancel
Showing results for 
Search instead for 
Did you mean: 

How get BUS2089 into a Java WebDynpro

former_member184564
Participant
0 Kudos

Hi,

I'm new to Java webdynpro programming. I have wrapped RFCs and used these but now I want to access attributes and methods on the SAP business object BUS2089.

Is it possible to import (auto wrap) a SAP business object into Netweaver dev studio then access the attributes and call the methods?? I can't find one...

Sorry if this is a 'dumb' question...

TIA

J

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You can access BAPIs and RFCs with webdynpro by creating a model based on RFC/BAPI. This will generate EJB's that you can use in your application to access the underlying business functionality on SAP. If you are doing this "outside" of webdynpro you can still access the business objects by using JCo (Java Connector).

regards,

Dion

Answers (0)