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

Graphical vs Raw Display

Former Member
0 Likes
812

I'm sending my output to a spool request. When I look at it online in the "Graphical" display, a sample of a line is below:

JOEXX

4569878

STAT44

I'm using a pipe as a delimiter.

When I switch to "Raw" display, the same line as above looks like what is below:

#5JOEXX#54569878#5STAT44#5

The pipe delimiter displays as #5.

Is there a way to get around this where my pipe delimiter shows in the "Raw" Display or another delimiter that will display in both display mode?

Any help would be appriciated,

3 REPLIES 3
Read only

naimesh_patel
Active Contributor
0 Likes
597

It is not possible, as I have created one spool of the standard transaction SM51 and tried to see in the RAW Display.

the output was the same...#5 for pipe, #4 for horizontal line

#COL0N#COL0H#0#4#4#4#4#4#4#4#4#4#4#4#4#4
#COL1H#5    No Ty.  PID      Status   Re
#6#4#4#4#4#4#4#4#4#4#4#4#4#4#4#4#4#4#4#4
#COL0H#5#? #COL4H  0  #COL2NDIA  508154 
#5#COL0N#? #COL4H  1  #COL2NDIA  504056 
#5#COL0N#? #COL4H  2  #COL2NDIA  421970 
#5#COL0N#? #COL4H  3  #COL2NDIA  528390

Sorry..

Regards,

Naimesh Patel

Read only

Former Member
0 Likes
597

What would happen if a double or single quote was used. Is there another character that is the same in Graphical and Raw Display.

Thanks,

Read only

0 Likes
597

I think single and double quotes will not have any difference.

The vertical lines and horizontal lines are the which has problems.

Look at this RAW spool:

  
  #4#4#4#4#4#4#4#4#4#4#4#4#4#4#4#4#4#4#4#4
  31001092           I019      ' ''       
  31001093           I018      ' ''       
  31001094           I018      ' ''       
  11000510           I018      ' ''       
  11000511           I019      ' ''      

regards,

Naimesh Patel