Values of F4 help are not returned.

Hi,
I had a requirement to add a F4 help  for batches in VL02n transaction.
It is using a collective search help MCH1for the F4 help .
I created 1 elemntary search help ,with a necessary view.
I then added my elementary search help to the collective helpp MCH1.I dint write any search help exit for this.
Everything is working fine ,but the F4 help values does not return back.
I do F4 on batches , it gives me  the dialog screen and returns the batches,I select the batch and the pop up goes off.
The batch selected doed not return.
Please suggest.
Thanks,
Suchi.

You must link the parameter of your elementary search help to those of the collective search help, the minimal action is to link the exported parameter of the collective search help - map at least MCH1 CHARG parameter to the batch number exported in your Z_STOCK_SERHLP search help.
Read the documentation
- [Creating Elementary Search Helps|http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ee5f446011d189700000e8322d00/frameset.htm] to define export parameter
- [Creating Collective Search Helps|http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ee86446011d189700000e8322d00/frameset.htm] to link export parameter in elementary and collective search help
Position the cursor one after the other on each allocated search help and choose Parameter assignment.
In the next screen, enter the parameter names of the elementary search helps to which the corresponding parameters of the collective search help should be assigned in the field Reference parameter.
You can select the parameters contained in the included search help using the input help. Create a proposal for the assignment with Proposal.
Regards,
Raymond

