ME51N Header text enhancement

HI all..
i have a requirement  like in ME51n purchase requisition in the header texts header note is there and also there is one more custom field add to that..
what ever the text we are entering into that custome field is not storing so.. where can we do the coding for that.. and how to findout the BADI and Method name related to that enhancement..??
Please help....
Thanks & Regards
ANAND M

Hi
In the interface IF_PURCHASE_REQUISITION you have this methods:
IF_LONGTEXTS_MM~GET_TEXTOBJECT
IF_LONGTEXTS_MM~GET_TYPES
IF_LONGTEXTS_MM~GET_TEXT
IF_LONGTEXTS_MM~SET_TEXT
IF_LONGTEXTS_MM~ADOPT_TEXT
IF_LONGTEXTS_MM~DELETE_TEXT
IF_LONGTEXTS_MM~EDIT_TEXT
I hope this helps you
Regards
Eduardo

Similar Messages

  • Enhancement spot for updating header text in vf02

    Hi guys,
    my requirement is to update header text which is already existing in vf02 tcode. user can update the existing text and when he click on save button text should get updated.
    anybody please let me know the place where i can write my code.
    Thanks in Advance.
    regards
    satish

    hi yogendra,
    I have created an enhancement in RV_INVOICE_DOCUMENT_ADD but my code is not getting appeared in debugging mode and  nothing is working. can u please guide me on this.
    following the spot where i have written my code
    NHANCEMENT-POINT rv_invoice_document_add_14 SPOTS es_saplv60a.
    ENHANCEMENT 51  OIC_SAPLV60A.    "active version
    BREAK-POINT.
    WAIT UP TO 2 SECONDS.
    DATA: lv_name TYPE thead-tdname,
             lt_line TYPE STANDARD TABLE OF tline,
             lw_line TYPE tline.
         CLEAR: lv_name , lv_sgtxt.
           lv_name = bkpf-xblnr.
    CALL FUNCTION 'READ_TEXT'
         EXPORTING
           id                      = 'A002'
           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.
          REPLACE ALL OCCURRENCES OF '<)>' IN lw_line-tdline WITH space.
         lv_sgtxt = lw_line-tdline.
       ENDIF.
    ENHANCEMENT 1  ZNARRATION_UPDATE.    "active version
    ENDENHANCEMENT.
    Regards
    satish

  • Header text flow from ME51n to ME21N

    Hi Experts,
                       I will enter header text in ME51N (PR creation) and save that .In ME21N  that header text should flow while I refer the PR number .Please tell me what badi should be used and how to use d same.
    I am new to BADI.Help me please...
    Regards,
    Ashok...

    Hi ,
          I used this,
           BADI to be implemented: ME_PROCESS_REQ_CUST.
           Method to be used: PROCESS_ITEM.
    This is  not working ,i hard coded break point in all the mothods and it is not stopping anywhere ..anyother idea,...
    Regards,
    ashok...

  • ME51N Entering Text in Header note

    Dear Experts,
    When I enter the text in Header note in Purchase Requisition-ME51N There is no problem with alphabets but when i enter the numbers,arabic numbers are being enteted instead of numeric numbers. when i double click the header text, header note is expanding, in the expanded form numeric numbers are displaying, but in the normal header note form, arabic numbers are dispalying.
    But in the item details alphbets and numeric numbers are being entered , there is no problem in item details.
    If I enter alphabets and Numeric numbers in MS word, there is no problem.
    Only in Header note arabic numbers are being dispalyed.
    I have checked in English text settings, it is set to English United states-US
    I have checked in the Regional and language settings in contral panel-Here also standard digits is set to 0123456789.
    Please suggest what needs to be done.
    Regards,
    Dayanand

    HI,
    For get about commit_text. First what you do is goto se37, execute the function SAVE_TEXT passing the parameter save_mode_direct = X. Check whether its reflected in transaction. You have pass the proper object values to the function.

  • Update Sale Order Header Text through Enhancement

    Hi Experts,
             I Have a requirement to update the sale order Header Text , when the sale order is opened in VA02 and saved.
    Here in I tried using edit_text, it updates sale order header text  directly in DB during run time even before the save action is completed.
    But I need to just fill the header text and that has to be saved during the save action only.
    I tried coding the same in the user exit (userexit_save_document) but this user exit gets triggered only when there is some changes made to the document when opened in VA02 & Saved.
    Is there any  user exist to pass sale Order Header text and save when save button is clicked irrespective of the document been changed or not.
    Thanks in advance
    Sathish

    Hi Brad Bohn,
        My actual requirement is to trigger an Idoc when the user goes to VA02 transaction and clicks save.
    IDoc gets triggered only when there is some changes to that document, that is through NAST table entry based on the output configurations in NACE transaction.
    Now that the user wants to trigger an IDoc even if there is no change (ie. to reprocess the IDoc) when he just opens a sale order in VA02 and click save.
    It is not possible to trigger an IDoc through configurations when there is no actual change in VA02 and saved.
    So it has to be forcefully sent by making some additions to the Order through coding, so I choose that Text box to fill some additional data and save .
    Kindly Let me Know any thing could be done for this scenario.
    Thanks in advance
    Sathish

  • Can we define a new header text (long text) in PR (ME51n)

    Dear Guru,
    I have some requirement that we would like to define a new header text and default data in that text.
    Please kindly advice.
    Thank you very much.

    HI  Rahulkumar,
    As the path that you've adviced, I can not define at header level. It define as item level.
    Could you explain more how to define as header level?
    Thank you.

  • 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

  • User exit/BADi to change the header text in MIRO transaction

    Hi all,
    I am searching user exit or badi to change the header text in MIRO transaction.
    My requirement is, before post the invoice I need to populate the vendor name in Header text field(MIRO -> Details tab -> header text field ). I have tried all the user exits and BADi's related to MIRO. Doesn't work. If anybody knows please share.
    Thanks,
    Pranav

    Try BADI INVOICE_UPDATE.
    If you are in system version is ECC 6.0, you can find out a Enhancement SPOT (ES_SAPLMRMC) under Function module MRM_FINAL_CHECK, which can be used to perform this requirement
    Hope this helps.
    Thanks,
    Balaji
    Edited by: Balaji Ganapathiraman on Mar 14, 2008 4:43 PM

  • Document header text in Fb03

    Hi all,
    In ml81n transaction there is a field called external number which is stored in ESSR table.
    Now when i go to mrrl and display the fi document i will be taken to Fb03 transaction. If i click the documnet header i will get another window which has documen header text. Now in this document header text i need to display the external number that was used in ml81n transaction.
    I tried with enhancement points at some points. but it was not helpful.
    Hope somebody would reply to this post.
    Thanks in advance
    Veda
    Helpful answers would definitely rewarded.

    Hi,
    You can use READ_TEXT to retreive header text.
    READ_TEXT provides a text for the application program in the specified work areas.
    The function module reads the desired text from the text file, the text memory, or the archive. You must fully specify the text using OBJECT, NAME, ID, and LANGUAGE. An internal work area can hold only one text; therefore, generic specifications are not allowed with these options.
    After successful reading, the system places header information and text lines into the work areas specified with HEADER and LINES.
    You have to used the READ_TEXT functions to read the SAP long text. e.g. Sales Order, Purchase Order Item text etc.
    To check your long text header, go into the long text. Click Goto -> Header
    This will give you OBJECT, NAME, ID, and LANGUAGE.
    Pass them in the FM, you will get the header text that you want.
    Also go through the below link:
    http://help.sap.com/saphelp_40b/helpdata/en/d6/0db8c8494511d182b70000e829fbfe/content.htm
    Hope this will help.
    Thanks&Regards,
    Naresh kumar.

  • How we will maintian Header Text in Purchase Order Mandatory?

    Dear All,
    How we will maintian Header Text in Purchase Order Mandatory?Please suggest a Solution..
    Thanks,
    Raju

    hi
    in standard  it is not posible  u need to use User exit: EXIT_SAPMM06E_012 of enhancement MM06E005. check details with ABAPer
    Vishal...

  • Billing header text included in fbl5n

    Hi,
    Can billing header text data be included in FBL5n report??????
    Thanks
    Keshi

    HI,
    Check the EXIT_SAPLV60B_0002 and Enhancement package  SDVFX002
    With the help of ABAPer, you modify the above exit which is required.
    Rward points pls.
    Regards,
    Govind.

  • Populate PR Header text

    Hi all,
      While creating PR in ME51n i want to populate 'Header Text' with some predefined texts.
      Any suggestinos to achieve this pls.
    I tried with 'ME_PROCESS_REQ_CUST' but didnt got it.
    Regard's,
    Jean.

    Got it with 'ME_PROCESS_REQ_CUST' .

  • Header text manipulation (VA22)

    Hi,
    Is there any way we can manipulate header texts in sales documents in runtime, i.e can I fill the header texts through userexits while users use va21 or va22 ?
    Complete scenario:
    We have not configured text determination because the there are no fixed rules mentioned by our client.
    Hence the users are keying in text based on some other characteristics.  Once the quotation is final then they need to change the customer number in VA22 which is wiping off the texts.  Now I need to fill that text box with the texts keyed in while creating the quotation.  I can read the texts using the function module "READ_TEXT" but the question is how can I fill the textarea so that the user can modify the text before saving.

    Hi Neo!
    I searched a little in SAPMV45A, in SMOD and SE18 - but I didn't found a usefull exit in sales order transaction. Of course something can be done in 'at save', but I don't see an exit early enough (like 'move field to vbak') which has a connection to the text editor.
    Header texts are displayed in a different report (SAPLV70T) and it's using objects -> no change of global data in SAPMV45A possible. There is an exit EXIT_SAPLV45T_001 in enhancement V45T0001 - try it, I don't know if it's only for checks (PAI, no changes).
    If the customer needs this functionality at all costs: make a separate transaction where you input quotation number, new customer number; ENTER: read text, change quotation, save text; call transaction to changed quotation stopping at error (and just fill entry screen).
    Regards,
    Christian

  • F.80 Mass Reversal Using Doc. Header Text

    Is it possible to reverse multiple documents by searching off of Doc. Header Text in the F.80 transaction?  Its not there in the system I am using so I am wondering if there is an OSS note or configuration step to get this in?

    Hi Hari,
    As experts suggested you can go for enhancing the transaction with the Document Header Text.
    Else you can filter and download the documents with the header text from the table BKPF and field BKTXT - Header Text and i hope you got what you required.Use the filtered documents for reversing.
    Regards
    Andrew

  • Doc. Header Text (BKTXT) in MB1C

    Hello Experts,
    Requirement is to copy 501 mvt type into a new mvt type & for the new one, the field Doc. Header Text (BKTXT) should be made mandatory in MB1C t-code.
    1)Whether any configuration available to achieve the same?
    2)If it can be done through some enhancements, then whats the BADI/BAPI/Field Exit/User Exit available?
    Please suggest.
    Regards
    Mahesh

    Hi Mahesh,
    There is an enhancement point in form OK-CODE_PRUEFEN in MM07MF00 which could be used.
    ENHANCEMENT-POINT OK-CODE_PRUEFEN_01 SPOTS ES_SAPMM07M.
    If you put your check in here you should be able to get the desired result.
    For future use, if you debug from the point where you want the check to occur you can normally find the enhancement points, or, identify where you can create an enhancement using an implicit enhancement point.
    Regards,
    John

