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

Write the binary data into a spool request

Former Member
0 Likes
2,485

Hello,

In Note 810025 you can find the sentence 'Write the binary data into a spool request'.

Has anybody an idea how to manage this.

Thanks.

4 REPLIES 4
Read only

Former Member
0 Likes
1,415

The meaning is

Whenever you are uploading a file into SAP system, the data will be in binary format.

You have to convert the data into SPOOL.... Because your requirement is to PRINT the external data.....

Hope u got the point...

Reward if helpful...

Read only

0 Likes
1,415

Thank you for the answer.

I will state more precisely my question. I got a PCL file and I want to upload and print this via the spool.

I'm gonna upload the file with the method GUI_UPLOAD. What is the next step to print it via spool?

Thank you

Read only

0 Likes
1,415

Hello gunter,

I'm facing at the same problem, do you solved it ??

Tks a lot,

Roberto.

Read only

monty79
Explorer
0 Likes
1,415

See FM 'RSPO_SR_TABLE_WRITE_BINARY' and corresponding test program RSPO_TEST_CREATE_SPOOL