‎2005 Dec 05 9:03 AM
hi,
In the system that I'm using there's an generic object service added to a transaction through an SAP Note. The code added to that transaction through that service, I want to add it to another transaction. How do I do that.
Regards,
Vijay
‎2005 Dec 05 9:12 AM
‎2005 Dec 05 9:27 AM
How do I add a service that is added to one transaction to another one. Guys...please help me on this.
Regards,
Vijay
‎2005 Dec 05 9:43 AM
‎2005 Dec 05 10:01 AM
if you want to do it for your custom transaction, just call the following FM in PBO
call function 'SWU_OBJECT_PUBLISH'
exporting
objtype = '<obj type>'
objkey = ''
exceptions
objtype_not_found = 1
others = 2.
read the FM documentation from SE37.
if you still have doubt , get back with your questions.
Regards
Raja
‎2005 Dec 05 10:08 AM
No, not for custom transaction. Actually the serivces were added to a business object by an SAP Note. Through that note it is available for a transaction. I want it to be available for another transaction. How do I go about it. How do you actually add a service to a business object.
Regards,
Vijay
‎2005 Dec 05 10:33 AM
‎2005 Dec 05 11:39 AM
This topic seems to be lost...Any pointers on this?
Thanks fur the help.
Regards,
Vijay
‎2005 Dec 05 12:08 PM
the note which you have used should give you a pointer. I guess this is done by adding code to the BO method.
Regards
Raja
‎2005 Dec 05 2:30 PM
Ok.
But what is the general process...that's used.
Do we create a generic service and then...what?
How do we associate a service to a transaction, and what exactly could a service do. In my case a service was added to transaction O4NM (OIL). I'm not sure I'm getting the terminology right over here. The SAP Help for this is pretty obscure...
Regards,
Vijay