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

standard text

Former Member
0 Likes
443

hi friends,

i want to see my out put in standard text like this.

1. aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

aaaaaaaaaaaaaa.

2. bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb

bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb

bbbbbbbbbbbbbbb.

para no. and text should be in this format.

how to do this. inputs plz

hi friends,

i want to see my out put in standard text like this.

1. aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

aaaaaaaaaaaaaa.

2. bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb

bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb

bbbbbbbbbbbbbbb.

para no. and text should be in this format.

how to do this. inputs plz

3 REPLIES 3
Read only

Former Member
0 Likes
420

hi go to so10 tcode and create the statndard text...

Read only

Former Member
0 Likes
420

hi,

go to so10 t-code to create a standard text or you can also create standard text by program using this FM "SAVE_TEXT".

Regards.

Jagadeesh

Read only

Former Member
0 Likes
420

HI Sathi,

You can create this text In SO10 T-code or you can create this text in SAVE_TEXT Function module.

To retrive this text from SAP u can use READ_TEXT Function module in ur report program.

Thanks,