‎2006 Dec 01 5:31 PM
Can I instantiate a Java class from within a user exit
and invoke its methods?
‎2006 Dec 02 11:57 PM
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.
‎2006 Dec 01 8:04 PM
Hi Gregory
Could you please explain whats ur scenerio and where is this java code written
Best Regards
Naresh
‎2006 Dec 02 11:57 PM
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.
‎2006 Dec 03 12:07 AM