After processing a form??

Currently when users fill out forms on our site, the forms
are send to a
/CF directory for processing. I'd like to then, at the end of
the processing
redirect them to another page to display the results, but am
curious if its
possible to redirect them to a .htm/.html page and still
display some information
from the dynamic CF side of things.
So, if I redirect them to a .htm page, can I include CF query
results?
Hopefully this makes sense. I am familar with the
<cflocation> tag to redirect,
but I guess my question goes to more of the use of query
results on the .htm/html
page.....
Has anyone done anything like this????

Hello Ian,
I was thinking about your option 2 when I posted this. The
only question
I had is what happens if 2 people are doing that at the same
time, or close
to it????
Do you have any examples of how to build it dynamically?
Thanks!
Steve
> steve grosz wrote:
>
>> my question goes to more of the use of query results
on the .htm/html
>> page.....
>>
> Technically No. There are ways to fake it, but strictly
speaking an
> .htm/html page is not dynamic.
>
> It goes to the relationship between the web server
(IIS|Apache|etc)
> and the application server (ColdFusion|ASP|.NET|etc).
>
> The web server gets a request for a resource. *IF* the
resource is
> associated with an application server, i.e, ends in .cfm
or .aspx, the
> web server hands this off to the application server to
do its job.
>
> If the resource is *NOT* associated with an application
server, i.e.
> ends in .htm or .html or .js or .css, then the web
server just fetches
> the specified file and delivers it to the client that
requested it.
> As is, no processing, no changes.
>
> There are two ways you can change this process flow.
>
> One. You can associate the desired file type with the
application
> server. I.E. you can configure your web server to hand
all .html
> files to the application server for processing. If this
is done then
> ColdFusion would get the .html file and process any CFML
it might find
> in it before sending it to back to the web server for
delivery to the
> requesting client.
>
> Two. You can have the CFML that processes the form
dynamically build
> the content and write it to the .htm|.html file before
you relocate to
> it with the <cflocation...> tag.
>

