Extract PO Header Text data by SQVI

Dear All,
Is it possible to extract Po header text & item text details by SQVI? If so please provide the procedure.
I do not want to go for abap coding for retrieving that data, please suggest any other procedure which can be used to retrieve data without coding.
Regards
Rashid Imam

Hi Dev,
Thank you for your quick & prompt response.
The program that you have given is showing the text details but it is not showing complete text details, it is only showing 1st line of text. Please see screen shot for your reference, please suggest how to get complete text details.

Similar Messages

  • Extract PO header text in PO work flow item description

    Hi,
    I'm trying to display PO header text using standard PO workflow.
    I managed to retrieve the PO header text information at the business object(SWO1). Now it is only displaying the last line of the PO header text. I define object &_WI_OBJECT_ID.POTEXT& in the work item text. POTEXT is of type VIRTUAL and with reference to table tline and field tdline.
    How to make this field POTEXT multiline in the workflow work item?
    For example PO header text contains:
    Header testing1
    Header testing2
    Header testing3.
    Currently, it is showing only Header testing 3. I'm not sure how to do coding in business objects for this case.
    I am using 'READ_TEXT' function module, but how to display the text information in this field POTEXT?
    Please advise. Thanks.

    Hi Dev,
    Thank you for your quick & prompt response.
    The program that you have given is showing the text details but it is not showing complete text details, it is only showing 1st line of text. Please see screen shot for your reference, please suggest how to get complete text details.

  • PO header text in the PO report

    Hi,
    I try to develop a PO report & want to include the field PO header text.
    Is it possible to extract the header text in a report.
    If possible, can any body so kind to give me the technical specification of the PO header text.
    Thanks in advance.
    Regards,
    sp sahu

    Sahu,
      there are n number of threads with sample coding in the forum for your question, pl just do a search..you could retrieve the po header/item texts using the fm READ_TEXT
    if helpful, reward
    Sathish. R

  • Billing header text included in fbl5n

    Hi,
    Can billing header text data be included in FBL5n report??????
    Thanks
    Keshi

    HI,
    Check the EXIT_SAPLV60B_0002 and Enhancement package  SDVFX002
    With the help of ABAPer, you modify the above exit which is required.
    Rward points pls.
    Regards,
    Govind.

  • Text data extract

    Hi,
    I have to extract a text data regarding bill of lading. I have already used the following code for extracting basic data text from material master.
    TABLES:
        STXH.
    DATA:
        TDNAME LIKE STXH-TDNAME,
        MYLINE LIKE TLINE-TDLINE,
        ZE13_LINE(1200) TYPE C.
    DATA:BEGIN OF LINES OCCURS 0.
            INCLUDE STRUCTURE TLINE.
    DATA:END OF LINES.
    DATA:BEGIN OF MYHEADER.
            INCLUDE STRUCTURE THEAD.
    DATA:END OF MYHEADER.
    CLEAR ZBASICTEXT.
    CLEAR TDNAME.
    *CONCATENATE '000000000000'
    *MARA-MATNR
    MOVE MVKE-MVGR4
    TO TDNAME.
    *MOVE 'AF'
    *TO SY-LANGU.
    *MOVE TDNAME TO ZZTDNAME.
    CALL FUNCTION 'READ_TEXT'
        EXPORTING
            ID = 'YBOL'
            LANGUAGE = SY-LANGU
            NAME = TDNAME
            OBJECT = 'TEXT'
         IMPORTING
            HEADER = MYHEADER
         TABLES
            LINES  = LINES
    EXCEPTIONS
            ID                      = 1
            LANGUAGE                = 2
            NAME                    = 3
            NOT FOUND               = 4
            OBJECT                  = 5
            REFERENCE_CHECK         = 6
            WRONG_ACCESS_TO_ARCHIVE = 7
            OTHERS                  = 8.
    IF SY-SUBRC = 0.
      LOOP AT LINES.
        MOVE LINES-TDLINE(132) TO ZBASICTEXT."myline.
        EXIT.
      ENDLOOP.
    End If.
    Here the last line extracts only 132 characters, but however the Bill of Lading text is 10 line paragraph.So can somebody explain how to extract that data. Also I am using this code in ABAP Query for a field.
    I appreciate your help.

    Hi,
    I have changed as per your suggestions like the following;
    IF SY-SUBRC = 0.
      LOOP AT LINES.
    *MOVE LINES-TDLINE(132) TO ZBASICTEXT. "myline.
    *concatenate lines-tdline into zbasictext separated by SPACE
    EXIT.
    WRITE:/ LINES-TDLINE.
      ENDLOOP.
    ENDIF.
    But however the output comes like this now;
         SCHEDULE B# 2914.22.1000                         
    X    FLAMMABLE LIQUID, N.O.S., (1-CARBON 2-          
         LIQUID ACETATE, PROPANE),                
         3, UN 9999, PG II                               
         ERG# 901                                         
         SCHEDULE B# 0000.90.0000                                                                               
    Material MG                                          
    Basic data text                                                                               
    800001   ZZ                                          
           ******DO NOT SHIP CALL 480-987-7177******    
    800002   ZZ                                          
           ******DO NOT SHIP CALL 480-987-7177******    
    800003   IRE                                         
          SCHEDULE B# 3707.90.0000                        
    800004   ZZ                                          
           ******DO NOT SHIP CALL 480-987-7177******    
    800005   ZZ                                          
           ******DO NOT SHIP CALL 480-987-7177******    
    800006   ZZ                                          
    That means I need the material number and parallely the description instead of the text description first and material number second.
    How to format this? I am a SD functional guy and hence not able to play around properly in the ABAP codes.
    Thanks a million.

  • How to display text value in the header data (Header text) of credit memo

    Hi...
    I need to display the text value of the text field in the header text of the header data in credit memo.
    The text values are stored in a ztable and i need to display it based on the billing document stored in vbrk (zfield) that was inserted during the creation of credit request..
    Appreciate your help on how to do this...
    Thansk and will surely reward the points..
    Kanthi..

    Hi kanthi ,
                   Read the value from Z Table and during the creation of cedit memo check out for some exit where u the value from The zTABLE AND use function module SAVE_TEXT with object and id in the header text .
    Please award if useful.

  • Infoobject change for extracting texts data.

    Hi BW guys,
    Here is my requirement.
    I have one info object 'salesmen', which is already used in some other ODS & Cube's.
    Now I want to extract texts data for the object 'salesmen', for that I will need to change my infoobject (changes are : adding credit control are object under compounding).
    But while i am activating the info object again it is giving errors.
    Error messages:
    1) InfoObject XXXXX (or ref.) is used in data targets with data -> Error:
    2) Characteristic XXXXX: Compound or reference was changed
    3)InfoObject XXXXX being used in InfoCube XXXX (contains data)
    etc....
    But i don't want to delete the data in any data target.
    Is there any way to solve this problem?
    Thanks in advance......

    Hi,
    If you have not many cubes and ODSs with this salesman, you can consider another, beter, but more time-consuming way.
    1. Create a new IO for your salesman, add a compounding attribute as you want.
    2. Load master data for the new IO.
    3. Create copies of your infoproviders.
    3. In each of them delete an old salesman IO and insert a new one.
    4. Create export datasourses for old cubes.
    5. Create update rules for new data targets based on old ones.
    6. In URs map your new IO with the old one. All other IOs should be mapped 1:1 (new<-old).
    7. Reload data targets.
    That's all.
    The way I proposed earlier is less preferrable. Because anyway you'll have to change loaded into data targets data. And in this case it's better to change data model as you want.
    Best regards,
    Eugene

  • Cell calculations showing header text rather than data

    This has to be simple, but I am stumped.
    I have added header text to a SS.  Now when I attempt to add a calculation to a cell in the SS Numbers is showing the text in the calculation rather than the cell data or cell location.
    How do I stop this?  Just want to see something like this:  =F13-(E13*4)
    but I get this
    =On Hand Now test line-(Monthly Average test line*Cal. 212 West Jackson Street)
    Numbers does put the the correct numeric result in the proper cell but I don't want to see the above.
    Tim

    select the menu item "Numbers > Preferences" then uncheck the box "Use header cell names as references":

  • Shopping Cart header text ( Approval Note )with User id, Date , Time

    Hi Experts ,
    We are mapped SC header Text to Classic PO header text sucessfully. But in the SC Approval Note system is automatically  pouplating User Id, Date , Time and Time Zone ..along with manullay entered Text.....and same is pouplating in tyhe created Classic PO.
    We don't want these extra things in the SC and PO both .
    Can anyone please suggest how we can achive this ?
    Thanks
    NAP

    Thanks Jay. Resolved .
    So without Badi this is not possible. Right ?

  • Problem with Text data Extraction from R/3

    Hi Experts,
    The problem is extracting Text data from R/3 system.
    Actually its an delta load.The load is running fine....but it is not bringing any data from the source system (R/3)0 Record.When I checked the table in R/3 system the data are there.
    I tried with Fullupdate too, still its bring 0 record.
    What will be the solution for this?
    Thanks in Advance!
    Regds,
    SPS

    Hello SPS, I cant remember very well, but when we found this issue, the problem was Language key. There was a problem with standard datasource.
    Did you try to find any notes for your datasource ?
    Hugs,
    Bueno

  • Extract the text data

    Dear SDNs,
    My client wants to extract the data from invoice text types like he wants to find out the text data in each text fields which are maintain in the invoice item level.
    please advice my above scenario.I dont know where it could be stored and how i will extract them.
    Thanks,
    KV

    hi
    goto STXH
    find your text object : VBBP
    Text Name
    Text ID  (which you created at text determination 4 digit which you have added to billing as text determination)
    Text Name:
    note down the above
    now goto SE37 and enter READ_TEXT run
    enter as below
    ID
    LANGUAGE
    NAME
    OBJECT and execute then click on tables icon then you can get the text which you have maintained in ur invoice
    Take the help of ABAPPER
    regards

  • Archived Data - Sales Order Header Text

    We have archived the object SD_VBAK and I notice that some of the sales order header text also been archived. Now, the question is from where I retrieve back those header text. I am building the info structure but I need to know the object name for the header text.
    Please help.

    The texts are archived using the class TEXT, and as such cannot be added as a object into the infostructure.
    I would suggest you try building a new fieldcatalog, in which you could try introducing the field TDLINE from table TLINE. I dont know if this would work, but you could try.
    Otherwise, I think the only way to read the text would be by writing a program to do so.
    Hope this helps.
    Sudha

  • Error when extracting the text data

    Hi all
    I am getting an error when transfering the text data thru flat files .
    It is asking " No transfer structure available for the source system ," and saying that 0langu is not assigned to source syatem.I am working on 3.5.
    pls suggest me.
    thanks in advance
    karna

    hi,
         you have to decline 0LANGU, STTXT(short text), MDTXT(medium text),
    LGTXT(long text), and respective key field(primary key) of attribute for
    text data source.  give the above five info object's in transfer structure for
    text data source and activate it.
    if helpful provide points
    regards
    harikrishna.N

  • Copy of header text

    Hi SAP Gurus,
    Is there any SAP std. possibility, If I entered the text in the Credit memo heder and which get copied into the output of the Invoice list(Credit memo list).
    If yes then please let me know how to configure.
    Thanks & Regards,
    Sachin

    Hi Sachin,
    To map your requirement you have to ask your Abaper to pick up the Text entered in the Header Text field by using Function module "READ_TEXT" (T-code - SE37).
    Firstly go to the Billing document> Header> Text and press the Display log icon available at the bottom where you have entered your Text. It will give you details like ID and Object name against the Text Type where you have entered your text.      
    Then Use T-code - SE37 then select "READ_TEXT" function module and Execute. System will ask you to enter your client code, ID, Language and the Billing document no. along with the Object Name and then execute. System will display the RESULT at the bottom. Ask your ABAPer to pick this data and use the same on Invoice.
    Hope the above meets your requirement.
    REWARD if it helps you!!
    Regards,
    Ajinkya

  • How to check if a user fills a header text in billing invoice

    Hi everybody and thanks in advance.
    My consultant wants to oblige all users to fill a header text when they create the billing invoice (vf01).
    I was looking for several user exits when I can manage this requisite.
    My problem is that when the user creates the invoice and push save button, I try to look for in the table STXH if the user created the header text. But I have not found anything, because the invoice has not created yet.
    Only when the billing invoice has saved, the header text is stored in the table STXH.
    I has been trying to find a structure wich contains the header data like xvbrk contains the data about type of invoice, etc.
    I have studied this user exits:
    userexit_number_range (module pool saplv60A, program rv60afzz)
    userexit_account_prep_komkcv (same module)
    userexit_account_prep_kompcv (same module)
    userexit_fill_vbrk_vbrp (same module)
    v60A0001 (Customer functions in the billing document).
    My question is: In which structure is the header text of billing invoice manage before push the save button?
    If I knew where it is, I could manage the data and check if the user filled the header text.
    Thank you very much, and sorry for my pour English.

    David,
    Place this code into USEREXIT_NUMBER_RANGE:
    DATA: CATALOG LIKE TCATALOG OCCURS 0 WITH HEADER LINE,
          MEMORY_ID(30).
    data: c_MEMORY_ID(30) VALUE 'SAPLSTXD'.
    DATA l_head type THEAD.
    DATA wa_head type THEAD.
    data: l_lines type table of TLine.
    data: l_line type TLine.
    DATA l_CATALOG type TCATALOG.
    IMPORT CATALOG FROM MEMORY ID 'SAPLSTXD'.
    loop at catalog into l_catalog.
       if  l_catalog-IS_REFTEXT is initial
       and l_catalog-keep is initial.
         concatenate c_memory_id l_catalog-id into memory_id.
         import thead to l_head
                tline to l_lines
           from memory id memory_id.
         loop at l_lines into l_line.
           message i000(zz) with l_line-TDLINE.
         endloop.
       endif.
    endloop.
    It will expose the text entered into the text ids in a message box (for now).  You will want to replace the MESSAGE statement with your own logic.
    You may also need to change the message numver/class from ZZ - as seen here "message i000(zz) with l_line-TDLINE."  with an appropriate message on your system.
    DON'T forget those points.

Maybe you are looking for