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

Similar Messages

  • Show Subreport Name in the header part of the main Report subreport wise

    Hi,
    I want to create a Report which contains a collection of Subreport.
    In header part of the main report I have one expression which shows specific text for specific subreport.
    In Detail
    I have three subreport named as
    Sureport1
    Subreport2
    Subreport3
    I have given page name for all the three subreport as subreport name.
    Now I create one Main report. Where I drag one table and delete the group.
    I created three rows in this tablix.
    And in each textbox I have inserted one rectangle.
    and place all the three subreport.
    and here my expression is mentioned below.
    =IIf(Globals!PageName Like "Subreport1","Subreport1",
    IIf(Globals!PageName Like "Subreport2","Subreport2",
    IIf(Globals!PageName Like "Subreport3","Subreport3","")))
    This expression is working when I am placing all the subreports inside separate rectangle but not working when I am placing all three subreports in one tablix.
    For both case it is showing in report designer window but in second case it is not showing in the pdf.
    Thanks,
    Aswini Rout

    Hi,
    As the description, I understand that you want to display the subreports’ name on the page header of the main report. When the page display a subreport, display the corresponding subreport name in the header part of the main report.
    Base on my understanding, you should have page break on each subreport(suppose you add the subreports without Rectangle) since there is no group in the main report and there should not be a page break in the main report. If I have misunderstood, please correct
    me.
    I was not able to reproduce the issue currently. How did you define the page name of your main report. If it is possible, please upload your rdl file to your OneDrive and share the link here. You can also capture the screenshot so that I can understand the
    problem in more details.
    Thanks.
    Tracy Cai
    TechNet Community Support

  • How to Print Sales header text at the end of last page of Main Window

    Dear All,
    I have a requirement to print Sales order header text at the end of Main of last page. I don't have footer window.When i use Bottom-End bottom.Only one line is printing.The header has 5 lines.
    Request you to provide <b>code</b>to handle this situation. Your response is highly appreciated
    Best Regards
    Praveen

    Hi,
    If u r using standard layout set RVORDER01.
    U can print that sales order header text in the following text element.
    /E SUPPLEMENT_TEXT.
    U can include ur text objects here.
    Then it gets printed.
    Regards,
    Veda Kumar

  • 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

  • How to add texts to the Header Text in the PO header

    Hi
    In our system, some already added remarks are appearing in the PO header text field when i open a PO. I wanted to edit the remarks appearing in the PO header as a default. I wanted to know where these predefined texts are filled in. Appriciate if you can help me findout the same.
    Thanks
    Venkat.

    Hi
    In the above said configuraiton path, they have mentioned "Purchase order"  in the source object and the "Header Text" in the source text.
    But i wanted to konw  where the below mentioned genereic Notes/Remarks will be entered. For all the purchase orders, this text is autmatically get copied into the header text. i wanted to know from where it is originating and where we are maintaining.
    "Notes / Remarks :
    Vendor's signature on the attached PO terms and conditions is an integral part of this PO
    All documents should have a PO number
    Invoices should be submitted to the attention of the Finance department
    Please attach a PO copy with all claims to avoid delay in receiving payment.?"

  • How to  read header texts in the on save user exit of VA01

    Hi Experts,
    I have a requirement to read the header texts in the on save user exit.
    I have to check whether departmental code in header text is not initial or not.
    Can any one please pour in some points of how it can be done......
    Thanks in Advance.
    Prem

    Hi
    U can use fm READ_TEXT:
    DATA: THEAD LIKE THEAD,
          TLINES LIKE STANDARD TABLE OF TLINE WITH HEADER LINE.
    THEAD-TDID     = <text id>.
    THEAD-TDSPRAD  = <language>.
    THEAD-TDOBJECT = 'VBBK'.
    THEAD-TDNAME   = VBAK-VBELN.
    CALL FUNCTION 'READ_TEXT'
      EXPORTING
        ID                            = THEAD-TDID
        LANGUAGE                      = THEAD-TDSPRAD
        NAME                          = THEAD-TDNAME
        OBJECT                        = THEAD-TDOBJECT
      TABLES
        LINES                         = TLINES
    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.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
             WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    U can use it in all situations ( inserting and updating) because that fm returns the buffered text.
    Max

  • I want to change the selection text in the standard report/transaction  .

    I have added one screen field to the standard report , now i want to change the selection text in the standard report/transaction

    Hi,
    >
    scoy123 wrote:
    > I have added one screen field to the standard report , now i want to change the selection text in the standard report/transaction
    Refer:-
    CONSTANTS : c_comment(20) TYPE c VALUE 'write your comment'.
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT 1(20) c_comment.
    PARAMETERS : p_matnr TYPE matnr.
    SELECTION-SCREEN END OF LINE.
    Hope this helps you.
    Regards,
    Tarun

  • Requirement to display repeated texts in the wad report

    Dear experts,
    we are having a requirement to display repeated
    texts in the WAD report .As we had unchecked the checkbox
    hide repeated key values in BEX query properties and we
    are achieving this in BEX report.
    Is there any possibility to achieve the repeated key values
    in WAD report?
    Is there any global t-code or any functional module to do the
    wad settings to get the Repeated key values?
    Please do the needful.
    Thanks,
    Chiramana.

    Hi,
    Check in the following document.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/58fd9183-0e01-0010-f183-fdc9019f77ab
    Thanks
    Reddy

  • Add default value to the Header Text of the Quotation

    Hi All,
    I want to add the default value to the header text of the Quotation.
    I've created the Text Type and Access Sequence usign the VOTXN,
    but I want some default text shown on the header text when user click on the Text type.
    for e.g.
    "The reason", "Qty"....
    I've check the routine of data transfer and also the User Exit MV45AFZB Userexit_MOVE_FIELD_TO_TVCOM_H...still no solution.
    Please help.
    Terry

    Please check below link.
    http://www.sapfans.com/forums/viewtopic.php?f=5&t=324385

  • Erroneous Shipping Header Text in the Sales Order

    Hi ,
    We are facing one problem.Can you please help us..
    We seemed to have a recurring issue in SAP Production wherein an erroneous shipping text and supply location header text
    suddenly appears on the sales order header text.   As of this stage, our interim solution is to manually clear the erroneous text via invoking
    the SAVE_TEXT command directly in Production to clear out the text.   The problem with this approach is that we are "reactive"
    to the event meaning we only get to know of the issue after the National Order Centre reports the issue and by the time it reach
    IT it already affected quite a few sales and stock transport orders.  
    I
    a) an investigation to be conducted as to identify the root cause of this issue 
    b) permanent solution to be put in place to rectify the issue
    here's the text ID that got affected
    Text ID = Z022  (Shipping Text)
    Text ID = Z029  (Supply Location)
    Language = EN
    Text Name = XXXXXXXXXX
    Text Object = VBBK
    a list of programs that calls SAVE_TEXT and updates
    the above-mentioned text ID.  We have gone through the SD user-exit MV45AFZZ.
    The sample you see below is an STO.  As you know the STO is created inside the sales user-exit and uses the
    shipping instruction default from the originating sales order to pass on the text to the STO shipping text.
    We are unable to re-create this issue so this sorts of adds a layer of complexity.
    I found SAPLSTXD memory id..It is importing from this id..But there is no export in the program..
    Can you please help us where the text is exporting ..We need to find out the root cause of this issue and solution..
    Thanks in advance.
    Satish kumar.

    I found SAPLSTXD memory id..It is importing from this id..But there is no export in the program..
    Chances are it is set and exported at some point, then abandoned after processing for that document...it needs to be cleared probably, since your user is remaining in the same user context and therefore when another import is executed, the text stored there is brought in, even though not for that order/document....believe you'll find this is a programming error, need to export space or clear the ID after it is used...
    Check the other MV45AFZ* objects also...MV45AFZZ is not the only SD user exit...look at the inlcudes (named like mv45afz* )  in SE80 for program SAPMV45A.  I can't see SD (don't run at my employer), but you might also check copy requirements in transaction VOFM entries?  Some of the SD wizards can advise on that part.
    Try ABAP Scan program RSRSCAN1, probably as background job, if you don't find in MV45AFZ* members.  Sorry, that's the old program (but it might find for you).  Current version is program RPR_ABAP_SOURCE_SCAN.
    Edited by: BreakPoint on Sep 22, 2010 4:16 PM

  • Copying header text to the billing text in the same document

    Hi,
       I just want to know ,can we copy one text to another text in the same document.it means that once we enter the header text , can it be copied into all the texts and inturn it should be copied to all the proceeding documents.
    Regards
    Ram Pedarla

    Hi,
    No, this will be not possible in SAP standard. U have to enter manually only in any of the following.
    If u enter text in customer master data of all types manually then u can copy the same into sales order all text types and like subseq doc automaically..
    In the same way if u dont want to maintian in custoemr and want to maintain in Sales order then maintain in all text types in order manually then it will be copied to subsequent document also automaitcally..
    Hope u have under stood..

  • Header text in Print inspection report

    Dear gurus
    I wish to enter the header text in u201CPrint inspection reportu201D after complition of the result (like Name of the client)
    What settings I have to do?
    Kindly help
    MK
    Happy New Year and fruitful postings to all SDN Family members!!
    MK

    Hi
    I this can be achieved by the ,
    make a copy of QM_INSP_RESULT : Form .std sap uses this form In program RQGAAM31.
    You can customzed your own form and attach here.take help of ABAPER
    Regards
    Sujit

  • Report with Delivery number and header text as output

    Hello all,
    I need to create a "quick and dirty" report that which will give me every delivery number, and the corresponding header text, in the month of July for given shipping points.  I am having trouble figuring out how to get the header text for the deliveries.  I have searched and searched but the solutions given just don't make sense to me.
    Regards,
    Davis

    Hi,
    You need to use the function module READ_TEXT to read delivery header text.
    Please go to transaction SE75 and use VBBK as the OBJECT to find the specific ID which is required.
    Regards,
    Ferry Lianto

  • Header text dump for the given purchase orders.

    Hello Gurus,
    Could you please help in pulling the report, which contains all the header text and the header note data for the  purchase orders.
    I tried EKKO and EKPO, these tables giving me all the data except the Header details ( we as the end users will make so much of notes in the header of the po).
    Please help me in pulling this report.
    Thanks,
    Chandra.

    hi Chandra
    this seems to be more of a MM issue
    However text is general stored (as pointers ) on the STXH/STXL tables.
    You could try using the function module READ_TEXT  in SE37
    and the object will be EKPO
    kind regards
    Paul Quinn

  • COPA report change Header text

    Hi,
    I am preparing COPA line item report. I am not able to change or add header text in the report as we  do in report painter report.
    The form I am  using is KE94 Create and KE95 Chage.The report painter option extras-> Report Text -> header text is not available in KE95 forms.
    Any Idea on how to do the changes in header text in this case.
    Regds

    Hi Suchitra,
    You can try it with KE32.
    Regards,

Maybe you are looking for

  • Final cut will not capture

    i have tiger on my Powerbook g4, just put it on and my capturing will not show signes of capturing footage from my camera.... the sound waves dont even show up on the side. what could be wrong with the final cut after loading Tiger?

  • Mass purchase requisition deletion

    Hey Gurus, We have changed some materials from planning to no planning in MRP.  the users would like the Purchase requisitions that have been created to be deleted now that we no longer plan these materials. I checked MEMASSRQ and I also checked MASS

  • No sound over HDMI?? (There is more)

    Here is the sitrep: Macbook Air 3.1 Mac OSX 10.6.8 Just bought a Mini DisplayPort to HDMI connector to plug in to my Samsung 32" HD tv. I go into my sound preferences and select the HDMI option for sound output. Play the video and its still coming ou

  • Organizer quits after 1-10 seconds

    Worked the first time I loaded photos from SD, but started acting up when I tried to load a second set of photos.  Uninstalled and reinstalled ,b ut still quits.

  • Host Central Admin from different server

    Hi, I have central admin on one of my application servers. it is working fine. Now, the server which hosts Central Admin will be shut down as a part of DR testing. Once this goes down, Central Admin will not be accessible. Is there any way to make it