HCM Forms and Proceses issue with Slary change

Hi Experts,
In HRASR_DT Tcode i have created a Z process for slaary change. I am saving a new salary for a empolyee in portal, it is saving the salary in infotype 8 correctly. But when im Reveiwing the form from Portal, it is showing salary with increased amount with some decimal point.
For Example -->
if i save a new salary as 97000.00 USD. it saves correctly (97000.00 ) in pa0008-ANSAL.
But when i am trying to review the form it shows salary as 97000.12 USD.
Please provide some way to correct it . Thanks in advance.
Thanks and Regards..
Priyank Dixit

Hi Venkat,
                              To import the values from the form to workflow,make sure your binding from Workflow Container to task container is correct.
For Eg: If you want employee number to be in your workflow container. Pass the field name to the form and get the value to the workflow. Name of the worfklow container should be same as like in the form.
Field name should be passed to  the container element &FORM_FIELD_NAME_1& and the value should be come from &FORM_FIELD_VALUE_1&.
This is how you can retrieve the values from the form to worklow in HCM process and forms . Hope this helps.
Regards,
Krishnan

Similar Messages

  • 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.

  • Issue with PO change output - Service line items

    Hi All,
    This is issue with PO change output. We have PO with line item 10, 20 and item 10 has 4 service line items. PO is approved and initial print out is taken.
    Some one goes and makes changes to 1st service line items of PO line item 10.
    A change output gets triggered. When this output is printed, it prints line item 10 details. This is standard functionality as this item is changed. But its printing all the service line items for this PO line item. Consider a case where there are 3000 service lines for a PO item. If I add 1 service item to this PO line item, the change form prints 3001 services for that line item. There were no changes done to first 3000 service line items.
    Currently PO change form takes care of changes at PO line item but it does not take care of changes at service line item level.
    Is there any setting that needs to be done for this so that it only considers the changes at Service line item level also.
    Regards,
    Shahu

    If you're using a standard form, send a message to SAP. Otherwise make a change in the form.

  • 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

  • HCM Form and Process Case Management Configuration

    Hi All,
    Can somebody help me with Case Management Config in HCM Form and Processes. I don't see the Cae Mgt config anywhere for HCM F&P on any documenttation or on help.sap.com.
    This is the error I am getting when I am doing the Process COnfiguration
    Case type for Step Object H_SO is not defined
    Case type for Scenario Obj. H_FO is not defined
    Case type for Process Object H_PO is not defined
    Thanks..

    Hi
    If you get the error ' H_SO , H_PO , H_PO' , then the relevant  case types are not defined.
    IMG Path :
    SAP NetWeaver->Application Server->Basis Services->Case Management.
    Goto define case type -> Select Define Case Type . Change the case record model id for case type H_PO. This is the same id which exist in SCASE and SRMREGEDIT transaction.
    Yes, the data is stored in case instead of the forms directly.
    The archiving time period can be set like any other case types . From the above IMG path, if you drill in further , there is 'Set archiving' , where you can define the archiving period for the case types.
    Hope this helps.
    Best Regards
    Saujanya

  • 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.

  • HCM Form and Process ERROR No error agents maintained in table T5ASRERRORAG

    Hi All,
    I am setting up HCM form and Process  and I am done with Setting up new scenario and form and workflow steps. When I do the check consistency for Processes I get these 4 error below and not sure what do i do about these error
    No error agents maintained in table T5ASRERRORAGENTS
    Case type for Step Object H_SO is not defined
    Case type for Scenario Obj. H_FO is not defined
    Case type for Process Object H_PO is not defined
    Any help will be appreciated.
    Thanks,
    -Ashwani

    Some elaboration would help here a LOT! Would it be possible to get some more info about it?
    I am following this tutorial: http://help.sap.com/saphelp_erp60/helpdata/EN/42/f273461e5132c3e10000000a1553f6/frameset.htm
    and didn´t find any "sub-chapters" about this. am I missing something? Or could you tell me the number of the tutorial step which I performed in a wrong way or did NOT performed?
    Thank you, cheers Otto

  • HCM Forms and processes - Effort estimation of the requirements !

    Hi Experts on HCM F&P,
    I have following queries on HCM forms and processes.
    1.
    I understand that HCM F&P is both functional and technical ( majority of the work being technical here). But where do we draw a line as to what part of work is a functional activity and what is technical activity. For technical I do understand the form desig, workflow development is all technical. But however i am not able to understand what is the part of work on HCM F&P is to be classified as functional.
    2.
    When we get new customer projects how do we go ahead estimating the timelines for Functional consultant and Technical consultant. Fairly clear for technical that the timelines for designing the form with all needed logic in custom generic service and for the workflow development. But unable to really understand that activity that needs to be classified as purely functional activity and the timelines needed for this role.
    I am very much interested to understand estimation on the functional side. Estimatation if there are standard processes to be enabled and implemented. And also if there are customer specific new processes needed. Estimation for the Blueprinting and Realizaiton needs to be understood for this.
    I am looking at the parameters that needs to be considered here for estimating.
    It would be greatfull if someone can give hints on this.
    Note:Points would be given considering each as a separate question.
    Best regards,
    Sanjay

    Hi Sanjay,
    In HCM Process and Forms,
    1. First you need to clear with the process that you are going to carry out.
    2. Understand the process and indentify the infotypes, fields that need to be updated.
    3. Also the infotype operation deletion, modification, Insertion, etc.
    Above steps are get invoved with functional consultant
    4. Create a process, add a fields.
    5. create generic service if necessary.
    6. Create a adobe form.
    Above three steps are get invoved with functional consultant.
    7. Workflow process to be defined from functional(first level approver, second level approver)
    8. With the help workflow consultant, technical consultant will attahc the workflow to the process.
    Blue print, Estimate depends on the Process(Simple updation or it get involved with more processes).
    Hope this helps you.
    Regards,
    Meera

  • TS17900100 in HCM forms and processes

    Hi All,
    For HCM forms and processes certain standatrd task and workflow templates are provided.
    Out of them of the tasks is TS17900100: Process Form. I suppose this task saves the infotypes in the backend system.
    If we see the object method for this class in PFTC, it is CLASS:CL_HRASR00_WF_COMPONENTS & METHOD: WI_EXECUTION_VIA_R3_INBOX.  But this method seems to be a dummy method. There is no ABAP code in this method.
    Would you please let me know where is the actual code which is executed for this task.
    Thanks
    Sameer Tapre

    No, if I enter all the mandatory fields on the form then there is no problem. It allows me to move ahead and submit the form successfully.
    As recommended by Siddharth, I tried debugging the message class and what I observed was it passes the complete_fieldname value as Personnel Subarea (I1008_BTRTL) and system expects it to be I1008-BTRTL.
    SAP as a fallback tries to read description from the table T5ASRFSCNFLDT but it has a_form_scenario as blank and complete_fieldname has a concatenated value "Personnel Subarea (I1008_BTRTL)" instead of "I1008-BTRTL".
    Not sure what am I missing which causes it to have this wrong error message.
    Regards,
    MK

  • HCM FORMS and Process Initiator role

    Hi,
    Certain forms/process needs to be initiabed by only group of people,
    Is it posible to restrict the process using the initiator role?
    How to create the custom Initiator role in HCM Forms and Process?
    Can i pass the directly custom intiator role as application parameter to the Iview?any other configuration is required to complete this requirement?
    Thanks
    Srikanth M
    Edited by: srikanth chowdhary on Apr 28, 2010 6:17 AM

    Hi Srikanth,
    Yes it is possible to make the process initiate for a group.This can be achieved via roles in the process.But in case if you are using custom roles then you need to include it in the process .So that it is exclusive for that role alone.
    For custom roles you need to create them in the processor role (yes configuration is required to be set up ).I don't think it is necessary to pass an application parameter for the custom role to the standard component.
    Regards,
    Aravind.P

  • I have slow internet speed and having issue with download of photoshop cc is there an alternate I can go somewhere with high speed to download.

    I have slow internet speed and having issue with download of photoshop cc is there an alternate I can go somewhere with high speed to download. without using this creative cloud that downloads first.

    We need to know more about your system, please download EtreCheck and run the report and please post it on your next reply. Then we can see how your system is configured, what apps are on it and look for anything obvious. We will look forward to seeing your report.

  • Firefox 3.6.23 having freezing and rebooting issues with Adobe Flash Player 11 Plugin

    Firefox 3.6.23 is experiencing constant freezing and rebooting issues with Adobe Flash Player 11 Plugin, not sure if it is a conflict issue or not.
    Since the update there had been no reported issues till today when the blue screen came up on me, this issue prior to plug in 11 had occurred at least 6 times, this issue only happens on firefox.
    I do not wish to update since recent firefox browsers seem to have a lot of ongoing issues.

    Anyone able to help please?
    Thanks.

  • Printer not connected to internet - have pulled and reattached ISB with no change.

    Printer not connected to internet - have pulled and reattached ISB with no change.

    Is the printer connected to a network?  For any Internet functionality to be present on printers, the printer will need to have its own connection to the network.  It sounds like the printer only has a USB connection.
    On the printer, go to Setup>Network>Print Network Configuration Page.  
    Does it have an IP address, subnet mask, default gateway, and DNS servers listed (other than 0.0.0.0 or 169.254.X.X)?  If so, then it is connected.  If not, then go to Setup>Network>Wireless Setup Wizard to connect to the wireless network.  This should get the printer connected provided there is a wireless network available.  
    What brand and model is the router (if one is present)?
    ↙-----------How do I give Kudos?| How do I mark a post as Solved? ----------------↓

  • Hi  have the ipod touch and having issue with the reminders app. do not have the reminders page  just the completed page

    hi  have the ipod touch and having issue with the reminders app. do not have the reminders page  just the completed page

    The problem has been fixed with the most recent OS X software update.

  • MSS HCM Forms and Processes - Not accessible

    Hi all,
    I was trying to enable all standard HCM forms and processes accessible in MSS. However, I could only see 'Transfer process' available while accessing using Manager user. I assigned SAP_ASR_MANAGER role to this user.
    All forms are active and accesible from WDA application from SE80 using a developer ID. However the same is not listed in MSS> Is there any other prerequisite which i am missing.
    Thanks
    Karthik

    answered myself

