KE30 report header text change

Hi All,
Kindly note that we have requirement in KE30(profitability report) where the client wants to see the posting date  and period for which the report is ran in the header.Right now we can see the current data i.e the date on which report is generated.
in brief:
Currently
header data: the date on which the report is ran.(report run date)
Expected
Header: posting period and date for which report is run.
Please provide some information as to how do we move with the changes.
Regards
Pranay

Hi
Char PERIO is available in KE30 reports which is in the format MMM.YYYY
In your header text, use "Selection Parameters" and insert PERIO... you can write the header text as below
You have executed this report for period from "Per1" to "Per 2" for the company code "BUKRS1"
Where Per1 and Per 2 and BUKRS1 are the variables taht you used in your report definition
Regards
Ajay M

Similar Messages

  • How to restrict header text changes in sales order level

    Dear Experts,
    how to restrict header text changes in sales order level change mode
    thanks

    Hello Chandu,
    how to restrict header text changes in sales order level change mode
    In order to restrict changes to Sales Order Header Text, the appropriate User Exit would be USEREXIT_MOVE_FIELD_TO_TVCOM_H. With the help of ABAPer, you can include the simple logic on the basis of Header Text type such that whenever any changes are incurred on the Sales Order header text, updates would be prevented.
    Please try out this approach and let us know your latest observation on this issue.
    Regards,
    Sarthak

  • Printing Report Header Text

    I have a link in a report that calls another report. The link information being passed to the report is :ename, :emp_id. I would like to print these values on the report header text.
    Emp Name: bob Emp ID: 10000
    field1 field2 field3
    1
    2
    3

    Hi,
    You can do it in the additional plsql code section.
    Say department is being passed to the report. Here is a sample code to print the deparment being passed.
    for i in 1..p_arg_names.count
    loop
    if p_arg_names(i) = 'department' then
    htp.p('Department :'||p_arg_values(i));
    end if;
    end loop;
    Thanks,
    Sharmila

  • Generate a new version for PO header text change

    Hi,
    Could you pls instruct me the configuration settings to generate a new version for PO header text change? I secceeded in other fields, e.g. Inco Term, Order Qty, Delivery date, but failed in header and Item  Text.
    I added STXH_TDNAME but it doesn't work. Thanks!
    Regards
    Jully

    Hi,
    Thank you very for the feedback.
    The 4th point of note 664928 says "This is not a change to print-relevant texts". I assume there is a way to configure the text as a "print-relevant text" and I confirmed my texted is configured for printing for operation 1 & 2 (create and change order) in:
    MM > Purchasing > Messages > Texts for Messages > Define Texts for Purchase Order.
    Still not working. Any idea? Do I miss anything? Thanks!
    QUOTE of note 664928 :
    Question:
    You change the texts in a purchase requisition or a purchasing document. Why does the system not generate a new version?
    Answer:
    This is not a change to print-relevant texts.
    Regards,
    Jully

  • Sales document header-- head text changes not working in VA01 if we rasie with reference to quotation

    Hi,
    Greetings!!
    We have raised a quotation, in this quotation we have manually updated Job number (1234) and project number (9876) in header--> header text and saved the quotation.
    With reference to this Quotation we raised a sales order(VA01)  and here we have changed job number from 1234 to ABCD and project number  from 876 to EFGHIJ and saved the sales document but system by default takes quotation  job and project number only. If we go to change mode of sales document (VA02) our changes working fine.
                    ould you please let us know how we can overcome this issue?  Or this is standard  behavior or what?
    Regards,
    Sree

    Hi,
    Text determination configuration is done in VOTXN
    check VOTXN for your text determination procedure and under access sequence check if there is any routine added

  • Set report header text.VI

    OFFICE TOOLKIT内VI(Set report header(footer) text.VIにてEXCELへヘッダーフッターを挿入したいのですが、フォントサイズが大きくなってしまいます。ヘッダーフッターに対するフォントサイズを制御する方法もしくは、上述VIの使用方法に何らかの制限があるのでしょうか。
    宜しくお願い致します。
    Attachments:
    ヘッダーサンプル.vi ‏37 KB

    平素より弊社製品を、ご使用いただきまして誠にありがとうございます。
    日本ナショナルインスツルメンツ技術部の荒瀬と申します。
    お問い合わせいただきましたレポート生成ツールキットに関しまして以下のようにお答えさせていただきます。
    Microsoftエクセルレポートのヘッダ・フッタのフォントは、エクセルレポート全体と同じもの(サイズを含む)が適用されます。
    Set report header(footer) text.VIにてヘッダ、フッタのフォントを変更することはできなくなっております。
    ただし、手動でSet report theader(footer) text.VIを編集していただくことによって、フォントを
    変更することができるようになります。
    ご参考までにフォント設定ができるようにSet report header (footer) text.VIを変更し、添付いたしました。
    フォント用のの制御器を作成し、サブVI入力端子として設定いたしました。
    お客様に添付していただきましたVIも、あわせて若干変更させていただきましたのでご参照下さい。
    以上の内容でご不明な点などございましたらご連絡下さい。
    今後ともよろしくお願い致します。
    日本ナショナルインスツルメンツ技術部
    荒瀬
    Attachments:
    Set Report Header Text2.vi ‏244 KB
    変更済みVI.vi ‏46 KB

  • Header text change in End User Logon page

    Hello All,
    Could you please let me know where can i change the Header text of End User logon page which is SAP GRC Access Control, 10 to an different description.
    Thanks in advance.

    Hi Abhi,
    Go to SE80
    Go to Package GRAC_ACCESS_REQUEST -> Web Dynpro -> Web Dynpro Application -> GRAC_UIBB_END_USER_LOGIN
    Open the webdynpro in Admin mode and then right click on the page and you can Edit whatever text you want in End User Logon page as well as can enable and disable fields according to your requirement.
    Regards,
    Madhu

  • Oracle Tag in Report Header Text

    I am trying to use the Oracle tag in the Report and Customization Form Text Header Section. I would like to show the current date/time as well issue a select statement. Does this not work?
    <ORACLE>
    htp.p(to_char(sysdate,'Day, Month DD YYYY HH:MI AM'));
    </ORACLE>

    Hi,
    You can only enter plain text or HTML tags here. If you want to use select statement or plsql you can use the
    additional plsql code sections to do this.
    Thanks,
    Sharmila

  • Header text changing automatically in the BADI

    Hi,
    I am using a class in the BADI
    IF lt_item[] IS NOT INITIAL AND lt_partner[] IS NOT INITIAL AND it_account[] IS NOT INITIAL.
       zcl_sc=>set_location_detail(
         CHANGING
           sc_items    = lt_item
           sc_partners = lt_partner
           sc_accounts = lt_account
        zcl_sc=>set_gl_acc(
          EXPORTING
            sc_items    = lt_item
            sc_partners = lt_partner
          CHANGING
            sc_accounts = lt_account
      ENDIF.
    It is changing the value in the it_item.
    Can anyone please help on this.

    Hi,
    In transaction VOTXN please ensure that the Reference/duplication     
    indicator (V_TTXER_N-REDUP) is flagged for the text ID. This will mean
    that this text ID will be copied instead of being referenced.                                                                               
    Please flag this field and retest. Note 817101 should help to explain 
    this functionality further.                                           
    Balazs

  • Change documents log for Header texts of Sales order

    Hi ,
    Does any body came across seeing the changes in the texts in the change logs in the sales order ?
    Can anyone of you provide me the way to activate the change logs for the long texts
    Regards,
    Ajai.

    Kapil,
    Before my current project I was with the same opinion. But at my current client I saw the header texts being logged for the purchase order. I.e if we change the header texts for the PO, we can see the changes in the change log history of the PO.  Thats where I got trouble into.  The business shows the PO history and expecting the same in SO too.  I was unable to figure out how the PO header texts changes were being logged.
                Coming to performance, the clients volume of orders is not too high.
    Lets see any of our SDN friends come up with some hints..
    Regards,
    Ajai.

  • Re: Report output header text longuage change

    Hi Dear's,
    Ataually my issue is am unable to change report output header field text to user specific login longuage....
    I.e. if user login to ITALY/GERMANY then report output header text should be displayed on same  Longuage for this can any body give me some idea
    Thanks & Advance,
    srinivas.
    Edited by: SRINIVAS1234 on Jul 23, 2011 11:35 AM

    Hi SRINIVAS1234,
    you can close it as answered and add your personal solution just to let people know how it can be handled. You can also close questions as unanswered but this implies that your problem is still existing.
    Regards
    Clemens

  • 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,

  • Troubles by changing the size of a bookmark header text Repot generation Toolkit

    Hello everyone
    I'm having  troubles getting the size of  a header text formatted into a different font size, I attach the code I'm using to get the work done.
    At the end I get all I want from the report generation toolkit but the text size in the header and footer . Does Anyone have a clue?
    Well the image is too small I'm getting an error when I try to post a bigger one. The thing is that the VI's used here to change the size are append report text.vi and format text.vi. The first one is used to insert text through bookmarks in the header and footer  (it works just gereat) and the second one is intended to change the size of the inserted text (it doesn't work at all) I've already used shift registers in the for loop but I get the same results. The last VI is dispose report.vi
    thanks in advance
    Attachments:
    Maquina Etdos Verifica Reporte.vi ‏94 KB

    Hello Julio9,
     sorry for the waiting I had to clean the block diagram up and take into account some data security issues before I could post the information you asked me to. I have to tell you that I already came out with a patch for the issue nonetheless it is not the correct way to solve it and I would appretiate if you or anyone else could help me to do it right.
    Here is what I changed:
    In my code at the Initialize state (within the state machine) there is the New Report.vi I opened it to get also the new report SubVI.vi opened, afterwards I selected the NI_Word.lvclass: new report subvi.vi and opened it in its code yoou can easly see the double numeric constant value for the size of the text inserted as default. I just changed it from 12 to 8 to correct the formatting. As the outcome all the text inserted through the bookmarks have the default size (8 pts). 
    I attached the new version of my code with all the documents you will need. Please follow these steps:
    1.-Open the project named Verifica Temperaturas 2010.lvproj
    2.-Run the main vi named Maquina Etdos verifica reporte 2.vi
    3.-Check the option Laboratorio de Refrigeradores:
    4.-Click OK
    5.-Complete the information as shown:
    (For Selecciona Machote pick the word document named Document.doc attached in the .zip file. For the Selecciona Archivo de temperaturas pick the Estacion1_21-02-2012.txt file also attached in the .zip file)
    6.-Press Siguiente
    After completing the steps you'll see how the document in created. As expected the size of the text in the header is 8 pts.
    Attachments:
    Verificacion_Camaras.zip ‏359 KB

  • Report painter - Choosing column heading text

    Hi SDN
    I'm having a specific problem with getting the right column heading text into my G/L report painter report created in FGI2/FGI5. In the report painter form I have created the three texts for my column (short, medium and long text). In order for the heading to be meaningful I need the report to show the medium or long text. This is also the case when I run the report as object type Object list. Here the medium text is displayed. However, when I run the report as a Classic drilldown report or a Graphical report output the short column heading text is shown.
    Now, I know from running the standard report 0SAPBLNCE-01 in FGI0 that it is possible to have the long column header text shown in the report, so I'm not willing to give up. But can any of you guys help me on how to make the report show the correct text?
    Kind rgds
    Steen Koefoed

    Hi Anna and thanks for your suggestion. I have tried changing the header text length in the form as you suggested, but it does not seem to affect the display in neither of the three output types of the report. I assume that there must be a way to control the text header length specifically for each of the three output types. But how....

  • REPORT OR TABLE TO CAPTURE SALE ORDER AND DELIVERY ORDER HEADER TEXTS

    HI GURUS,
    where are the sale order header text is stored?
    How to retrieve the same in the form of report.
    the same for Delivery order header text..
    Regards
    Sri

    Hi Sri,
    just goto sales order header text and click on text u will get Text name, Text ID,and Text object
    pass these values to function module READ_TEXT .
    Regards,
    sksk.

Maybe you are looking for

  • How to set chapter markers in imovie 10

    I am looking to set chapter markers at fixed intervals in imovie 10 as well as set custom chapter markers in family videos that I am converting from 8 mm tape.  Does anyone know how to do this in imovie version 10.0.6.  Thanks

  • CHM and map ID

    I have been developing web help for a long time and have never used map IDs. I usually send the developer a table mapping the application pages with the appropriate htm topic. I am now creating map IDs for a .chm file for the first time. The develope

  • Documents remain in "To be synchronized" state

    Hi All, I have created an index and attached a data source to it. This datasource consists of 5 text documents. When I re-index the datasource, all 5 documents always remain in "To be synchronized" state. Repeated re-indexing is also of no use. I hav

  • The Property Inspector is missing the V Space and H Space fields in DW6 - where did they go?

    I just downloaded DW6.  The Property Inspector is missing the V Space and H Space fields, therefore I am unable to add space around my images.  Suggestions?

  • Using both Picasa and Aperture

    I am looking for help so I can use both Picasa and Aperture on the same Mac.  I am using Picasa on my Mac and have all my photo and video files stored on a Time Capsule under a folder called "Pictures."  I set Picasa to "watch" these folders for new