Similar Messages

  • Error: var g_objCurrentFormData_Error : There has been an error while processing the form

    Hi,.
    I have a InfoPath 2010 form which was published to SharePoint 2010.  I migrated the content db to SQL Server 2012 and I have converted the Sharepoint 2010 (windows based) to the SharePoint 2013 claims based site. I have not fully upgraded the site to
    2013 version (Version upgrade to SP 2013) is not done..
    In the InfoPath 2010 form, which is available in SP 2013. I have a button and on click of it, i have the below code:
    XPathNavigator domNav = MainDataSource.CreateNavigator();
    XPathNavigator fldUserurl = domNav.SelectSingleNode("/my:myFields/my:TaskUrl", this.NamespaceManager);
    if (!string.IsNullOrEmpty(fldUserurl.Value))
    string urlToDecode = HttpUtility.UrlDecode(fldUserurl .Value);
    HttpContext.Current.Response.Write("<script type='text/javascript'>window.open('" + urlToDecode + "','_self','left=20,top=20,width=500,height=500,toolbar=1,resizable=0');</script>");
    HttpContext.Current.Response.Flush();
    HttpContext.Current.Response.End();
    The above code works fine in SharePoint 2010, however after moving the Site to SP 2013 Claims mode, I am getting the error as
    "var g_objCurrentFormData_Error = [[[12,"There has been an error while processing the form.","","","guid"]],[],0,"","",1033,"","",["0","","","","","",0,0,"",0,false],"","0",false,"",0,"","http:\u002f\u002ftest-t1.com\u002fs\u002fTestApplication","ltr","http:\u002f\u002ftest-t1.com\u002fs\u002fTestApplication",6.35202885373882E+17"
    In the SP Logs, i found the below:
    Unhandled exception processing request for PostbackPage Microsoft.Office.InfoPath.Server.Util.InfoPathFatalException: Exception of type 'Microsoft.Office.InfoPath.Server.Util.InfoPathFatalException' was thrown.   
     at Microsoft.Office.InfoPath.Server.Util.GlobalStorage.get_CurrentFormId()   
     at Microsoft.Office.InfoPath.Server.Util.GlobalStorage.get_CurrentContext()   
    How to fix this?
    Thanks

    Hi Venkatzeus,
    please let us know your sharepoint 2013 latest cumulative update, if possible please make sure it is March 2013 update or above.
    as i know, between 2010 infopath and 2013 there are difference, perhaps if you can debug your form it may help.
    most probably there are environment settings difference between 2010 sharepoint and 2013 sharepoint. such as the data connection size/length, that causing it failed, or the form data is NULL.
    http://infopathdebugger.codeplex.com/
    http://www.infopathdev.com/forums/t/26330.aspx
    http://social.technet.microsoft.com/Forums/en-US/5c9d2fce-0fd8-439c-a636-bf856eb76e15/how-to-retrieve-term-store-management-values?forum=sharepointgeneralprevious
    Regards,
    Aries
    Microsoft Online Community Support
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • InfoPath form, rich text fields, "There was a form postback error" InvalidOperationException, There has been an error while processing the form

    Using InfoPath 2013 browser enabled form.
    I am getting the above error on ALL Infopath Designed Rich Text fields, where the "Cannot be blank" attribute is set.
    To reproduce it, I create a custom list and custom list form with InfoPath 2013. I add 2 Rich Text fields and enable "cannot be blank". To raise the error, I put some data in the RT field. Skip to another field (so focus is changed and a postback
    occurs), then back to original field to delete the contents (to raise the validation).
    I originally thought it was associated with the HTMLCHKR.DLL not being registered (and I have re-registered it just in case), but the exception I get from the ULS logs reads (it is from a list AFTER I have re-registered the DLL):
    There was a form postback error. (User: 0#.w|myDomain\jc, Form Name: Template, IP: , Request: h t t p ://MyWebApp/MySite/Lists/rtAfterHtmlCHkrReg/Item/newifs.aspx?List=2212ff41-77b4-445b-931b-d7e538c9da91&Source=h t t p://MyWebApp/MySite/Lists/rtAfterHtmlCHkrReg/AllItems.aspx&RootFolder=&Web=3db49106-bdca-47bb-b4cd-a549d2d86aa7,
    Form ID: urn:schemas-microsoft-com:office:infopath:list:-AutoGen-2015-01-16T21:51:48:853Z, Type: InvalidOperationException, Exception Message: No content generated as the result of the operation.) 8cc5e09c-3665-903b-575a-faaac506c40a
    I noticed that errors associated with the HTMLCHKR.DLL not being registered would have some sort of COM exception (example: TYPE_E_LIBNOTREGISTERED or REGDB_E_CLASSNOTREG)
    I also should mention that this problem started happening about 3 weeks ago. We have extended the web application to handle HTTPS on the intranet zone (we had a reverse proxy project that did not eventuate) - would that cause something? How can I do further
    checking?

    Hi,
    I have done a test in my SharePoint, and I met the same issue with you.
    I created a custom list and custom list form with InfoPath 2013. I added 2 Rich Text fields and enabled "cannot be blank".  I put some content in the RT field, then delete the contents, I got the error message:"there has been an
    error while processing the form."
    Here is a similar post said that executing the command: regsvr32 "C:\Program Files\Common Files\Microsoft Shared\
    OFFICE14\htmlchkr.dll" will solve the issue.
    https://social.msdn.microsoft.com/Forums/en-US/eb2e0f6e-c8e4-4e92-ac5e-a09d72759eda/rich-text-field-error-in-webform?forum=sharepointcustomizationprevious
    But I just disabled "cannot be blank", and it solved the issue.
    Best Regards,
    Lisa Chen
    Lisa Chen
    TechNet Community Support

  • HCM Processes and Forms: Work Item is not opening

    Hi,
    We are implementaing HCM processes and forms using NWBC (EHP7 - HR Renewal 2.0 FP1) and after using configuration of POWL inbox for MSS and HR Admin, We are not able to launch the Work Item.
    1) In MSS Work Book, while launching, we are getting message  -
    Failed to resolve Object Based Navigation target ".MSS_WL.NAVIGATE_FORM_WD". Use transaction PFCG to define this OBN target in a role or contact your system administrator to assign a role with the relevant OBN entries to your user.
    2) For HR Admin, we are getting message - Work Item can only be open using Portal and UWL. and it is displaying back end transaction SWNWIEX.
    Detail configuration steps are shown as below -
    Workflow Task used in configurations -
    1) Entries in IBO_C_WF_TA_P_SC  (Assign Task ID’s to POWL Types)
    2) IBO_C_WF_ACC configuration - (Define Tasks and Actions)
    3) IBO_C_WF_APC configuration (Provide Details of navigation parameters)
    4) IBO_V_WF_TTAC (Assignment of Actions to the Tasks)
    5) IBO_C_WF_TAC (Specify Default Action)
    Error -
    1) MSS -
    2)HR Admin -

    Hi Guru,
    Any input..its urgent!.
    Regards,
    Vijay

  • Error in MSS HCM Processes and Forms Overview

    Hi all,
    Currently we are working on ESS/MSS from NW 7.3 portal.
    When i open HCM Processes and Forms Overview from MSS, it prompt me to change the password again and again.
    And on some user HCM Processes and Forms Overview not shown properly.
    Error while processing your query
    What has happened?
    The URL call http://<host name>:1080/sap/bc/webdynpro/sap/asr_pa_pd_processes_display was terminated because of an error.
    Note
    The following error occurred in system BEQ : Parameter has invalid value: Parameter TSTMP1 has invalid value 0 .
    The error occurred on application server MUMSAP02_BEQ_00 and in work process 8 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    Method: SUBTRACT of program CL_ABAP_TSTMP=================CP
    Method: SUBTRACT_TIMESTAMPS of program CL_HRASR00_PROCESS_UTILITIES==CP
    Method: GET_CURRENT_TIME_DATA of program CL_HRASR00_PROCESS_UTILITIES==CP
    Method: START_TRACKING of program /1BCWDY/LA89BHH7CSECCUXGQD7Z==CP
    Method: IF_COMPONENTCONTROLLER~START_TRACKING of program /1BCWDY/LA89BHH7CSECCUXGQD7Z==CP
    Method: HANDLEDEFAULT of program /1BCWDY/LA89BHH7CSECCUXGQD7Z==CP
    Method: HANDLEDEFAULT of program /1BCWDY/LA89BHH7CSECCUXGQD7Z==CP
    Method: IF_WDR_VIEW_DELEGATE~WD_INVOKE_EVENT_HANDLER of program /1BCWDY/LA89BHH7CSECCUXGQD7Z==CP
    Method: INVOKE_EVENTHANDLER of program CL_WDR_DELEGATING_IF_VIEW=====CP
    Method: DISPLAY_TOPLEVEL_COMPONENT of program CL_WDR_CLIENT_COMPONENT=======CP
    What can I do?
    If the termination type is RABAX_STATE, you will find more information on the cause of termination in system BEQ in transaction ST22.
    If the termination type is ABORT_MESSAGE_STATE, you will find more information on the cause of termination on the application server MUMSAP02_BEQ_00 in transaction SM21.
    If the termination type is ERROR_MESSAGE_STATE, you can search for further information in the trace file for the work process 8 in transaction ST11 on the application server. MUMSAP02_BEQ_00 . You may also need to analyze the trace files of other work processes.
    If you do not yet have a user ID, contact your system adminmistrator.
    Error Code: ICF-IE-http -c: 350 -u: ISHAJI -l: E -s: BEQ -i: MUMSAP02_BEQ_00 -w: 8 -d: 20130514 -t: 133514 -v: RABAX_STATE -e: UNCAUGHT_EXCEPTION -X: D4AE5218F8121ED2AF8DA00F61FBEAC0_D4AE5218F8121ED2AF8DA00F5D19EAC0_1 -x: 006DBCE20F7BF1E58AC0D4AE5218F812
    HTTP 500 - Internal Server Error
    Your SAP Internet Communication Framework Team
    Please suggest me the solution.
    Regards,
    Devendra

    Dear Andrea,
    I reset the password of backend user and gave sap_all and sap_new role.
    Last time it prompt the screen in mss as to change the password. (See above screen shot).
    But after reset the password...error showing instead of login screen in mss as below:
    Error while processing your query
    What has happened?
    The URL call http://<host name>:1080/sap/bc/webdynpro/sap/asr_pa_pd_processes_display was terminated because of an error.
    Note
    The following error occurred in system BEQ : Parameter has invalid value: Parameter TSTMP1 has invalid value 0 .  
    The error occurred on application server MUMSAP02_BEQ_00 and in work process 7 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    Method: SUBTRACT of program CL_ABAP_TSTMP=================CP
    Method: SUBTRACT_TIMESTAMPS of program CL_HRASR00_PROCESS_UTILITIES==CP
    Method: GET_CURRENT_TIME_DATA of program CL_HRASR00_PROCESS_UTILITIES==CP
    Method: START_TRACKING of program /1BCWDY/LA89BHH7CSECCUXGQD7Z==CP
    Method: IF_COMPONENTCONTROLLER~START_TRACKING of program /1BCWDY/LA89BHH7CSECCUXGQD7Z==CP
    Method: HANDLEDEFAULT of program /1BCWDY/LA89BHH7CSECCUXGQD7Z==CP
    Method: HANDLEDEFAULT of program /1BCWDY/LA89BHH7CSECCUXGQD7Z==CP
    Method: IF_WDR_VIEW_DELEGATE~WD_INVOKE_EVENT_HANDLER of program /1BCWDY/LA89BHH7CSECCUXGQD7Z==CP
    Method: INVOKE_EVENTHANDLER of program CL_WDR_DELEGATING_IF_VIEW=====CP
    Method: DISPLAY_TOPLEVEL_COMPONENT of program CL_WDR_CLIENT_COMPONENT=======CP
       What can I do?
    If the termination type is RABAX_STATE, you will find more information on the cause of termination in system BEQ in transaction ST22.
    If the termination type is ABORT_MESSAGE_STATE, you will find more information on the cause of termination on the application server MUMSAP02_BEQ_00 in transaction SM21.
    If the termination type is ERROR_MESSAGE_STATE, you can search for further information in the trace file for the work process 7 in transaction ST11 on the application server. MUMSAP02_BEQ_00 . You may also need to analyze the trace files of other work processes.
    If you do not yet have a user ID, contact your system adminmistrator.
    Error Code: ICF-IE-http -c: 350 -u: IKHASU -l: E -s: BEQ -i: MUMSAP02_BEQ_00 -w: 7 -d: 20130514 -t: 175940 -v: RABAX_STATE -e: UNCAUGHT_EXCEPTION -X: D4AE5218F8121ED2AF923E065A39EAC0_D4AE5218F8121ED2AF923E394271EAC0_1 -x: F091BCE2D132F1D58AC0D4AE5218F812
    HTTP 500 - Internal Server Error
    Your SAP Internet Communication Framework Team
    I checked log in ST22 as below
    What happened?
        The exception 'CX_PARAMETER_INVALID_RANGE' was raised, but it was not caught
         anywhere along
        the call hierarchy.
        Since exceptions represent error situations and this error was not
        adequately responded to, the running ABAP program
         'CL_ABAP_TSTMP=================CP' has to be
        terminated.
    Error analysis
        An exception occurred that is explained in detail below.
        The exception, which is assigned to class 'CX_PARAMETER_INVALID_RANGE', was not
         caught in
        procedure "SUBTRACT_TIMESTAMPS" "(METHOD)", nor was it propagated by a RAISING
         clause.
        Since the caller of the procedure could not have anticipated that the
        exception would occur, the current program is terminated.
        The reason for the exception is:
        Parameter has invalid value: Parameter TSTMP1 has invalid value 0.
    Regards,
    Devendra

  • Error while Accessing the HCM process and forms

    Hi All,
    We have implemented HCm process and forms. Everything was working fine earlier but for past few days we are facing an issue after selecting an employee and clicks on the select process we are getting the following error. Kindly povide the solution.
    The following error text was processed in the system GOA : Component Usage OADP_USAGE Does Not Have an Active Component
    The error occurred on the application server sapgoa_GOA_37 and in the work process 4 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    Method: ENSURE_ACTIVE_COMPONENT of program CL_WDR_COMPONENT_USAGE========CP
    Method: GET_INTF_CONTROLLER_INTERNAL of program CL_WDR_COMPONENT_USAGE========CP
    Method: IFWDR_INTERNAL_API~GET_INTERFACE_CTLR_DELEGATE of program SAPLWDR_RG_PROXY_FACTORY
    Thanks & Regards,
    Sreelatha Gullapalli.

    Hi,
    In EhP4, the employee search is created using OADP framework . And if the relevant configuration is not maintained , I mean there is a view cluster where the applications (PA/PD) and relevant object types are maintained.
    If this is not maintained, this creates a error. Please check .
    Hope this helps.
    Best Regards
    Saujanya

  • How to automatically startup a report in a new window after committing a form

    I have a form on a portal-page. The user enters values in the form and presses the INSERT button.
    After doing so, I want to show a report in a NEW window querying some values the user entered in the form.
    I was hoping to be able to use the After Processing Form PLSQL-section as follows:
    declare
    l_id integer;
    l_url varchar2(2000);
    begin
    l_id := p_session.get_value_as_NUMBER(
    p_block_name => 'DEFAULT',
    p_attribute_name => 'A_ID');
    l_url := 'APP_OWNER.MY_REPORT.show?'
    &#0124; &#0124; 'p_arg_names=id&p_arg_values='
    &#0124; &#0124; to_char(l_id);
    htp.p('<a href="' &#0124; &#0124; l_url &#0124; &#0124;' target="_blank"></a>');
    end;
    But I see only "Inserted one record" and no report is started.
    I've tried to use the after-form-processing part, but it seems I can only startup reports in the same window with GO and CALL.
    Also the ID-variable can not be read from that part.
    A second solution I tried was to put this PLSQL in the PLSQL-handler-section of the button, but for some reason all double quotes " are automatically changed into single quotes ' causing several Java-script errors. Perhaps a bug?
    Does anyone have a solution for this functionality?
    Thanks,
    Jan Willem Vermeer

    Hi,
    There are 2 scenarios I can think of:
    1. The value of ORD_ID is not known until the insert processing completed.
    2. The value of ORD_ID is known and can be retrieved without a roundtrip to the server.
    The 2nd scenario is being simpliest and could be done from Javascript w/out any server involvement, all you need is the getField() function (or any other function to get the field value) described here : http://technet.oracle.com:89/ubb/Forum81/HTML/000073.html
    Javascript piece goes something like this:
    myWindow = window.open("http://myhost/portal30/pos.APPROVAL_INVOICE_DYN.show?p_arg_names=ord_id&p_arg_values=" + getField(this.form,"ORD_ID"),
    "myWindowName","toolbar=yes,location=yes,directories=no,status=yes,menubar=yes,scrollbars=yes,resizable=yes,height=400,width=600");
    The first scenario is more complicated.
    During the "accept cycle", when your PLSQL insert/update etc. event handlers are
    fired all the processing output will happen into the current window.
    Neither owa_util.redirect_url() nor wwa_app_module.set_target() will help.
    Both of them will do a redirect only in the current browser window,
    actually, wwa_app_module.set_target() internally calls owa_util.redirect_url().
    What you need is:
    1. Get the field value, and either: 1. store it somewhere in a package variable,
    or: 2. do this all at once in "before displaying the page"
    2. After the form processing is completed (but not in the onSuccess!!! code),
    open a new browser window w/Javascript specifying the same url you were passing to
    set_target().
    Here is my example, place following code into "before displaying the page" additional PLSQL block:
    declare
    l_id integer;
    begin
    l_id := p_session.get_value_as_NUMBER(
    p_block_name => 'DEFAULT',
    p_attribute_name => 'A_ORD_ID');
    if l_id is not null then
    htp.p('{SCRIPT} var myWindow = window.open("http://myhost/portal30/pos.APPROVAL_INVOICE_DYN.show?p_arg_names=ord_id&p_arg_values=' &#0124; &#0124; l_id &#0124; &#0124; '",
    "mySubWindow","toolbar=yes,location=yes,directories=no,status=yes,menubar=yes,scrollbars=yes,resizable=yes,height=400,width=600");
    myWindow.focus();
    {SCRIPT}');
    end if;
    end;
    To do: you will need to add more logic to decide when to open a new window,
    whatever is appropriate for your application,
    rather than just 'is null' check I did.
    Hope this will help.
    Thanks,
    Dmitry

  • Message Handling in HCM Process and Forms

    Hi,
    I have added own messages logic
    MESSAGE_HANDLER Type Ref To     IF_HRBAS_MESSAGE_HANDLER
              message_handler->add_message( message = message ).
    in "DO_OPERATION" method of Generic Service in HCM process and Forms.
    Problem : We have handled messages in method "DO_OPERATION"  but when we click on NEXT push button (review and send)at mss level, same error messages is displayed for 2 times above the adobe form.
    Same error messages are displayed as many times as we click on NEXT push button.
    Need Solution : It is supposed to display only once.
    Thank You,
    Swetha.C

    Hi Shweta,
    Please check SY-UCOMM in both the cases.
    1. After Selecting Position
    2. After Clicking 'Next' Button.
    If SY-UCOMM is different, Then Add message to Message_handler only when Position is selected.
    That means If sy-ucomm = Position select User command
    Then Add message to Message_handler.
    endif.
    'Else dont ADD'
    Hope this helps.
    Pradeep.

  • Workflow Errors in HCM Processes and Forms

    Team,
    we are facing one issue related to HCM Process and Forms. Recently we have upgraded our HR Package after which workflows used in HCM Forms stopped working though user who is initiating the process has SAP_ALL. We have noticed that workflow is throwing exception at the very first step i.e. PROCESS while importing data container.
    What could be the reasons? Appreciate your replies
    Thanks & Regards,
    Jitesh Talreja

    Thanks Arpit,
    WF-BATCH already has SAP_ALL. Do we need to assign some additional roles or profiles to this user?
    Log says error reading Process Object
    Thanks,
    Jitesh

  • HCM Process and Forms - Clarification required reg BADI QISR1.

    Hi all,
               I want to have some extra validations done on some of the fields of my HCM Process Adobe form. For this, I created a new implementation for the BADI QISR1 with filter value as my Custom Scenario and implemented the method INT_SERVICE_REQUEST_CHECK. Validation is working now, but, it's not updating any data to the back end after I submit. When I checked, I found that SAP has written the whole logic to update the data to the Infotypes in another Implementation of the same BADI,which was like the Default implementation. But, that implementation is not getting triggerred now, as I have a new one now.
    Do I have to copy the whole update logic to this Implementation now? Or is there any other setting for this?
    Kindly help me.
    Regards!
    Mahesh

    Not sure I follow you here, but here's some basics.
    For any backend updates to infotypes, you should use the standard services SAP_PA, SAP_PT and SAP_PD (if on EhP4).
    In some case, this won't work. So you have two choices:
    (1) write and advanced generic service to handle this (difficult and no examples from SAP)
    (2) write custom code triggered in workflow to do this (such as a custom function module) to handle your updates (past EhP2, you have to use the same classes as the decoupled framework uses....not the good ol' "infotype operations" standard FM).
    Now, as for validations, you can handle those separately. In fact, talk about timely! (haha) I just posted a blog on this just now. =)
    /people/christopher.solomon/blog/2009/06/22/hcm-processes-forms-required-fields-arent-what-they-use-to-be

  • HCM Process and Forms Generic Service Error

    I tried creating a generic service for HCM Process and Forms using enhancement spot HRASR00GENERIC_SERVICES. After I created a custom implementation I then added the filter value = ZH_FORM_HEADER (my generic service name/definition). When I try to go into the configuration and add the generic service and do the binding of the fields I get an error stating "Generic Service ZH_FORM_HEADER has more than one implementation." I have double checked and only one implementation is using that filter value and there are no implementations with a blank filter value that belong to this enhancement spot. Any suggestions on what could be wrong? I can create generic services and the implementations of the BADIs just fine in our sandbox just not in the development instance. Also, I have tried searching on OSS and SDN and couldn't find any messages associated with this problem.

    Hi :
    We are having a similar problem. Our generic service works OK in development system. But after we transport the service to Test system, the service haveing the error " Generic service XXXXXX has more than one implementation".
    Have you solved your problem? Can you tell us the solution?
    Best regards!
    Wayne

  • HCM Process and Forms Dynamic Actions

    Hi
    We are implementing HCM process and forms and presume that dynamic actions will have to be recreated as rules.
    Can anyone give any guidance in this area as some of our dynamic actions are quite complex.
    Many thanks
    Ian

    Hi,
    For HR forms please follow the following link
    HCM Processes and Forms (www.service.sap.com/erp:  - SAP ERP Human Capital Management -> Workforce Process Management -> HCM Processes and Forms -> Media Library)
    https://websmp205.sap-ag.de/~form/sapnet?_SHORTKEY=00200797470000081848&
    A dynamic action has the following components.
    Infotype Number (INFTY): specifies the infotype for which you want the dynamic action triggered
    Subtype (SUBTY): narrows the focus to a specific subtype
    Field Name (FIELDN): starts your action when a maintenance function is performed on a particular field
    Function (FC): specifies the various maintenance operations to which your dynamic action would respond. They are 02 (change); 04 (create); 06 (create and change); 08 (delete); 10 (change and delete); 12 (create and delete). Dynamic actions are only applicable in maintenance operations, not in display functions.
    Sequence Number (NO): refers to a sequential number.
    Step (A): specifies a particular type of action. No dynamic action is executed if the function character has a value other than one of the following:
                 P: Plausibility checks, which allow you to check certain conditions.          
                 I: Calls an infotype for processing
                 W: Called after the I statement and used to assign values to screen fields while creating or copying another infotype record through the I statement 
                  F: Calls a FORM routine (subroutines in ABAP) during your action. The routine may reside in or out the module pool MPNNNN00.
                 V: Lets you treat collectively a number of fields for which you want to define a common dynamic action
                  M: Sends SAP Office mail
    Variable function part: The variable function part along with the step indicator forms the core part of your action. It specifies the processing details when the dynamic action is triggered. For example: 
    Requirement: When the postal code or the city of an employeeu2019s permanent residence is changed in infotype 0006, an email should be sent to the administrator.
    INFTY    SUBTY    FIELDN    FC          NO.    STEP       VARIABLE FUNCTION
    0006           1             ORT01      06             001           V               PSTLZ            
    0006           1             PSTLZ      06             002           M               M0001
    The V statement on line 001 is used to link the two fields to the M statement. The statements relevant to field PSTLZ are also applicable to the ORT01 field.
    When a record is created or changed in infotype 0006 of permanent address, an email is sent using the feature M0001. Information such as the recipient address, subject, and content of the mail is derived from M0001.
    Warm REgards,
    Kapil

  • Worklow in HCM process and Forms

    Hi Gurus,
    We have recently upgraded from HR SP level 14 to level 24. After the HRSP upgrade, we find that the workflows used in the HCM process and forms which were working fine earlier are not working now.
    To trigger the workflow, I am using the class CL_HRASR00_WF_PROCESS_OBJECT and event TRIGGERED. First, we faced the problem in the standard task TS17900110,which imports the values from form to workflow container.After Implementing the SAP notes suggested by SAP,the workflow got triggered and the values got imported and it is working fine now.
    Now we are facing the problem in the 2nd level,where the manager trying to 'Approve or Reject'.The information message is thrown in backend HRASR_DT  as, "Work Item not found; check workflow Log".
    Standard Task used in the 2nd level TS17900101  to approve/reject.
    Can anyone suggest how to proceed on this issue ?
    Regards,
    Paramasivan Krishnan

    Hi Paramasivan Krishnan,
    First,  welcome you to SCN forum. However, I am afraid you posted on a wrong forum. Here is dedicate to SAP Business One. Not related to HCM.
    Thanks,
    Gordon

  • Isuue in HCM Process and Forms

    Hi All,
    Before i mention about the issue i am facing i would like to  brief about my process.  In HCM process and forms i have a form where HRPB will modify the position and submit it. CDT will approve the request, which updates the records in back end.
    The whole process i mentioned above was working fine till we upgraded EHP5. But now after the upgrade, i see that when CDT clicks on the send button it does not proceed further. I can see a loading symbol all the time. I even tried setting  break points in the class CL_HRASR00_DISPATCHER, which is not getting called. I don't find the process running in SM50 as well.
    And wanted to mention that this is happening only in QA system  and it is working absolutely fine in DEV. I am sure about all the transports.
    I  appreciate  help on this.
    Thank You,
    Vijetha.

    Hi Paramasivan Krishnan,
    First,  welcome you to SCN forum. However, I am afraid you posted on a wrong forum. Here is dedicate to SAP Business One. Not related to HCM.
    Thanks,
    Gordon

  • How can I to resolve a write protected form after updating the form?

    The following error is displayed after updating a form “Any changes made to this form cannot be saved.”  These are the steps taken to update the form:
    1)      Move form to Workbench ES Resources.
    2)      Point Variables to new form
    3)      Invoke process
    The updated form is posted on Workspace.  LAN users can make changes and submit the form, but WAN users get the error above and cannot make any changes.
    Thanks,

    You need to know that "USB Key" technology may not be appropriate for a system disk.  Check out "wear leveling" on Wikipedia for a sobering discussion of the service life of solid-state drives.  Also read "solid-state drives" (Ibid.) for a detailed comparison with hard disk technology.
    --Gil

Maybe you are looking for