Forms: object and process

We have two kind of forms. Object and process.
An object form is associated with a resource and a process form is associated with a process.
But, I still have a few doubts.
But what is the difference between them in functionality point of view. Where exactly does process form come into picture. Can we display it?
Where should we use which form?

Each resource has an associated object and process form.
Object form is basically used when requesting a resource for provisioning for accepting data from user. Now before provisioning activity gets triggered, this data is passed to process form to execute provisioning tasks. The data flow/mapping between object and process form is done thr' Data Sink tab in process definition.
The permissions for both object and process form can be set in Form Designer->Object permissions tab.
Besides, the process form data can be "editted" for re-try process tasks that have failed/rejected.
Note: you can also have data pre-populated in process form thr' access policies. The same holds true for object form but having data pre-populated in process form makes more sense. This holds good when having provisioning of resources being triggered thr' role based access policies.

Similar Messages

  • ESS / MSS - is there a way to view Histories of FORMs submitted and processed?

    Hi,
    We're implementing the ESS / MSS RDS  EP 6 (version 3.606 SAP Enterprise Portal scenario).
    The project also includes the custom development of a number of Forms that will be integrated into ESS / MSS via iViews.
    The customer requires a "HISTORY View" of FORMs for the ESS and MSS users.
    It is the historic  FORMs themselves that they want to be able to display - or as much of the Key information from the Forms that they can identify specific Form submissions  (and not the related Workflows for these forms).
    I'm told that there is no HISTORY view for Forms.   The history functions for Workflows (in the UWL) is not really suitable for users but only for more technical analysis of workflows.
    Does anyone know of a way of getting these history views of Forms without resorting to a custom development?  e.g. is there a standard Report or a way of enabling Histories to be maintained and accessible?
    Kind Regards
    Alan

    Hi Alan,
    I think the best we could get is Process Browser application.
    Can you refer this link and see if this helps.
    Also try the WD Application - ASR_PROCESSES_DISPLAY.
    Thanks
    Raja Sekhar

  • Difference between Service data objects and process data object

    Hi
    Can anybody tell me what is the difference between SDO (Service Data Objects) & PDO (Process Data Objects).I am using 2 port PCI-CAN series 2 card.
    If anybody knows the answer then please reply.
    Thanking You

    Hi,
    See the online help file from our NI CANopen Library for LabVIEW for some basic informations about SDOs and PDOs.
    More information should be available from the web.
    DirkW
    Attachments:
    lvcanopenvhelp.zip ‏154 KB

  • Script Objects and Processing Efficiency

    Is LiveCycle 's efficiency hurt by the number of scripting variables?  Is it more efficient to have all the scripting functions in one big scripting variable?  That makes it harder to debug forms, since an error in one function can crash the entire scripting variable.  It's easier to debug if each scripting function is in it's own variable, or at least grouped with other scripting functions which deal with the related functions (for example, all the date functions would be in one variable).

    The playback functions are from Xbytor
    cTID = function(s) { return app.charIDToTypeID(s); };
    sTID = function(s) { return app.stringIDToTypeID(s); };
    Stdlib = function Stdlib() {};
    Stdlib.setActionPlaybackOptions = function(opt, arg) {
      function _ftn() {
        var desc = new ActionDescriptor();
        var ref = new ActionReference();
        ref.putProperty(cTID("Prpr"), cTID("PbkO"));
        ref.putEnumerated(cTID("capp"), cTID("Ordn"), cTID("Trgt"));
        desc.putReference(cTID("null"), ref );
        var pdesc = new ActionDescriptor();
        pdesc.putEnumerated(sTID("performance"), sTID("performance"), sTID(opt));
        if (opt == "pause" && arg != undefined) {
          pdesc.putInteger(sTID("pause"), parseInt(arg));
        desc.putObject(cTID("T "), cTID("PbkO"), pdesc );
        executeAction(cTID("setd"), desc, DialogModes.NO);
      _ftn();
    Stdlib.setPlaybackAcclerated = function() {
      Stdlib.setActionPlaybackOptions("accelerated");
    Stdlib.setPlaybackStepByStep = function() {
      Stdlib.setActionPlaybackOptions("stepByStep");
    Stdlib.setPlaybackPaused = function(delaySec) {
      Stdlib.setActionPlaybackOptions("pause", delaySec);
    I may have posted panel functions somewhere but if I did I didn't add them to my code lib and can't find them off hand.
    But I think that things like hiding panels and setting the zoom to some small percent only make the script marginally faster. The first step I would take would be to profile in ESTK

  • How to trigger a form based on object type and process type

    Hi all,
    I am new into SRM.. I have been asked to develop a form by cloning an existing standard form..
    Using bbp_output_change_sf badi you can trigger the form by passing the object type but the scenario is such that depending on the object type and process type the new form should be triggered.
    The parameter iv_object_type passes the object type but how could i pass the process type ?
    In the badi I noticed an import parameter is_event that has a field called transction_type that carries the process type but this field never got populated when i checked using debugger.
    Please help as to how i can trigger the form based on the object_type and the process_type.
    Thanx in advance.

    Thanx again Jay Yang.. Well is there any possibility that you could get the items that were confirmed..
    Let me eleborate..
    Suppose in the PO u order an item for 10 nos and 5 gets confirmed and u return 2..
    Well in my case it is that i need to fill up a field Qty returned / Qty confirmed..
    I was able to get the number of items from the PO by passing the the passing the parameter to the FM "bbp_pd_conf_getdetaill"
    but i dont know how to get the number of items been confirmed..
    The quantity field in the line item structure gives me the number of items returned..
    Can u tell me how to get the number of items been confirmed....

  • Question about documenting process maps and form object properties

    Does the new version of Workbench have a tool that allows us to print a report showing the properties of the object used in a form template or process map? For example... showing all of the properties like fonts, size, patterns, defaults, whether or not a field is required, etc...? I am also checking to see if this capability has been added to Workbench for Process Maps?

    No it does not but there is a blog entry by John Briinkman that will analyze your form template and give you some of that information. Here is a link to the blog entry:
    http://blogs.adobe.com/formfeed/2011/05/updated-form-report-tool.html
    Paul

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

  • J2ME Canvas and Form Objects

    I am currently in the process of converting an existing MIDP application which uses the standard high-level UI to implement menus and form objects.
    I am converting this to use the low-level UI with canvases to make the application look far more professional. There seem to be no decent tutorials realting to using the canvas to with relation to menus or user input.
    Is it possible to add the standard TextField and ChoiceGroup types into a canvas? If not, how are these implemented in existing MIDP applications that clearly use a canvas.
    Thanks for any help that you might be able to give,
    Dave

    umm abit of athread revivial but it seems that using j2me polish is more hard work than using standard j2me. This is because you need to know abit of xml and css to take full advantage of j2me polish.
    still is that the only way to create a form in a canvas?

  • Reading offline form from mailbox and processing with scheduled job.

    Hi,
    i'm trying to prepare an application that runs scheduled on portal.
    This applcation will get attached .pdf form form mailbox and parse and process it.
    I can receive attached pdf form from mailbox. And i can develop a scheduled application for portal.
    My problem is to parse into fields the pdf form with java to use in scheduled portal app.
    Thanks.

    hi Chandra,
    I store the url in one of hidden field in form, then copy javascript below to click event, button control type: Regular.
    just replace all the "<>" in the code below.
    var message;
    var response;
    // The name of the data connection will be pulled from the WSDLConnection name in the ConnectionSet packet
    var sWSDLName = <DataConnection name>;
    // clone, modify and execute the connection.
    var vConnection = xfa.connectionSet[sWSDLName].clone(true);
    vConnection.soapAddress.value = <url>;
    // Execute the connection, without remerge data after the result.
      var ws_rc = vConnection.execute(true);
    for multiple data connection, you have to repeat these code with replace different data connection name and it's url address.
    you may use script object (something like subroutine).
    Regards,
    Kathy Lau

  • How to download adobe form in sap inbox and process it

    Hello experts,
    I have a query like how we can download the adobe forms in sap inbox and process process the forms using some program which will convert form data in to XML.
    thanks in advance.

    Hello Samad arif,
    May be you can reuse the code that placed in this document to covert the PDF form to XML format.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/c2567f2b-0b01-0010-b7b5-977cbf80665d
    Thanks,
    Bharath.K

  • 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

  • HR Forms and Processes

    Hi All,
    I am working on design time tool for hr forms and processes.
    I am copying the standard form for change in position attributes.
    i have made the necessaryu changes in the form i copied from the standard one.
    My issue is still do i need to install ISR libraryfor form layout?
    I have actually cvopied the form scenario from the standard set up. So i just brought the fiels i want from stanadrd ISR Controls.
    DO i still need to install ISR LIB?
    Regards
    Mandeep

    Hi,
    I think you might have configured two different pages thatu2019s why it is not appearing in portal. According to my knowledge you configure whatever fields you want in one form. Depends on fields it will take two pages.
    Just give a try. It may works out.
    Regards,
    G K

  • Need urgent help on how to compare the user profile and process form attributes

    Hi All,
    We have a requirement  where after editing the  user profile attributes we have to compare the currently modified user  profile attributes and the existing     
    process form attributes and based on the differences we have to update the  process form accordingly.
    We have around 80 attributes so we cannot follow the procedure where
    we update the lookup process_triggers
    and add the "change attribute" task
    and "update attribute" taskin the process definition
    because it creates aroung 160 tasks in process definition. So we are doing it by writing a custom code. Is there any other simple way to do it or any API"s which can help us.
    Need very quick help.Thanks in advance.
    Regards,
    Geetha

    Check MOS: 1595938.1
    -Bikash

Maybe you are looking for

  • SAP server startup problem

    I have SAP server in Windows2003 , Database and Cetral Instance are installed on two different host When I am stating up SAP from MMC console it Disp+work shows following status Running but message server unreachable Running but not connected to mesa

  • Keynote and printing powerpoint presentations

    With keynote, how do you print powerpoints with presenter notes and multiple slides per page..i tried and it's printing the slides, but I can't adjust my margins and the slides are printing about an inch per slide and it's unreadable

  • BADI for MIGO ( Material document change for Production Order goods Receipt

    Hey experts, I am actually stuck up with MIGO BADI. There are many BADI's available but i dont think any one would suit my requirement. here goes my requirement. When a Production Order is created in transaction CO01 , the system picks the value of t

  • Cfftp and Winscp

    Gentlemen, I am writing a script to connect o a remote SFTP server. The server that I am trying to login to requires a "private key" which is a file that the remote authentication process uses to log you in. In Winscp I browse to the file that is my

  • Htmldb service administration password (1.6)

    hi , how can I create new service administration account , when i forget the prvious one ? Things like this from 1.5 version does not work. begin wwv_flow_api.set_security_group_id(p_security_group_id=>10); wwv_flow_fnd_user_api.create_fnd_user( p_us