‎2007 Jan 30 1:20 PM
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
‎2007 Jan 30 1:25 PM
Hi Bhakti,
Try displaying using Text ID 'ST'.
Generally we dont create Text ID VBBK.
Ashven
‎2007 Jan 30 1:26 PM
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.
‎2007 Jan 30 1:29 PM
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
‎2007 Jan 31 9:37 AM
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
‎2007 Jan 31 9:39 AM
<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
‎2007 Jan 31 9:51 AM
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
‎2007 Jan 31 10:02 AM
Bakthi,
Use Function Module READ_TEXT with all the Parameters you mentioned and it should return you the Text.
Susanth
‎2007 Feb 01 12:21 PM
To Erwan, Start Shankar, Sreekanth and Rahul,
Thanks very much.
I got the solution.
bye
bhakti
‎2007 Jan 31 9:49 AM
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
‎2007 Jan 31 9:50 AM
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