F4 Help in HCM Forms

Hi,
I have a interactive form.
im using HCM Process & forms tool,this uses ABAP BAsed interface.
Now i would like to F4 help for a field(PA0007-SCHKZ).
This field is having Explicit search help(H_T508A).
Nowi binded the interface field and assigned the variable name of drop down  thru scripting using Value Help control.
But Value help is not populated in form.
Is there any thing missing
does explicit search help is supported for value help.
Thanks ,
Nachy

1. We have analyzed the solution implemented for standard process based on you can follow two ways as below.
a . HR_PD_MOVE_POSITION. This process uses WD ABAP Component
HRASR_C_POSITION to provide the search help.
   The WD ABAP Component HRASR_C_POSITION inturn uses Component
   OBJECTDATAPROVIDER and OADP object ASR_POS_SEARCH.
b. to use ISR Native library, and use 'ISR Text Edit- Value Help'.
A pop-up with search list will be displayed,though we would not have thefiltering option, but the scroll bar.
2. HCM Processes and Forms does not support the use of
OVS and EVS. Also, WD ABAP and WD JAVA are two differents applications
and therefore there can be a few differences in implementations of
certain functionalities.
In WD ABAP, we can achieve the desired functionality (with filter) with
'FORM_WINDOW' control.

Similar Messages

  • Issue with SAP_PD Service in HCM Forms

    Hi Experts,
    I am facing this issue when trying to create/update a Position using HCM Forms.
    We have the HCM_ASR_CL_2 Business Function Activated
    We are on EHP4.
    I am trying to create/update a position using forms - SAP_PD Service and facing the below mentioned issue -
    When I am trying to add the Object Type S in the LEAD_OBJECT_ID, I get the error - Object type S not supported.
    As a workaround that I got from a help.sap - 3.In the navigation pane, go toValidity Period.Enter Start Object Type as S = Job, enter Application Type as PD. - Even this workaround doesnt work!
    Am  I missing some config here?
    Also, once we activate the Business Function - do we get the node for SAP_PD in IMG just as we have for SAP_PA and SAP_PT service?
    Please help!!!
    Thanks

    Any reponses?

  • Return function module result to HCM form using backend service

    Hi
    I'm trying todo something very simple.
    I would like to call a FM using a backend service and return the result of the FM to the HCM form.
    I'm using USER_EVENT_CHECK on button to initiate the call.
    Here is my dooperations, I have omitted the calling of the FM.  I just want to return the changed text to the form in this example.
    I have stepped through code using external breakpoint and the field gets changed succesfully in the service_dataset
    method IF_HRASR00GEN_SERVICE~DO_OPERATIONS.
      DATA service_operation_wa TYPE hrasr00genserv_operation.
      DATA service_dataset_wa TYPE hrasr00gensrv_dataset.
      DATA dummy TYPE string.
      DATA message TYPE symsg.
      FIELD-SYMBOLS <service_dataset_wa> TYPE hrasr00gensrv_dataset.
      DATA inputText TYPE string.
      LOOP AT service_operations INTO service_operation_wa.
        CASE service_operation_wa-operation.
          WHEN C_CVRT_OPERATION_NAME.
            LOOP AT service_datasets INTO service_dataset_wa WHERE fieldname = c_oldText_fieldname.
              inputText = service_dataset_wa-fieldvalue.
             MODIFY service_datasets INDEX sy-tabix  FROM service_dataset_wa TRANSPORTING fieldvalue.
              exit.
            ENDLOOP.
            LOOP AT service_datasets ASSIGNING <service_dataset_wa> WHERE fieldname = c_newText_fieldname.
              EXIT.
            ENDLOOP.
            IF sy-subrc = 0. "entry found; must not necessarily exist
              CONCATENATE inputText '-TEST-' inputText INTO <service_dataset_wa>-fieldvalue.
            ENDIF.
        ENDCASE.
      ENDLOOP.
    endmethod.
    Any help will be appreciated.

    You could use 'CU_READ_RGDIR_NEW' to get payroll directory RGDIR, 'PYXX_READ_PAYROLL_RESULT' to read results (RT, CRT, ...) from specific entry in payroll drectory.
    Rgds.

  • Error: Organizational Assignment created via Orgnizational Management in HCM form

    Hi All,
    I am getting below error while moving an EE to certain position via HCM form.
    I have cheked and found that if an org unit is to be assigned to another cost center in Organizational management from a certain date, this action generates a new record in infotype 0001 for integrated persons from the date of assignment to the new cost center and if we perform any action which would be deleting the new record (created from OM) in IT0001 then this error would populate.
    Here is the the same case a new Cost Centre has been assigned with the orgunit and a new record is creaed in IT0001 from the OM but when I am performing the same action via PA40 then I not getting any error, the error is occuring from the form only.
    Can you please help me to resove this error and provide me the reason why it is not occring when I am performing the same action from PA40.
    Regards,
    Mayank

    Hi Mayank,
    I think you will be triggering Job Salary Form for the action you have mentioned. Please check in the Tcode HRASR_DT for the form name as I have show below from my development system. In Back-End services - SAP_PA - Infotypes and Operations and for Infotype 0001 check what is the operation that you have maintained.. It should be "change" to avoid the error message.
    For PA40 action you would have configured the same as "change" thats why you are not getting error message in PA40.
    Thanks,
    Sriram

  • How to Edit a custom HCM form directly after Employee selection?

    Hi All,
    As per the requirement, the Manager should have a tab in Portal called "Forms and Processess"  and on click of that he should see a Page with few hyperlinks . Each hyperlink is the name of a HCM Form.
    So,  the Manager will click on one of them to start a particular form. ex. One time payment
    After clicking, he should have the Employee search result having Direct reports under STEP "Select Employees".. But the next STEP has to be "Edit" instead of "Select Process" and the Form "One time payment" should directly Open for him to work on.
    Please help me providing the relevant information and the approach. Let me know if you need any additional information.
    Regards
    DK
    Edited by: DIPENDRA MOHANTY on Mar 11, 2011 12:05 AM
    Edited by: DIPENDRA MOHANTY on Mar 11, 2011 12:06 AM

    we do have selection of employees or search and you can choose a form?
    If you want to change it, then only option is WD ABAP Iviews custom
    But i still didnt fathom the need of teh approach above, does the standard doesnt meet the requurement? Please check it
    which is pretty flexible

  • Attachment Buttons not coming in Task TS17900101 of HCM Forms and Process

    Hi ,
    We are using HCM Forms and process for changing employee organization unit which is linked with workflow for approvals.
    In this workflow we are calling standard task TS17900101 .Till now every thing is working fine but the problem is with attachments as their is a requirement to show attachments button with this Approve and Reject Task. But as per my knowledge SAP has not given any option to attach documents with this task which is however only possibe through TS17900100.
    So can u suggest any way to attach documents with Approve and Reject Task which is TS17900101.
    Thanks,
    Rahul

    Hi,
    i have the same problem and no idea how to solve it.
    Please let me know, what enhancing module pool code helped you
    Thanks,
    Galina

  • Using Digital Personnel File for HCM Forms & Processes

    Hi,
    We would like to use Digital Personnel File for HCM Forms & Processes to save forms and attachments using record case management. For this to be done record case management needs to be customized. Can you provide the steps for record case management customization and integrating digital personnel files with HCM forms.
    Regards,
    Amit

    http://help.sap.com/erp2005_ehp_03/helpdata/en/43/1d63953fce3566e10000000a11466f/frameset.htm
    Refer here

  • Opening /Attaching a BDS document to an HCM form (Adobe interactive)

    Hi Experts,
    We have a requirement to attach a document in the Adobe Interactive form used for Employee recruitment process.
    The document will be stored in the user's local machine.
    We are using HRASR_DT to design the recruitment process.
    We are not able to open the document from HCM form.
    Can anybody help us resolving the same?
    ~BiSu

    Hello,
    I don´t understand when/who/how do you attach files. I also don´t understand what does not work: who cannot read the attachments? The machine/SAP system or the user? In the step after the step when the attachments were attached? Orin any stpe? Please elaborate a little. This seems like a difficult problem (at least for me) and any additionl info could help a lot here.
    Regards Otto

  • HCM Forms

    Hi Experts,
    1) Can you please explain what are the benefits of using HCM forms over Interactive adobe forms developed using ABAP  
        workbench or Netweaver Developer Studio?
    2) When Adobe forms can be independently desinged and developed, why do we need HCM Froms? The interactive forms
        developed using ALD can be dirtectly plugged in to the workflows. How exactly will HCM form bring benefits to the table?
        Please Explain.
    2) What all changed in EHP3 and EHP4 and what is their Impact on WebDynoproJava based applications in the ESS MSS
        business package?
    3) Will ESS MSS EhP4 have all the applications in web dynpro ABAP only or will still continue to have the Java stack supported
        by SAP? If java stack is supported, then what will be the kind of impact of developing/ customizing the ESS MSS applications
        using web dynpro java?
    Thanks and Regards,
    Mahantesh

    Hi,
    you can validate the Business functions according to the EHPs from the below link
    See SAP Note 1052470.
    For information about the business functions of SAP ERP, see SAP Service Marketplace (service.sap.com/erp-ehp) and SAP Help Portal (help.sap.com) under  SAP ERP Central Component  ->number of the enhancement package->  SAP Library  Business Function Sets and Business Functions
    these SAP help also give you more information
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/d9/a64d4bbd3d4856bbde2695e2fcfb4c/content.htm
    http://www.cogentibs.com/pdf/cogsap08/HRForms.pdf
    http://help.sap.com/saphelp_erp2005/helpdata/en/42/f273461e5132c3e10000000a1553f6/content.htm
    regards
    nag

  • HCM forms and Processes - Adobe

    Hi,
    I am working on HCM forms and processes( not QISRs ). I want to populate a drop down list based on the selection of another dropdown list, how can we acheive this in Adobe forms. Should I go about configuring some back end generic service? if so how will the backend service get triggered based on my selection.. Any idea on this is highly appreciated
    Thanks.

    Hi
    To archive  above functionality we can use  below simple method, if u r expectig same functionality through operations and custom event give me some time i need to recall some functioality(At present i am unable to acces MY SAP)
    Let my BADI name is   Z_Positions .
    Letu2019s define two attributes in my BADI like E_DATE and DD1.
    For to understand better create one methods as same as input and out parameters of Get_Help_Values method.
    So my methods is F4_Vac_Pos
    Method:- F4_Vac_Pos
                Read the entered  value of the Effective date (by reading service datasets with passing key as filename =E_Date)
    Once if we able to read the Effective date, cheek is initialize are not(value is there or not).
         If it is not initialize go ahead else return.
         If it is not initialize fill all vacant positions in DD1  based on by passing key as readied 
                       Effective date.
    Call this methods in get_help_values  method.
    From Configuration side:-
    Created Effective_date  and  F4_DD1attributes.
    Add your custom generic service to form (let assume  service no is 200 ).
    Go to the assignment of custom generic service; map the F4_DD1 form attributes to the BADI attribute DD1 and cheek default value and value help.
    The same way map form Effective_date attribute to BADI E_date (donu2019t select value help option)
    Now adobe java script:-
    Write the below piece of code on click method of button
    xfa.record.CONTROL_PARAM.ISR_EVENT.value = "USER_EVENT_CHECK";
    ContainerFoundation_JS.SendMessageToContainer(event.target, "submit", "", "", "", "");
    Data Flow:-
    Once the date is selected, click on the Button. As we know already for every round trip get_help_values method will call. Now it will call.
    As already effective date value is mapped to one of the custom badi attribute, so we are able to read this value through service data set.
    While filling DD1 values we are filtering data based on effective date. Now at badi level we are filtered vacant position based on effective date.
    As this one is mapped to F4_DD1 form attribute, once round trip is completed u will see filtered vacant position based on effective date.

  • Issue with HCM Forms

    Hi
    We are implementing HCM Forms and Process. We have landscape EP7 SP18 and ECC6 with HR600.
    We have done all the Adobe configuration, credential. All the test are successful on portal and R/3.
    But we are not able to see adobe form on portal,when we select process (standard/custom) it ends with dump ie
    'Connection Time out' / pdfobjectruntimeexception: Failed to updatedatainpdf
    Please give your inputs if you have faced this issue. Also can I use upgraded packages in portal (WD Abap applications);let me know the versions for both HRAdmin and ECC HR.
    Thanks in advance.

    http://help.sap.com/saphelp_nw70ehp2/helpdata/en/02/560f41ca73d349e10000
    000a1550b0/frameset.htm
    You can find information how to restart pdfobject application.
    do these steps
    To generate interactive forms the Adobe document services require a so
    called readerrights credential.
    Following steps are required.
    1. Order a credential
    2. Install the credential
    3. Configure the credential.
    -> 1. If you have already a credential, you can skip this step
          See SAP Note 736902 to see, how to receive a credential.
    -> 2. To install the credential, see the Configuration Guide, please.
    http://help.sap.com/saphelp_nw70/helpdata/en/fe/e8cc48abee49f082dfbd5b45
    d98dd4/frameset.htm
    -> 3. To configure the credential using the Visual Administrator, see
    http://help.sap.com/saphelp_nw70/helpdata/en/2d/223cac65804e03b9044059c4
    f59201/frameset.htm
          Please note, that instead of restarting the J2EE engine after
          configuring, you can restart the following services:
               Restart Trust Manager Service
               Restart PDFManipulation Module
    Please note if you are using Enhacement package 4 then you

  • HCM forms and process with single workflow

    Hi Experts,
    Can we use single workflow for multiple form scenarios?
    Actually we have some 10 scenarios with 20 forms. We planned to combine all the scenario's in a single workflow and use it in different form scenario.
    Is it possible or we need to create a separate workflow for each process?
    Thanks in advance,
    Helps will be appreciated.

    Thanks for the reply Rick.
    For normal workflows its fine. I would like to know for HCM forms and process will it allow or not?
    HCM forms and process framework has come limitation's. Please check the below link.
    http://help.sap.com/saphelp_erp60/helpdata/en/42/f2cd04249b3268e10000000a1553f6/frameset.htm
    So I doubt will it make any issues.
    Thanks.

  • Custom Workflow for custom HCM form - reg

    Hi,
    We have a custom form designed and having a workflow for that. We have developed the workflow like any other workflow for appraisals for example or in SD. But here while test run of process we are getting error saying 'Work Item not found' though the work item is present in SWI1.
    We have below steps.
    Header
    Importing form container
    User Desicion (Approve/Reject)
    If approved update database.
    Can any one correct me if am wrong.
    Raj

    Hi,
    For workflows involving HCM forms, there some standard tasks which should be made use of:
    Task Group TG17900001: Components for HCM Processes & Forms
    Task Group TG17900002: Interactive Components
    Standard Task TS17900100: Edit Form
    Standard Task TS17900101: Approve Form
    Standard Task TS17900102: Form Is Edited Again by Author
    Standard Task TS04000018: Process PD Form
    Standard Task TS04000019: Approve PD Form
    Standard Task TS04000020: PD Form Is Edited Again by Author
    Workflow Template WS17900260: Save Form with Error Handling
    Workflow Template WS17900404: Draft for Process Start
    Workflow Template WS17900418: Forward: Process Start with Errors
    Task Group TG17900003: Background Components
    Standard Task TS17900106: Check Existence of PA Infotype
    Standard Task TS17900107: Check Form Data
    Standard Task TS17900108: Save Form Data
    Standard Task TS17900110: Import Field Value to WF Cont. Element
    You can use TS17900110, TS17900101/TS04000019 and TS17900107. Please make sure you read some documentation before you use these tasks.
    Let me know, whether this is helpful.
    Thanks,
    Sukumar.

  • Trigger Adobe Window from HCM Form

    Hi All,
    We have a requirement where we have to open a ABAP Dynpro window when a button on an HCM Form is pressed.
    Certain data would be selected in the Abap Dynpro window and the same would be passed back to the Form.
    Any idea how this can be done.
    Is any enhancement needs to be done in the standard Dynpro pro component HRASR00_process_execute which contains the HCM Form ?
    Regards,
    Sameer Tapre.

    Hi Sameer,
    You dont need to enhance the SAP standard Web Dynpro component HRASR00_processs_execute.  This is currently supported with HCM forms and processes.  You only need to create your ABAP webdynpro that you want to pop up through form in a certain way.
    Refer to the blog /people/ian.stubbings/blog/2010/02/22/hcm-processes-forms-web-dynpro-abap-search-helps for step by step details.  There are some standard webdynpro delivered as example and are highlighted in the blog as well.
    Hope this helps.
    Jigar

  • HCM Form events

    Hi,
    We are developing the HCM forms. Our requirement is populating the Country values in one dropdown list and based on the country we need to populate the city's in other dropdown list. The city values will come from the backed (BADI logic). The event is triggering and the city values also getting but the complete form getting refreshing when ever event is triggering, i don't want to refresh all the form, only related fields need to refresh.
    The below events are added to my Country dropdown exit event
    $record.CONTROL_PARAM.ISR_EVENT = "USER_EVENT_INITIALIZE"
    app.eval("event.target.SAPSubmit();");
    Please can any one help me on this.
    Thanks
    Nag

    Hey Nag,
    Are you using the ZCI format for the forms, because if you are, you are using the wrong dropdown list box.  The list box you are using is for the ACF style of form.
    I'd first suggest downloading the ISR ZCI library from the Service Marketplace
    [Note 1104060 - Adobe LiveCycle Designer - ZCI template update|https://service.sap.com/sap/support/notes/1104060]
    [Note 947675 - ISR/Adobe: Layout category ZCI (composite SAP note)|https://service.sap.com/sap/support/notes/947675]
    [Note 947633 - Current ISR Control libraries|https://service.sap.com/sap/support/notes/947633]
    [Note 973170 - New library for "SAP Interactive Forms by Adobe"|https://service.sap.com/sap/support/notes/973170]
    The last one has the dropdown that has the correct code for use within the ZCI form template usage.
    This is what the code is to look like, and can only be executed when the event language is Javascript:
    xfa.record.CONTROL_PARAM.ISR_EVENT.value = "CHECK";
    ContainerFoundation_JS.SendMessageToContainer(event.target, "submit", "", "", "", "");
    You have to replace CHECK with the name of the operation in the backend that you want to call.  Also, another thing that you have to do is Insert Web Dynpro Script when using ZCI form template.  This can be done by selecting the Utilities option from the SAP GUI menu bar, not the form designer menu bar, and it should be right above the Versioning option.  After selecting this, you will notice that you have an addition to your Hierarchy tab in the Form Designer that says
    (variables)
            |-----ContainerFoundation_JS
    This contains the code needed to make reference to your operation in the DO_OPERATION method of your BAdI.
    Hope this helps...
    Cheers,
    Kevin

Maybe you are looking for

  • ERROR at line 1:ORA-01012: not logged on

    Hi ,i installed OID and the owner of the binaries and database(repository ) is Oracle and then i cahnged the permissions to 775 and now when i am trying to logon to a db(locally) using a different user x who is member of DBA group its saying not logg

  • MM Account assignment vs FI account assignment.

    Hi MM gurus,    I'm a XI developer working on posting a Purchase Order IDOC (PORDCR102).    In the E1BPMEPOITEM-ACCTASSCAT, there is the account assignment field that I have to populate in XI.    Everything worked fine using Cost center "1", (a copy

  • I want to learn professional photo retouching - help?

    I am currently a graphic designer but I am extremely interested in photo retouching. How/what/where do I need to do/learn/go to make this happen? I've seem some software that claims to do this, but it all looks a little shady to me. All help will be

  • Jax-ws:  Examples for @ResponseWrapper @RequestWrapper...and Issues!!!

    Hi, i'm trying to use on my web services this annotations: @ResponseWrapper @RequestWrapper, but without any success! I have this example For HelloWorld.java: package demo.spring; import javax.jws.*; import javax.xml.ws.*; @WebService public interfac

  • Error in FireFox and Chrome when evoking contact form PHP

    I get the following error when submitting on the contact page from my website in Firefox. Chrome does not show an error, but does not work. IE works fine and sends the email. Error #2044: Unhandled securityError:. text=Error #2048: Security sandbox v