Maybe you are looking for

  • Error while deploying : DCM command did not complete successfully (-8)

    Hi Friends: I am getting error while deploying the application on Oracle Portal AS. Following are the version details: Portal 10.1.4 ; Portal AS 10.1.2.0.2 ; JDK 1.5.x ; Jdeveloper 10.1.3.3.0 I am able to deploy same on my Standalone OC4J Server. Por

  • Built in iSight - what else does it work with

    I know that the built in isight will work with imovie, photobooth and ichat but what is the best way to use the isight with msn? thank taylor ive got a new macbook pro coming on wednesday

  • V_V2 Rescheduling Sequence Issue

    V_V2 Rescheduling is not working properly for sort order sometimes. I set sort order by default - Document category > Delivery Priority > Date (Sort item by date of creation) > Document Number and Document item. And excute V_V2 as daily batch job. An

  • Lightning 30 pin adapter issue

    I just received my iphone 5 lightning 30-pin adapter. With my particular phone case, the pin connector is not long enough to insert into the phone and charge. Has anyone experienced this issue as well? The only way to use it is to remove the phone ca

  • Have recorded old videos to DVD, want to import (copy) to my imac to use in a project

    I have copied old home videos to DVDs and want to copy (import) portions of a couple to mu mac to use in a slide show/video. Was not able to import at all. Uses DVD+R and finalized. The mac did not see the non finalized dvd. I could even use a work a