Relese cancle in ME54n

Hi,
In ME54N i have one issue.
On this screen there is a button to cancel the whole release.
When i cancel release , icon of this button get changed .
when i click on this button again release strategy get activeted.
My problem is I am writing code in user exit depanding on SY-ucomm of this button. But SY-UCOMM is same in both cases.
If anybody know how to get button icon or is there any indicator which set on clicking on this button.
Thanks

Hi ,
OK_code is also same.
Is there any way to get ICON of that button
Or any indicator which set after clicking this button.

Similar Messages

  • Accounting document not generated for cancled credit memo

    Hi,
    its related to rebet
    den cancled credit memo.but accounting document not generated.
    after that created new rebet and accounting document generated..so in document flow status showing open for cancled credti memo. how to delete or clear this? or how to cancle this?
    kindly help me on this,
    Thanks,
    Regards,
    Minesh Soneji

    Error message:
    validation user has got error " Doc.Date<=Post.Date and  Postind Date <= Current date"
    kindly help me on this..
    global docs creaetd.........................................completed
        global invoice created... ...............................completed
             accounting document created.............not cleared
                 cancle of credit memo ......................open
                     global docs created........................cleared
                          accounting docs created ........cleared.
    i need to remove this status cancle of credit memo , status is open, there should be accounting docs...
    kindly help me on this..
    this is related to rebet.
    thanks,
    minesh soneji

  • How do i cancle the update and go back to my home page?

    i cancled an update and now i cant go back to my home page!!!!!! HELP!!! ASAP

    If the reset doesn't work, you'll have to force the iPad into Recovery Mode.
    Recovery Mode
    1. Disconnect the USB cable from the device, but leave the other end of the cable connected to your computer's USB port.
    2. Turn off the device: Press and hold the Sleep/Wake button for a few seconds until the red slider appears, then slide the slider. Wait for the device to turn off.
    3.While pressing and holding the Home button, reconnect the USB cable to the device. The device should turn on.
    4. Continue holding the Home button until you see the "Connect to iTunes" screen. When this screen appears, release the Home button. iTunes should alert you that it has detected a device in recovery mode. Click OK, and then click Restore to restore the device.
    Note: Data will be lost. You may have to repeat the above many times.

  • TS4268 I updated my iphone 5 to the new ios 7, well now my imessages and facetime wont work!! I have tried everything! So went to go restore my iphone throw itunes and well the backup was taking hours, so i went to cancle it now it wont do anything!!

    Need help!! How do i cancle my backup? It wont let me do anything! Trying to get my imessages and facetime to work

    Hi Natasha,
    Below is a copy of my post in another thread on this topic. I'm not sure which country you are from, but hope it's helpful.
    Possible fix for Australian users on Telstra and using Tango
    I'm using the iPhone 5S with iOS 7.0.1 on a contract with Telstra in Australia and have been experiencing the problem with iMessage and FaceTime not activating. My iPhone 4S on iOS 6 worked perfectly on the same network however.
    I seem to have now fixed this issue by removing the Tango app (it is similar to Skype). Reading through this thread and seeing the refernces to TuGo triggered my solution, although I believe the 2 apps are entirely unrelated (just have a similar sounding name).
    This fix may have been co-incidental, given that I had to wait quite a while for a sync with iTunes to complete. After syncing, I didn't check the settings for Messages and FaceTime to see if they had been activated. I just went straight to the Tango app on the iPhone and deleted it - hey presto, instantly both Messages and FaceTime were activated.
    Hope this helps others in Australia who may have Tango installed, and are on the Telstra network.
    John

  • From which table i can get the details of cancled documents

    Hi All,
    here is an quarry,
    Iam haveing an Z report on purchase tax which has all tax report.
    but now the user want to same details for cancled document
    also.So can any help me from which table i can fetch the data
    urgent ! pls help me out!
    Regards,
    Rajashekar

    Cancelled documents will not be stored in Diff tables..
    It will be stored in the Same tables..
    For PO
    EKKO header level
    EKPO  Item Level
    EKBE Po History
    Material Doc
    MKPF  Header
    MSEG Item
    Invoice
    RBKP  Header
    RSEG Item

  • How to set the Purchase Order screen to display Add and Cancle button

    Hi Experts,
    Do anybody knows that how can we see the Add / Cancle button on Purchase Order screen ? , at present I need to compulsory scroll vertically to look at Add / Button button.
    In Stock Transfer / Inventory transfer screen when we maximise it than also we can see the add / cancle button
    will change of font will effect it ?
    BR
    Samir Gandhi

    Hi,
    Can you maximize the PO screen too? You should try a smaller font to seem more within a window form.
    Thanks,
    Gordon

  • Workflow for Relese Purchase Order ....??

    Hi experts,
    I did Relese procedure for Purchase order . its working through ME29N for relese PO.
    there was a 2 leves to relese PO 100 euro - 1000
    2nd leves for relese 1000 Euro - 10000 Euros
    after relesing first level system has to send mail or popup mesage or internal message in sap. to 2nd level
    but i am not abule to sent that message and all..
    and PO should not relese with any another USER IDs .. where can i enter user ID for 1st level and 2 nd level relese prsons.
    it should be relese the same user ID of SAP GUI.
    can u pl guide me.
    ThanksinAdvance,
    Anthyodaya.

    Hi,
    Do you use any workflow template? What is the template number?
    Regards,
    Masa

  • Error in PR relese procedure

    Hi,
    Can any body explain me, what could be the error, in setting the relese procedure
    Error in classification (class ZRG_EBAN class type 032)
    Message no. ME179
    Procedure
    Please check the specified class or class type in Customizing for the release procedure.
    MNV Ramana

    Goto CL24N tocde and enter you calss ZRG_EBAN  and class type 032 and populate the value in change mode and make sure that alll the value is populated here.
    generally this error comes when you have not maintained the values here.
    Or go to in change mode via SPRO and enter the value and save (release procedure)

  • How to call smartform in me54n

    Hai All,
              Iam developing a smartform for PR print with  ztcode,the user asked me that,he dont want seperate tcode,in me54n tcode itself he want
    print.I have tried in the enhancement spot but it is not firing.
    Regards,
    Siva jyothi.

    Hi ,
    The print button creates a spool number through which you can get ALV output of the ITEM details but cannot call smartform from that.
    PR is just an internal document.There is no other way to do it(As far as i know).
    You now have only two options to go for:
    1) Create a subscreen with a pushbutton , and then call the driver program to print the smartform.
    2) A Z transaction to print the PR , which you have already done.
    Let me know if you find any other way to do it.
    Br.
    Giri

  • Authorization object to control plant code in ME54N

    Dear All,
    Problem: Restrict user "PURAUTALL" userid to release PR's in ME54N for plants "5350" & "5360" only but should be allowed to create/change/display PR's for all other plants including 5350 & 5360.
    Analysis: Object M_BANF_FRG is used to control releasing PR's using release codes but how to link up plant codes
    Setup:
    PURAUTALL userid has access to create/change/display PR's for all plants - M_BANF_WRK is *
    PURAUTALL userid has role same as user id but does not contain object M_BANF_FRG in PFCG
    Kindly provide suitable solution &/or process to create object M_BANF_FRG in PFCG.
    Thx & Reg
    Bhushan

    Hi Julius,
    Thx for replying, actually we havent tried any options because it seems to be a release strategy issue. As of now, thinking to create the object M_BANF_FRG in PFCG and then linking release codes.
    But before that business needs to decide to create new release strategies / codes based on plant as characteristics.
    If this correct, if any other way out pls help.
    Thx
    Bhushan

  • I want to cancle my payment and i dont have none opione what shall i do thanx

    i want to cancle my payment and i dont have none opione what shall i do thanx pleas any one help me

    Hi
    thank you for contacting apple support communities
    if i understand you would like to remove your c.card from your iTunes account ? correct
    this link explains  iTunes payment authorisations About payment card authorization holds in the iTunes Store - Apple Support
    this link explains how to change your payment info Change or remove your payment information from your iTunes Store account (Apple ID) - Apple Support

  • Error at the time if cancellation of PR release thorugh ME54N

    Hi,
    While cancelling the release thorugh ME54N transaction we got following error;
    "No new release indicator can be determined"
    Message No: ME108
    Please advise.
    Thanks
    shp

    Have, in the meanwile, you changed the previous release strategy? so the system cannot determine any

  • Default Screen Selection for ME54N to Account assignement tab

    HI, gurus
    I am creating a PR with acct assignement category as 'N'.
    after creating PR when i goto ME54N (release) , the PR  is automatically to  going to the item details of contact person but the user wants  account assignement to be considered .
    so pls can u guide me in this regard.
    regards,
    rajashekar

    Hi Venkat,
    Thank you for your reply!
    I've checked note 1308330 and we've implemented it. But it didn't help unfortunately.
    I've tried to find variable gv_initial_category but there is no such variable in class ZL_BP_HEAD__MAINSEARCHSHU_CN00 (resp. CL_....).
    I did find a variable called gv_category in class CL_BP_HEAD__MAINSEARCH_IMPL. But it's protected. And to be honest, I wouldn't know how to set that variable from GET_CATEGORY of class ZL_BP_HEAD__MAINSEARCHSHU_CN00.
    However I did find out what messes up my result, thanks to your hint.
    It happens in method DO_CONFIG_DETERMINATION of class CL_BP_HEAD__MAINSEARCH_IMPL. There it checks if the global attribute gv_category is different from the category from the "shuffler" object.
    It does this when the page is loaded resp. reloaded (so before searching and after every search).
    And after the very first search I will end up in this method and gv_category will be initial and the shuffler category will be set to '2'. And in that case, all search terms and the result lists gets cleared.
    So now I know where it happens. But I still don't know how to fix this.
    I've tried to change in method IF_BSP_MODEL~INIT to set the collection_wrapper with category = '2' but that still didn't help. For some reason, when the method DO_CONFIG_DETERMINATION reads the shuffler collection, that one returns an empty category. If I would get '2' there, then gv_category would also become '2', before I even searched. And that would work... But no matter what I do, I don't get '2' from the shuffler object.
    Anyone got ideas?
    Best regards,
    Melanie

  • Me54 vs me54n

    hi.
    we have a purchase requisition release strategy and our 1st release is pre-requisit and any of the rest 7level/release code can release once initial release done.
    (Once the release is effected by initial release code, any one from rest release code can final release the Purchase requisition)
    my problem is like this.
    Once the PR is raised & release by 1st release code and final released by 7th release code, PR is released for PO.
    and in between if the requsitioner wants to change the PR qty, after final release, in me54n, he has to again approach to the person who has effected the final release for un releasing the PR. means he cant directly unrelease the PR using his release code.(initial 1st release code)
    but if he usses the same in ME54, it is allowing to unrelease the whole PR by inital release code, even though the same is released by 7th release code.
    can the same functionality beeing used in ME54N.

    Hi,
    Please check your release stratezy changebility  & related authorization
    Thanx
    Reward if useful.

  • Badi/user exit in tcodes me54n,me55,me28 and me29n

    hi all,
    1.which is the badi/user exits that is there in me54n and me55...for saving and releasing purchase requisation(s) .
    2.which is the badi/user exits that is there in me28 and me29n...for saving and releasing purchase order(s) .
    points will be rewarded.
    regards,
    johnson

    Transaction Code - ME54N                    Release Purchase Requisition                                                                               
    Enhancement                                                                               
    MEREQ001                                Customers' Own Data in Purchase Requisition                                                                               
    Business Add-in                                                                               
    ME_COMMITMNT_PARKING                    BAdI for Redefining Commitment Interface When Parking   
    ME_MEREQ_PARKING                        BAdI Purchase Requisition: "Hold"                       
    ME_REQ_HEADER_TEXT                      Copy Header Text: Enjoy Purchase Requisition
    Transaction Code - ME55                     Collective Release of Purchase Reqs.
    Enhancement                                                                               
    MEQUERY1                                Enhancement to Document Overview ME21N/ME51N               
    MEVME001                                WE default quantity calc. and over/ underdelivery tolerance
    MM06E001                                User exits for EDI inbound and outbound purchasing documents
    MM06E003                                Number range and document number                           
    MM06E004                                Control import data screens in purchase order              
    MM06E005                                Customer fields in purchasing document                     
    MM06E007                                Change document for requisitions upon conversion into PO   
    MM06E008                                Monitoring of contr. target value in case of release orders
    MM06E009                                Relevant texts for "Texts exist" indicator                 
    MM06E010                                Field selection for vendor address                         
    MMAL0001                                ALE source list distribution: Outbound processing          
    MMAL0002                                ALE source list distribution: Inbound processing           
    MMAL0003                                ALE purcasing info record distribution: Outbound processing
    MMAL0004                                ALE purchasing info record distribution: Inbound processing
    MMDA0001                                Default delivery addresses                                 
    MMFAB001                                User exit for generation of release order                  
    MRFLB001                                Control Items for Contract Release Order                   
    MELAB001                                Gen. forecast delivery schedules: Transfer schedule implem.
    AMPL0001                                User subscreen for additional data on AMPL                 
    LMEDR001                                Enhancements to print program                              
    LMELA002                                Adopt batch no. from shipping notification when posting a GR
    LMELA010                                Inbound shipping notification: Transfer item data from IDOC
    LMEQR001                                User exit for source determination                         
    LMEXF001                                Conditions in Purchasing Documents Without Invoice Receipt 
    LWSUS001                                Customer-Specific Source Determination in Retail           
    M06B0001                                Role determination for purchase requisition release        
    M06B0002                                Changes to comm. structure for purchase requisition release
    MEFLD004                                Determine earliest delivery date f. check w. GR (only PO)  
    MEETA001                                Define schedule line type (backlog, immed. req., preview)  
    ME590001                                Grouping of requsitions for PO split in ME59               
    M06E0005                                Role determination for release of purchasing documents     
    M06E0004                                Changes to communication structure for release purch. doc. 
    M06B0005                                Changes to comm. structure for overall release of requisn. 
    M06E0004                                Changes to communication structure for release purch. doc. 
    M06B0005                                Changes to comm. structure for overall release of requisn. 
    M06B0004                                Number range and document number                           
    M06B0003                                Number range and document number                           
    Business Add-in                                                                               
    ME_PROCESS_PO                           Enhancements for Processing Enjoy Purchase Order: Intern.  
    ME_PROCESS_COMP                         Processing of Component Default Data at Time of GR: Customer
    ME_PO_SC_SRV                            BAdI: Service Tab Page for Subcontracting                  
    ME_PO_PRICING_CUST                      Enhancements to Price Determination: Customer              
    ME_PO_PRICING                           Enhancements to Price Determination: Internal              
    ME_INFOREC_SEND                         Capture/Send Purchase Info Record Changes - Internal Use   
    ME_HOLD_PO                              Hold Enjoy Purchase Orders: Activation/Deactivation        
    ME_GUI_PO_CUST                          Customer's Own Screens in Enjoy Purchase Order             
    ME_FIELDSTATUS_STOCK                    FM Account Assignment Behavior for Stock PR/PO             
    ME_DP_CLEARING                          Clearing (Offsetting) of Down Payments and Payment Requests
    ME_DEFINE_CALCTYPE                      Control of Pricing Type: Additional Fields                 
    ME_COMMTMNT_REQ_RE_C                    Check of Commitment Relevance of Purchase Requisitions     
    ME_COMMTMNT_REQ_RELE                    Check of Commitment Relevance of Purchase Requisitions     
    ME_PROCESS_PO_CUST                      Enhancements for Processing Enjoy Purchase Order: Customer 
    SMOD_MRFLB001                           Control Items for Contract Release Order                   
    MM_EDI_DESADV_IN                        Supplementation of Delivery Interface from Purchase Order  
    MM_DELIVERY_ADDR_SAP                    Determination of Delivery Address                          
    ME_WRF_STD_DNG                          PO Controlling Reminder: Extension to Standard Reminder    
    ME_TRIGGER_ATP                          Triggers New ATP for Changes in EKKO, EKPO, EKPV           
    ME_TRF_RULE_CUST_OFF                    BADI for Deactivation of Field T161V-REVFE                 
    ME_TAX_FROM_ADDRESS                     Tax jurisdiction code taken from address                   
    ME_REQ_POSTED                           Purchase Requisition Posted                                
    ME_REQ_OI_EXT                           Commitment Update in the Case of External Requisitions     
    ME_RELEASE_CREATE                       BAdI: Release Creation for Sched.Agrmts with Release Docu. 
    ME_PURCHDOC_POSTED                      Purchasing Document Posted                                 
    ME_PROCESS_REQ_CUST                     Enhancements for Processing Enjoy PReqs: Customer          
    ME_PROCESS_REQ                          Enhancements for Processing Enjoy PReqs: Internal          
    ME_COMMTMNT_PO_REL_C                    Check for Commitment-Relevance of Purchase Orders          
    ME_CCP_BESWK_AUTH_CH                    BAdI for authorization checks for procuring plant          
    ME_CCP_ACTIVE_CHECK                     BAdI to check whether CCP process is active                
    ME_BSART_DET                            Change document type for automatically generated POs       
    ME_BAPI_PR_CREATE_02                                                    ME_BAPI_PO_CREATE_01                                                                               
    ME_BADI_DISPLAY_DOC                     BAdI for Internal Control of Transaction to be Invoked     
    ME_ACTV_CANCEL_PO                       BAdI for Activating the Cancel Function at Header Level    
    MEGUI_LAYOUT                            BAdI for Enjoy Purchasing GUI                              
    EXTENSION_US_TAXES                      Extended Tax Calculation with Additional Data              
    ARC_MM_EKKO_WRITE                       BAdI: Enhancement of Scope of Archiving (MM_EKKO)          
    ARC_MM_EKKO_CHECK                       BAdI: Enhancement of Archivability Check (MM_EKKO)         
    ME_CCP_DEL_DURATION                     Calc. of Delivery Duration in CCP Process (Not in Standard)
    ME_COMMTMNT_PO_RELEV                    Check for Commitment-Relevance of Purchase Orders          
    ME_COMMITMENT_STO_CH                    BadI for checking if commitments for STOs are active       
    ME_COMMITMENT_RETURN                    Commitment for return item                                 
    ME_CIP_REF_CHAR                         Enables Reference Characteristics in Purchasing            
    ME_CIP_ALLOW_CHANGE                     Configuration in Purchasing: Changeability Control         
    ME_CIN_MM06EFKO                         Copy PO data for use by Country version India              
    ME_CIN_LEINRF2V                         BADI for LEINRF03 excise_invoice_details                   
    ME_CIN_LEINRF2R                         BADI for CIN India - Delivery charges                      
    ME_CHECK_SOURCES                        Additional Checks in Source Determination/Checking         
    ME_CHECK_OA                             Check BAdI for Contracts                                   
    ME_CHECK_ALL_ITEMS                      Run Through Items Again in the Event of Changes in EKKO    
    ME_CHANGE_OUTTAB                        Enrich ALV Output Table in Purchasing                      
    ME_CHANGE_CHARACTER                     Customer-Specific Characteristics for Product Allocation

Maybe you are looking for

  • Fm transmitter is not working after the Anna upda...

    I just updated my N8 to Anna and the Fm transmitter is not working, it's not even opening i can only see the icon but it won't open, also i can't add it as widget ....somebody help me please that's why i bought the N8 and now it's not working I rebo

  • XML Document Insert fails : NULL is an invalid

    Hi, I am trying to inseert a valid Oracle Canonical XML document into my table . But i get the following error : 2001-07-01 19:50:16,167 <ERROR> NULL is an invalid column name.</ERROR> The table definition is as follows : create or replace table Inte

  • IDOC data inconsistency

    Hi experts, i have an issue that there is  data inconsistency in IDOC( delivery address created with respect to PLANT instead of STORAGE LOCATION). now i want to rectify the issue by checking the mapping in the program , the IDOC is created by standa

  • Gallery caption custom settings - adding blank spaces?

    When using  the custom settings in the Caption option within the Gallery Module I would like to add blank spaces between options but can't find a way to do it. I prefer not to use dashs or other characters for separators. Ie: <filename> blank space/s

  • Problem with cursors