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

Former Member
0 Likes
682

Hi All ,

Thanx for your reply . actually the thing is while creating routine master data in PP tcode CA01 one description field is there and this field is from structure BIPTX fieldname TEXT(which stores long text) and the value entered on this field is stored on every transaction ca01.

so my problem is that on user input on the selection screen i have to fetch corresponding longtext value in my repot , if i use the read_text function module so how i will get the correspong long text and please tell how to find the OBJECT , ID , NAME for this field .

Thanks and kind regards

Sajid

1 ACCEPTED SOLUTION
Read only

Manohar2u
Active Contributor
0 Likes
587

Sajid, simple and quikiest way to find the object id and name is...

1. Keep a break point in READ_TEXT or SAVE_TEXT fm.

2. Do some changes/read the long text from transaction.

3. Then you can able to find the input parameter to READ_TEXT or SAVE_TEXT FM.

Here you get what you need.

Regds

Manohar

Hi All ,

Thanx for your reply . actually the thing is while creating routine master data in PP tcode CA01 one description field is there and this field is from structure BIPTX fieldname TEXT(which stores long text) and the value entered on this field is stored on every transaction ca01.

so my problem is that on user input on the selection screen i have to fetch corresponding longtext value in my repot , if i use the read_text function module so how i will get the correspong long text and please tell how to find the OBJECT , ID , NAME for this field .

Thanks and kind regards

Sajid

3 REPLIES 3
Read only

Former Member
0 Likes
587

Hi Sajid,

<b>Name should be like this <b>410N500021150000000100000001</b>

LANG :EN

Text ID :PLPO Long text

Text Object :ROUTING Texts for task list types</b>

Regards

Prabhu

Read only

0 Likes
587

Hey Prabhu hi,

Thanx. My problem is that i have to fetch the long text corresponding to the selection criteria in condition so there will be a table which is supposed to storing this long text .

can you tell me how can i make this spcific long text in my program meeting the condition.

Kind regards

sajid

Read only

Manohar2u
Active Contributor
0 Likes
588

Sajid, simple and quikiest way to find the object id and name is...

1. Keep a break point in READ_TEXT or SAVE_TEXT fm.

2. Do some changes/read the long text from transaction.

3. Then you can able to find the input parameter to READ_TEXT or SAVE_TEXT FM.

Here you get what you need.

Regds

Manohar