on ‎2014 Mar 31 10:48 PM
Hi Folks,
What is the table that stores custom long text fields that have been defined for Portfolio Item?
Thanks,
Lashan
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.