cancel
Showing results for 
Search instead for 
Did you mean: 

Table for Custom Long Text Fields

Former Member
0 Kudos

Hi Folks,

What is the table that stores custom long text fields that have been defined for Portfolio Item?

Thanks,

Lashan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Lashan

This text cannot be accessed directly as far as I know. You need to run method

cl_rpm_entity_services=>get_long_text_rpm via se24

The text is stored in html format and you need to run a converter to get the text format :

CALL FUNCTION 'SOTR_TAGS_REMOVE_FROM_STRING'

         CHANGING

          

text = lv_over_comment20

Hope this helps

C

Former Member
0 Kudos

Thanks a lot Chatsworth, this should work for us.

Former Member
0 Kudos

Hi Chatsworth,

I ran the class in se24 but I don't get any data. I got either message not found error  or information returned is empty.

What do we have to fill for parameters ?

IV_GUID : I took the GUID from table /RPM/ITEM_H is it correct ?

IV_TEXT_ID : LOG  , I found this somewhere in a blog. What are authorized values ?

I left all the others fields empty.

Do I miss something ?

Thank you very much

Regards

Pierrick

Answers (0)