cancel
Showing results for 
Search instead for 
Did you mean: 

Formatting of Longtext comming from SRM portal

Former Member
0 Kudos

Hi All,

We are working on SRM 7.0 system.In the portal while creating RFX/Auction we have option to enter the long text. Our requirement is to display that Auction or RFX longtext in the Smartform. We are able to display that text but formatting was not reflecting in that. If we enter text with return carriages(enter),in paragraphs etc., those are not getting reflected in the display, Even while trying to get text by READ_TEXT FM, the formatting is not comming. Whenever we press enter it was printing as # symbol and paragraphs are printing as continous text but not as paragraph. This problem is only for the text which is coming from portal. Will that be the problem of portal. Please provide me some solution on this.

Thanks in Advance

Accepted Solutions (0)

Answers (3)

Answers (3)

0 Kudos

Hi Deepthi,

Even I had the same issue and it got solved. Please use the below FM

CALL FUNCTION 'BBP_OUTPUT_LONGTEXT_MAP_SMART'
   EXPORTING
     it_longtext       = gv_longtext   "LongText Table which we get
  IMPORTING
    ET_LONGTEXT       = lt_longtext "Formated long text table

By using this all the blank lines and new lines are preserved

Its too late to reply. But anyone who is looking for the answer may get some help.

Regards,

Sushanth Herle P

Former Member
0 Kudos

hello deepthi,

i am also facing this error. were you able to resolve this issue?

regards,

kezia

former_member544585
Contributor
0 Kudos

Hi Deepthi,

This is most likely a bug. Check this SAP Note:

Note 1305334 - BBP_OUTPUT_COVER smartform longtext alignment issues

If it doesn't help, open an OSS message.

Cheers,

Serguei