Similar Messages

  • Values of Formula Variables are not determined

    I have created a Purchase Order for services where the quantities for services line items are determined on the basis of predefined formulas. Values for all the variables are provided in PO and quantity is calculated on the basis of those values. When I try to adopt the services during the creation of Service Entry sheet with reference to PO, system shows the below error message:
    Please enter a value for variable(s) NO OF PERSONS (Form.Val.1)
    Message no. SE252
    Diagnosis
    You wish to have the system determine the quantity using a formula but have not entered any values for the variables in the formula.
    Procedure
    Maintain the values of the variables.
    Example
    For example, in a formula for calculating a volume, specify the values for the variables "length", "width", and "height".
    The values of formula variables are not adopted from the PO. Please suggest the solution or possible cause of error.

    I have gone through the note you suggested. But in my case each variable is created with specific name and assigned to the formulas.
    The formulas are getting adopted in RFQ but not in service entry sheet.
    Edited by: abapuser on Dec 21, 2010 6:46 AM

  • Adobe Livecycle Designer 7.0 - Text fields are not returning data on email submission-Help?

    Hello - I am using Livecycle Designer 7.0 and have created a form with different fields to be filled out and submitted via email back to me using the standard submit by email button.
    However, when the form is filled out and returned all the control field choices from both the checkboxes and the radio buttons are there - but nothing from the textbox fields is returned in the email submission. Those fields are not being returned.
    also - once they are returned how do I ensure they will repopulate via the import data into the form functionality?

    This forum is for the Adobe FormsCentral (formscentral.adobe.com) which is a service that allows you to create, collect and analyze data using an online web form. You should ask Designer related form questions in the Designer forums: http://forums.adobe.com/community/livecycle/livecycle_es/livecycle_designer_es
    I'll move your post to that forum so you don't need to retype it. They can help you out...
    Randy

  • Selected value in search help cannot be returned

    Hi experts!
    When I select value in search help, selected value is not returned to the field.
    I did like this.
    1. I enhanced BP using EEW.
    2. I created a new view and display an enhanced field via BSP workbench.
    (an enhanced field is assigned to a check table)
    3. I created GET_V_XX method as follows.
    method GET_V_ZZBUT000000102.
      DATA:
        ls_map    TYPE if_bsp_wd_valuehelp_f4descr=>gtype_param_mapping,
        lt_inmap  TYPE if_bsp_wd_valuehelp_f4descr=>gtype_param_mapping_tab,
        lt_outmap TYPE if_bsp_wd_valuehelp_f4descr=>gtype_param_mapping_tab.
      ls_map-context_attr = 'STRUCT.ZZBUT000000102'.
      ls_map-f4_attr      = 'KEY'.
      APPEND ls_map TO: lt_inmap, lt_outmap.
      CREATE OBJECT rv_valuehelp_descriptor
        TYPE
          cl_bsp_wd_valuehelp_f4descr
        EXPORTING
          iv_help_id                  = 'CRMST_HEADER_OBJECT_BUIL-ZZBUT000000102'
          iv_help_id_kind             = if_bsp_wd_valuehelp_f4descr=>help_id_kind_comp
          iv_input_mapping            = lt_inmap
          iv_output_mapping           = lt_outmap.
    endmethod.
    Does anyone know what is wrong?

    Hi Yohei,
    You could resolve your issue by changing the value of the "ls_map-context_attr" to the attribute value seen on the F2 help on WebUI screen.
    If you change the value   ls_map-context_attr  to   'ZZBUT000000102' , then F4 help would work properly.
    Hence the correct code would be:
    method GET_V_ZZBUT000000102.
      DATA:
        ls_map    TYPE if_bsp_wd_valuehelp_f4descr=>gtype_param_mapping,
        lt_inmap  TYPE if_bsp_wd_valuehelp_f4descr=>gtype_param_mapping_tab,
        lt_outmap TYPE if_bsp_wd_valuehelp_f4descr=>gtype_param_mapping_tab.
      ls_map-context_attr = 'ZZBUT000000102'.
      ls_map-f4_attr      = 'KEY'.
      APPEND ls_map TO: lt_inmap, lt_outmap.
      CREATE OBJECT rv_valuehelp_descriptor
        TYPE
          cl_bsp_wd_valuehelp_f4descr
        EXPORTING
          iv_help_id                  = 'CRMST_HEADER_OBJECT_BUIL-ZZBUT000000102'
          iv_help_id_kind             = if_bsp_wd_valuehelp_f4descr=>help_id_kind_comp
          iv_input_mapping            = lt_inmap
          iv_output_mapping           = lt_outmap.
    endmethod.
    Regards,
    Pratik Gandhi

  • Fixed values of dynamic attributes are not displayed for bid response

    Hi
    I have created a bid with dynamic attributes and have weighted the options with fixed values. I publish the Rfx (bid) and all is ok. The problem is that the fixed values are not displaying when doing a bid response.
    We are using SRM 7.0
    Can anyone help?

    No. Not yet. I think it is a bug. You should create an OSS message to SAP and ask them to pay special attention to the following code block:
    Class: /SAPSRM/CL_CH_WD_DODM_DYNATTR
    Method: /SAPSRM/IF_CLL_MAPPER~REFRESH
    At the end of the method, look for code context:
    IF lv_object_type = c_qte.
    *Set the Fixed Values Table to Invisible
        lv_visible = abap_false.

  • BC4J results are not returned

    When I'm trying to go to the last record of a BC4J viewObject this is the output I get in the console.
    insert** id=66, parid=-3, collid=0, keyArr.len=1, cont.len=705
    [544] stmt: begin insert into "PS_STBC4JModule" values (:1, :2, :3, empty_blob(), empty_blob()) returning content, keycont into :4, :5; end;
    [545] stmt: update "PS_STBC4JModule" set content=:1, keycont=:2 where collid=:3 and id=:4
    [546] stmt: delete "PS_STBC4JModule_ky" where collid=:1 and id=:2
    [547] stmt: insert into "PS_STBC4JModule_ky" values (:1, :2, :3, :4)
    [548] **insert** id=67, parid=-3, collid=0, keyArr.len=1, cont.len=705
    [549] stmt: begin insert into "PS_STBC4JModule" values (:1, :2, :3, empty_blob(), empty_blob()) returning content, keycont into :4, :5; end;
    [550] stmt: update "PS_STBC4JModule" set content=:1, keycont=:2 where collid=:3 and id=:4
    [551] stmt: delete "PS_STBC4JModule_ky" where collid=:1 and id=:2
    [552] stmt: insert into "PS_STBC4JModule_ky" values (:1, :2, :3, :4)
    [553] **insert** id=68, parid=-3, collid=0, keyArr.len=1, cont.len=705
    [554] stmt: begin insert into "PS_STBC4JModule" values (:1, :2, :3, empty_blob(), empty_blob()) returning content, keycont into :4, :5; end;
    [555] stmt: update "PS_STBC4JModule" set content=:1, keycont=:2 where collid=:3 and id=:4
    [556] stmt: delete "PS_STBC4JModule_ky" where collid=:1 and id=:2
    [557] stmt: insert into "PS_STBC4JModule_ky" values (:1, :2, :3, :4)
    [558] **insert** id=69, parid=-3, collid=0, keyArr.len=1, cont.len=705
    [559] stmt: begin insert into "PS_STBC4JModule" values (:1, :2, :3, empty_blob(), empty_blob()) returning content, keycont into :4, :5; end;
    [560] stmt: update "PS_STBC4JModule" set content=:1, keycont=:2 where collid=:3 and id=:4
    [561] stmt: delete "PS_STBC4JModule_ky" where collid=:1 and id=:2
    [562] stmt: insert into "PS_STBC4JModule_ky" values (:1, :2, :3, :4)
    [563] **insert** id=70, parid=-3, collid=0, keyArr.len=1, cont.len=705
    [564] stmt: begin insert into "PS_STBC4JModule" values (:1, :2, :3, empty_blob(), empty_blob()) returning content, keycont into :4, :5; end;
    [565] stmt: update "PS_STBC4JModule" set content=:1, keycont=:2 where collid=:3 and id=:4
    [566] stmt: delete "PS_STBC4JModule_ky" where collid=:1 and id=:2
    [567] stmt: insert into "PS_STBC4JModule_ky" values (:1, :2, :3, :4)
    [568] **insert** id=-3, parid=-2, collid=0, keyArr.len=-1, cont.len=1449
    [569] stmt: begin insert into "PS_STBC4JModule" values (:1, :2, :3, empty_blob(), null) returning content into :4; end;
    [570] stmt: update "PS_STBC4JModule" set content=:1 where collid=:2 and id=:3
    [571] stmt: delete "PS_STBC4JModule_ky" where collid=:1 and id=:2
    [572] stmt: insert into "PS_STBC4JModule_ky" values (:1, :2, :3, :4)
    [573] **insert** id=71, parid=-4, collid=0, keyArr.len=1, cont.len=705
    [574] stmt: begin insert into "PS_STBC4JModule" values (:1, :2, :3, empty_blob(), empty_blob()) returning content, keycont into :4, :5; end;
    [575] stmt: update "PS_STBC4JModule" set content=:1, keycont=:2 wher
    It seems the application is trying to return all of the rows, when I only want it to return the last row. Please help this is an urgent matter.
    Jeff

    Jeff:
    You're getting these passivation messages because you have a lot of rows in your RowSet, and you're trying to locate the last row. In this case, yes it will try to traverse all rows until it reaches the end.
    Further if you have a lot of rows, we will start spilling rows into database, thus producing these messages on PS_ tables.
    There are a few different ways to avoid this.
    1. Usually, if you need to locate the last row quickly, you should specify an order-by clause to do descending sort (or something like that) so that you can locate the desired row quickly.
    2. Or, you can adjust where-clause to reduce the number of rows.
    3. If you want to turn off spill-to-disk (so that you avoid DML interactions with PS_ tables), you can do that through configuration. Please take a look at
    http://otn.oracle.com/products/jdev/htdocs/bc4j/bc4j_temp_tables.html
    Thanks.
    Sung

  • All values in internal table are not displaing in the script print program

    Hi,
    I am calling the script program.In main window all values in the internal table are not displaying. I wrote
    write-form statement in loop. But not all the values are getting displayed. Only thel ast values getting dispalyed. 
    *& Report  ZSCRIPT_116719
    REPORT  ZSCRIPT_116719.
    ************Table decleration***************
    TABLES: mara, mbew, makt.
    loop at i_makt into wa_makt.
      endloop.
    loop at i_MARA into wa_mara.
      endloop.
    LOOP AT I_MBEW INTO WA_MBEW.
      ENDLOOP.
    lv_price = 0.
    ********************Total Price******************
      LOOP AT i_mbew INTO wa_mbew.
        lv_price = lv_price + wa_mbew-stprs.
      ENDLOOP.
    end-of-selection.
    CALL FUNCTION 'OPEN_FORM'
    EXPORTING
      APPLICATION                       = 'TX'
      ARCHIVE_INDEX                     =
      ARCHIVE_PARAMS                    =
      DEVICE                            = 'PRINTER'
      DIALOG                            = 'X'
       FORM                              = 'ZSCRIPT_719'
       LANGUAGE                          = SY-LANGU
      OPTIONS                           =
      MAIL_SENDER                       =
      MAIL_RECIPIENT                    =
      MAIL_APPL_OBJECT                  =
      RAW_DATA_INTERFACE                = '*'
      SPONUMIV                          =
    IMPORTING
      LANGUAGE                          =
      NEW_ARCHIVE_PARAMS                =
      RESULT                            =
    EXCEPTIONS
       CANCELED                          = 1
       DEVICE                            = 2
       FORM                              = 3
       OPTIONS                           = 4
       UNCLOSED                          = 5
       MAIL_OPTIONS                      = 6
       ARCHIVE_ERROR                     = 7
       INVALID_FAX_NUMBER                = 8
       MORE_PARAMS_NEEDED_IN_BATCH       = 9
       SPOOL_ERROR                       = 10
       CODEPAGE                          = 11
       OTHERS                            = 12
    IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
             WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    CALL FUNCTION 'START_FORM'
    EXPORTING
      ARCHIVE_INDEX          =
       FORM                   = 'ZSCRIPT_719'
       LANGUAGE               = SY-LANGU
      STARTPAGE              = ' '
       PROGRAM                = 'ZSCRIPT_116719'
      MAIL_APPL_OBJECT       =
    IMPORTING
      LANGUAGE               =
    EXCEPTIONS
      FORM                   = 1
      FORMAT                 = 2
      UNENDED                = 3
      UNOPENED               = 4
      UNUSED                 = 5
      SPOOL_ERROR            = 6
      CODEPAGE               = 7
      OTHERS                 = 8
    IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    *LOOP AT I_MBEW INTO WA_MBEW.
    CALL FUNCTION 'WRITE_FORM'
    EXPORTING
       ELEMENT                        = 'DATA'
       FUNCTION                       = 'SET'
       TYPE                           = 'BODY'
       WINDOW                         = 'MAIN'
    IMPORTING
      PENDING_LINES                  =
    EXCEPTIONS
       ELEMENT                        = 1
       FUNCTION                       = 2
       TYPE                           = 3
       UNOPENED                       = 4
       UNSTARTED                      = 5
       WINDOW                         = 6
       BAD_PAGEFORMAT_FOR_PRINT       = 7
       SPOOL_ERROR                    = 8
       CODEPAGE                       = 9
       OTHERS                         = 10
    IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
             WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    *ENDLOOP.
    If I give only one value it is showing the output. When I am fetching the data for range of values it i sshowing start_form is not there.
    Plz let me know how to get the aa  internal table values  to be displayed

    hi
    I shortened your program a bit. So we can go to essentials of your question.
    You said you put in it in a loop.
    What i see in your prog is:
    REPORT zscript_116719.
    ************table decleration***************
    TABLES: mara, mbew, makt.
    LOOP AT i_makt INTO wa_makt.
    ENDLOOP.
    LOOP AT i_mara INTO wa_mara.
    ENDLOOP.
    LOOP AT i_mbew INTO wa_mbew.
    ENDLOOP.
    lv_price = 0.
    ********************total price******************
    LOOP AT i_mbew INTO wa_mbew.
      lv_price = lv_price + wa_mbew-stprs.
    ENDLOOP.
    END-OF-SELECTION.
      CALL FUNCTION 'OPEN_FORM'
        EXPORTING
          form     = 'ZSCRIPT_719'
          language = sy-langu.
      CALL FUNCTION 'START_FORM'
        EXPORTING
          form     = 'ZSCRIPT_719'
          language = sy-langu
          program  = 'ZSCRIPT_116719'.
    *LOOP AT I_MBEW INTO WA_MBEW.
      CALL FUNCTION 'WRITE_FORM'
        EXPORTING
          element  = 'DATA'
          function = 'SET'
          type     = 'BODY'
          window   = 'MAIN'.
    *endloop.
    1. Your loop is not a loop with this '*' in front of it.
    2. Are you printing &wa_mbew-???& variables in your sap-script
    3. is itab I_MBEW properly filled
    Let me know.
    Gr. Frank

  • Qty and value in PO list are not updated (after a Service Entry)

    Hi Experts,
    Qty and value still to be delivered in the ME2L are not updated:
    I have performed a service entry (ML81N) but qty and value are not updated in the list of the PO in the ME2L.
    Could anyone explain?
    Many thanks in advance.
    Regards,
    Cesar

    Thanks for quick reply.
    I do not configure anything in SPRO (Define release strategy for SES) but I got a red light in the top of the screen near the field "No acceptance" so I presume that the SES should be accepted but as I do not configure anything regarding release startegy, I do not know how to accept the SES.
    Besides, I cannot perform MIRO: when I put the PO number, system indicates that there is no (suitable) item found for PO
    I should have miss something. Could you please guide me?
    Thanks,
    Cesar

  • Values in parallel flow are not getting reflected

    Hi ,
    I have split in one of my auto activity.In this split one of flow I am changing instance variable (boolean) value.But this value is not getting reflected in second flow.Is there any way to set this value.
    Please help me
    Thanks
    Sailendra

    Yes - you can use your Split / Join design pattern for what you're trying to do. You just need to add one more thing.
    This is going to take a knowledge of:
    <li> Correlation - initiate and terminate methods
    <li> Notification using logic from a screenflow and
    <li> Message Wait activity with an Interrupt property
    It might seem like a lot, but if all you have is JMS then it's what I'd suggest.
    1. Create a correlation just after the Split and before your Automatic activity. The purpose of this correlation is to be the receptor of a notification when you want to eliminate the time loop. The logic for this looks like this:
    args[] = clientCaseId
    args[] = productId
    Correlation.initiate(name : "documentRetrieval", values : args)2. Add a Message Wait activity in your process. If you call it "WaitForEarlyReleaseCompletion" you might find that the logic in the step 4 is helpful. Have its property set to "Allows interruptions" and "External". Add this activity outside of the process's flow. Right mouse click the Messsage Wait activity -> click "Argument Mapping" -> click on the arguments icon in this dialog and add the (two in the example) argument variables you want to use to notify the correlation (clientCaseId and productId in this example). Click the "Correlations" icon in this dialog (two to the right of the arguments icon). In the left panel add a new correlation (name it case sensitive "documentRetrieval" for this example). Right click this new correlation and give it properties (the variables you want to use for the correlation - in this example "clientCaseId", "productId". Select the correlation and click the right arrow to move the correlation to the upper right portion of the dialog. Leave "Initiate" set to "No". In the lower right portion of the dialog, map the correlation's properties (again clientCaseId and productId in this example) to the incoming argument variables you just created (also called clientCaseId and productId in this example). Click OK
    3. This standalone activity needs to flow to an Automatic activity outside of the process. The logic in this Automatic activity needs two lines:
    // this assumes your time interval in your due transition is called "myTimer" and you just
    //   want to stop it
    myTimer = null
    action = BACK4. Inside your screenflow, in an Automatic Task send a notification to the Message Wait activity using the same correlation values (e.g. "clientCaseId" and "productId") you used earlier in the correlation intiate method.
    args as Any[Any]
    args["clientCaseId"] = clientCase.clientCaseId
    args["productId"] = clientCase.products.first.product.productId
    send(Notification, processId : "/DepartmentApprovals",
                                            activityName : "WaitForEarlyReleaseCompletion",
                                            arguments : args,
                                            argumentSetName : "WaitForEarlyReleaseCompletionIn")Dan

  • German special characters are not returned from catalog

    When the german special characters are part of the descrition of the article from the the catalog (external). ( reaching catalog from PM order components screen)
    It returns '#' in place german special characters ö ('Umlet') . This is because of the initial charset from the HTML page. How do we get the correct charset of the loaded HTML page.
    But when we execute the same through WTS the german characters are correctly returned but charset is incorrect. Can someone help me to resolve this?

    Hi ,
    Can you pls check the customization OCI interface Convert of HTML fields to SAP Fields where in you maintained the text, which is inturn mapped to conversion module in the customization for example IOCI_DESCRIPTION_W.
    Regards
    Satish

  • Lookup two objects list values in one object are not in the other object

    Hi,
    I have two sources of reference numbers that ties our whole system together. Let's call them RefCodeSystemA and RefCodeSystemB. I would like to build a webi report that shows the Values in RefCodeSystemA that a NOT in RefCodeSystemB. I can easily find out the matching ones but not the NON matching onces?
    Any suggestions on a simple query to do this?

    Hi Galvin,
                    Hope you can use the Minus at the Query pannel.
    We have Union,Intersection,Minus hence you can get it from that.
    Please let me know if you need details for this.
    Regards
    Prashant

  • How do I handle values in source that are not in "lookup" table?

    hi there,
    I have 3 tables (all Oracle technology):
    1) Source table: CALLS with columns MSISDN, TRANS_DATE, TYPE, COST, DURATION
    2) Lookup table: SUBSCRIBERS with columns SUBSCRIBERID, MSISDN, IMSI
    3) Target table: FACT_CALLS with columns SUBSCRIBERID (not null), CALLDATE, CALLTYPE, CALLDURATION, CALLCHARGE.
    Join between source and lookup table:
    NVL(CALLS.MSISDN,0) =SUBSCRIBERS.MSISDN)
    Mappings on target:
    FACT_CALLS.SUBSCRIBERID --> SUBSCRIBERS.SUBSCRIBERID
    FACT_CALLS.CALLDATE --> CALLS.TRANS_DATE
    FACT_CALLS.CALLTYPE --> CALLS.TYPE
    FACT_CALLS.CALLDURATION --> CALLS.DURATION
    FACT_CALLS.CALLCHARGE --> CALLS.CHARGE
    I have a dummy value in SUBSCRIBERS with values MSISDN = 0, SUBSCRIBERID = 0 and IMSI = 0, to be used if MSISDN in the source table is null or does not exist in the lookup table.
    The NVL on the join takes care of the case when source MSISDN is null and this is working fine i.e. returns 0 for SUBSCRIBERID.
    The problem occurs when the source MSISDN does have a value but such a value does not exist in the lookup table, such records are rejected.
    How do I implement a solution for this?

    hi Guru,
    Yes I have 2 source tables and a target.
    1) I created a join by dragging MSISDN on CALLS to MSISDN on SUBSCRIBERS then added the NVL part to have NVL(CALLS.MSISDN,0) =SUBSCRIBERS.MSISDN)
    2) the target does not have MSISDN. Using the join the target SUBSCRIBERID column gets populated with the correct value from the lookup table.
    i.e. FACT_CALLS.SUBSCRIBERID = (select SUBSCRIBERID from SUBSCRIBERS where SUBSCRIBERS.MSISDN = CALLS.MSISDN)

  • Reports are not returning results in obiee 11g dashboards.

    Hi,
    I have dashboard with 3 reports,i saved my customization of particular date range,product group and target list.When I ran the dashboard for first time,I got all the results for 3 reports in dashboard but from the second time,only one of the reports returned results but other reports are just hanging up.I tried to clear cache in both BI server and presentation services but no use.
    Please help me what steps needs to be done so that all my saved reports return data.

    963277 wrote:
    Hi,
    I have dashboard with 3 reports,i saved my customization of particular date range,product group and target list.When I ran the dashboard for first time,I got all the results for 3 reports in dashboard but from the second time,only one of the reports returned results but other reports are just hanging up.I tried to clear cache in both BI server and presentation services but no use.
    Please help me what steps needs to be done so that all my saved reports return data.Do you know if anything has changed in the database or the RPD from the first time you ran those reports? Did you try running the physical query of the reports against the database to see if you are able to return results quickly?

  • Files from LR are not returned when saved, why?

    Hi, export files from Lightroom 5.3 CC to Photoshop CC, edit them and hit control /s but they don't return to Lightroom. They are saved in the catalogue.  Adobe agent suggested my error was to convert all my Raws to DNG, but this is common and it is Adobe's own format. Also said use synchronise folder command, but this also returns deleted pics and is not the way things are supposed to work.
    I have re-installed both programmes.
    Fault only found with raw files, JPEG is fine. Also round tripping to Elements with raw files is OK. Agent gave up after more than an hour tinkering with my computer and promised to "escalate my report" saying I would be called back. Week later still waiting.
    Fault might have been caused by last update as was working before.
    Don't think I will be renewing CC contract. Anyone else out there?

    Hi, step one: yes using edit in command to send file to Photoshop. Step two: edit it in Photoshop. Step three: used save command in menus or press Ctrl. S, (this is supposed to send the file back to Lightroom where the main action is, and does so with JPEG but not DNG files). What happens is they disappear from the work flow. They are saved to the catalogue on the external hard drive where they have to be re-imported to Lightroom (Adobe agent confirmed this not supposed to happen and I am doing the right thing. He suggests using syncronize folder command, but this is not just an extra step, it also brings back all the other files that have been deleted from Lightroom.)
    Something that used to work smoothly and as designed, is not, and the agent seemed to have given up after one and a half hours in control of my computer.
    Someone else has the same problem, hence the post. Thanks for your attention.

  • Server 2010 SP2 - New values in lookup table are not updated in the user client

    Hello,
    I added a value to a lookup table in the PWA.
    Most users see the new value in the field based on this lookup table.
    One user doesn't see the update for 2 weeks now. He did close and opened the application over these 2 weeks.
    Any Idea?
    Thanks,
    Barak

    Hi Barak,
    I am assuming the issue is with PWA? Has the user tried to access PWA from a different machine/browser?Other things you can try are:
    - Reset IE settings
    - CTRL+F5 (on the page)
    If it is MS Project that doesn't have the new value, try closing MS Project and re-open it
    Hope this helps
    Paul

Maybe you are looking for