‎2005 Nov 03 5:09 PM
Hi everybody,
does anyone know how to convert the result of RSPO_R_RETURN_RAW_DATA to a readable format.
Thanks for your help.
Tom
‎2005 Nov 03 5:37 PM
Hi Tom!
Searching in the where-used list, I found a standard module which prepares an output afterwards.
Have a look into FM 'RSPO_OUTPUT_LIST_JOB'. There is a system call (in routing 'list_parse_line') doing the job.
Maybe fastest way would be a copy of 'RSPO_OUTPUT_LIST_JOB' and replacing the local FM 'RSPO_L_RETURN_RAW_DATA' with the remote function 'RSPO_R_RETURN_RAW_DATA'.
Regards,
Christian
‎2005 Nov 03 5:37 PM
Hi Tom!
Searching in the where-used list, I found a standard module which prepares an output afterwards.
Have a look into FM 'RSPO_OUTPUT_LIST_JOB'. There is a system call (in routing 'list_parse_line') doing the job.
Maybe fastest way would be a copy of 'RSPO_OUTPUT_LIST_JOB' and replacing the local FM 'RSPO_L_RETURN_RAW_DATA' with the remote function 'RSPO_R_RETURN_RAW_DATA'.
Regards,
Christian
‎2005 Nov 04 10:52 AM
Hi Christian,
long time - no hear.
I found another solution. I will read the RAW Data and crete a new spool request based on this data. Works fine thanks anyway.
Mann sieht sich bald...
Tom