Printing of  header text msgof billing doc in Invoice.

Hello  Gurus,
Goodevening,
I have requirement from client.
This is the requirement  ,
He will give the text  in billing docment header in billing document but  when takes the invoice the header text to be printed  in invoice.
Is it possible ? looking for your inputs
Thanks & Regards
Venkat.
Edited by: K.Venkata Chalapathi on Jul 15, 2010 5:08 PM

Hiii
Billing Header text can be print in your billing document, If it is developed smartform then you can take the help the ABAPer to print the text. For the same you have to create the text ID whichever you want to print in smart form then ABAPer will mapped the ID in his smartfrom on required place.
Regards
Shambhu Sarkar

Similar Messages

  • Table to print PO header text

    HI:
    I would like to do query to print PO header text.
    I have try STXH but no PO number to link to and no text line.
    Pls advise.
    Moderator message: Basic frequently asked question - Please search forum for answers and read the docu in help.sap.com 
    See as well our rules of engagement: http://scn.sap.com/docs/DOC-19331
    A good way to search the forum is with google. See this blog with details for a good search
    http://scn.sap.com/community/support/blog/2012/04/16/getting-the-most-out-of-google-optimizing-your-search-queries
    This blog describes how to use the SCN search: http://scn.sap.com/community/about/blog/2012/12/04/how-to-use-scn-search
    Thread locked
    Message was edited by: Jürgen L

    Hi,
       It wil be easy with an abap report using Function Module READ_TEXT.
    Regards,
    AKPT

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

  • Printing Form Header Text in Smartforms

    Hi,
    I have created smartform for SD module.I am printing Form header text in a window by using loop.I am getting the text with the help of READ_TEXT  function module.It comes as we type in Form header.But the problem is if they type more than 15 lines it is not printing.I want to print the rest of the lines in next page.How to do this?

    Hi,
    In smartforms, only the main window is a dynamically varying one.
    So give your include text concept in the main window..
    so that if your text increases more than a page, it will be printed in the next line..
    You can maintain your text in so10 transaction.. with text id and text name..
    using include text u can simply give the Id and text name in forms, you will get the enetered text.
    regards,
    vijay.R

  • Text types - Billing Doc item

    Good Morning,
    I have to update the item text, which is already in SO and Delivery and I have to use the same item text in Billing Doc also. I went to VOTX and displayed textid and description in change mode.
    Text id 0020 and Description GTIN number is there.
    The check mark is checked for only order and delivery. How can I check the BillDoc check mark. These check boxes are disabled here. We are using ver 4.6c.
    Please help me.
    Thanks,
    Veni.

    Dear SRI,
    These are the fields
    1.BUZEI --- Number of Line item with in the Accounting
    Document.
    2.POSNR -- Billing item
    These are the Tables,
    1.VBRP -
    (INV ITEM)
    2.BSEG -
    (ACC DOC SEGMENT)
    I hope it will help you
    Regards
    Murali.

  • FBCJ : header text of FI doc

    Hi,
    I've created a substitution, to substitute the header text of cash doc by the assignment field :
    If BKPF-TCODE = FBCJ
    substitute BKPF-BKTXT by BSEG-ZUONR
    the problem is the system doesn't execute this substitution, I still have the business transaction as a header text !
    I activate the trace in tcode GGB1 to show weather the system read correctly the substitution, and I find it OK, but when I save the Cash doc I still get the the business transaction as a header text !
    Please how to resolve this ? the substitution seems work fine but when I save the doc I don't get the expected result !
    Please advise
    Regards.

    Hi,
    Please, read carefully note 546365 and check if your substitution is defined in compliance with the explanation posted there (point 4 in the note).
    Regards,
    Eli

  • Billing Doc-Header-Texts copy Accounting Doc-Hader Texts?

    Dear gurus,
    I it possible to copy Billing Doc.-header- Text1 to
    Accounting Document>>>>>>"Doc. Header Text" field?

    Hello,
    the SAP note 301077 lists the available userexits in SD/FI interface.
    If, for example, you want to fill a BSEG field of customer line, userexit EXIT_SAPLV60B_002 is the good one.
    Instead if you want to fill a BSEG field of a G/L line, userexit EXIT_SAPLV60B_004 is the good one.
    Best regards,
    Ivano.

  • Transfer document header text from billing document to FI document

    Dear all,
    Where do I specify that the document header text out of the billing document should be transferred to the corresponding FI document?
    Currently, the FI document header text (BKPF-BKTXT) remeans blank after transfer from billing document. We need this field to be filled in, but I haven't found how to have this filled in.
    In copy control from sales doc to billing doc, there is the possibility to transfer the Reference number & Assignment, but nothing about document header texts.
    Some say that it would only be possible via coding, but anybody has any idea if it might be possible via standard SAP?
    Many thanks!
    Best regards

    Hi,
    We also had a bit same requirement, which is to copy the billing header text to FI item text (BSEG-SGTXT). The solution we took is to use FI Substitution (t-code GGB1), so that every time a FI document created from SD... the substitution reads the billing header text and put it in the FI item text. I think the same method could be used for FI header text (BKPF-BKTXT). Below is the solution for your reference.
    Prerequisite:
    Document Type = 'RV' AND Reference <> '' AND
    ( Transaction code = 'VF01' OR Transaction code = 'VF02' OR
    Transaction code = 'VF03' )
    Substitution:
    Using exit which coding is as below.
    *&      Form  u900
          Copy Billing Header Text to SGTXT
         -->P_SGTXT    FI Item Text
    FORM u900 USING p_sgtxt TYPE bseg-sgtxt.
      DATA: lv_name TYPE thead-tdname,
            lt_line TYPE STANDARD TABLE OF tline,
            lw_line TYPE tline.
      lv_name = bkpf-xblnr.
      CALL FUNCTION 'READ_TEXT'
        EXPORTING
          id                      = 'Z001'
          language                = sy-langu
          name                    = lv_name
          object                  = 'VBBK'
        TABLES
          lines                   = lt_line[]
        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 EQ 0.
        READ TABLE lt_line
          INTO lw_line
          INDEX 1.
      In Billing Header Text, the sign '&' (ampersand) is automatically
      added some characters so it becomes '<(>&<)>'.
      The logic below is to fix that issue.
        REPLACE ALL OCCURRENCES OF '<(>' IN lw_line-tdline WITH space.
        REPLACE ALL OCCURRENCES OF '<)>' IN lw_line-tdline WITH space.
        p_sgtxt = lw_line-tdline.
      ENDIF.
    ENDFORM.
    Regards,
    Teddy Kurniawan

  • Copying header text from Billing document to Accounting document

    Hi
    I have created a new text id in billing document using VOTXN, is it possbile to copy the header text maintained here to an accounting document field -> doc header text or any other text field when the billing document will get posted to accounting.
    Please guide.
    Thanks,
    Vaishnavi

    Hi,
    with a substitution (GGB1) for FI document header (BKPF-BKTXT) it can be possible. A user exit is required in the substitution to read the SD table.
    Regards,
    Joosz

  • 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 in Billing Document MANDATORY

    HI Gurus,
       Can you please let me know if we can make the Header text field in the Billing Document---> Header Level as mandatory. Is there any possibility to do that or not?
      Thankyou,
      Rakesh Tummala.

    Hi,
    Goto the Transaction code VOTXN and select the SALES DOCUMENT  HEADER radio button
    and goto the change mode inthe application tool bar
    Choose your text determination procedure as defined for Header
    and in the TEXT IDs in the text procedure in the control tab choose your TEXT ID and maintain the TEXT AS OBLIGATORY
    save it and now create the sales order and check the text .
    hope it clarifies your requirement
    thanks
    santosh

  • Issue with printing of header text

    hii frnds ,
    my problem is i am   getting the header text printed properly but the text is not getting displayed whenever the user enters a numeric value without any gaps ... i have seen while debuging that the text is properly getting fetched and the cursor is also passing through the text field but the text is not getting printed in my layout . i am using a script for this .
    thanking you
    rohit gupta

    Use Below code to get your text..
    data: begin of int_rtline occurs 0.
              include structure tline.
      data: end of int_rtline.
    data : rheat type string.
    data : itab_r  like swastrtab    occurs 0 with header line.
    Get the Heating and Cooking Instruction
    get material heating instructions from material master
      call function 'READ_TEXT'
           EXPORTING
                client                  = sy-mandt
                id                      = 'IVER'
                language                = sy-langu
                name                    = tdname
                object                  = 'MATERIAL'
           TABLES
                lines                   = int_rtline
           EXCEPTIONS
                id                      = 1
                language                = 2
                name                    = 3
                not_found               = 4
                object                  = 5
                reference_check         = 6
                wrong_access_to_archive = 7
                others                  = 8.
      loop at int_rtline.
        if rheat = space.
          concatenate 'COOKING INSTRUCTIONS: '
                      rheat int_rtline-tdline
                      into rheat.
        else.
          concatenate rheat int_rtline-tdline
              into rheat separated by space.
        endif.
      endloop.
    Depends on ur Layout Width for each line print number of charcter,here i mentioned 92 char.
      IF NOT rheat IS INITIAL.
        CALL FUNCTION 'SWA_STRING_SPLIT'
             EXPORTING
                  input_string                 = rheat
                  max_component_length         = 92
             TABLES
                  string_components            = itab_r
             EXCEPTIONS
                  max_component_length_invalid = 1
                  OTHERS                       = 2.
        IF sy-subrc <> 0.
        ENDIF.
    LOOP AT itab_r.
    Print ur data.
    Endloop.
    Reward Points if it is helpful
    Thanks
    Seshu

  • Foreign trade header data in billing doc.

    Hi gurus,
    while trying to save billing doc (F8,F2), the document is getting saved but gives a message as Forigein Trade data incomplete,
    Now This can be overcome by adding the required details in the billing document header and then saving.
    But in domestic orders i dont want the system to check for Foreign trade data, i ahve tried checking the incompleteness control also.
    Can someone advice plz.
    Thanks.
    Message was edited by:
            Priyanka Matcheswala

    Incompletion Procedure (Schema) for Foriegn Trade data is defined by Tcode VI29-Path is SPRO->SD->Foreign Trade/Customs->Control Foreign Trade Data in MM and SD Documents->Incompleteness Schemas for Foreign Trade Data
    First Check in your billing document in Header->Foreign Trade Data tab there is icon on right hand side top which is for incompletion procedure, there you can find which incompletion procedure is used and then check it in VI29
    Regards
    Jitesh

  • 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

  • Copy Mat. Doc Header Text to FI Doc. Header Text

    Dear Guru,
    Is there anyway to transfer the Material Document Header Text to the Accounting Document Header Text?
    I tried to use the FI Substitution, but somehow in the substitution exit, it just cannot get the material document number from there.
    Any help would be greatly appreciated! Thank you!
    Regards,
    Chris

    Hi Kenix, yes, that's what I mean. From the database record, I can see it actually works before.
    But not sure if it is because we upgraded from 4.6C to ECC6, this function is gone. Any advise?

