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

Spool Lists Remote

Former Member
0 Likes
498

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

1 ACCEPTED SOLUTION
Read only

christian_wohlfahrt
Active Contributor
0 Likes
431

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

2 REPLIES 2
Read only

christian_wohlfahrt
Active Contributor
0 Likes
432

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

Read only

0 Likes
431

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