VL01N / VL02  add header text

Hi All,
My task is to create Goods Issue, Including a Header Text - A suboption called Text. In that for Deaparment description I want to add two lines of information.
Any FM avilable.
Any BAPI to create the Header Text.
Advance Thanks,
Balamurugan.R

Hi Jay,
What is save_text function module SAPscript: Save text. For my purpose also shall I use this FM?.
Where it will store (tables) and How VL02 or VL03 Will retrieve it.
give me little more explanation.
Thanks,
Balamurugan.R

Similar Messages

  • Add header text to CSV template in OBIEE 10g

    I have a .rtf template that i use to make a CSV file. Is it possible to append text to the beginning of it and produce a CSV repoprt?

    Any inputs .. plsss
    Regards,
    Pankaj

  • Header text in VL01N

    Hi everyone,
    I need to know how can I fill out the header text in the deliveries created in transaction VL01N so I can see this header text in MB51 report
    I hope someone can help me.
    Thanks in advance

    Dear,
      As per my knowledge, You can enter header text in VL01N---> Go to --> Header --> Text (Which you want to right). But it is not come in MB51 report.
    If you want then you create Z report with the help your ABAP developer.
    Hope it will help you.
    Regards,
    Sandip

  • Default header texts in purchase order

    Hi,
    I would like to ask you for help in following case.
    I need to set default purchase header text when a new PO is created in me21n.
    I found transaction VOTX where can be this done for sales order, but not for PO. Is there anything similar also in MM?
    Maybe I could use user exits in MM06E005, but I didn't find the relevant structure which keeps header texts.
    Third idea is to add header text fields into personal setting in me21n, where each user can define his own default texts but I have no idea how to do that.
    I need to set default texts which are global for all purchase orders, so it has no sense to use Info record in this case.
    Has anybody experience with this? I would appreciate any help. Thanks.

    Hi,
    you can try to solve it using BADI ME_PROCESS_PO_CUST. The method open is suitable for you problem. Here is a quote from a BADI documentation.
    The OPEN method enables you to do the following when opening a new
    document:
    o   Import new data if the document was already posted to the database
    o   Initialize your own data when creating a new document
    You get a reference for object with type IF_PURCHASE_ORDER_MM in this method. This class implements interface IF_LONGTEXTS_MM with methods like IF_LONGTEXTS_MMGET_TEXT and IF_LONGTEXTS_MMSET_TEXT. So you should be able to set long text for your new PO in this method. Check BADI documentation for more info.
    Cheers

  • Bapi_po_change header text

    Hi,
    I am trying to add header text to a Purchase Order using bapi_po_change.
    I can get it to add a line of text OK, but when I go to add a second line it just over writes the original line.
    is there a way to get the bapi to append lines to what is already there?
    Thanks

    No you can only replace the whole set of lines, check parameter POTEXTHEADER documentation (F1)
    If texts are to be changed with the Change method, only the complete text can be replaced. It is not possible to delete just one line...
    So, use mackerl wang  suggestion, use BAPI_PO_GETDETAIL1 to get POTEXTHEADER and POTEXTITEM current values.
    Regards,
    Raymond

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

  • How to add header and fooder in text file

    Hi,
    i have created simple application for generate report from database into text file.
    But i need to add header and fooder in text file. I dont know is there any API for adding these.
    Can anyone help me to create header and fooder in text file.
    the below text are needs to be print in the header
    name of the table :
    Recorder type :
    file creation time:
    the below text are needs to be print in the footer
    Recorder Number:
    Record Type;
    the actual code is
                           pst = con.prepareStatement("select REQUEST, DOMAIN_NAME, TRUNC(DATE_OF_CONFIGURATION) AS dateofConfig  FROM employee where id=300");
                               rs = pst.executeQuery();
                            while (rs.next()) {
                                 request = rs.getString("REQUEST");
                                    domain_name = rs.getString("DOMAIN_NAME");
                                    dateofconfig = rs.getString("dateofConfig");
                                    System.out.println(request + " " + domain_name + " " + dateofconfig);
                                   data.add(request + " " + domain_name + " " + dateofconfig);
                            System.out.println("before calling method");
                            writeToFile(data, "c:/Employee.txt");
                            System.out.println("file created successfull");
                            rs.close();
                            pst.close();
           private static void writeToFile(List list, String path) {
                    BufferedWriter out = null;
                    try {
                            File file = new File(path);
                            out = new BufferedWriter(new FileWriter(file, true));
                            for (Object obj : list) {
                                String s=  obj.toString(); 
                                 out.write(s);
                                    out.newLine();
                            out.close();
                    } catch (IOException e) {
    }Thanks
    Jasmin
    Edited by: user13836688 on Mar 21, 2011 4:06 AM
    Edited by: user13836688 on Mar 21, 2011 4:07 AM
    Edited by: user13836688 on Mar 21, 2011 4:08 AM

    user13836688 wrote:
    i have created simple application for generate report from database into text file.First off, when posting code, use &#91;code]...&#91;/code]. or '' tags, not '<code>'.
    But i need to add header and fooder in text file. I dont know is there any API for adding these.
    Can anyone help me to create header and fooder in text file.Well you plainly have the code to write the file contents; and furthermore your report seems to be contained in a List called 'data'. Why not just add the header and footer lines to it? I'd also suggest making 'data' a LinkedList. That way you can add the header afterwards with no performance hit, just in case the information it contains isn't available at the start of your report loop.
    Winston                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Fill Doc Header Text in VL01N

    Hi,
    I made the delivery with transaction VL01N and of course it is generate a Material Document (mov type 601). if i try to change the material document i can change the field Doc Header text (mkpf-bktxt). So  my question is can i fill this field when i am making the Delivery in transaction VL01N?
    Thank you for your interest in my question
                     Best Regards
                                   João Fernandes

    Hi Joas,
    From your theard i could understand that you create a Delivery Note.
    Delivery consists of three parts like
    Picking, Packing and PGI( Post Goods Issue).
    If you do picking and Packing the then save the delivery and delivery Number get Generated,But it doesnt mean Complete Delivery unless you Do the PGI.Once you Do the PGI Only the Material Document will get Generated.Yes while creation of Delivery you can maintian the text you required.
    Hope this clarifies your doubt and Please Reward If Really Helpful,
    Thanks and Regards,
    Sateesh.Kandual

  • How can i add Document Header Text for s_alr_87012357

    Hi Gurus
    How can i add Document Header Text for  s_alr_87012357(Advance Return for Tax on Sales/Purchases).do i need change the standard program or is there any alternate to do this please  help me  out.

    i found it .its in output list and i did change the layout settings.thanks

  • Can i concatenate or add to the existing header text with new text  logic

    Hi,
    Is it possible to concatenate additional text into an existing text type? For example, would it be possible to write new logic where if certain conditions are met, the text in theheader detailswould be added to the existing Preparation Header text?
    I have on e delivery , i want to add the header text with with  date field (concatenate header text with date (godds issue date)in a single text
    please let me know.

    Venkata
    Unfortunately I am not aware of any such standard FM, I searched for it during my first reply itself, but no benefit.
    You can develop one if no std FM is available for this with the help of your technical g uy.

  • How to add document header text area on fb03's selection screen

    hi,
    i want to add an additional area on fb03's selection screen. i need document header text area for my document searchs. is it possible?

    Refer to this thread
    How to Add field to Selection screen of Tx. FBL5N

  • How to ADD dynamic header text to Right hand Corner of IDR -FPM OVP/OIF

    Hi,
    How can we add dynamic header text to right hand side corner in FPM OVP?
    I know we can handle left hand side.. but i do need simultaneously right hand side..
    ANy thoughts??
    Rgds
    Tarun

    I am not sure how it is arranged in 7.02, in 7.01 IDR layout is flow layout so you cannot have layouts other than that. I thought that this has been changed in 7.02 to accommodate the matrix layout. I am not sure about it. If this was true then you can try to play with the layout to fit right hand side. It is not easy though.

  • 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

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

  • Need ability to add notes in header text on debit memos.

    Hi All,
    When i create a credit memo request in VAO1 using order type ZCR i am able to enter the text by going to GOTO-HEADER-TEXT but when i want to do the same for the debit memo request using order type ZDR i am not able to .
    Please let me know how to go about this one.
    Raul

    Go to Tcode:VOTXN
    select the billing document header and click change , and then in the left hand side select the text procedure assignment and in select you debit memo and enter the values 03 in header
    also check in Text ID in text procedure you have your access sequence as 0001.
    Try this path then
    <b>Spro---Sales & Distribution --Basic Functions Text ControlDefine and assign text procedures</b>
    i guess this should fix your problem
    Cheers
    null

Maybe you are looking for

  • Ferramenta para auxiliar no customizing da CBT (MM e SD) / Imposto Retido

    Olá, Criei uma ferramenta para auxiliar no customizing da CBT que é entregue pela Nota 1706309. A motivação para a criação dessa ferramenta se deu por conta do customizing nesse caso ser muito extenso. Existe um PDF anexo à nota o qual é bem explicad

  • DTW - Cancel Purchase order

    How i can cancel a Purchase Order using the DTW? thanks for your colaboration

  • Export to PDF (smallest file size) is giving me a very large file

    Hi all, I got 2 document with around 100 pages (same size), with a picture or two in each page. I've been using the Export to PDF (smallest file size) and export it. first file became 5MB, which is fine second file became 30MB, this is much too much.

  • Barcodes and authorization objects

    PLS TELL ME ABOUT THE AUTHORIZATION OBJECTS WHILE WE R CREATING THE TRANSACTION FOR ANY  USER DEFINED REPORT . 22. WHAT IS THE use OF BAR CODES IN ANY WINDOW OF SCRIPT . AND HOW TO INSERT BARCODE IN WINDOW.PLS TELL IN DETAIL?

  • New field for ticket in transport requestcreation se01/se09

    hi all, Within creating a transport request we need a (new) field to type in the ticket number. SE01/SE03 ->Create transport request -> Customizing request or Workbench request    -> Create request: in the pop up, we need The field with 10 characters