Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

User Exits

Former Member
0 Likes
501

Can I instantiate a Java class from within a user exit

and invoke its methods?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
477

Need to invoke a web service when user begins to create a Purchase

Requisition using transaction me51n. The web service would retrieve

and store in shared memory the url of a document that needs to

be available later through the Generic Object Services of the

Purchase Requisition in transaction me53n.

When the user completes and saves the requisition, another web service

needs to be invoked. This web service would update the relationship

table that the GOS uses with the purchase requisition number and

the url link that was stored in shared memory.

3 REPLIES 3
Read only

Former Member
0 Likes
477

Hi Gregory

Could you please explain whats ur scenerio and where is this java code written

Best Regards

Naresh

Read only

Former Member
0 Likes
478

Need to invoke a web service when user begins to create a Purchase

Requisition using transaction me51n. The web service would retrieve

and store in shared memory the url of a document that needs to

be available later through the Generic Object Services of the

Purchase Requisition in transaction me53n.

When the user completes and saves the requisition, another web service

needs to be invoked. This web service would update the relationship

table that the GOS uses with the purchase requisition number and

the url link that was stored in shared memory.

Read only

0 Likes
477

You can create a web service proxy and call the proxy in the user exit.

What is your SAP release.

Regards,

Rich Heilman