cancel
Showing results for 
Search instead for 
Did you mean: 

Long text Issue in Cproject

Former Member
0 Kudos

Hi,

I am working on Cprojects 4.0.

I am developing a project report using smartform. I need to fetch the description of a phase located in Basic data tab of a phase in structure level.

I am unable to trace the text (Long text) where it is getting stored.

Expecting reply...

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Ravi,

You can get the long text from the table CGPL_TEXT. Let me know if this helps.

Regards,

Vivek Pandey

Former Member
0 Kudos

Thanks for response.

In CGPL_TEXT, i am getting short text, but i want Long text where it is getting strored.

Former Member
0 Kudos

Dear Ravi

check this table if it helps

TPHASETP

Niranjan

Award points if useful

Former Member
0 Kudos

Hi Ravi,

Use Function Module READ_TEXT

Input ID as LTXT

NAME as phase GUID

OBJECT as CGPL_TEXT

Output LINES as long description.

Let me know if this helps

Vivek.

Former Member
0 Kudos

Thanks Vivek

Answers (0)