Lithtroom 5.X exit problem

After some random time, I can't exit Lr trough File Menu/Exit, or even if I use shortcut Ctrl Q. Instead of that, LR applies preset. I have same problems with W7, W8, Lr4, Lr5. Maybe the bigger amount of my presets crashes a part of Lr. Other functions work normally.
The problem is presistent quite a long time. Anyone had similar problems?

Thanks for link.
Whom shuld I report this annoying bug?
I forgot to mention, that I also have problems with command Ctrl + Z. Undo command applies preset to all images.
And it is really very annoying when you have a few hundred photos from wedding in Lr library.

Similar Messages

  • Customer exit problem

    hi to all experts,
    my requirement is to clear the exporting parameter . it is not getting populated in the source code of the exit it is blank but when i get out of the exit it is populated im clearing the input parameter too.

    Hi Khan,
    Please find the link below
    [Exit Problem|Re: Regarding Customer Exit]
    Hope this is helpful
    Thanks
    Kalyan.

  • I have the underlying task reported failure on exit problem in a imac

    I have the underlying task reported failure on exit problem in a imac

    Hi,
    Here's an article for that:
    http://support.apple.com/kb/ts1901

  • User exit problem

    Hi,
    My requirement is to stop deletion of infotype 2001 record for some specific users. I am not able to achieve this through authorization, as through authorization if a user is given create access automatically he gets modify and delete access.
    So, I have tried EXIT_SAPFP50M_002 user exit from PBAS0001 enhancement.
    The problem with this user exit is that it is triggered for all infotypes. Since I want this to execute for only infotype 2001 and not for all infotypes in PA30. Anyone have an idea how to achieve this.
    Following is my code in exit:
    Case sy-ucomm.
      When 'UPDL'.
        Message 'Record cannot be deleted.' Type 'E'.
    EndCase.
    Thanks,
    Waqas Rashid
    Moderator message: please use more descriptive subject lines for your posts.
    Edited by: Thomas Zloch on Jan 26, 2011 3:48 PM

    Hi,
    Try this.
    CASE INNNN-INFTY.
    WHEN '2001'.
       "Your code comes here.
    ENDCASE.
    Regards,
    Jovito

  • Sales Order Pricing User Exit Problem

    Hi,
    I am facing a problem related to coding in Sales Order pricing user exits. Scenario is as mentioned below:
    Based on Material Entered and Sold To in Sales Order, auto determination of a manual pricing condition happens. For doing this, coding has been done in USEREXIT_PRICING_PREPARE_TKOMP by changing XKOMV table. Auto determination of the manual price is happening properly.
    From Sales Overview Screen when user goes to the Conditions tab, Net Value is not getting calculated. When we navigate away to Schedule line tab and then come back to COnditions tab, Net Value is automatically getting calculated.
    AM i missing something in the coding part? As the data is getting populated automatically I guess some piece of code needs to be triggered. Can anyone shed some light into this.
    Thanks in advance,
    thunderans.

    Prabhu: After filling in XKOMV structure, I am calling FM PRICING. On doing this, the Sales Pricing is getting calculated but even then net value of order at header i.e VBAK-NETWR is not getting populated when we are in Sales Overview screen. When, I am getting into Conditions tab and coming back to Sales Overview screen, Net value is getting populated correctly. This portion of everything not getting populated at the same time is bothering me. The pricing conditon that I am  filling is a manual pricing condition.
    I put a breakpoint after FM PRICING which correctly populates XKOMV structure. How do I properly update Order Net Value in Sales Overview screen wihtout having to navigate to any other tab?
    Nicklas: I am looping at Order line within the user exit USEREXIT_PRICING_PREPARE_TKOMP and determining price. Once all line items are processed, I am using the FM PRICING for calculating Sales Prices.
    J@Y: Request to send me a bit more details into your approach.

  • User Exit Problem in Sales Order

    Hello All,
    This problem is related to Sales Order.I want the system to forcibly consider another line item and calculate its pricing while saving the sales order at the last moment.
    For Example in the sales order  I am giving 1st Line Item Material A of quantity 10 and Unit of Measurement BT (Bottle).Then when I am pressing the save button I want the User Exit of Material B as 2nd line item to be populated at that very moment which will be forcibly included and pricing will be calculated in that sales order.The user exit should work at this level.
    Now considering the above scenario please suggest solutions in SD / ABAP regarding the successful running of User Exit in the  Sales Order are required to attain my requirement.
    Looking forward to some valuable suggestions.
    Thanks & Regards
    Priyanka

    Hi priyanka,
    though ur requirement is a bit complex i suggest userexits in this kind of scenarios wont help..rather an additonal program needs to be inserted in the standard sales order program..but for ur reference i am sending the list of all the user exits used in price determination. and the requirements fullfilled by them....  .hope it may help u....and cater to ur requirements....
    User Exits For Price Determination
    u2022     USEREXIT_PRICING_PREPARE_TKOMK (module pool SAPLV60A, program RV60AFZZ)
    This user exit allows you to copy additional fields for pricing in the TKOMK communication structure (header fields), which have not been provided in the standard SAP system. These fields can also be used for pricing in the billing document.
    This user exit is described in detail in the "New fields in pricing" section.
    u2022     USEREXIT_PRICING_PREPARE_TKOMP (module pool SAPLV60A, program RV60AFZZ)
    This user exit allows you to copy additional fields for pricing in the TKOMP communication structure (item fields), which have not been provided in the standard SAP system. These fields can also be used for pricing.
    This user exit is described in detail in the "New fields in pricing" section.
    u2022     USEREXIT_FIELD_MODIFICATION (module pool SAPMV61A, program MV61AFZA)
    You can use this user exit to adjust the display of individual lines in the condition screen by changing the display attributes of the screen fields. This does not include the display of subtotals.
    This user exit is also used in order processing.
    u2022     USEREXIT_FIELD_MODIFIC_KZWI (module pool SAPMV61A, program MV61AFZB)
    You can change the display of subtotals in the condition screen by changing the display attributes of the screen fields.
    This user exit is also used in order processing.
    u2022     USEREXIT_FIELD_MODIFIC_KOPF (module pool SAPMV61A, program MV61AFZB)
    You can adjust the display of subtotals in the condition screen to your requirements by changing the display attributes of the screen fields.
    This user exit is also used in order processing.
    u2022     USEREXIT_FIELD_MODIFIC_LEER (module pool SAPMV61A, program MV61AFZB)
    You can adjust the display of blank lines in the condition screen to your requirements by changing the display attributes of the screen fields.
    This user exit is also used in order processing.
    u2022     USEREXIT_PRICING_CHECK (module pool SAPMV61, program MV61AFZA)
    You can install additional checks to the standard checks of condition lines (e.g. maximum/minimum value).
    u2022     USEREXIT_PRICING_RULE (module pool SAPLV61A, program RV61AFZA)
    In the standard SAP system, it is predefined which condition categories and classes can be copied or recalculated per pricing type. You can change the predefined standard procedure for each pricing type.
    u2022     USEREXIT_CHANGE_PRICING_RULE (module pool SAPMV61A, program MV61AFZA)
    You can use this user exit to change the pricing type that has been predefined in the copying control table in billing.
    u2022     USEREXIT_XKOMV_BEWERTEN_INIT (module pool SAPLV61A, program RV61AFZB)
    This field is used in the formulas and therefore initialized before the loop for the pricing procedure starts.
    u2022     USEREXIT_XKOMV_BEWERTEN_END (module pool SAPLV61A, program RV61AFZB)
    Within a loop for the price components during pricing, specific values can be transferred into the communication structures in pricing to be further processed.
    u2022     USEREXIT_XKOMV_ERGAENZEN (module pool SAPLV61A, program RV61AFZB)
    In change mode, you can change the dynamic part of the condition record (KONVD) that is always redetermined (i.e. it is not stored in database table KONV).
    u2022     USEREXIT_XKOMV_ERGAENZEN_MANU (module pool SAPLV61A, program RV61AFZB)
    You can use this user exit to change the ready-for-input fields of the manually entered condition record in add mode in the condition screen.
    u2022     USEREXIT_XKOMV_FUELLEN (module pool SAPLV61A, program RV61AFZB)
    This user exit is always called up during a redetermination of all or individual price components. You can change the work fields of the condition line. However, this only applies to conditions that have been determined via a condition record.
    u2022     USEREXIT_XKOMV_FUELLEN_O_KONP (module pool SAPLV61A, program RV61AFZB)
    This user exit is always called up during a redetermination of all or individual price components. You can change the work fields of the condition line. However, this only applies to conditions that have been determined via a condition record. This may include subtotals, manually entered conditions or conditions that have been calculated with a formula.
    u2022     USEREXIT_PRICING_COPY (module pool SAPLV61A, program RV61AFZA)
    You can change the KONV fields for copied price components.

  • Toshiba L7300 Exit problems

    Let's face it, this TV has almost no apps but can some one please tell if why it is that when I exit out of an app like YouTube, it goes to a blank screen and will not change back to the home menu unless I then press the home key.  It seems like the exit button is on the remote just for the fun of it.
    I thought the TV was just being slow, which it is real slow, but after letting the TV sit on a blank screen for 30 minutes, I figured it was time to press the home button.
    You may laugh and ask why let the TV sit for so long...
    When I say the TV is slow, I have a dead turtle that moves faster than this TV.  
    now the moderator is going to say call techincal support.  But moderator, how about some more apps and fix the software.  I cannot bekeved that the software was upgraded to this.  What a joke.
    Solved!
    Go to Solution.

    I agree, a peron's nationality has nothing to do with a crappy Toshiba product.
    Tell Toshiba thanks for the new update on the cloud TV.
    Once again, rather than fixing the problems, they changed their advertisers on the main screen.
    i cannot tell you how happy I am that every other week I have to wait for the TV to update so I can get new ads from Toshiba.
    Still no flash support...
    i almost fell this is a Apple product (Apple make crappy products)

  • Query variable type Customer Exit problem

    Hi All,
    I need to set a Profit Center variable value by Customer Exit. My Exit has to results a Profit Center Hierarachy NODE value. The problem is that the Query handles my return value as a single Profit Center (10 char long) but my Profit Center Nodes are longer than 10 characters and they are truncated to 10 chars. Therefore I get an error message, namely 'XYZ... PC is not exists in PC Hierarchy ABC...'
    How can I set that the Query or the code to get my result value not as a Profit Center but a Profit Center Hierarchy NODE?
    Thanks in Advance,
    Dezso

    Hello,
    Yes, I have set the right Hierarchy. If I change the PC variable to 'Characteristic variable' and set it on the selection screen everything is OK so the Hierarchy is good.
    Thanks,
    Dezso

  • In VF02 User exit problem.

    Hi All,
    I Done enhancement for VF02 transation to update data into one custom tablem,every thing working fine,but problem is when user click flag button in VF02 this user exit will get trigger by that time posting status is 'A'(means not been posted)I required status 'C'(Posted) but I am getting all data to my Custom table except this,pls help me out..
    Thanks n regds,
    Sree.

    Hi All,
    My user exit triggering when SY-UCOM = ' FKFR'.(When I cllick flag)
    and it is comming out side of the transaction and throwing message Invoice saved actually my user exit should trigger here,if I go once again inside and click save button User exit triggering and chaging the posting status,how  can i solve this problem Is I need to put any condition for this,rigth now I am using like below
    IF  SY-TCODE   = 'VA02'
         and sy-ucomm = 'SICH'.
    CALL FUNCTION 'ZSALES_DATA_UPDATE'
      EXPORTING
        IT_VBELN          = vbrk-vbeln          .
    endif.
    Thanks n regds,
    Sree.

  • URGENT -- Forms exit problem

    Hi,
    I am working with APS9i. I have forms in APS9i. I face problem when i call form b from form a. when i call for the first time form b opens and when i exit form b it comes back to form a but some times when i exit form b it closes all the previous forms.
    kindly help

    Thank you, Very much Sir. I also think that updating it to the latest patch will solve the problem. But were do i get the patch, I dont have any support contract with Oracle, nor any ID of metalink, If possible could u kindly send me the Patch in my following E-mail Id : [email protected] or [email protected]
    Thanking u again
    regards,
    vinod kumar

  • BW exit problem

    Hi Experts,
    I was trying to make a exit in BW but the code is not working properly. The problem is ...it is not populating ZVAR_SUPPLY_PLANT into I_T_VAR_RANGE , which is a SAP defined parameter.As because of that the code fails.How to make the value to be populated in I_T_VAR_RANGE ?
    the code is:
    When 'ZVAR_SUPPLY_PLANT'.
        IF I_STEP = 1.
          REFRESH lt_plant.
          SELECT PLANT INTO CORRESPONDING FIELDS OF TABLE lt_plant
            FROM /BI0/PPLANT
           WHERE OBJVERS = 'A'
             AND PLANT LIKE '%P'.
    Process all selection for variable
         LOOP AT I_T_VAR_RANGE INTO LOC_VAR_RANGE WHERE VNAM = 'ZVAR_SUPPLY_PLANT'.
           If SY-SUBRC <> 0.
    Process all plant
              LOOP AT lt_plant INTO ls_plant.
    Fill LOW and HIGH,
                  IF ls_plant-high IS INITIAL.
                    ls_plant-high = ls_plant-low.
                  ENDIF.
                  CLEAR l_s_range.
                  l_s_range-sign = 'I'.
                  l_s_range-opt = 'EQ'.
                  l_s_range-low = ls_plant-plant.
                 APPEND L_S_RANGE TO E_T_RANGE.
              ENDLOOP. " lt_plant
            ENDIF.
          ENDLOOP.     " i_t_var_range
          EXIT.
        ENDIF.
    Please help me on this.
    Thanks,
    Shibaji.

    Hi Shibaji,
    Looks like the exit is not being called with correctly populated interface parameter. I_T_VAR_RANGE is an importing parameter and cannot be modified within the exit. If it is supposed to have a value then that should be there at the time of the call to the exit.
    You need to check the place where you define the parameter interface for the exit and how it should be populated. There seems to be no problem in the code.
    Hope this helps.
    Thanks
    Sanjeev

  • ALPHA Conversion Exit Problem

    Hi,
    I have an InfoObject ZPRODUCT1 with ALPHA Conversion Exit in RSD1 definition.In the Infosource and in the DataSource/Trans. Structure TAB when i check for the corresponding field it has some other Conversion exit called 'PRID1' and i couldn't change it.
    When i load the data i get the error at the PSA level itself and the message is,
    InfoObject /BIC/ZPRODUCT1 does not contain alpa-conforming value 80001909.
    How to fix this problem?
    Thank you
    arun

    Thanks,
      I already did that and it worked properly.
      Can you explain how come the conversion exit in Data source transfer structure and the InfoObject can be different?How did this worked?
      Will i be able to modify the Conversion exit assignment in the infoobject or Data Source/Trans. Structure TAB? How do i do this, it looks display only in RSD1?
    Thank you
    arun

  • Reg : Material Conersion Exit Problem

    Hi All,
    I have a problem with Conversion exit,by looking at other posts in the forum , I came to know that we can do the settings in OMSL Transaction. My question is to know where all infoobjects that exit has been used ( MATN1).
    Thanks,
    Krish

    Hi Krish,
    The setting that you need to do in OMSL is only needed for material number. I haven't come across any other similar setting that you would need to do for any other infoobject/field.
    You just need to make sure that the setting in OMSL in BW is same as that on the R/3 side.
    Hope it helps

  • Customer Exit Problem in Bex

    Hi Experts,
    I don't know abap but as per our requirement I need to write a Customer Exit,
    my requirement is
    I have user input value variable(ex,10,15 etc upto 31) then I have another Char ZCHSTDATE so if user enters 01 or anyvalue the report result should be the start date plus the value which user enters in the varaible section,ex.if I enter 05 then the out should be startdate+5,so if the start date is 5th Nov then the out put should be 10th Nov.Can't use offset values since user can enter anyvalue between 1 to 31.The Variables I am using are zvuser(User Entered Days) and zvstdays(Customer Exit variable),please can any body help in providing the customer exit code.
    Thanks in Advance,
    Raga

    hi Raga,
    is ZCHSTDATE of type date and what is the type of zvstdays? if both are of type date then u can directly add the date and days to get the required date.
    eg:
    zvstdays = zchstdate + zvuser.
    u can consult this thread also: Adding days to a Date
    in the customer exit u have to write a case statement like
    case <field that is catching the bex vars>.
    when '<ur var name>'.
    result = <put ur formula>.
    endcase.
    hope this helps you
    regards,
    Vaibhav

  • NativeApplication.nativeApplication.exit(); problem in iOS app

    Have this function called to exit an iOS app:
    function ExitApp(event:MouseEvent):void {
              listenIO(urAt,0);
              trace('NativeApplication Exit');
              NativeApplication.nativeApplication.exit();
    The function is triggered as the listenIO() does its thing and the trace() triggers, but no exit(). Closing the iOS app by the hardware menu button exits but when re-entering the app, it is stll where it was left and I don't have a function to return to a preset state.
    Help to exit the app appreciated, thank you.

    One way to get around exit() not working on iOS might be to set the following property in your iPhone section of your app XML:
    <iPhone>
              <key>UIApplicationExitsOnSuspend</key>
              <true/>
    </iPhone>
    That would force your application to exit on suspend (aka the user pressing the hardware button)

Maybe you are looking for

  • Creation of user home directory in KM

    Using the KM in our portal I noticed the following behavior: When creating an user in the user administration the KM home folder (Root>userhome><i>userid</i>) is not created. When the user logs in and accesses a KM iView (like the document explorer)

  • What is the best Practice to improve MDIS performance in setting up file aggregation and chunk size

    Hello Experts, in our project we have planned to do some parameter change to improve the MDIS performance and want to know the best practice in setting up file aggregation and chunk size when we importing large numbers of small files(one file contain

  • Set default fax to black and white

    I have been sending faxes by sending doc files to print and selecting the Officejet fax as my printer option. Annoyingly, it keeps reverting to "send color" . I would like to set "sending black and white faxes" as the default.  How can I set the defa

  • Users unable to access the internet sites

    Hi Everyone, We have users who are able to get the IP address but unable to access any internet sites. I check the trap logs on the WLC RADIUS server 192.168.50.1:1812 failed to respond to request (ID 16) for client 88:53:2e:99:24:b5 / user 'unknown'

  • White line on imac screan

    I have a whitee line come up across part of my screan happened once before got talked through it need it a second time please   Chris