cancel
Showing results for 
Search instead for 
Did you mean: 

java proxies

Former Member
0 Kudos

hi all

what are java proxies that are created when we call the any functional modules from a backend system R/3?

thanks in advance

krishna chaitanya

Accepted Solutions (0)

Answers (4)

Answers (4)

former_member189631
Active Contributor
0 Kudos

Kridhna,

Java Proxies are Java Class files to access the R/3.

If u create an RFC Model for a BAPI/RFC enabled FM the system will

automatically create Java Proxy classes for ur R/3 connection.

Regards,

Ramganesan K.

Former Member
0 Kudos

Hi Krishna,

Visit this link

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d06315a6-e66e-2910-039c-ba8bbbd2...

Iam sure it will provide you with a good insight abot java proxies.

Regards

Radhika Kuthiala

P.S You can award appropriate points if it helps:)

Former Member
0 Kudos

Hi anil

i was actually getting to know about how to access backend SAP functional modules. Its stated that for every functional module we call java proxies are created.

my doubt is what a java proxy actually is?

regards

chaitanya

Former Member
0 Kudos

Hi Chaitanya,

Goto PackageExplorer , select webdynpro project->gen_wdp/packages then under this all the java classes will be created under the give package.

Regards,Anilkumar

Former Member
0 Kudos