cancel
Showing results for 
Search instead for 
Did you mean: 

Container Value not getting Displayed Completely in "Send Email" step

Former Member
0 Kudos

Hi Experts,

I have an Container Variable of length 255 Characters say CVMAIN.

I tried to display the Container Value( CVMAIN ) in the "Send Email" step of the Workflow, but the Value got truncated to 80 Characters.

So I tried to split the Container value( CVMAIN )  into 4 different Container of length 70 say PART1, PART2, PART3 and PART4 respectively and tried to display it continuously without any spaces in the "Send Email" step.

But when I'm trying to display them Continuously the the Container PART2 alone is getting truncated to 68 characters and all other containers display the complete 70 Characters.

I have checked the binding of the Container and there is no problem over there .

I also checked the Container value in debugging mode it has the complete value . I tried adjusting the LineWidth of the Container to the maximum 132 characters still it doesn't work. I don't know why the value is not getting displayed Completely.

Your Help on this is would highly useful for me

Thanks!!!!

Suvarna

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member195270
Active Participant
0 Kudos

did you check May be there will be space inside container value.PART2 is getting truncated to 68 characters then there is be space at 1st character and last character.Also check length of container element on mail step task.

Former Member
0 Kudos

Thanks for your Reply!!!

There is no space in the Container, the Container has Complete Value. I have also checked the Length of the Container element it is of Correct length ( 70 Characters)

Thanks!!!

Suvarna

anjan_paul
Active Contributor
0 Kudos

Hi,

  Implement the SAP NOTE 808259

former_member16044
Active Participant
0 Kudos

Hi,

As suggested above, implement the OSS note which will increase the max size allowed in one line from 80 to 131.

Regards,

Rahul Kulkarni

Former Member
0 Kudos

Thanks Anjan & Rahul For your replies...

I'm able to display the 70 Characters in 3 Container element Completely but in only one Container the value is getting truncated to 68 Character. I have no idea why this is happening.

suresh_subramanian2
Active Contributor
0 Kudos

Hello Suvarnamathy !

              Where you want to display the contents of container ? Is it at mail body or mail subject ?

              Hope you want to display in the mail body. Populate the PART2 contents in an internal table of size 132 characters. Pass it to mail body by binding. In the mail body, make the PART2 to appear as &PART2##&. rather than &PART2&.

Regards,

S.Suresh. 

Former Member
0 Kudos

Thanks For your reply suresh !!!

I have even tried earlier but it's giving a space between the Variable.

I want to display all the variable continuously without any space.

Thanks!!!

Suvarna

former_member185167
Active Contributor
0 Kudos

Hello,

" in only one Container the value is getting truncated to 68 Character. "

This is highly unlikely. I would double-check that and delete / recreate the container element.

regards

Rick

Former Member
0 Kudos

I tried recreating the Container, still the Problem persisted.

So I reduced the size of all containers to 65 Character and I'm displaying it...

Now it is working fine

Thanks to all for spending your valuable time helping me out

Thanks!!!

Suvarnamathy R

former_member195270
Active Participant
0 Kudos

This is weird and It means you can only display variables no more than characters of 195 characters.

Former Member
0 Kudos

Hi all and Rahul Kulkarni,,


Do you know whether it's possible to extend the size above 132 char?

Do you know where the trunc occurs?


Thx