Hello SAP frieds,
I want to submit a XSF-based Spool request to an external RFC-Server.
Up to now I have configured a commandline-based possibility to start an external program on the server, on which NSP is running. When I submit the spool job the program is called. But I want to change this to RFC.
The "specification for a generic interface to the SAP R/3 Spool System for External OMS" describes the function OMS_START_JOB as the first step to retrieve data from a spool job.
In the Demosystem (NSP, Trial Installation of the SAP NetWeaver 7.0) exist empty functions OMS_START_JOB, OMS_SEND_DATA and OMS_FINISH_JOB with the according interface. I expect that every submit use this functions and I have to implement them to connect to the according RFC Destination.
My Questions:
Do I have to implement these methods OMS_START_JOB, OMS_SEND_DATA and OMS_FINISH_JOB?
If yes, how can I get the necessary access key to modify this SAP objects? Do I really need an OSS account for the trial version?
If not, how can I configure the LOMS and how can I implement the RFC-Functions
Does anybody has experiences? Thank you for any help