Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Long Text for WBS Element

Former Member
0 Likes
2,578

Hi Experts,

I'm creating WBS element and I have to create long text.

I have used 'CREATE_TEXT' and 'SAVE_TEXT'.

The problem is when I use 'READ_TEXT' the text is retrieved. But in CJ20n I'm not able to view the long text created.

Please provide a solution for this.

I have used commit_text and updated TXTSP to 'E' but no use.

Regards,

Srilekha

1 ACCEPTED SOLUTION
Read only

peng_wen
Product and Topic Expert
Product and Topic Expert
0 Likes
1,889

Hello,

Does the commit work added between the save_text and read_text,
also the COMMIT_TEXT has a parameter KEEP=' ' if this is blank then the text will
be saved into DB and the text should not be visible, until commit work is called.

Regards,

Wen Peng

Hi Experts,

I'm creating WBS element and I have to create long text.

I have used 'CREATE_TEXT' and 'SAVE_TEXT'.

The problem is when I use 'READ_TEXT' the text is retrieved. But in CJ20n I'm not able to view the long text created.

Please provide a solution for this.

I have used commit_text and updated TXTSP to 'E' but no use.

Regards,

Srilekha

6 REPLIES 6
Read only

Former Member
0 Likes
1,889

Hi,

Please check in CJ20N -

click on text I con and view long text

Thanking you

Regards

Mahesh

Read only

0 Likes
1,889

Hi Mahesh,

My concern is after using FM it should be updated there. But it is not happening.

Than you.

Regards,

Srilekha

Read only

peng_wen
Product and Topic Expert
Product and Topic Expert
0 Likes
1,890

Hello,

Does the commit work added between the save_text and read_text,
also the COMMIT_TEXT has a parameter KEEP=' ' if this is blank then the text will
be saved into DB and the text should not be visible, until commit work is called.

Regards,

Wen Peng

Read only

Former Member
0 Likes
1,889

Hi Wen,

I have used  Commit_text between create_text and read_text.

The value is coming into internal table in read_text.

But in CJ20 still is not appearing.

I have kept keep = 'X'.

Regards,

Srilekha

Read only

peng_wen
Product and Topic Expert
Product and Topic Expert
0 Likes
1,889

Hello Srilekha,

In this case the text will be save on the memory with keep = 'X', you have to debug it and see
whether the READ_TEXT catch the variable 'MEMORY_ID' with value like 'SAPLSTXD000001'.


Regards,
Wen Peng


Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,889

Call CJ20N and maintain your WBS, click on long text icon and in the menu display header information, do you recognize the keys you passed to SAVE_TEXT FM (internal format of WBS element, numerical value) ?

Regards,

Raymond