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

Similar Messages

  • Copy of header text to Line item text in MIRO transaction

    Hello Friends,
    I have a requirement where i need to copy the header text ( BSEG-SGTXT) to item text ( EKPO-TXZ01 i.e PO text) during MIRO creation.
    Is there any user exit or BADI .OR is there any other method for doing the same .
    Thanks and Regards !
    Ashish

    Dear,
    Go to se37 MRM_FINAL_CHECK.--display
    then click on that enhance source button ( shift+f4) then go to edit--enhancement operation ---show implicit enhancement option   this is how you can find out the eh=nhancementts .
    Cheers
    fareed

  • Copying of Header Text

    Hi
    How to Copy the header text that i entered in VF01 to Accounting Document(RV) or in Customer Line Item.(FBL5N)
    URGENT!!!
    Regards
    Subhasish

    Hi,
    Logically speaking a header text cannot be copied into line item text.
    In T.C. VOTX  there is clearcut seggregation of header and line item text.
    The text for line item is maintained in the master data whereas header taxt is applicable to the document type.
    Hope it is helpful.
    Regards

  • Copy delivery header text to shipment header text

    Hi All,
    Please let me know the user/customer exit to copy the header text of delivery to shipment while creation(VT01N) or deletion(VT02N) of shipment for deliveries.
    Please provide the code samples or procedure, if you have any.
    Thanks in advance and points will be rewarded
    -Venkat

    Hi
    Use these User exit and write the code for the same in one perform of its include this is having the delivery details and capture the same into your shipping
    EXIT_SAPLV56F_010
    regards
    Shiva

  • How to copy MIRO header text to account document line item automatically

    HI Experts,
    I really need your help or advices , my question is as follows, thanks.
    After goods receipt , I do invoice verification at t-code MIRO , and it'll produce an account document by system.
    at MIRO, I key in the purchasement description on the header text column (INVFO-SGTXT) ,
    and after posting , the header text only appear in account document's account payable item ,
    it's blank in GR/IR and tax item. 
    How to do could let the GR/IR and tax item have the header text too at column BSEG-SGTXT which produced by system?
    p.s.
    I  have try to use BADI:  AC_DOCUMENT , Method: CHANGE_AFTER_CHECK
    and declare  a couple of parameters to check the value,  as follows
    DATA: WA_HEADER TYPE ACCHD,
               WA_ITEM TYPE ACC_DOCUMENT-ITEM,
               WA_ITEM_AMOUNTS TYPE ACC_DOCUMENT-ITEM_AMOUNTS.
    WA_HEADER = IM_DOCUMENT-HEADER.
    WA_ITEM = IM_DOCUMENT-ITEM.
    WA_ITEM_AMOUNTS = IM_DOCUMENT-ITEM_AMOUNTS.
    but, in the parameters , I don't see any column to access INVFO-SGTXT value.....
    Thanks a lot in advanced.
    Best Regards,
    Yacoa

    HI  SAPFICO,
    Thanks for your advice,
    I  have follow the link , and create an function model named ZSAMPLE_INTERFACE_00001025(copy from SAMPLE_INTERFACE_00001025),
    and also run  the  setting  in FIBF....
    I write some code in my function , as follows,  but it doesn't work after  I do MIRO
    and it's still blank of the account document's line item.
    p.s. even make a breakpoint at the function , it doesn't stop and stay at the breakpoint when I execute MIRO, so werid....
    FUNCTION ZSAMPLE_INTERFACE_00001025.
    ""區域介面:
    *"  IMPORTING
    *"     VALUE(I_BKDF) LIKE  BKDF STRUCTURE  BKDF OPTIONAL
    *"  TABLES
    *"      T_AUSZ1 STRUCTURE  AUSZ1 OPTIONAL
    *"      T_AUSZ2 STRUCTURE  AUSZ2 OPTIONAL
    *"      T_AUSZ3 STRUCTURE  AUSZ_CLR OPTIONAL
    *"      T_BKP1 STRUCTURE  BKP1
    *"      T_BKPF STRUCTURE  BKPF
    *"      T_BSEC STRUCTURE  BSEC
    *"      T_BSED STRUCTURE  BSED
    *"      T_BSEG STRUCTURE  BSEG
    *"      T_BSET STRUCTURE  BSET
    *"      T_BSEU STRUCTURE  BSEU OPTIONAL
    DATA: C_SGTXT TYPE BSEG-SGTXT.
    IF SY-TCODE = 'MIRO'.
      READ TABLE T_BSEG INDEX 1.
      C_SGTXT = T_BSEG-SGTXT.
      LOOP AT T_BSEG.
        IF T_BSEG-SGTXT IS INITIAL.
          T_BSEG-SGTXT = C_SGTXT.
          MODIFY T_BSEG.
        ENDIF.
      ENDLOOP.
    ENDIF.
    ENDFUNCTION.
    Edited by: Yacoa Chen on Mar 30, 2011 9:54 AM

  • Text is not copying into Header Text Type from Contract to Order & Invoice

    Salute Masters!!
    I have done related configuration in VOTXN for Sales Document & Billing.
    After creation of Contract, given Text in New Header Text Type, itu2019s not copying into Sales Order or Invoice.
    Although, which was configured earlier one, for that Header Text Type, text is copying into Order & Invoice both properly.
    Firstly; I have given the same Access Sequence for the New Header Text Type, It was copying the same matter which was given into Old Header Text Type, then I have created new Access Sequence & assigned changed Access Sequence for the New Header Text Type, even then it is not copying.
    I have checked other Configuration those are OK!
    Assignment of Sales Document Type to Text Determination Procedure, it is OK!
    Please provide the solution.
    Thanks in advance.
    Warm Regards,
    Sanjai Srivastav

    Hi
    Hope the issue is resolved , if not please check these settings - VOTXN
    1. Create Text Type for your Sales order -S001 and Billing Invoice - B001
    2. Create Access Sequence - Z001.
    3. Include your Both Text Type in respective Procedures.
    Now
    WHen you will assign the Text into your Text Procedure - Assign same Access Sequence in both the case.
    In your Sales Order text procedure - Assign
    1. Assign Text Type S001  and Access Seq Z001
    2. Select the Access Seq on the left side in the VOTXN T-Code , a POP up will come and then input Your Access Seq into that
    3. You will get another screen, Here give the Seq No-1 and VBBK Header Text and Again Assign TEXT type S001.
    Now go to Invoice Text Procedure
    1. Assign Text Type B001 and Access Seq Z001 and SAVE.
    Once you will do that the step 2 and 3 will automatically get copy in the backend.
    To Check
    2. Select Access Seq on left side and in the Pop Up input access Seq. Now there you will see the system has copied the
    fields from the Order.
    Now try running the scenario. same you can do for Contract and Order.
    Hopefully this will Help you.
    please let me know if any concerns
    Thanks
    RB

  • Header Text from Sales Order Not Copied to Header Text Invoice.

    Hello All....Does anybody have an idea why this is happening ??
    My Sales Order have the Header Cl.Text Z001 "Header Text", I write text in two languaje "EN" and "ES".
    Z001 Header Text (Sales Order)
             EN -->>   Hello
             ES -->>   Hola
    When I create the Invoice with reference this Sales Order, this only copy the Spanish Text but not the English Text.
    Z001 Header Text (Invoice)
            ES -->> Hola
    Thanks in advanced.
    JEOS.

    Hello Jorge
    Ensure that you checked the box 'All Languages'  in the related access sequence.
    T code VOTXN.

  • Third Party : Sales order Header text should copy to PO Header text

    Hi,
    I need to copy sales order header text to PO Header text
    in the third Party sales order scenario.
    Can anybody suggest how to do it.
    Thanx in advance.
    Regards,
    RRS.

    I doupt that this is possible without using a user exit.
    The 3rd sales order will create a PR, the PR has no header text (just a header note = internal use), the PO is created in reference to the PR. And it is not possible to copy PR header text to PO header text.

  • 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

  • PR header text copying to PO header text

    Hi all,
    We have implemented BADi  ME_PROCESS_PO_CUST to copy PR header text to PO header. The issue is it is not let us view the PR header text prior to saving the PO.
    Also the same BADi is implemented in other instances, and it is allowing us to view the PR header text as soon as PR is copied in PO. Also there is a green tick mark available in Tcode ME21N in this instance, while the same is not available in the instance where we r getting this issue.
    Plz help

    Hi,
    Probably this is the issue: (from IMG BadI documentation):
    <<<>>>
    Standard settings                                                                               
    In the standard system, the Business Add-In is not active.                                                                               
    The BAdI is not filter-dependent.                                                                               
    ->>>>>>>  The BAdI cannot be used multiple times.     <<<<<<<<-                                   
    <<<>>>
    Have you tried to use BadI: ME_REQ_HEADER_TEXT?
    hope it helps.
    regards,
    wojciech

  • How to copy Header text in Allocation table to vendor PO

    Hi,
    I had created the Allocation table and able to generate the vendor PO thru WA08.
    However, I am not able to copy the header text & note over to the PO as special instruction text.
    I tried to find if it is possible to custom in SPRO Purchasing text but I am not sure where to add it in.
    Can someone tell me how to set this up?
    Thanks a million.

    how is your problem fixed,please share with me!
    Thanks in advance .
    Deyi.

  • Copy header text from Purchage Requisition to Purchage order

    hi,
    My scenario is
    i was created Purchage Requisition 10000534 and i was maintained Header Text (any thing).
    Then i was created Purchase Order with reference to  purchase Requisition. But in Purchase Order Header Text not copied. Purchase Requisition.( I want to copy the Header Text From Purchase Requisition to Purchase Order).
    I am Using this Badi (ME-REQ-HEADER-TEXT).
    Thanks
    Munna

    Hi,
    Have you done the required configuration for this issue.
    SPRO --> Materials Management --> Purchasing --> Purchase Order --> Texts for Purchase Orders
    Define Copying Rules for Header Texts
    Define Copying Rules for Item Texts
    Regards,
    MT

  • PR header text copied to PO header text

    hi
    is there any setting for coping PR header text to PO header text
    i checked in  define text types & copying rules to PR & PO
    am not finding this option
    to copy PR header text to PO header text
    is it possible in std SAP
    nani

    this is not possible.
    You can  convert various different requisitions into one purchase order.
    You can create per requisition one PO item.
    You can even have one PO item that has a schedule line per PR.
    Imagine that each PR has its own header text, from which purchase requisition shall then the the header text be taken?
    From all and just adding. Or only from the first PR, or last PR.

  • Copy header text to item text in quote to order document

    When creating an order in CRM from a quote, for certain item categories we want to copy a header text field to the item.
    In the item text object CRM_ORDERI we have an access sequence that references object CRM_ORDERH (header) and the text id that is desired but the order never pulls this data.
    doing a header to header copy or item to item text copy works fine. Assume the issue is b/c the header structure CRMT_TEXT_ORDER_H_KEY does not match the item
    CRMT_TEXT_ORDER_I_COM
    Is this configurable?
    Is there a way to copy FM COM_TEXT_DETERMINE_TEXT to achieve this?
    The data isn't written to STXH yet and I don't see how to reference the quote guid in this FM.
    Edited by: Glenn Michaels on Jan 21, 2010 7:04 PM

    Hi Glenn,
    I'm currently working on a business requirement to copy a header texttype to an item textype within a complaint transaction.
    As per standard SAP config i noticed that the text is not copied over.
    Can you please let me know how you solved this issue?
    Regards,
    Sander

  • Copy header text of mult sales orders in a billing document

    Hello Gurus,
    My requirement is to pass the header text from Sales order to a Billing document.
    However, if I create a billing document with reference to just one sales order, it is getting copied correctly in header text of a billing document.
    In case of multiple sales orders for one billing document VF01, it copies header text elements of only first sales order, and not the other ones.
    Kindly tell me how to copy the header texts of all the Sales Orders in a billing document.
    Thanks....

    Use the user exit "RV60AFZC" to populate the header text.
    Regards
    Vinod

Maybe you are looking for

  • GOTCHA's with Setting up ADF Security with JDev 11.1.1.6.0

    If you're getting into ADF security, you're probably going to want to get rid of that ugly default login.html page. I mean, it gets the job done, but we want something a little better. And if you want something a little better and you're using JDev 1

  • Long Raw Column

    Hi Everybody, I am using Oracle 9i ver 9.1 & Developer 6. My requirement is to store documents in the database. For that I have created a Long RAW column in the table where I have to store that. On forms I have made an OLE Container whose OLE Class p

  • Problems with iPod syncing

    Every time I plug my iPod into my computer, it connects, but iTunes suddenly stops working. It will stop doing everything and my cursor will change to what I call the spinning ball of doom. I quit iTunes and eject my iPod to try it again, but it keep

  • INSO filters for postcript files fail

    We have an installation of Oracle 8i with interMedia Text to be used by iFS. The CTX server crashes when trying to index any postscript file with INSO_FILTER. How can we disable the use of INSO_FILTER only for postcript files, but not for the rest of

  • Please help me, i can't install itunes on my laptop, i am using windows 7.

    i can't install itunes on my laptop, i am using windows 7, also updates i can't install, it says its not existing the folder or files of itunes. thanks.... erl