HCM Processes & Forms - automatically UPPERCASE form fields

Hi gurus!
I have a requirement to do an automatically translation to uppercase form field values. Is there any 'standard' solution to do something like that? If no, should to do something in backend?
KR

You could create a generic service which reads all the form fields and convert them to upper case
using TRANSLATE command.
Another option is to enhance the based feeder class cl_hrasr00_fpm_feeder.
Hope this helps.
Regards.

Similar Messages

  • Default value in dropdown field for FPM form in HCM Processes and forms

    Hi Experts,
    I am developing HCM Processes and forms using FPM forms and I had a dropdown list contains ten values. So, every time while opening the form first time, my dropdown field should be defaulted with fifth value from the list. How can we achieve this in dropdown field related to FPM Form.
    Please guide me.
    Regards,
    Nayani.

    You would have to assign the default value to one your custom generic services.
    Regards.
    PS: There are posts which talk about generic services , make yourself comfortable with the concept of generic services.

  • Generic service to populate fields in HCM Processes and Forms

    Dear Friends,
      I am developing generic service to populate some fields in HCM Processes and Forms. Please let me know whether i need to develop a single service for each field in the form or is better to write one generic service for all the form fields.
    Thanks in Advance

    Hi Sapient,
    By right, generic service means to be generic so that it can be re-used in any HCM forms thats needed the field/validation from the generic service.
    Unfortunately in real situation, generic service are not reusable for some reasons:
    - for the same field same field might have different validation in different form.
    - there is dependency, example, to read special field
    The key thing here is all about the design and planing before development. Whereby if you have all the info and requirement HCM form to be implemented(which you wont get it for most of the cases), and you have the overall view of all HCM to be implemented and you are able to plan ahead before coding, then you can design the generic service for each/related field.
    If it is not the case, i would encourage to use 1 generic service for all the field in the HCM form. It would ease the team during support/maintenance phrase as well. For sample, please refer to HRMSSRCF_REQUISITION_ADVANCED for Create Requisition form.
    This is my humble opinion based on my experience working on HCM forms. Please do comments and discuss.
    regards,
    Xiang Li

  • HCM Processes - Multiply country fields in one form

    We are trying to use HCM processes and forms for transfering data from eRecruitment to HR Master data. To do this we are using the Hiring process.
    Is there a possibility to use one form for more than one country.
    Awaiting a reply.

    It will depend. Per documentation....for SAP_PA for instance, you can use the single country INDEPENDENT screen structure for fields and UP TO ONE OTHER country specific structure. Soooo...you could have fields for say infotype 0001...
    You could map these form fields to the country INdependent screen structure....
    HCMT_BSP_PA_XX_R0001 
    and then maybe some for the US to...
    HCMT_BSP_PA_US_R0001
    But you could not do this:
    HCMT_BSP_PA_XX_R0001
    HCMT_BSP_PA_US_R0001
    HCMT_BSP_PA_GB_R0001
    HCMT_BSP_PA_SP_R0001
    Soooo....yes, a form can be utilized for SEVERAL countries if you keep the form fields to what's available in the country INdependent screen structure. Otherwise, if you have SEVERAL country specific fields needed, then you will need separate forms.
    Per documentation in the IMG for SAP_PA:
    "When assigning the form fields to info objects, you have to decide on one of the possible country-specific screen structures of the infotype. This means that the entire form scenario is created for a particular country version. It is not possible to use screen structures for different country versions in the same form scenario at the same time. However, it is possible to use country-specific screen structures and international structures in one form scenario at the same time. If you do not use country-specific screen structures, only international ones, you define the entire form scenario as an international form scenario without any country-specific features. However, in this case, you lose the special country-specific functions, which is unacceptable in most cases."

  • Automate HR Administrator in HCM Process & Forms

    Hi,
    In our HCM Process, we have 3 Scenario steps.
    1. Sending Manager
    2. Exception Manager
    3. HR admin.
    A request sent from Sending Manager will be approved/ rejected by Exception Manager, if appoved it should be sent to HR admin..
    My customer is requesting us to automate this approval step... i.e after approval by exception manager it should directly save in database without the need of HR admin login in portal & approve ti.
    I used the task TS17900108 after Exception Manager step in workflow, it also saves in database, but when I look in Process Browser, the report looks as below (example)
    Step name                         Approver
    Sending Manager                Manager1
    Exception Manager             WF_BATCH
    Look here , the Manager2 who is exception manager is overwritten by WF_BATCH eventhough he approved & only after data is saved using  TS17900108 task...
    It should look like this
    Step name                         Approver
    Sending Manager                Manager1
    Exception Manager             Manager2
    HR admin                          WF_BATCH
    Please suggest

    No solution

  • HCM Process and Forms & Global employee management

    Hi all,
    I would to know if anyone of you experience in implementing HCM Process and forms for Global employee management(GEM).
    I would like to know the difficulties or challeges .
    How the forms will work.
    Means if i have created a form using Personnel number without GEM.
    Later if i Implement GEM.do i have to Change the form ?
    Does P&F has any option choose the employee based on personnel id anywhere or we have to use personnel number and process as existing.
    what could be stuctures for each infotype which are country specific .
    Please share your experience on this.
    Regards,
    Nachy

    Forms and processes are enabled for CE/GE.
    what process you would lile to do ?
    refer HR_PA_US_ADDL_CONTRACT sample process  and note 1366872
    1) The central person id of the existing (reference) pernr should be
       read with the help of a generic service and this should be made
       available for the SAP_PA service so that a new central person is not
       created. This should be set in the field CENTRAL_PERSON in the
       form scenario.
    2) An explicit operation on IT0709 should not be defined in the
       infotypes and operations of the design time tool. This is
       automatically handled by the infotype framework through the data
       sharing mechanism (table T582G). Kindly ensure that IT0709 is
       enabled for data sharing and please remove it from the process.
    3) The reference pernr data and the shared infotypes must be read with
       the generic service only (refer to note 1366782), these should not
       be read with the SAP_PA service as this may lead to a clash in the
       record keys and can lead to undesired results.

  • What are the Steps to Edit a Form Record Stored in Case Management? (HCM Processing DesignTime)

    Workflow completed.  Design Time stores records to Case Management.
    Can someone please tell me steps to access the record and change a field value?
    I also want to attach another attachment to the process to be stored with the original attachments.
    So far I am poking around in SCASE transaction.
    I am able to search for processes and steps but when I click a line I have no auth to change the record.
    BASIS helped me and checked - doesn't look like I'm missing auth, but maybe usung SCASE wrong?
    Still working...
    Assistance Appreciated.
    Update:
    So I read this blog and it helped:
    http://scn.sap.com/community/erp/hcm/blog/2009/09/28/hcm-processes-forms-making-the-case-for-case-management
    However I can't edit the record when I get down to it.  The Change (pencil button) is grayed out.
    Basis is checking my permissions again.
    I SHOULD be able to click the change button right?

    have you checked personnel profile? with CONFIGPROFILE = EDIT? http://help.sap.com/erp_hcm_ias_2012_01/helpdata/en/92/b073fb42b347af9cb19299881b379d/content.htm http://help.sap.com/erp2005_ehp_05/helpdata/en/48/164bbbb68a4b37b62ad9777b9b449f/content.htm?frameset=/en/48/164bbbb68a4b37b62ad9777b9b449f/frameset.htm&current_toc=/en/4f/b9088db1034075a337c537083539da/plain.htm&node_id=141 No you cant make changes unless you have a WF step in your processes and forms which allows you to  make changes during the cycle of approval Once completed, you can only reinitiate and it ll trigger WF etc. ie HR admin step, where they check all the information is there in the form and then only allows it to be updated to the Infotype and complete the process. did you check scase with the required roles as indicated above? run su53 for missing any authorization?

  • HCM Process & Forms: Date & Time Stamp issue in Prev Comments Box

    Hi
    We implemented HCM Process and Forms and we are in EHP4.  We need user name, date and time stamp in each step for audit purpose.
    Form Process Example:
    Step1: Manager -> Initiates a Form for employee pay/position changes  (REQUEST)
    Step2: 1-Up Manager -> Approves a Form for employee pay/position changes (APPROVE)
    Step3: HR Admin -> Process a Form for employee pay/position changes (PROCESS)
    Process Overview: HR Admin can open a form once all steps are completed and they want to see all 3 steps date & stamp here.
    New Comments -> To enter user comments in each step. Used data type HRASR_CURRENT_NOTE
    Previous Comments-> To display prev. step / user's comments including user name, date & time. Used data type HRASR_PREVIOUS_NOTES.
    I tried all different property settings in the form. May be I am still missing some property settings here.
    Issue:  If user enters any comments in "New Comments" box then only date & time stamp is coming along with their comments in "Previous Comments" otherwise not showing anything, just blank in the Prev. Comments.  I added some code in form script in case no data in "New Comments" then default a value ":" . It is working fine for first step but not working the same for other 2 steps.
    Trying in different way:
    Creating 3 text fields in a form just for display purpose and modifying each field (data set) with some text (combination of user name, system date and time) at each stage/step in a BADI.
    Method: IF_HRASR00GEN_SERVICE~DO_OPERATIONS
    Here it is updating correctly for first step/stage (REQUEST) and other 2 fields are not updating accordingly. I did debug for each step and updating the data set correctly but finally not dispalying the valuse in a form except first field.
    Can someone please share your ideas or inputs.
    Appreciate your time & help!
    Thanks
    Hari

    Hi Sahir
    Thank you for your reply.
    As I explained in my post, user details with date & stamp are coming when user enters some comments otherwise it is blank., All users may not enter comments because it is not a "required".
    HR is needed this for audit purpose, just at end of the process they need to see all user names, date & stamp in the form. Forget about comment boxes, Can't we make just simple text fields with user details for each step (all 3 stages)?
    FYI:
    Issue:  If user enters any comments in "New Comments" box then only date & time stamp is coming along with their comments in "Previous Comments" otherwise not showing anything, just blank in the Prev. Comments.  I added some code in form script in case no data in "New Comments" then default a value ":" . It is working fine for first step but not working the same for other 2 steps.
    Appreciate your inputs !
    Thanks
    Hari

  • Query on HCM Processes and Forms

    Hi
    I am facing some issues in configuring Hiring Forms in HCM Processes and Forms. I can place them in 2 baskets and describe each of them below. I would appreciate any advise on ways and means to overcome these errors.
    Basket #1
    I want to use the standard forms SHU1, SHU2 in development environment to understand the HCM P&F functionalities. I copied these form scenarios from client 000 and did all the configurations as outline in IMG activity HRAdministrative Services >> Configuration of Forms and Processes >> Sample Processes for HCM Process and Forms.
    When I run a check using HR Administrative Services >> Configuration of Forms and Processes >> Configuration of Forms >> Check Consistency of Form Scenarios and select Form name, I get errors along following lines:
    u2022     Error Message Sample#1 Form scen SHU1 vers. 00000 serv. SAP_PA: Only one deflt value allowed for field I0009_ZLSCH
    u2022     Error Message Sample#2 Form scen. SHU1 vers. 00000 service SAP_PA: Field I0007_ARBST default value is not created
    u2022     Error Message Sample#3 ISR scenario SHU1 version 00000: Field I0001_BUKRS is missing
    u2022     Error Message Sample#4 Form scen. SHU1 vers. 00000: Field I0007_ARBST service for default values not required
    However, at the bottom of the log I see this message in Green: Form scenario SHU1 version 00000: Form scenario is consistent
    I tried to make the changes as suggested in the Long Text for each of these messages. Probably due to the fact that I am using standard delivered forms, I get this message u201CDo not make any changes (SAP entry)u201D and I am unable to save the changes.
    Basket #2
    In this basket I have Org_Change form and have managed to go the whole nine yards and complete the configuration in ECC. The consistency checks for process and forms are in green. However, I am unable to start the process through Portal. I get this message u201Cno data availableu201D when I try to select a process.
    Among the 5 roles delivered in SAP as initiators for processors u2013I am interested in 3 of them HRASARA (for HR Administrator). I have configured HRASRA and HRASRB as initiators for Org_Change. However, I am not able to figure out how to link these roles to portal roles such as SAP_ASR_ADMINISTRATOR, SAP_ASR_MANAGER etc.
    I would appreciate any advise on ways and means to overcome these errors.
    Thanks
    Subhash

    Have you been able to fix your issue in Basket # 2 ?

  • Use of Table in HCM Processes and Forms

    Hi Guys,
    I am developing an Adobe form for the HCM process and forms .My requirement is to populate table values in the adobe form   based on a value got in  the backend service.
    I tried declaring an internal table in the backend service but in vain.So decided to code inside the context of the form.But was not able to use the parameters available in the
    Now the trouble is how to get the value from the form scenario field and populate that table.
    Please provide your thoughts.
    Regards,
    Aravind.P

    Hello Aravind,
    Could you please tell us how you solved this ?
    Edited by: Gopi chelvam on Mar 24, 2010 6:13 AM

  • HCM Processes & Forms - Infotype 0008

    Hello,
    I am working on a scenario where a salary change is being done through HCM Processes & Forms. The salary that changes is in a wagetype (0001). There are other wage types that are also in infotype 8. How can I make sure that I can add more than 1 wage type in this scenario? Right now, if I only add one wagetype, it doesn't copy the wage types that are in the previous record (which is what I thought it would do).
    So, as an example:
    On date - 1 we have : 0001 - 4,000, 0100 - Indexed to full time salary, 0200 - indexed 12.50 %
    On date we have: 0001 - 4,200
    We want to have: 0001 - 4,200, 0100 and 0200 - 12.50%
    TIA
    Jaron Frenk

    Hi Chris,
    We have a similar requirement to update infotype 0041 records.
    I think you simply use the same field to pass to your service to different fields but you change the index for each time you use it. You can see this in the sample processes SAP provides.
    Could you explain a bit on the above ' index' ? What index are you referring to?
    Also, if possible could you reply with the sample processes in SAP which you were referring to?
    Thanks in advance,
    Deepa

  • Interactive Form for HCM Processes & Forms: Custom Event not firing ?

    ECC6
    EP7
    Adobe Reader: 8.1.2
    I am currently developing several Adobe interactive forms as part of an HCM Processes and Forms process. I have started to try to utilize custom form events. Following the documentation, I defined a custom event on the backend...lets say "USER_EVENT_S1". I assigned it a field group of fields and gave it the operation for "check". On the form side, I defined a pushbutton and changed it's "mousedown" FormCalc code to:
    //Set ISR_EVENT for BAdI processing in backend
    $record.CONTROL_PARAM.ISR_EVENT = "USER_EVENT_S1"
    I then activated the form and went to test it. When clicking the button tied to this event, it does absolutly nothing. I have external breakpoints set on the backend to my custom service that should fire for those fields that are part of the field group. The breakpoints trigger correctly as the form itself loads and hits the "initialize" and "F4 value help" methods. However, it is not doing anything when I press the assigned button to trigger my own user event.
    Any help ?!?!? I see only one implementation from SAP in their standard content and their own user event is not even implemented in the form! (form scenario S_HRPA_DE_REHIRE_1). That's not very reassuring or helpful. haha

    I figured it out this morning. It seems I was using the wrong (older?) button control.
    The one that did NOT work had the following for the "click" event....
    //Trigger call to backend for BAdI user command processing
    app.eval("event.target.SAPSubmit();");
    However, the one that DOES work has this:
    //Trigger call to backend for BAdI user command processing
    ContainerFoundation_JS.SendMessageToContainer(event.target, "submit", "", "", "", "");
    Both are called an "ISR_FormEventButton" however, I guess mine was from an older "library". Anyways...works great now! Back to development....
    (points to the reply for trying to help at least! Thanks!)

  • Mass Processing for employees in HCM Processes & Forms

    Hi experts,
    We are trying to implement mass processing in HCM Processes and Forms,
    Could any one of you give us an overview how this works.
    Any suggestions / documentation is appreciated.
    Thanks in advance.

    Hi Nrupen
    To be honest there is not much to it and the SAP documentation covers it really.
    Enable the process to be mass processed.
    Make fields visible/invisible/readonly in the columns using the field attributes
    A singlle process is triggered for each employee in mass process table etc.
    Do you have a specific issue?
    Regards
    Ian

  • Using a table in HCM Processes & Forms

    I have an infotype with time constraint 3 that I want to present as a table for input on a form using HCM Processes and Forms. 
    My question is, how do I configure the fields in the form scenario to support a table of data.  Furthermore, how do I perform the binding in the LiveCycle designer, since I guess each column of my table will be bound to a separate data element in the form interface?

    Mike,
    1) For the config, you just have to define the fields needed once. Once they are defined and included in the interface to the form you can then bind the fields. It sounds like you know how to do this part.
    2) Binding a table is just like any other field. The difference is that you have to bind all cells of the table with the fields needed. You have fields 1, 2 and 3. There are three rows and three columns. You would bind rows 1 - 3, colum 1 with field 1 (drag and drop multiple times), rows 1 - 3, column 2 with field 2 and rows 1 - 3, column 3 with field 3.
    I just did this for the first time myself, so I hope my explanation is helpful.
    Jim

  • Creating a new position and updating IT 1028 using HCM processes and forms

    I have to create a new position and update the related infotypes using the design time framework of HCM processes and forms. The problem I am facing is the info type 1028 is not a part of the de coupled infotype framework and does not appear in the service fields list. How can I update the infotype 1028? I was thinking of updating it using the FLUSH method of the class implementing the ADV services interface IF_HRASR00GEN_SERVICE_ADVANCED by calling the function module RH_INSERT_INFTY. But, how do I get the position ID created? Is there any other way of achieving this? Please help as soon as possible.

    HI
    Create one Function Module to return all the vacant positions and load that in a drop down.
    For IT1028 you have to update via the RH_INSERT_INFTY.
    Kind Regards,
    Mukesh

