Changes  not getting captured in MM06E005 of ME22N

Hi,
My requirement is to add an additional tab at Item Level  and a field in that tab. I used the MM06E005 and implemented it. I can see the tab and the field in it at Item level.But when iam making changes in ME22N,the change is not getting Saved.
i created a field   ZZVEND type char in CI_EKPODB .
Created the check box with same field name in Screen Exit  0111  of  MM06E005.
Then i kept the coding in following exits
EXIT_SAPMM06E_016
break-point.
EXIT_SAPMM06E_017
break-point.
EXIT_SAPMM06E_018
break-point.
IF I_UCOMM = 'MESAVE' .
E_CI_UPDATE  = 'X'.
E_CI_EKPO-ZZVEND = EKPO_CI-ZZVEND.
ENDIF.
While running ME22N,its first going into EXIT_SAPMM06E_016 and after checking the ZZVEND i in ME22N ts going to EXIT_SAPMM06E_017.
But i dont see
I_EKPO-ZZVEND  = 'X'  in Importing Parameters or TEKPO-ZZVEND  = 'X' in Tables  of EXIT_SAPMM06E_017.
After this its entering into
EXIT_SAPMM06E_018.
Finally the data is not getting Saved but the message is showing 'Purchase Order changed'.
Please suggest where I am going wrong.
Regards
K Srinivas

Thankyou for the replies. I kept the following coding in the Exits. The problem is that i kept the break-point in the three exits and after running ME22N,its entering first into Exit 16 and after checking the field(Check Box) in Customer Data Tab ,its entering  into Exit 17. But the zfield in I_EKPO is empty,the value 'X' is not reflecting here. Please suggest where i am doing wrong. I went through many SDN threads and i am unable to solve the issue.
INCLUDE ZXM06TOP.
data: gl_aktyp type c,
      gl_no_screen type c,
      gl_ekpo_ci like ekpo_ci,
      gl_ekpo like ekpo,
      gl_ucomm like sy-ucomm.
data:  gt_ref_ekpo_tab type table of ekpo_tab.
EXIT_SAPMM06E_016
gl_aktyp = i_aktyp.
gl_no_screen = i_no_screen.
ekpo_ci  = i_ci_ekpo.
gl_ekpo = i_ekpo.
EXIT_SAPMM06E_017
move-corresponding i_ekpo to gl_ekpo_ci.
gl_ekpo = i_ekpo.
EXIT_SAPMM06E_018
e_ci_ekpo        = gl_ekpo_ci.
if gl_ekpo_ci-zz_vend ne ekpo_ci-zz_vend.
  e_ci_ekpo-zz_vend = ekpo_ci-zz_vend.
  if gl_aktyp ne 'A'.
    e_ci_update = 'X'.
  endif.
endif.
Regards
K Srinivas

