Text information in VA01

Dear Experts,
While creating sales order in VA01, there is a 'TEXT' tab page in 'Display doc header details. In which table are these text information stored when we add any text information at header level.
Please suggest?
Rajiv Ranjan

Hi Rajiv,
This is complicated to retrieve them through table.
I think it's stxh, but...
The question is what do you want to do with these text ?
Because SAP provides FM to :
- Update text : EDIT_TEXT
- Create text : SAVE_TEXT
- Read text :   READ_TEXT
To know the input parameters of the above FM, just go in the text and display it in <b>plain page</b> mode, then, GoTo -> Header : a popup display the parameter Object , ID, Name, language...
Hope this helps,
Erwan

Similar Messages

  • Report to fetch the text information from customer master sales data

    Dear Experts,
    We have come up with a requirement where the business want a report/list of the customers for whom a particular text is not maintained in customer master -sales data.
    There are many Z text id are configured and are maintained in Sales data- extras- text. In addition, business also need some key fields from the customer master such as name, city, delv plant, payment terms, sales off, sales grp etc.
    I could not get any standard table where the text is maintained with the customer numbers. Table STXH can give the customer numbers for a particular text id type but what is maintained against the given text id is not fetched from the table.
    So we need the valuable inputs to realize the requirement.
    As an proposal, we are aiming to develop custom Z report with the FM READ_TEXT to get the text information with the customer no ( object type KNVV and text id ). But for the additional information, what should be the actual logic for fetching the data. say if this FM is used, what should be the sequence of the logic and ideal selection parameters.
    In addition, we aim to use BAPI BAPI_CUSTOMER_GETDETAIL2 to fetch some of the customer ifnormation but many fields are not found in this . can we use some other bapi which can provide the complete general/sales data of customer ( delv plant, sales off, sales grp, custo grp, incoterms, payment terms etc)
    Kindly suggest accordingly.
    Many thanks in advance.

    Hi Dharmendra Kumar,
    I guess the best would be to check in ABAP General forum on the READ_TEXT sequence/ logic etc..
    For customer details, the available BAPIs are:
    BAPI_CUSTOMER_GETDETAIL
    BAPI_CUSTOMER_GETDETAIL1
    BAPI_CUSTOMER_GETDETAIL2
    However, you might have to check classes in SE24 to find any existing classes and its method yo give you all the information of a customer. Also check this thread: [BAPI for customer details like in IDoc DEBMAS;
    Regards,
    Raghu.

  • Text information being displayed too long.

    Hi, I have a database table containing text information. I
    want to displayt this information on a webpage but when I try to do
    so the text doesnt break as soon as i want it to, so it looks
    something like this:
    the inforamtion from my database is being displayed way too
    long. I want
    it to break sooner.
    instead of how i want it to be shown, like this:
    the information from my database
    is being displayed way too long I
    want it to break sooner.
    if anyone could help me with this I would really appreciate
    it. Thanks.

    ...And since we're not in the early 90's anymore, we kindly
    forget tables when it comes to representing any data that is not
    in... errr... a table :-)
    <style type="text/css">
    .properwidth {width:300px}
    </style>
    <div class="properwidth">
    #longtext#
    </div>

  • Bex report doesn't display full text information......

    Hi Experts,
    My bex report is not displaying full text information.
    I have set that particular infoobject length as 40 and also have selected long text and Long Description in Bex Tab of the InfoObject.
    In my DSO the data is available in complete lenght but in my Bex report it just displays half information
    Instead of displaying Service Order Released its displays Service Order Rel
    Can anyone help me to resolve this issue please.
    Thanks

    Hello,
    Setting up the BEx Property for Object, is not sufficient enough to display in the query output. You can always overwrite the object level settings in the query designing.
    Moreover, when you create a query, system always overwrite your object level settings and apply the query level settings.
    Make sure, you have selected Long Text in the query for that characteristic.
    - Danny

  • How to download material sales text and purchase order text information

    Here is situation:
    goto MM03 transaction,
    Take any material -- and select below views
    1. sales text
    2. purchase order text
    i have to write the download program with the sales text and purchasing text information of all the materials.
    could you pls tell me in which table I will get all the above sales text and purchase order text infrmation.
    I think it will store in standard text. I checked STXH table also for getting information text object, text id, text name, language, etc.
    If anybody knows .. please share.
    Thanks in advance.
    Regards
    Raghu

    Declare internal tables as follows: - An example
    TYPES: BEGIN OF TY_PO_LINES,
         INCLUDE STRUCTURE TLINE.
         END OF TY_PO_LINES,
         TY_PO_LINES_T TYPE STANDARD TABLE OF TY_PO_LINES.
    TYPES: BEGIN OF TY_PO_TEXT,
           TDOBJECT TYPE TDOBJECT
           TDNAME TYPE TDOBNAME,
           TDID TYPE TDID,
           SPRAS TYPE SPRAS,
         TDLINES TYPE TY_PO_LINES OCCURS 0,
         END OF TY_PO_TEXT,
         PO_TEXT_T TYPE STANDARD TABLE OF TY_PO_TEXT.
    DATA: PO_TEXT TYPE TY_PO_TEXT_T
    PO text:
    Looping at your internal table which consists of PO number,
    SELECT TDID TDSPRAS FROM STXH INTO A INTERNAL TABLE say PO_TEXT
    TDOBJECT = EKKO "PO Header Text
    TDNAME = PO NUMBER
    SELECT TDID TDSPRAS FROM STXH INTO A INTERNAL TABLE say PO_TEXT
    TDOBJECT = EKPO "PO line item text
    TDNAME = PO NUMBER
    ENDLOOP
    Looping at PO_TEXT
    CALL FUNCTION 'READ_TEXT'
      EXPORTING
         ID = PO_TEXT-TDID
         LANGUAGE = PO_TEXT-TDSPRAS
         NAME = PO_TEXT-TDNAME
         OBJECT = PO_TEXT-TDOBJECT
      TABLES
         LINES = PO_TEXT-TDLINES
    ENDLOOP
    Follow the same above logic for material with suitable TDID you need to extract
    Hope this helps,
    SKJ

  • How to create web page containing a text(Information)  in webcenter portal

    Hi
    I want to create a web page containing a text (information)and that should be editable at run time.I am trying the same to achieve through oracle composer but unable to get the required result.
    I am using J developer 11g for creation.

    check
    http://download.oracle.com/docs/cd/E12839_01/webcenter.1111/e10147/Topic_2.2.htm
    http://download.oracle.com/docs/cd/E12839_01/webcenter.1111/e10148/jpsdg_page_editor.htm

  • There are marker elements in my FM file,How can I  change their text information?

    In my Fm file,I want to change the text information of marker,How can I deal with it?

    Jack:
    Begin by selecting the marker. If you haven't already done so, use View --> Text Symbols to allow you to see the markers.
    You can then use your mouse or keyboard to select the marker manually or use
    CTRL+f to open the Find/Change tool, in the
    Find list choose
    Marker of Type and specify the type of marker (or choose
    Any Marker if you don't the marker type), then click
    Find.
    After a marker has been selected, press in sequence
    ESC s m to open the
    Marker tool, edit the marker text, then click
    Edit Marker.
    Cheers & hope this helps,
    Riley

  • How do I read a web page and extract text information from it with LabVIEW?

    Hello,
    I want to read a webpage (not Labview), extract the text from the page and then sort out the text to get the information I want. It would be like reading a weather webpage and wanting to extract the current temperature from the webpage usign labview. Any suggestions?
    Thanks

    The discussion below touches on the subject, it looks like it will do what you want.
    http://forums.ni.com/ni/board/message?board.id=170&message.id=137315&requireLogin=False

  • Copy control for passing Credit card information from VA01 to VA41

    Hi,
    Is there any SAP Standard copy control available for passing the credit card information from Sales order Creation(VA01) to Contract Creation(VA41).
    Thanks,
    fractal

    Hi,
      Check in transactin VTAA, this might be helpful,
    Rgds,

  • PO text information

    Hi Everyone,
    Kindly guide me for the following queries:
    In a PO, for any service, if a long text exists, while printing the PO, after 72 character it is putting the whole data in the next line. Kindly guide us how can we keep all the data in the same line and in continuation.
    Thanks and Regards

    Hi,
    Thanks for your reply please.
    We are entering the information in the PO Text field and Service Text (long text) field.
    Dear All,  I am closing this thread here and going to post it in the ABAP General forum.
    Thanks for all your suggestions.
    Thanks and Regards
    Edited by: MP Vashishth on Sep 27, 2010 3:35 PM

  • I-Tunes 8 writes incomplete CD-Text Information

    Different tests shows allways the same results. Burning CD's with CD-Text Option active has the effect, that the interprete information is missed.
    Some tests with other burning software confirmed, that the cd-burner is ok.
    Is there any way to solve this problem.
    Marcello

    I should have worded the topic title better. My issue is with burning CD's using ITunes

  • How to display Long text information in my view

    Hi
    I have a long text of static information , which i need to show in my view. its like agreement information. The user must be able to read it . It has some 20 lines of text. Which is the appropriate control to be used to show the information ?

    Hi Naresh
    I had some options of displaying the long text in the view.
    option 1 - The long text in sap table was in multiple rows in terms of having each line as one record and when displayed looks like  a paragraph statement. So I used a webdynpro table to populate the rows and made invisible the row/column lines. So When you run it on the browser it will display like a long text. By default, SAP table will have column some length of 72 characters, which I changed to 140 charcs, to get a long sentence formation.
    option 2 - If the long text is not from SAP table and its kind of direct information, then just keep on pasting the text in the text view by providing spaces appropriately, so that the display will be a continous form of paragraph. This is a trial and error way and providing the spaces between the lines.
    option 3 - Store the long text in a text file and call a import parameter, which will read the whole text and store it in string (node) and display it text view. ( alignment cannot be gauranteed)
    option 4 - Last one, is to call a office (msword) or a pdf control , which will display the long text through the word editor or a pdf form.
    If you have any specific issues do write back to the forum.
    thanks
    sathya

  • Pdf file saving text information blank

    i am trying to fill out a pdf file, but when i save it, it saves the information i have filled out blank.

    Thanks for your answer. As a matter of fact the original PDF documents were created from an application using a free tool which configures a "printer" which prints into a PDF-file (and not onto paper).
    As said before: the generated PDF document looks just perfect and as expected. Afterwards no changes are made to the PDF document. Seems to me that the application is the reason why the
    resulting text documents are turning out different. Maybe some formatting or control characters are included.
    But to understand you correctly: there's no solution to solve this issue.

  • Passing text information from sales order to purchase requisition

    Hi
    My requirement is in third party processing. I want to pass line time text in sales order to the purchase requisition created in a third party processing.
    My question : is it possible in standard config setting?
    If not, Is there any user exit to address this
    please send us valuable inputs
    Thanks
    Sriram.

    Dear Sriram,
    Try this,
    Go through this IMG path do the required settings
    SPRO>IMG>Material Management>Purchasing>Purchase Requisition-->Texts for Purchase Requisitions.
    -->Define Text Types here you can define the Text type same as sales order Text type for Purchage requesition .
    -->Define Copying Rules -->Here you select the Text type(Newly defined) to which text type you want to copy the sales order text then click on Text Linkage -->New Entries in the New entries screen you enter
    Sequence
    Source Object as Sales order
    Source Text
    Fix as blank -Text automatically adopted in target object
                      Finally save the settings.
    Now you create third party sales order system will copy the sales order text to the Purchase requesition
    I hope this will help you,
    Regards,
    Murali.

  • Customer Master Text Information !!!!

    Hi Folks,
    I have a quick question on the maintenance of the Text at Customer master records. The question in paint here is that;
    1. Can we use bring the free text maintained at Customer master level in the different reports like SQVI, ABAP reports?
    2. Is there any standard report by which you can pull the text maintained at customer master level (General, Accounting and Sales area text)?
    Please do let me know and if yes can you please provide me the transaction code and data base tables for this.
    Thanks and best regards,
    Sandy

    Sandy,
    I will give you example using function module READ_TEXT. You can test this by running this in SE37, hit the test icon. Parameters to be filled in as follows ...
    -> Client, e.g. 010
    -> ID, the text ID in your text procedure, e.g. 0001 or Z001, etc.
    -> Language, e.g. EN
    -> Name, e.g. the text name, can find this in table STXH-TDNAME, in my example it was the customer number, e.g. 0000105036
    -> Object, e.g. closely tied to the 'Name', in this example as I was dealing with customer text at general data level, e.g. KNA1 (table)
    The result here is that I am asking the function module to read text object 0001 associated with customer 105036 at the general data level of the customer for language key EN.
    So, need to understand what level you have your text stored at. General data (KNA1)? Company Code (KNB1)? or Sales Area (KNVV). This will define your 'Object'. You can pick up the text ID from your text procedure, and you will no the text name via the customer number. You can double check most of this in table STXH first before you test example in the function module.
    Once you have working example, you could then relay spec to your ABAP team to build program with selection screen that runs this function module. I do not think you can achieve any of this via SQVI or SQ01. There are calls to includes inside of the function module, and I believe these includes are performing the reading and converting the 'Data' in table STXL.
    Review with your ABAPer, and let me know if you need more. Just revert back.
    Thanks,
    Jay

Maybe you are looking for

  • Non-unicode printing unreadable character for Thai

    Hello All, Our current system 4.7 running on Oracle datavase on Window NT server, codepage set to 8600 with supported TH and EN. Previously, user logon as 'blank' and set character (at user setting) to 'TH', the printing of SAP documents to printer i

  • Can a method return multiple items

    Can a method return more than one thing? I want to have a method return a boolean and a String. My method is saying if something is right or wrong, then its saying the reason why. help, please. Thanx

  • App spree success! $100k club!

    This past year and a half has been big for me both personally and professionally. I joined the forums roughly a year ago with mid-high 500's and started in the rebuilding section. With the help and advice of other members I was able to increase my sc

  • Oracle 9i and Windows Memory /PAE /3GB

    I have a server running 6 Oracle 9i 9.2.0.4 databases. Each database is using different memory amount - 30MB, 80MB, 156MB, 237MB, 373MB, and 418MB. The server total memory is 4GB and there is about 2GB free. We are looking to add a new database which

  • I changed my sim card and i can't unlocked the iphone (the password reamains the same)

    I changed my Sim card and after insert it into the old iPhone (5) I can't unlocked it anymore. I'm using the same 4 number password.