Maybe you are looking for

  • Window for selection file in a filesystem

    Hi, I am looking for a class which would allow me to select a file on my filesystem (with somwe window). Any idea ? Sincerely, Olivier Matt

  • Handling Unit Managment Process flow

    Hi all, I am implementing Handling Unit Management currently. I am looking for; how does the business process flow change once HUM is activated. So far, I got an idea: GR process: Purchase Order -> Goods Receipt (MIGO) -> ASN(Inbound Delivery) -> Pac

  • Link with SAP objects documents already stored in Docuemntum

    Hi all, I am working in the configuration of archivelink between SAP RE-FX and Documentum with Object Type BUS1503. I am able to store documents from SAPGUI in Documentum but now I would like to do the other way around. It means, documents already st

  • RD Gateway prompts for authentication

    Setup: Deployment Type: 2012 RD Session based deployment Domain level: 2012 DNS: separate internal and public domain names Clients: Windows 8.1 ENT Session Host: Two RDSH Collections Broker: Single RDSB server RD WEB: Single RDGW+RDWEB server in DMZ

  • Access excel spreadsheet

    Access excel spreadsheet..boo hoo..we have been working for hours..What do we (in baby steps)have to buy and where and download just to simply have a iphone 4s access an excel spreadsheet resident on a windows pc??? We can buy an app for the Iphone f