Maybe you are looking for

  • Contacts Birthdays syncing to wrong calendar

    I'm using a Blackberry Torch 9800 with 2 main email addresses (both gmails) being sync to it wirelessly. I created a contact from my phone (in gmail account 1) and keyed in the fields of the contacts including the birthdays. However, when I checked m

  • Is there a quicker way to do a back-up of a full Lightroom catalogue & DNGs?

    Hoping someone can help - sorry if I'm being thick, I'm not very techno-minded! I am working with Lightroom 3 on a Mac OS X 10.5.8. I archive photos from the Mac hard drive onto an external hard drive (linked to the Mac via an AirPort) every few mont

  • CS5 -- Acrobat 9 Pro disc not recognized

    PC, running Windows 7. I just installed CS5 Design Premium from the DVD and all seems to be well. Then I inserted the Acrobat 9 Pro disc. The drive spins for awhile, then I get a prompt to insert a disc (which is already inserted). Same thing happens

  • How to create feild catalog using Tcode MC18

    Hi firends,             I want to create a field catalog using the Tcode MC18 as well as i have to add some fields other then the fields provided in the characteristics stuctures. Can u please give the step by step help to how to do it. thanks and re

  • Mac Doesn't want go sleep

    Hi my Mac doesn't want go sleep. This is the log: 10/13/11 1:50:38.000 AM kernel: hibernate image path: /var/vm/sleepimage 10/13/11 1:50:38.000 AM kernel: sizeof(IOHibernateImageHeader) == 512 10/13/11 1:50:38.000 AM kernel: error 0xe00002db opening