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

SO10 text object

Former Member
0 Likes
4,597

Hello,

I get the following error message for SO10 transaction.

"Text ID VBBK for text object TEXT is not available"

Do I need to change the default text object TEXT to the text object of the text I need to see ?

Or is it so that SO10 can only be used to see the texts whose text object is 'TEXT' ?

thanks

bhakti

10 REPLIES 10
Read only

Former Member
0 Likes
2,559

Hi Bhakti,

Try displaying using Text ID 'ST'.

Generally we dont create Text ID VBBK.

Ashven

Read only

Former Member
0 Likes
2,559

Hi,

Just check whether the text ID name is not VBBK, vVBBK is Obect name not text id name. Text id name u can find from ur transaction it self.

Read only

Former Member
0 Likes
2,559

go se75 and check whether text id VBBk is there for text object TEXT

1. go to se75

2. select textobjects and ids radiobutton

3. click on display button

4. double click textobject TEXT

5. check whether Text ID VBBK is there or no

6. If it is not there then create it

Read only

0 Likes
2,559

Hello,

Thank you very much for the answers. They were extremely useful. I check SE75 and yes VBBK is text object not text ID. I have found the text ID and the text object for my data.

My question is : <b>If I have a text for which -

text Object = KNVV

text ID = 0001

then how do I view this text ?

using SO10 or any other transaction ?</b>

thank you again

Bhakti

Read only

0 Likes
2,559

<b>In the Sales data of your customer ( XD03 )

Sales data -> Other function -> Text</b>

( Once you are on the text : do : GoTo -> Header, you'll find the parameters )

Erwan

Message was edited by:

Erwan LE BRUN

Message was edited by:

Erwan LE BRUN

Read only

0 Likes
2,559

Hi joshi,

text Object = KNVV

<b>text ID = 0001</b>

is sales note for customer

1. go to XD03

2. select extras ->texts

3. double click on sales note for customer to see the text

(or) u can use READ_TEXT Function module to read a text if u have text object , text id , language

Read only

0 Likes
2,559

Bakthi,

Use Function Module READ_TEXT with all the Parameters you mentioned and it should return you the Text.

Susanth

Read only

0 Likes
2,559

To Erwan, Start Shankar, Sreekanth and Rahul,

Thanks very much.

I got the solution.

bye

bhakti

Read only

p291102
Active Contributor
0 Likes
2,559

Hi,

Generally we have to read the data which user creating some text means,

For example

VF01 transaction some header text is available means how u can read frm that white box in your report means

double click on the particular text u can get text id, text name and text object.

from that data u can use in your pgm like READ_TEXT FM like that.

This is the general process for reading the data to in your report.

Thanks,

Shankar

Read only

p291102
Active Contributor
0 Likes
2,559

Hi,

Generally we have to read the data which user creating some text means,

For example

VF01 transaction some header text is available means how u can read frm that white box in your report means

double click on the particular text u can get text id, text name and text object.

from that data u can use in your pgm like READ_TEXT FM like that.

This is the general process for reading the data to in your report.

Thanks,

Shankar