Populating-Reading the Event Field in CS4

The "IPTC Core" Schema for XMP version 1.1 released on July 2009, refers to the "Event" Field which was not included in the version 1.0 of the IPTC schema.  This field is not avaialble in the annotations panel in bridge CS4 or in the metadata panels in PhotoShop. The annotations panel in Microsoft Expression Media include the Event Field even when the preferences are set to the nomenclature used by Adobe and refers to it as EVENT.
Questions:
Is there a way  to  populate the Event Field and to read annotations using CS4?
Is there an add in? Is the "Event" field refered by anohter name?
Would new versions of CS4 support it?
Thank you,
Alejandro R

Hi Jonathan,
Thanks for the suggestion.
My approach is like this.
First I'll create a ZProgram with the selection screen with the following fields.
Employee No
Employee Name
Mode of transport (By Road or By AIR)
Travel Order No
Grade
Destination Country
From Date
To Date
No of Days of travel
Authorized %
Based on the Above information we need to calculate the Total Amount(Travel Allowance Amount for the total trip as Advance)
to calculate the amount we have to construct a ztable which hold the eligible amount based on the employee grade and the country he is travelling.
Once the amount is calculated we have to click on a button that takes us to F-43 Screen. In the first screen we will input the required information and click on Fast Data Entry Button. This take us to the second screen where we have Amount Field from BSEG-WRBTR table. This field needs to be calculated from our selection screen inputs and automatically that value needs to be populated here.
Then we need to save the information and the document is posted if the said budget is available.
Hope my requirement is clear.
Please try to suggest me how I can go ahead in populating the amount field.
Thanks in Advance,
Regards,
Kumar

