Purchase requisition- Mat. description problem.

Hi Experts,
I am stuck with one problem regarding Purchase requisition material description. The scenario is as follows.
We have two types of PR creation. With or without material code.
Material description is set to display only. But if the user enters the material code and random description and then press Enter button then the system doesnt pick the description from MAKT and keep the random description and disabling it for input. As shown in below screen shot.
I want to restrict this, So I used the enhancement - MEREQ001 in CMOD and exit - EXIT_SAPLMEREQ_010  and INCLUDE ZXM02U12 , to compare the material description and change it to master data from table MAKT. But the problem here is the original PR data fetched in to the exit is not changing. I have written below code.
+++++++++++++++++++++++++++++++++++++++++++++
LOOP AT im_t_eban INTO l_s_eban.
IF l_s_eban-matnr <> ''.
        SELECT SINGLE maktx FROM makt INTO mde
          WHERE matnr = l_s_eban-matnr.
          IF mde <> l_s_eban-txz01 .
            MESSAGE w007(zm_msg) . " DISPLAY LIKE 'E'.
            l_s_eban-txz01 = mde.
              MODIFY im_t_eban FROM l_s_eban TRANSPORTING txz01. " THIS LINE IS GIVING SYNTAX ERROR THAT im_t_eban is not changeable
          ENDIF.
      ENDIF.
ENDLOOP.
++++++++++++++++++++++++++++++++++++++
So how to solve this problem??
Or is there any other way to restrict the user to change the material description ??
Thanks,
Vishal .

hello abaper,
have a look on this
Hi Gaurav, try this:
http://scn.sap.com/thread/3297154
FIELD-SYMBOLS: <T_EBAN> type mereq_t_eban.
FIELD-SYMBOLS: <im_t_eban> type mereq_t_eban.
DATA: wa_eban LIKE eban.
ASSIGN ('(SAPLMEREQ)LT_EBAN[]') to  <T_EBAN> .   <-Uncommet this line
LOOP AT <im_t_eban> INTO wa_eban.
* => here you can change the value
   SELECT SINGLE matnr maktx into (mcode,mdesc)
         FROM makt
         WHERE matnr = wa_eban-matnr.
     if sy-subrc = 0 .
     move mdesc to wa_eban-txz01.
   MODIFY <T_EBAN> from wa_eban TRANSPORTING txz01.   <-Change the field-symbol for the one that is referencing the standard table
     ENDIF.
ENDLOOP.