Maybe you are looking for

  • Video chat is not working

    when i request to video chat with a friend and even though they accept it says they have not responded. this is the error that appears to send to apple: Date/Time: 2008-03-20 19:15:27.461 -0400 OS Version: 10.5.2 (Build 9C31) Report Version: 4 iChat

  • I changed the mac´s disk and now sometimes a rainbow circle appears from time to time and processing stops, what is happening? OS 10.6 mac pro

    I changed the mac´s disk and now sometimes a rainbow circle appears from time to time and processing stops, what is happening???   it is a MAC Pro 8GB RAM Snow leopard 10.6.8

  • ITunes U Usage Report Missing Data

    Greetings All; We just received our monthly iTunes Usage report and for the week of 7/24 and 7/31, the report shows "0" activity in all fields.  Anyone experiencing a similar issue?  Any thoughts?  Thanks! Syd Rodocker Tennessee State Department of E

  • GET differences of input datetime

    hi for all.     i want to get the difference between the high and low dates  which entered from input screen , as houres and minutes. Moderator message: date calculation questions = FAQ, please search before posting. locked by: Thomas Zloch on Sep 6,

  • Two level approval in CCM

    hello all, we would like to have approval of the same item from two different persons (i.e. procurement and financial department) in catalog before publishing. Is that possible in CCM 1.0? or CCM 2.0? TIA Gordan