Similar Messages

  • How can we read the screen field values from the report selection screen wi

    Hi expart,
    How can we read the screen field values from the report selection screen with out having an ENTER button pressed  .
    Regards
    Razz

    use this code...
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_posnr.
    **Read the Values of the SCREEN FIELDs
    CALL FUNCTION 'DYNP_VALUES_READ'

  • HOW TO READ THE EDITABLE FIELD IN ALV

    CAN ANYONE HELP ME IN READING THE EDITABLE FIELD IN ALV.
    I AM DOING THE FOLLOWING.
    BUT STILL THE EDITABLE FIELD IN NOT READ.
    WHEN 'EXE' OR 'EXEC'.
      LOOP AT I_RB1 INTO L_WA_STRU.
      L_WA_STRU-LIFSK = L_WA_STRU-LIFSK1.
      MODIFY I_RB1 FROM L_WA_STRU.
      CLEAR L_WA_STRU.
      ENDLOOP.
    I_RB1 IS MY TABLE WHICH I PASSED IN TABLES OF REUSE_ALV_GRID_DISPLAY.LIFSK1 IS MY EDITABLE FIELD.
    AND LIFSK IS THE FIELD WHERE THE DATA SHOULD GET TRANSFERRED WHEN I HIT EXECUTE BUTTON.

    DATA: lt_display LIKE TABLE OF gt_display.
      REFRESH lt_display.
      CLEAR lt_display.
      lt_display[] = gt_display[].
      CLEAR ref_grid.
      IF ref_grid IS INITIAL.
        CALL FUNCTION 'GET_GLOBALS_FROM_SLVC_FULLSCR'
          IMPORTING
            e_grid = ref_grid.
      ENDIF.
      IF NOT ref_grid IS INITIAL.
        CALL METHOD ref_grid->check_changed_data.
      ENDIF.
      IF lt_display[] NE gt_display[].
        gv_tosave = 'X'.
      ENDIF.
    Check this program. It will help you. 
    awrd points if helpful
    Bhupal

  • How to read the comment field of the Leave of absence Workflow.

    Hi,
    I have attached a custom Workflow template  to the
    Standard class "CL_HRASR00_WF_PROCESS_OBJECT" and  event "TRIGGERED" for my Personal leave of absence approval.
    During the Workflow step, once the approval goes to the final approval step and it is there in the Benifit Administrator's inbox (Portal) for approval, the Benift Admin is having an option of Withdrawing the process(Withdraw Process button). After filling the comments field, once he clicks this withdraw button the standard class "CL_HRASR00_WF_PROCESS_OBJECT" event "WITHDRAWN" gets triggered and it calls a separate workflow.
    I need to capture this comment in the new Workflow but not able to do the same.
    Can anyone let me know how can I do this. The event container does have any parameter to pass this value to the workflow container. And since the Step_Object GUID also changes I am unable to read it in the second workflow.
    Looking for some real help as this has become critical for the project.
    Thanks is andvace.

    Hi All,
    Thanks for your reply Trevor, but I guess you misunderstood my question. What I am not looking for is not the absence data. Basically I need to capture the comments put in by the Benifit administrator in the Leave of absence application form (Personal or Maternity/child care ), incase when he goes for withdrawing the Application submitted by the Employee.
    To elaborate it functionality step by step...
    1. An employee logs on to portal and submits a LOA application with a few mandatory field ( Commencing date,Returning Date, Reason).
      This kicks of a Workflow say WF1 attached to
    ABAP Class- CL_HRASR00_WF_PROCESS_OBJECT,  Event- TRIGGERED.
    2. Then after executing a few tasks to retrive data it goes to the Manager for approval. Once the manager appoves it goes to the Benifit Administrator.
    3. The Benifit Administrator can approve the application or has an option of withdrawing it.
    4. In case the Benifit Administrator goes for Withdrawal, after putting some comments in the form, it triggers the Event-WITHDRAWN of ABAP Class-CL_HRASR00_WF_PROCESS_OBJECT.
    5. This event in turn starts a new Workflow WF2.
    6. In this Workflow WF2 I need to pull in the comments put in by the Benifit Admin.
    How can I pull this comment?

  • How to read the input field value into ABAP variable?

    Hi All,
    i need a read the value of an input field into an ABAP variable,and i am doing this in the following way
    lstring = request->get_form_field('myFlag').
    here 'myFlag' is the input field name,but this is not returning me any value into lstring.
    I have gone through the SDN and tried to do this.
    could you please help me out to resolve this issue.
    Thanks in Advance,
    Praveena

    Dear Praveena
    In which event are you putting this code. Place it in oninputprocessing event(Page with flow logic Model of coding). Then it will surely work.
    Regards
    Vijay.M

  • How to read the "Name" field from document library in workflow?

    Hi,
    The task I'm trying to accomplish looks pertty simple: I need to read a value of the item's "Name" field inside the workflow. I try to do it using LookupSPListItem and GetDynamicValueProperties activities. I can get value of the "Title"
    field, also I created custom field and can read it too.
    But the "Name" field always comes empty.
    I guess I need to use some tricky syntax or this field has some different "internal name"?
    The workflow is designed in VS 2013.

    Thank you. Looks correct, since when I enter this path (FileLeafRef) into GetDynamicValueProperties
    and change Entity Type to list of documents it changes to Name
    automatically.
    But somehow it doesn't work too. (:
    I also tried LinkFilenameNoMenu and LinkFilename
    - same result.
    EDIT: Solved. :)
    Looks like FileLeafRef is not loaded by default by LookupSPListItem, so you have to pass this property name via
    Properties collection. The bad news is that in this case other properties won't be loaded if you didn't add them to this collection.
    Anyway, it works. :)

  • How to Read the Screen Fields after a Transaction ?

    Hi all,
    I am working on the Transaction 'O4K_LICENSE'. After the transaction is run, it generates an Internal License number which is displayed on the screen. I tried using 'GET PARAMETER', but as the CALL TRANSACTION is called within a loop, the SAP Global memory is not getting refreshed and iam getting the same value for every loop for the Internal License Number.
    Is there any function Module other than DYNP_VALUES_READ to get the screen field values? I tried using the above function module, but in vain and it is not getting any values.
    Warm Regards,
    Vijay.

    Well .... let me explain this very clearly.
    The table OIHL has a composite primary key which is the combination of "External License Number" and "Internal License Number". The latter is generated after running the O4K_LICENSE transaction.
    Moreover, iam attaching every record with a record generated in the program. Now, the same User(ERNAM) can create records having the same External License Number.
    For example:
    If i created a record yesterday with an external License Number 123, then say an internal lic no of 3 is assigned to it.
    If i Create another record today with the same external lic no of 123, and an internal no of say 20 is attached to it, then i donot have any criterion to select the one which i have created today, as it fetches both the records.
    To add to the worst, there is no timestamp field also.
    Message was edited by: Vijay Sai

  • Reading the required fields from a pdf document

    Hi all,
    My requirement is, How can i get the required field values from a scanned document which is in pdf format. Can anyone provide the idea how to approach this using Java.
    thank u all .

    function(){return A.apply(null,[this].concat($A(arguments)))}
    Scribby182 wrote:
    -How can I remove this function altogether?  There is no significance to the image filenames and I'd rather not have to ensure they all match the document text.
    I'm not aware of anyway to automatically remove them from the pdf file. You can manually remove each of them but it's always better to treat the source file than to treat the PDF file for changes.
    To keep from seeing them without having to remove them all in Word, just use the "print method" to create the PDF file. Print to the Adobe PDF printer rather than using the Save as Adobe PDF feature.
    Regards,
    Joe

  • Reading the Groupwise Field Definition

    Hi,
    I am trying to get a particular field definition (User defined) on the AddressBook.
    IGWFieldDefinitionPtr pIGWFieldDefinitions;
    HRESULT hrStatus = pIGWFieldDefinitions->Item(vFieldName, vFieldType, &pDIGWFieldDefinition);
    The above statement returns the negative HRESULT in some cases.
    But the Advanced tab of the AddressBookEntry shows the field.
    Any reasons for this behavior?
    Thanks.

    Did you ever find a solution to this problem? I'm having the same problem...

  • Read Data from the dynamic Field Symbol with key ?

    Dear All,
    I've  2 dynamic internal tables in the form of field symbols.
    Now,I want to loop the item field symbol, read the header field symbol content and then move the corresponding into a final field symbol.
    How to read the field symbol with key ?
    When I'm trying to give the key clause in the paranthesis it's giving a syntax error.
    Any clues ?
    FYI .....
    * Get the Dynamic Field and Value for the Date/Year and convert it into Year value
      LOOP AT <fs_t_son> ASSIGNING <wa_son>.
        ASSIGN COMPONENT gwa_znrows_def-fieldname OF STRUCTURE <wa_son> TO <fs_year>.
        IF sy-subrc = 0.
          CLEAR gv_string.
          MOVE <fs_year> TO gv_string.
          CLEAR gv_year.
          gv_year = gv_string.
          <fs_year> = gv_year.
        ELSE.
    * When the Date/year Field is not in the Table then -->
    * Get the Dynamic Field and Value
          ASSIGN COMPONENT gwa_znrows_def-kfldname OF STRUCTURE <wa_rson> TO <fs_value>.
    * Populate field for Dynamic Where condition
          CLEAR gv_value.
          CONCATENATE '''' <fs_value> '''' INTO gv_value.
          CONCATENATE gwa_znrows_def-kfldname '=' gv_value INTO gt_where SEPARATED BY space.
          APPEND gt_where.
          CLEAR gt_where.
          READ TABLE <fs_t_rson> ASSIGNING <wa_rson> ( gt_where ).  "Key clause
        ENDIF.  " if sy-subrc = 0.  "Assign
      ENDLOOP.
    Thanks & regards,
    Deepu.K

    TYPES: BEGIN OF line,
             col1 TYPE c,
             col2 TYPE c,
           END OF line.
    DATA: wa TYPE line,
          itab TYPE HASHED TABLE OF line WITH UNIQUE KEY col1,
          key(4) TYPE c VALUE 'COL1'.
    FIELD-SYMBOLS <fs> TYPE ANY TABLE.
    ASSIGN itab TO <fs>.
    READ TABLE <fs> WITH TABLE KEY (key) = 'X' INTO wa.
    The internal table itab is assigned to the generic field symbol <fs>, after which it is possible to address the table key of the field symbol dynamically. However, the static address
    READ TABLE <fs> WITH TABLE KEY col1 = 'X' INTO wa.
    is not possible syntactically, since the field symbol does not adopt the key of table itab until runtime. In the program, the type specification ANY TABLE only indicates that <fs> is a table. If the type had been ANY (or no type had been specified at all), even the specific internal table statement READ TABLE <fs>  would not have been possible from a syntax point of view.

  • Issue with clearing the LOV field

    Hi,
    Could someone please help me with the code to reset/clear the value of an LOV field.
    I have a messageChoice and an LOV on the page. My requirement is that when a value is selected from the messageChoice, the value populated in the LOV field needs to get cleared.
    I have defined a PPR event for the messageChoice bean and I am handling it in the PFR of the CO.
    However, the below code does not clear the LOV field.
    lovBean.setValue(pageContext, null);
    lovBean.setText(pageContext, null);
    If I add the statement lovBean.setText(""), then the value selected from the LOV window does not get populated in the LOV field in the base page.
    The LOV is based on a VO and has just a single result mapping defined.
    Thanks.

    As per OAF standards, you cannot set a bean value in process form request, i.e. methods like
    lovBean.setValue(pageContext, null);
    lovBean.setText(pageContext, null);
    You can clear LOV using either of the ways:
    1)Redirect the flow to process request from process form request,i.e redirect to same page and then set value using
    lovBean.setText(pageContext, null
    2) in process form request , get the VO row attached to the LOV and update the corresponding attribute value as null.
    --Mukul                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Issue populating Enhaced Virtual Cube Fields

    Hi Gurus,
    Please help me with the below Issue. I tried a lot on SDN before writing this Post.
    Architecture:
    I have a Standard Multi-provider - "0FIAR_M30". It has got a Standard Cube: 0FIAR_C30 & a virtual Cube: 0FIAR_R30.
    Cube: 0FIAR_C30 is getting Data from R/3 DS: 0FI_AR_3 and Cube: 0FIAR_R30 is getting data from DS: 0FI_AR_30.
    I enhaced the two DS for fields: Plant, Sales Org, Created By, Sales Dist.
    Data is populating properly in the enhaced fields for standard Cube, but in case of Virtual cube, data is getting loaded only till PSA and but when i am trying to display data for Virtual Cube. No data is getting Populated in the enhaced Fields.
    Options Tried:
    1. I used Z Info-objects with template of the standard Info-objects. I made all the Attributes of the Z-info-objects as Display wherever the attributes are navigational.
    I used the below posts while investigating on the issue:
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a00ba5ee-9840-2d10-f385-933182d62b12?QuickLink=index&overridelayout=true
    Please provide your suggestions n Inputs.
    Thanks
    Sameer

    Hi Sameer,
    We are also facing the same issue.
    Could you please provide how you have corrected the issue
    Thanks,
    Jyothi.

  • Lync 2010 Populating Contact Card - Event 21034

    Hello all - 
    Question - we are getting the Event ID 21034. I understand why, but my question is this. In ADUC we have the Telephone Number (DID) in the Office Field listed as xxx.xxx.xxxx and the Extension listed in the Telephone Number field as XXXX (all have four digits)
    that begin with 5xxx
    I am interested in how I can populate these fields in Lync correctly via a normalization .txt file. 
    Also some users, have the same above except the DID is 800.xxx.xxxx, ext. 5xxx populated in the Office Field in ADUC and the Telephone Number is same. 
    Also, any exact examples would be greatly appreciated. 
    Thanks, 
    Chris

    Hi,
    For the number xxx.xxx.xxxx ext=5xxx, you can try the following normalization rule and then test if it works:
    (\d{10})[Xx]{1}5(\d{3})
    +8621$1;ext=$2.
    The 86 is the CountryCode, and the 21 is the City/AreaCode. You can change it to your Country.
    Best Regards,
    Eason Huang
    Eason Huang
    TechNet Community Support

  • How do we read the values in a tiled view,in the submitted form ?

    Hi,
    I have a form, which is having a tiled view. Each row in the tiled
    view has a check box. I have to read these check box selections, once
    the page is submitted. Is there any built in mechanism in JATO to do
    this ?
    One way I know is to maintain a hidden field in the form and have a
    javascript handler to create a string to reflect the check box
    selectios and set that string as hidden field value, before submitting
    the form. On the serverside read the hidden field's value and parse
    that string to get the selections.
    Are there any other options?
    Thanks in Advance,
    syam.

    While a front panel variable is inside a loop, it's not available to other loops.
    I want to access the value of the variable in many loops.
    And I want to write to a front panel variable in many loops, too.

  • Read only custom field for particular user

    Hi,
    I have requirement to few enterprise custom field should be edited by only top management,Project manager and team member can only read the same field.
    Like i have one custom enterprise  baseline finish date,which need to update by only IT GM,and other staff can see only as read mode.
    Hasan Jamal Siddiqui(MCTS,MCPD,ITIL@V3),Sharepoint and EPM Consultant,TCS
    |
    | Twitter

    Hasan,
    You have few options, based on the route you want to take"
    1) You could control the "Visbility" of the fields, via using a feature like
    Target Audiences .
    However,this may not  control the same custom field on the page based on user permissions.
    2) Use JavaScript: https://badalratra.wordpress.com/2013/05/04/how-to-disable-pdp-custom-fields-using-javascript/
    3) Jquery: http://epmainc.com/blog/locking-custom-fields-pdp-project-server-2013-using-jquery
    4) Customization: https://epmxperts.wordpress.com/2014/01/20/secure-pdp-pages-as-per-project-server-security/
    5) You could look into a third part product, by Fluent Pro: https://help.fluentpro.com/pdp_manager/start
    I realize these may not be exactly what you need, but with some effort, I am sure you could modify the code and reuse.
    Cheers,
    Prasanna Adavi, Project MVP
    Blog:
      Podcast:
       Twitter:   
    LinkedIn:
      

Maybe you are looking for