Similar Messages

  • Purchase Requisition Overall Release problem with several CostCenter

    Hello Gurus!!
    I need your comments!!! 
    I define the Purchase requisition as Overall Release, and woks !!  but I have a Issue.
    I have an entry in the CL24N txn as follow:
    AccAssgCat = K
    Plant              = CC01
    CostCenters = 10001
                            10002
                            10003
    totalAmt        = 1USD to 1000US
    So when I create my purchase requisition with only 1 Cost Center the release strategy is called and PR can be released.
    But When I create the purchase requisition with CC 10001 and 10003, the requisition is not subjet to release!!! (note TotalAmt = 15usd)
    I assume that as both are into the release strategy the system will take both CC and ask for release!!
    What I can do to fix this situation??

    Dear Marco Antonio,
    I have never faced your issue, but have an idea of what you can do.
    Activate Enhancement M06B0005   EXIT_SAPLEBND_004
    Then in the program zxm06u31 put the following code line:
    e_ceban = i_ceban.
    and also  a breakpoint so that it stops automatically upon PR verification or saving.
    Activate and then create a PR with the problem you are facing. On saving the program will stop in your breakpoint.
    Look at structure i_ceban there you will find the values that your release strategy is getting from the document and with which it will try to determine the strategy based on your classification.
    I the standar logic is not what you want maybe you can put some logic of your own based on account assignments in structure C_EBKN.
    Well, tell me what happens
    Best Regards,
    Sebastián Ligueros

  • Purchase Requisition release strategy problem

    Hi,
    We have maintain the Item wise PR Release Strategy in three levels (1-Site In-charge, 2-Project Manager, & 3- Director). PR release is in sequence from 1 to 3 but in any case changes required after full release in PR we need to restrict the user for sequence unrelease from upper to lower one then change. Now lower one unrelease the fully release PR and change it. So please suggest me for sequence unrelease from upper to lower one then after changes being possible.
    Thanks.

    I believe you should have addressed this question to some of ERP forums as the current one is for ME application.

  • Problem in Purchase Requisition Upload

    Hi all,
    I am uploading Purchase Requisition through BAPI
    by BAPI_REQUISITION_CREATE.
    Then I am appending text both in items and header by
    fm CREATE TEXT.
    But when i am uploading the item text
    Line Comments are transfering with the extra characters.
    example:-
    When we type long descriptions we use returns and blank lines for formatting.  Right now the text is coming over but the formatting is getting messed up.( The Blank lines and return are getting messed with # .)
    how to solve it.
    thanks in advance.
    SG

    Hi ,
    One suggestion it may work try out..
    i think the problem is with the formatting input to the create_text function module. try to change the import parameter  of the function module CREATE_TEXT i.e FFORMAT to initial.

  • Purchase requisition aginst purchase order and mat.dc.no.

    Hi experts,
    i want to develop a  report PR_NO  ITEM_NO  QUANT PO_NO  ITEM  QANTY MAT.DOC.NO
    I USED EBAN EKPO AND MSEG TABLE
    but there is no relation between EBAN AND EKPO.(also EKBE )
    how should i fetch the data PRNO AGAINST PO.
    In my comany there is no functional consultant.
    THANKS
    AJAY.

    The relation is
    EKPO-BANFN = EBAN-BANFN
    EKPO-EBELN = EKBE-EBELN
    EKPO-EBELP = EKBE-EBELP
    EKBE-BELNR is your material doc
    EBAN-BANFN-Purchase Requisition Number
    EBAN-BNFPO-Item Number of Purchase Requisition
    EKPO-EBELN-Purchasing Document Number
    EKPO-EBELP-Item Num
    EKPO-MENGE - PO qty
    EKBE-MENGE - Posted quantity in Mat.doc

  • Material description in logon language at Purchase Requisition

    Hi firends,
    I am working an international company. Our manager is login system different language (DE) When I create a new Purchase Requisition (My logged language is TR) my PR document contain materials TR description. For release manager cann't understanda something from this PR because he logged to system DE and all PR material rows are have Turkish description.
    How can I fix this? Do you have any solutyion?
    Thanks
    Mehmet Avsar

    For example I want to buy 1234567 material
    TR : Malzeme
    EN : Material
    DE : das Material
    I have been sign in system TR language. And I am creating new Purchase Requisition. 1234567 material now in my requisition list. And it is looking 1234567 Malzeme
    My manager sign in system DE language. When he looking my requisition for approvment. He see my requisition list
    1234567 Malzeme
    But my manager want to see is 1234567 das Material.
    How can I do this?

  • Problems for creating a header text in a Purchase Requisition by IDOC

    Hello,
    I´m creating Purchase Requisition by IDOC. I use PREQCR02  like basic type (   Message type PREQCR-Create purchase requisition )
    I don´t have any proble for creating item text, but I can´t create a header one.
    Any Idea?
    thanks for all.

    What is "it" that you cannot do (+ hate)???
    What is "status"? LineStatus???
    What is your problem when you try to skip an item?
    PS: You should always use enums instead of hard-coded values e.g.: Use the BoAPARDocumentTypes Enumeration for delivery.Lines.BaseType

  • Problem in Purchase Requisition Creation

    Dear Experts:
    We are facing a problem while purchase requisition creation. We have created an Internal order No. 600406 and an Asset in Company Code AB01 but while creation of Purchase Requisition level when we are selection that Order and Asset in Purchase Requisition system automatically changing my Order no. 600020 instead of 600406. I've checked OKB9 where Order no. maintained as 600020 against Company code AB01 which I deleted and save but after that Purchase requisition asking for Order Number that means we have to maintain Order number in OKB9. Now can you please advise how can we get my current order number in requisition instead of any default number.
    Thanks in advance and your kind suggestion is highly appreciated.
    Best Regards.
    Ripon Kumar Paul

    Please find attached screen shots of OME9

  • Problem in purchase requisition release strategy code

    Hi
    We are facing a problem in purchase requisition, a new release strategy was created and change request transported but when PR is displayed in release strategy chart a same user is showed in different release strategy code.
    Note: new strategy was copied from other.
    Thanks in advance.

    hi,
    As you said tht you have copied the release stategy n created the new one...
    If you do so, you would have copied the class also...to which the release group is attached...
    If this is the case, then system doesn't recognise the new one, and inorder to solve it you have to define the new characteristic and class...then assign this class to the release group and make your release strategy again...
    Once you do this check the release strategy at OMGSCK...and then try at PR...
    You do all settings at :
    SPRO >> IMG>> MM >> Purchasing >> PR >> define release strategy >> W/o classification >> here edit characteristics/class and all other link are provided...
    Regards
    Priyanka.P

  • Purchase Requisition Release Problem

    Hi All,
    I have a release procedure set up, and the strategy pulls up correctly when a PR is made.  When I view collective release from ME55, the PR's show up, and I am able to release line items from that screen.  However, when viewing the PR from ME53N, in the Release Procedure tab there is no green check next to the release code with which to release the line.  Also, if I do release the PR from ME55, I cannot go to ME53N and cancel the release from the Release Procedure tab. 
    I am a user with all security access, so it is not an authorization role problem.  The release group is also configured to release by line item, so that is not the problem.  I have set up other release procedures which allow the release/cancel release function from ME53N before... what could be the problem this time?
    Thanks,
    J

    hi.
    There are two ways of releasing purchase requisitions:
    Individual release  (Tcode - ME54)
    You release items of an individual purchase requisition or - if the requisition has to be released in total - by releasing one item you simultaneously release all the others.
    Collective release (Tcode- ME55)
    You release all requisition items or complete requisitions that are awaiting processing by your release code. This is the preferred method if you frequently have to effect release.
    Display PR -with release status  (Tcode-ME53N)
    One can only see release status in ME53N & can not change release.
    hope it helps to you.
    Regards,
    Rahul

  • Is there a way we can default the Requisition header description to Purchase Order header description in iProcurement?

    We would want to default the Requisition Header description to get imported onto the Purchase Order Header description. After the Requisition approval the Purchase Order gets created but the Header description is empty and I expect this to be defaulted. Please suggest available alternatives.

    Try with t.code AUT10 -Audit trail using which you can see the change histories.
    Regards,

  • A problem while assign and process purchase requisitions using Me57

    Hello everybody:
           Today I used me57 to assign and process purchase requisition of 0010000732, but there is only one vendor when assign automatically , however two vendors were assigned with me01 when maintained source list,  what's the possible reason of the problem,  Thank you everyone in advance, cheers.

    hi,
    Check in source list ie ME04 whether fixed vendor is ticked.
    Thanks
    suresh

  • How to get the  special symbols in item description in purchase requisition

    hi,
      My client requiremnt is when i write some special character like(u221E,u03B2) in ms-word and copy the text & paste in purchase requisition screen in item description field ,the special character appear has Square box(instead of u221E,u03B2).
    kindly  guide me how to solve the issue.
    Thanks
    Muthuraman.D

    Speak to the Basis guys, you need the necessary code pages (I think they're called). I'm still not sure if you can copy and paste from Word but the Basis guys may know.  Depends on standards used by SAP v MS (SAP tend to be good at following standards).
    You also need to consider the knock on effect on programs e.g. reports that output text may need conversion to work with special characters.
    It's not a quick fix type job.
    Regards,
    Nick

  • WS2000077 (Purchase Requisition Release) problem

    Dear all
    workflow task WS2000077 (Purchase Requisition Release) causes the following problem:
    While executing an approval release (ME54N) through workflow, the result is always 'requisition release refused'.
    Does anyone know why?
    I appreciate your help in advance

    Hi,
      Go through the below links it may help you...
    Workflow Definition WS20000077 and sequence of the events, significantly...
    po release workflow issue/problem
    PR Workflow problem
    std workflow ; user to role agent assignment ?
    Regards,
    Udaya.

  • Change Item Description in Purchase Requisition

    Hi,
    Purchase requisition is created automatically from the maintenance order in IW31.
    Here the requirement is to change the item description (Short Text) in the purchase requisition.
    In ME52N when I tried to manually change, the item text is greyed out.If at all we have to change the item description what is the procedure.
    Please suggest.
    Regards
    Kishore

    Hi,
    You cant change this Text in ME52N, for this you need to change the description of operation in IW32. PR  take default text form  IW32 component tab page so you can change this text same will reflected to you PR.
    Regards,
    Ashish

Maybe you are looking for

  • IPhone 5 two bugs in photo app.

    Sorry, don't know where to submit bug reports... hope this place is okay. Bug #1 - photos are not properly fit to screen.  To see this, take a screenshot of the home screen, or, say, of your favorite video game on the iPhone 5.  Now, look at that pho

  • RAM Allocation and Media Transcoding not working?

    So as much as I love Final Cut Pro X and all of the great new features, I've come across two big concerns that I can't seem to fix or find a solution too. 1. I have heard that FCPX can basically use as much RAM that you can throw at it. This to me me

  • How do i get the adobe acrobat software toolbar?

    How do i get the adobe acrobat software toolbar?

  • Entourage

    Every 15 minutes or so a window pops up asking if I want to stay connected or do I want to connect, stopping all other activity. This has to be simple, but HOW DO I TURN IT OFF? Thanks ramoltron

  • Messages and/or texts

    Is there a way to copy my messages and/or texts to my computer, other than one at a time?