Need infor on PO Header text table

Hi.
List the table name in which Purchase order Header text will stored.
Cheers
Umakanth

Hi
It will be stored in STXH and STXL.
Just for future reference with regards to getting text id's etc.
eg: PO texts.
--> Go into the PO.
--> Go to the text tab (item or header - depends what u want).
--> Double click into the required text.
--> Click the "GO TO" menu option.
--> click Header.
and all the info you need is there.
You need to use function module READ_TEXT. Since lenght of text is variable it is stored in binary format and cannot be read via a table viewer.
Go to SE37 enter READ_TEXT and execute (F8)
Enter ID : F01 or F02 or F03 subject to whether they are Header Text, Payment Mode or Payment Terms
Text Object: EKKO
Name : PO Number
Execute, Hope it helps
regards
Srinivas

Similar Messages

  • Billing Header Text Table

    Hi,
    Please advise the billing header Text Table & Field.
    Regards,

    Whether header text is maintained or not can be found from STXH table. If text is maintained then READ_TEXT function module has to be used to fetch the actual text.
    Regards,
    GSL.

  • Reagarding the header text table

    Hello Experts,
    I am using BAPI_PR_CREATE bapi for creating a PR my problem is as follows i am getting the header text in a string format and i need to build the table from string for the paramater PRHEADERTEXT     LIKE     BAPIMEREQHEADTEXT for bapi
    can i get  a function module for this and
    another Question is that i  want to add a long text at header level just like we add at line item

    i am getting the header text in a string format and i need to build the table from string
    I have a soln for this prob..
    DATA: BEGIN OF TABLE OCCURS 10 ,
    STR(100),
      END OF TABLE.
    DATA WA LIKE LINE OF TABLE.
    CALL FUNCTION 'IQAPI_WORD_WRAP'
      EXPORTING
        TEXTLINE                  = 'sumit12sddadsadasd3456789'
    *   DELIMITER                 = ' '
       OUTPUTLEN                 = 5               " this is the length of each peice
    * IMPORTING
    *   OUT_LINE1                 =
    *   OUT_LINE2                 =
    *   OUT_LINE3                 =
    TABLES
       OUT_LINES                 = TABLE
    * EXCEPTIONS
    *   OUTPUTLEN_TOO_LARGE       = 1
    *   OTHERS                    = 2
    IF SY-SUBRC <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    Regards,
    Sumit Nene

  • How to define Column Header text table control

    Hi All,
    I have to create a function in which user will pass Field Name, Field Description.
    I have to show that field description in Table Control Columns as Text for columns.
    Like if a user pass Material , PLant etc, then first column header text will be Material and so on and in rows it will show the data.
    One more thing, is it possible to define the technical attributes like length based on field passed through function.
    Please help me to find out the solution.
    Thanks
    Piyush Mathur

    Hi Piyush,
    here are the some components of the screen . you can change tehm at run time in your code.
    components: name,input,output,required,length,active,invisible,intensified,group1,group2...etc.
    at ruin time you modify these attributes..
    your requirement is to change the name attribute.
    regards,
    sateesh

  • Header text table

    hi,
    I had to prepare report but not able to find the details .
    Header text of billing document like truck no , gr no . in which table we can found
    plz do help me .
    thanks for earlier reply.

    Hi Suresh,
    You can find the assosciated text table for any table by going to :
    <b>SE11->Goto->Text table</b>
    In this case, if you know the table for truck no and gr no, you can find the corresponding text tables in the above mentioned way,
    Hope this helps.
    Regards
    Anil Madhavan

  • PR header Text table

    Dear Expert
    In which table i can see the PR header text, I tried in STXH,STXL,T165k,T166K, i am not getting, please let me know anyone?
    Regards
    TG
    I

    Hi,
    In SE37, enter this FM: READ_TEXT, then test and then give this following details,
    ID:B01
    LANGUAGE:EN
    *NAME: 0010000071 *(enter the PR number with full length 10 digits)
    OBJECT: EBANH
    Then execute you will get the text entered in the Header text tab of PR
    Regards
    GK.

  • Delivery Header text table and feild

    Hi all,
    Can any one guide me where delivery header text is saving i check table STXH ( STXD SAPscript text file header) and field TDID but while i am checking in table i am not getting any text data either based on text or any other combination
    can any one guide me which table its saves .. so
    Thanks
    Rajesh

    Hi,
    It stores in STXH and STXL tables only.
    Which particular header text do you want to find?
    In the delivery; go to the particular header text in edit mode and double click on it to open the text editor.
    The from the menu options Go to-->Header.
    You will get the required information such as
    Text Name
    Language
    Text ID
    Text Object
    Use the same in STXH and STXL table.
    Note that you have to specify the complete delivery number with the initial zeros.
    Regards,
    Ankur Parab

  • Delivery Header Text Table

    Hi
    Can any one advice how to extract the Delivery Order Header Text?. Any specific table.
    I used the Read_text function module through se37, but not sucessfull.
    can any advice step by step in detail.
    Thanks
    RG

    Check whether text determination procedure and access sequence is proper. The functional module read_text is generally used for printing the text on the form. The table for text is
    STXH: Texts: Header
    STXL: Texts: Line
    And text object is VBBK
    Hope this will help you
    Thanks
    Krushna

  • URGENT HELP *** Need to load BOM Header TEXT

    Hello Experts,
    How can i load BOM Header text using LSMW
    Thanks
    S

    Two ways to upload:
    1. Via FM: SAVE_TEXT
    2. Create a recording to add text for BOM Header and Use accordingly.
    Regards
    Eswar

  • Print Invoice Header Text In Main Window of Smartforms

    Helo Gurus !!!
    I want to print Invoice header text in main window of smartform.
    There are total 5 columns.
    Item    Quantity          Description          UnitPrice       Amount
    Now what I want is to print header text below Description column, there is a loop on the table in main window.
    This header text will be printed only once. This is a standard header text
    How to get this?
    Points are assured !!!

    Hi Anay Kulkarni,
           I understood that u need to print this header text
    Item Quantity Description UnitPrice Amount
    So please use TABLE instead of LOOP  in the table we can prin header, main area, footer.
    place the header text in header area in table...  i am sure this can resolve it.....
    feel free to contact me if issue is not resolved/.....
    dont forget to reward points....
    all the best...
    Regards,
    Sreeniasa Sarma K.

  • Variable column header in table control

    Hi all, I need a variable column header text in table control. I am doing the following but is not working,
    I have deleted the header field that the wizard created me thorugh a internal table, and put a I/O field instead.
    I have assigned a variable in the name of this field.
    In the PBO I am writing the following:
      LOOP AT   i_details
           WITH CONTROL tc_detail
           CURSOR tc_detail-current_line.
        MODULE m_modify.
      ENDLOOP.
    MODULE m_modify OUTPUT.
      IF tc_detail-current_line EQ '1'.
        var1(header column text) = 'text1'.
        var2(header column text) = 'text2'.
      ENDIF.
    ENDMODULE.
    But with this is not working, the rare thing is that the first time that the screen is shown, this value is not appearing. After press Enter or some action, the value appears.
    I am not doing anything in PAI. The only code that is in PAI is:
    Loop at i_details.
    endloop.
    Nothing more.

    Hi,
    First just drag and drop all the fields that are to be a part of the table control. Then drag the label on the column header. Give name and text to the label.
    Regards,
    Nikhil

  • How to align Hgrid column(messagestyledtext) header text to right justified

    Hi All,
    I have a Hgrid table and i am using five columns in hgrid table.. I need to display column header text right justified. but by default it is left justified.
    Can any one tell me how to do it..
    Its very urgent.. Please help me out..
    Regards,
    Babu

    Use
    OAHGridBean GeneralHgrid=(OAHGridBean)webBean.findChildRecursive("<hgrid item name>");
    GeneralHgrid.prepareForRendering(pageContext);
    DataObjectList tableColumnFormats =GeneralHgrid.getColumnFormats();
    DictionaryData tableColumnFormat = (oracle.cabo.ui.data.DictionaryData)tableColumnFormats.getItem(pageContext.findChildIndex(GeneralHgrid, "<item id of item attached in hgrid column>"));
    tableColumnFormat.put(COLUMN_DATA_FORMAT_KEY, <enter format>);
    see below:
    �� TEXT_FORMAT (textFormat)- column content is Start justified.
    �� NUMBER_FORMAT (numberFormat)- column content is Right justified.
    �� ICON_BUTTON_FORMAT (iconButtonFormat)- column content is center justified.
    --Mukul                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Delivery Header Text in SAP Query SQ01

    Hi Friends,
    My requirement is that I need to display the Header Text contents in Outbound delivery in a Query report using SQ01.
    As far as I know, we can pull only table fields in SQ01.
    Is it possible to include Text contents in SAP Query? Can we develop or enhance it?
    Regards,
    AK

    You can add structure and code in a dataset using SQ02, then it will be available to use in SQ01, but a long text can consist of many lines, and so you may require to truncate the text - read [SAP Query|http://help.sap.com/saphelp_NW70EHP1core/helpdata/en/d2/cb3efb455611d189710000e8322d00/frameset.htm] documentation
    - [Creating Additional Structures|http://help.sap.com/saphelp_NW70EHP1core/helpdata/en/d9/9958d4c50a11d396f80000e82de14a/frameset.htm]
    - [Further Code|http://help.sap.com/saphelp_NW70EHP1core/helpdata/en/d2/cb4504455611d189710000e8322d00/frameset.htm] (I suggest record processing or after the query get the table with the text id)
    So create a structure with some text fields, and fill it for every record read in futher code part.
    Regards,
    Raymond

  • Header Text Of The PR to PO creation: Header Copy Rule

    Hi Friends,
    Is there any workaround to set  copy rule at header note of PR . As standard sap, there is no header text rule available; may be multiple PRs can be converted into single PO. But I still needed this functionality as there would be only PR has to be converted into single PO.
    Which bapi / exit can be used for this functionality . I need to reflect the header text of the PR  into PO Header auto.
    Regards,
    Lalit

    hI,
    There is no user exist available to get header text in the PO as per my knowledge.I had similiar kind of requirement ,at that time I dird the research for the same.
    Regards,
    Nitin Amritkar

  • Copy of header text to Line item text in MIRO transaction

    Hello Friends,
    I have a requirement where i need to copy the header text ( BSEG-SGTXT) to item text ( EKPO-TXZ01 i.e PO text) during MIRO creation.
    Is there any user exit or BADI .OR is there any other method for doing the same .
    Thanks and Regards !
    Ashish

    Dear,
    Go to se37 MRM_FINAL_CHECK.--display
    then click on that enhance source button ( shift+f4) then go to edit--enhancement operation ---show implicit enhancement option   this is how you can find out the eh=nhancementts .
    Cheers
    fareed

Maybe you are looking for

  • How do I import backup files of Thunderbird profiles and Firefox bookmarks from my Windows XP computer, which are on a USB flashdrive, to my Windows 7 computer?

    Carbonite provided me with complete backup copy of all files on my prior Windows XP computer, on a 32GB Data Traveler USB flashdrive, so I can transfer them to my new windows 7 computer. Many of those files will simply restore....but, I believe that

  • IMac, slower FTP uploads than XP machine on same network

    I had previously been working on a Dell desktop, and a major part of my job is uploading 3-5GB files via FTP to another server. I used Filezilla for the most part. I recently bought an iMac, and installed the same program, Filezilla, the OSX version,

  • External table' location

    Database Oracle 11g R2 on Sun I have a common structure on a external table, which will be supplied by multiple source files. Instead of creating multiple ext table, I have created one and wants to use this one to for all files (FILE NAME is differen

  • Assign role request through code not going to Operational level

    Hi All We are trying to assign roles through code using the OIM API's as suggested in the documentation "http://docs.oracle.com/cd/E27559_01/doc.1112/e28183/oim_up.htm#autoId40". We have 2 Approval policies one is at Request Level (i.e. Auto Approval

  • Error AS2.0

    When I check the code for errors, it comes up with a notification saying, "Scene=Scene1,layer=score,frame=1,line 1 identifier expected" i am trying to use the variable score to keep score for the player: var score = 10, 000; what is the cause of this