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

formatting error in email attachment

Former Member
0 Likes
624

Hi experts,

I have encountered a problem regarding formatting errors of the attached file.

the attached error file contains

[ S y s t e m ]

N a m e = I D E

D e s c r i p t i o n = I D E S M a n i l a

C l i e n t = 2 5 1

[ U s e r ]

N a m e =

[ F u n c t i o n ]

T i t l e = A B A P r u n t i m e e r r o r s

C o m m a n d = S T 2 2

but in the contents_bin table

[System]

Name=IDE

Description=IDES Manila

Client=251

[User]

Name=

[Function]

Title=ABAP runtime errors

Command=ST22

as you can see there were no spaces between the letters in the table but in the output there are spaces have been generated.

Please help me with this problem. i need no generate a file the same as what i placed in the table..

points will be rewarded if successful

Edited by: Durairaj Athavan Raja on Jun 22, 2008 10:07 AM

4 REPLIES 4
Read only

athavanraja
Active Contributor
0 Likes
569

do not post duplicate threads. i have deleted the other one. and


points will be rewarded if successful

the SDN angels dont answer just for points. if you find a answer userful, its your duty to award points to say thanks. dont use that as a mean to woo users.

Regards

Raja

Read only

Former Member
0 Likes
569

Hi,

Can you just elebrote your question.

Thanks

Vikranth

Read only

Former Member
0 Likes
569

Use string type data types instead of CHAR type variables in your Object Content

Regards,

Ravi

Read only

Former Member
0 Likes
569

i created an attachment in sending an email. my attachment is an SAP shortcut. when i looked at the output in tcode SOST, the attachment has wrong formatting of characters. the letters now had been separated with spaces and the carriage return/line feed character was not converted properly.

I tried it on SAP 4.6c and it works but when i tried it on ECC6 it did not worked.

I cannot transfer the contents to a string type because the function module needs the structure SOLISTI1 which has a char type field.