Similar Messages

  • Select-option value is not getting captured in at selection-screen on value

    In Selection screen , we have Select-option and  a parameter.
    Based on the values given in Select-option, the values of Parameter should get populate.
    To achieve this functionality,
    I  used  At selection u2013screen  on value request  for <parameter>  EVENT and 'F4IF_INT_TABLE_VALUE_REQUEST' Function Module.
    But the Select-option values are not getting captured in this event,unless u press Enter key.
    Is there any other way to achieve this functionality.
    Please Guide me.

    When you call function 'F4IF_INT_TABLE_VALUE_REQUEST'. make sure you send it the name of the screen variable - the F4IF_INT_TABLE_VALUE_REQUEST function calls DYNP_VALUES_READ itself if you tell it the name of your report, screen number, and the variable name... snippet below.
    Jonathan
      data:
        l_repid             type syrepid.
      l_repid = sy-repid.
      call function 'F4IF_INT_TABLE_VALUE_REQUEST'
        exporting
          dynpprog         = l_repid
          dynpnr           = '1000'
          dynprofield      = 'S_FIELD-LOW'  "Select options - low value
    * etc

  • Profit Center is not getting captured in Vendor line item from MIRO.

    Dear Friends,
    Profit Center is not getting captured in Vendor Line Items from MIRO Transaction for some New Business Users, where as for Old Users profit center is getting generated at Vendor Line Item.
    We have provided the same authorization of old Users to new business users. (i.e. New user is a copy of old user)
    Please help us how we can the get Profit Center in all transactions will be processed by New Business users.
    I think we need to maintain user based authorization to get the Profit center in vendor Line items processed from T.Code:MIRO in SAP.
    Looking forward for your kind cooperation in this matter
    Thanks & Regards,
    Naveen Kumar.

    Hello Naveen,
    I am not very sure about your query, as you might be knowing that the Profit Center is only updated in New GL tables (FAGLFLEXA, FAGLFLEXT) and hence the Vendor relavant tables would not.
    The profit center information in the split lines or the line of the 'General Ledger View' are only displayed within transaction FAGLL03 which read the 'new' table for the NewG/L.
    About profit center wise reporting, when New GL is active Please review attached consulting SAP note:
    - 826357     Profit Center Accounting and new general ledger in
    I hope this helps. If not, please provide an example of your requirement.
    Thanks and regards,
    Suresh Jayanthi.

  • Custom duty is not getting captured

    Dear all,
      I have configured import pricing procedure and craeted PO with that pricing procedure.While capturing the Custom duty in miro,value and Quantity is not getting captured in it.As per the procedure import purchasing i m following steps given below
    1) I m creating Import PO
    2)Capturing custom duty in miro with defining commissioner of customs as a vendor
    3)Capturing excise invoice at the time of good receipt
    4)Posting excise invoice.
    5)Miro for capturing the goods cost for normal vendor 
       Pls. help me out for this.
    Thank and Regards
    Vaishali G.

    hi vaishali,
    i have confgiured, a import pricing schema, and enters all values manully in po, and its not calculated in invoice tab like local purchase,.
    can u tell me, what will be the finace impact of this, and is it correc to do this, does this will have any entry on CIN  tables.
    pls reply,
    asif

  • Role Tab(section) is not getting captured through CATT script on PI/XI.

    Role Tab(section) is not getting captured through CATT script on PI/XI system
    I am trying to create CATT script for user creation and role assignment on PI/XI. Every screen except ROLE and GROUPS is getting captured.

    Hi Plaban,
    I have had the same problem in the past but I didn't investigate too far. 
    What I prefer to do is have 2 scripts.
    1. User Creation using SU01
    2. Role assignment using SU10

  • Button Action is not getting captured after enabling

    Hi,
    I have Button in a region with disabled property as true. And on process form request , i am changin the button disabled property to False. Now, when i click the button, processform request is getting called, but event is not getting captured.
    button properties:
    Action Type: fireAction
    Even: save
    Submit: True
    Controlelr code: pageContext.getParameter(EVENT_PARAM) is returing null.
    Can you let me know what needs to be done to capture the event.

    Hi,
    Use the below sample code in your PFR starting that will give what are all the context parameters,
    from that you should be able to find the event's parameter.
    Get all the pagecontext form parameters using Enumeration
    import java.util.Enumeration;
    Enumeration enums = pageContext.getParameterNames();
    while(enums.hasMoreElements())
    String paramName = enums.nextElement().toString();
    System.out.println("Param names " paramName " -----> Param Values " + pageContext.getParameter(paramName));
    Thanks,
    With regards,
    Kali.
    OSSI.

  • Partner details are not getting captured to the purchase order from the ven

    Hi,
    Issue : ( ECC PO)
    Partner details are not getting captured to the purchase order from the vendor master.
    We found that the partners are not getting captured in ECC PO's automatically from the vendor master. We checked for all the config and everything seems to be o.k, but could not figure it out.
    Any suggestions are highly appreciated.
    Regards
    Sudhakar

    Hey Sudhakar,
    I believe what is happening here is that the ECC PO document type has not been assigned to the partner determination procedure.
    If this is working properly for standard POs, then,
    Go to Partner detrmination under Purchasing>  Partner Settings in Purchasing Documents> Assign Partner Schemas to Document Types.
    and enter teh appropriate document type and refer it to the procedure you have for NB Pos

  • Idoc - Partner Function not getting captured.

    Dear all,
    I am using IDOC (type - /NFM/ORDERS05) to send a Purchase Order. The Idoc is getting created but the only a few partner function is getting captured from the Partners tab in the ME22n transaction. The remaining partner functions that are not captured are SP (Forwarding Agent) and ER (Employee responsible).
    Any bright ideas how to solve this problem.
    Points will be awarded.

    Hi Vivek,
    Thanks for your reply.
    1. Where do i have set the receiver port and the message type for each "partner fuction". We do this generally for a Partner Type. (Please clarify)
    2. If I remove the syntax check box then my PO is not getting created in ME21n transaction.
    3. I have checked the Partner types there is not problem with that.
    Regards,
    Gajanan.

  • Reg: View changes not getting reflected

    Hello All,
    I made some view changes like field mapping for the Family Dependents view.
    I Created the Activity and deployed using NWDI but the changes are not getting reflected.
    Please assist me in resolving the issue.
    What might have gone wrong? and how to solve the problem.
    Thanks in advance for the time.
    Regards,
    Pramod

    The issue is with the activities queued up in TCS Deployer.
    Rerun the TCS deployer and the issue is solved.
    Thanks,
    Pramod

  • Bapi For Service Po change not Getting Changed

    hi,
    I need to change the qunatities in the Services tab of the PO to close it. So , I tried using BAPI_PO_CHANGE.
    I passed the po number and the structures poservices and poserviceaccess .But it is not getting affected.
    In the Bapi Documentation i read the following.
    In method BAPI_PO_CHANGE, you can only create service items, you cannot change them.
    Is there any way that any way i can change the service po.
    Am i missing Something.
    With thanks in advance,
    Syed Ibrahim .G
    Edited by: SYED_ibbu on May 26, 2011 11:45 AM
    Edited by: SYED_ibbu on May 27, 2011 6:16 AM

    Hi
    Please go throug  the following links.
    <<links removed by moderator and points unassigned>>
    Hope this will helps you.
    many thanks,
    Regards,
    Kiran Kumar
    Edited by: kishan P on May 27, 2011 11:30 AM

  • BED AED SED are not getting capture in J1IIN

    Hi,
    I have problem in capturing Sales Excise from J1IIN T Code.
    Sales order is been done Excise condition is given which is showing in the condition properly. So after doing its Billing Document and generating Accounting Document is generated. So in the BED Condition the amount is showing properly i.e 500 but when I am doing J1IIN T Code there are no values in BED AED SED. Also its giving me message No defaults could be proposed for Excise utilization.
    So if some has came across this hurdle can guide me.
    It would be highly appreciated. Also guide me if there is any config to be done.
    Points will awarded.
    Regards,
    Arvind.
    Edited by: Arvind K on Jun 25, 2008 5:11 PM

    Hello,
    In my opinion you have not maintained the Excise details.
    Maintain
    Chapter ID
    Material & Chater ID Combination
    Assesable Value
    Cenvat Determination
    Vendor Excise Details ( Check the Excise Indicator) as 1
    because of not maintaining these Excise details, values are not caluclated in the Purchase Order.
    Due to this reason while doing Goods receipt, system is not getting the Excise Values.
    Please maintain and let me know.
    Regards,
    Kumar

  • Ecess is not getting captured

    Dear all,
      i m working on ecc6 version with with tax procedure TAXINN.While capturing the excise invoice only BED is getting captured.Ecess amount is not appearing.Pls. help  me .
    Thanks and Regards
    Vaishali G.

    Hi,
    In SPRO - Logistics general - Tax on goods movements - India - basic settings - determination of excise duty - maintain excise defaults. here you need to maintain the ecess conditions in the cess tab. If the Ecess tab is not available you need to apply sap notes.
    Regards,
    Ramakrishna

  • Actual cost not getting capture

    Hi Experts,
    We are using activities to capture cost upon activity confirmation for the labor cost.
    I have set up all required setting for activity types & rates and all.
    System capture plane cost without any issue.
    Actual cost also getting capture only if we put percentage of completion(Processing%) on activity & that is working fine.
    For the activities which are fully confirmed we just tick "Final Conf" & "completed " check box only, then system automatically updates Processing% as 100. In this case actual cost is not getting incurred although activity is full confirmed.
    Please help to overcome this conflict.
    Thanks in advance.
    Kind Regards,
    Sam L.

    Hi,
    Thanks a lot Ahmed for your assistence, I did it & it works as per my requirement.
    when I'm working on that I got to know that if the tick is on for the "propose activity" in confirmation parameters(OPST).
    But if switch on above feature(propose activity), I cant see the completed Processing% since it always shows as 100.
    So other than this, is there any way to stop capculating work forcast by default for all activities?
    kind Regards,
    Sam L.

  • Bank master data changes not getting tranported to another client

    Hi all
    While i am making changes to the bank master data, they are not reflected in the transport to another client.
    Please let me know how to do this.
    Thanks
    ES

    Hi
    While creating the house bank , i created the bank master using the create button.
    This was saved in the transport request and moved correctly through the transport.
    Now i find that the description etc. to be changed in FI02. I have done the changes.
    These changes when transported do not get reflected in the new environment.
    Please let me know the reason.
    Thanks & Regards
    ES

  • Workflow changes not getting transported to test environment.

    Hi All,
    I want to send the WorkFlow error mail to a set of people.
    For that i have changed the "receipt type" and the corresponding "Email Address" container for the error mail. A tranport request is getting generated for the changes, and when i transport the request to test environment, it is successfully getting transported but the changes are not getting reflected.
    Is there a different procedure to transport these kind of changes?
    or
    Am i doing some mistakes while doing the changes?
    Thanks

    Hi,
    Once the changes are moved to test system, some times because of the buffer not cleared, you may not see the changes.
    May be try clearing the buffer using SWU_OBUF.
    Regards,
    Nangunoori.

Maybe you are looking for

  • SAP Content Server for DMS

    Hi All, Can any one tell how to implement DMS for our company. We are using R/3 4.6C on iseries maching having AS400. I read that we need to install Content server and Cache server. Will that be ok for us to use windows OS for installing content serv

  • Running more than one batch on the same resource at the same time.

    Dear all, as i'm working in paper industry , i have to release more than one batch at the same time using batchable resource , but i have problem in declaring the resource usage , if i run 3 batches on the same resource for i hour , what is the resou

  • Music for slideshow stops in Organizer 11  and 12

    Is anyone else having this problem.? It just recently started.  I am using Windows 8.1 and Windows 7.  Music starts, then stops after a few seconds.  Happens with the music that comes with the program as well as imported music.  Music plays in Organi

  • Adobe Flash CS4 won't open anymore ....

    Hello all, beforehand I thank you for your help. I use Windows Vista and I took all precautions and did scandisk/disk defrag/ and have numerous utilities to keep my computer clean so it can't be that... I have been using Flash CS4 pretty regularly un

  • How to clear the cached ResourceBundles

    Hi, I am using the Portal content translation for translating the text from English to Swedish. The problem is the changes do not reflect even after Publishing the Translation Worklist. Any idea where this is cached? It works after the restart of Por