Create a step "Form" in workflow

Hello!
I want to create forms to enter data for processing in Business Workflow, to display and edit data. I ve got a container element Y_form_makt that refers to a structure MAKT.
I ve got a problem attanching a form using Screen Painter and flow logic of this form. I want to use only "Material number" (matnr) and "Material description" (maktx) data fields, so i deleted some fields in Screen Painter.
A logic of my small worklow is "Workflow started -> "Form: Material information" -> "Mail with a Material information" -> "Workflow ended"
Here is my code from flow logic::
DATA v_matnr TYPE matnr.
          v_maktx TYPE maktx.
*& MODULE IMPORT_DATA_0001 OUTPUT
MODULE import_data_0001 OUTPUT.
  PERFORM import_data_0001
    CHANGING
      makt.
ENDMODULE.           "IMPORT_DATA_0001 OUTPUT
*& MODULE EXPORT_DATA_0001 INPUT
MODULE export_data_0001 INPUT.
  PERFORM export_data_0001
    USING
      makt.
SELECT SINGLE maktx
       FROM makt
       INTO v_maktx
WHERE matnr = v_matnr.
ENDMODULE.                    "EXPORT_DATA_0001 INPUT
*& PROCESS ON VALUE-REQUEST.
*& PROCESS ON HELP-REQUEST.
An error is "At the screen generation it was detected that a screen to be generated has a syntax error or couldn't be generated due to anotther error.... So I can't delete some fields in Screen Painter, I should display all fields from a standard table???

Hi Malika,
You're using changing parameter makt when calling routine 'import_data_0001', though I don't see the variable declaration. Nevertheless, can you paste your flow logic as well, these were just PAI and PBO modules I guess.
Regrads,
KK

Similar Messages

  • Infopath form with workflow should be created in unique subsite?

    I need to create several InfoPath forms with workflows.  Should I use different subsite for each form and workflow. Or I can put them in one subsite? If I put them in one subsite, any concern of workflow interference?
    Thanks.

    You do not have to use a separate site for each form and workflow.  It can be done on the same site.  Even though you can publish multiple forms to the same InfoPath form library, I would recommend that you simply create a separate library for
    each form and workflow combination you intend to have.
    There should be no interference between the forms and workflows.
    I trust that answers your question...
    Thanks
    C
    |
    RSS |
    http://crayveon.com/blog |
    SharePoint Scripts | Twitter |
    Google+ | LinkedIn |
    Facebook | Quix Utilities for SharePoint

  • Can I create an HCM Form without involving any workflow steps?

    Hi Experts,
    Can I create an HCM Form without the involvement of any Workflow steps ? I tried to create a simple form to save the User id( IT0105) of a person. I tried to simulate the process through program RPASR_TEST_PROCESS_EXECUTION. But, finally it failed saying "No workflow assingned. Process not successfully completed" . How should I proceed if I dont want any workflow steps to be included?
    I just want the form to update the infotypes directly when I save.
    Pls advice,
    Thanks in advance!
    Mahesh

    Yes. This is undocumented for some reason (I learned it from SAP folks! haha). Set the workflow to:
    NO_WORKFLOW
    You're welcome. haha

  • Default Pulldown value is not getting displayed on upper form of Second step of Unifier Workflow

    Hi,
    I'm new to Unifier and facing one issue while using the PullDown field on Upper. If I use the Pull down field with Default option selected in DataDefination on Upper form of Workflow's first step then it works fine, whereas if I use it on upper form of workflow's second step or any other step apart from first then it doesn't displayed. Please let me know how can i get the default value on upper form of any step.
    Thanks in advance.
    Abhishek@

    I assume that you are referring to a brand new field on the second step that was not on the form of the first step. If this is the case, then you should put the field in a hidden block of the first steps form. Default values and Auto-population from shells/single record BPs only occur of the create step, even if they are not used on that step. As long as you put them on the create step (even in a hidden block) they should initialize.

  • Is it possible to create forms and workflow by Workbench and manage them by ContentSpace?

    Hi,
    In a previous issue, I have asked the interrelationship between Workspace and Contentspace. I learned a lot, and I'm very appreciate the kindly answer from Hodmi and Jasmin. And this time, I want to ask something about Workbench and Contentspace.
    As a part of presentation for a corporate client, I am trying to make a demonstration model. I 've created a PDF form and an Approval-and-Rejection workflow by Workbench. And I want to upload the form and the workflow to the Contentspace.
    In my imagination, I would make a button in the form, and then when I click the button, the form will be sent from the client side to the server side. As a result, it will appear on the space which I specified in Contentspace.
    About the workflow, I guess the Contentspace and Workbench may have some common place about Process Management and there is some transportation mechanism or something else between them. So by changing some configuration the workflow could be added into Contentspace.
    It is totally selfish imagination, but if it is possible, I think my corporate client will be more interesting about Adobe Livecycle.
    Beg your help.
    En Shoku

    Let's me just try to answer to question in several pieces.
    "And I want to upload the form and the workflow to the Contentspace."
    You can definitily save the form in content space. I'm not sure what you mean about the workflow.
    "In my imagination, I would make a button in the form, and then when I click the button, the form will be sent from the client side to the server side. As a result, it will appear on the space which I specified in Contentspace."
    This is also possible.
    "About the workflow, I guess the Contentspace and Workbench may have some common place about Process Management and there is some transportation mechanism or something else between them."
    You need to use the ContentSpace service. The Content Space service gives you a bunch operation like storeContent, retrieveContent, etc. You can use that service in Workbench, or call it directly using SOAP or REST.
    So to summarize, you can use the Content Space service to interact with content space to get and store your forms for you workflow.
    Jasmin

  • Step by step on how to create organizational structure(plan) for workflow?

    Hi Experts,
    Can anyone send me a step by step process on how to create organizational structure(plan) for workflow?
    Thanks a lot in advance.
    Rgds,
    TM

    Hi,
    You can use the following accessible transactions to process your organizational plan:
    Transaction     Name of Transaction
    PPO5                     Change Attributes
    PPO6                     Display Attributes
    PPOCE                      Create Organization and Staffing
    PPOCW                      Create Organization and Staffing (WF)
    PPOME                     Change Organization and Staffing
    PPOMW                     Change Organization and Staffing (WF)
    PPOSE                      Display Organization and Staffing
    PPOSW                      Display Organization and Staffing (WF)
    PP01                      Maintain Plan Data (Menu)
    PP01_DISP      Display Plan Data (Menu)
    PP03                       Maintain Plan Data (Actions)
    PP03                       Execute Action Directly
    Regards,
    Deepa Kulkarni

  • Print Workbench - Step by step guide to create an APPLICATION FORM

    Hi All,
    I have been working as an ABAP developer. Now I have been asked to work on PWB.
    I have gone through lots of documents available on the net. I also read the SAP help library and entire SDN.
    But I need some good document on PWB which shows step by step procedure for creating an application form, maintaining it and then generating the print etc (preferably with screenshots).Kindly provide some good documents. Any help is welcome.
    Thanks in advance.
    Edited by: abinashmechi on Feb 15, 2010 9:45 AM

    Hi Yogi,
    In your sceanario if you are looking to build either Enity or Application service then create it and test that service from "Service Browser". Once your service is working as per your reqyurements then we have to options to bring it into the Portal:
    1. Generate Web Service for you Service (Entity or Application).
    2. Consume that Web Service in WebDynpro application using Model concepts.
    3. Deploy your WebDynpro Application into your portal Server.
    4. Create a WebDynpro iView for your application and assign it any where you want.
                                                         OR
    1. Generate WebDynpro model for your CAF application.
    2. Create a public part for you application webdynpro project of your CAF application.
    3. Create a new WebDynpro DC and use the Models generated for your CAF application.
    4. Deploy your WebDynpro Application into your portal Server.
    5. Create a WebDynpro iView for your application and assign it any where you want.
    If you can give your complete scenario then that would be more helpful for any one to provide best answer which is approapriate for you.
    Thanks,
    Uday.

  • Creating a Custom Form

    I have been involved in IDM for some time but am new to the Sun solution - so new to Identity Manager and Netbeans so am after some basic information.
    I am using Sun's Identity Manager 7.0 release with Apache 5.0, Java 1.4.2, MySQL 5.0 and AD/AM (it's on XP) - it's up and running.
    I would like to create a dummy form (just some basic data - firstname, lastname, some text boxes, radio buttons, drop down fields) and then be able to post that form to the the Identity Manager Portal. Then i'd like to view the form in a web browser. I am having problems finding documentation on how this is done.
    Is there a tutorial (i have been through all pdf's) or can someone provide step by step (detailed for a newby) instructions on how this is done?

    I am searching for the same information - I found these two promising posts - there is reference to "Workflows, Forms and Views" guide (819-6131) that I will search for:
    http://forum.java.sun.com/thread.jspa?forumID=764&threadID=5136944
    http://forum.java.sun.com/thread.jspa?threadID=5136944&messageID=9744755#9744755

  • Error with hyperlink to open a form in Workflow Notification

    Hi All,
      I am trying to create a hyperlink to open a form in Workflow Notification. I want to open "Prepare Mass Additions" form from my workflow. I am in R12 (12.1.3) and there is no parameters defined for this function.
      So i am trying the method given here:
      http://oracleappsnotes.wordpress.com/2011/04/15/accessing-oracle-forms-from-workflow/
      Below is a summary of steps from this blog:
    Register a new custom form function with a parameter CREATE_BATCH_ID.  Function name is XXFAXMADDS. Its just the seeded FAXMADDS form function, just with the addition of parameter.
    Create an attribute of type ‘Form’ which stores the name of the form function and the parameter with which we want to call it. The default value of the attribute is XXFAXMADDS:CREATE_BATCH_ID=&BATCH_ID
    In a workflow process include a notification message.
    Associate the attribute with the notification message
    Personalize the new form function, to add actions to assign the value of parameter to the form field, then goto the Find Button, and click it.
        When i click on the link in notification, I am getting the below errors:
        FRM-47023: No Such parameter named G_QUERY_FIND exists inform FAXMADDS
        FRM-40105: Unable to resolve reference to item PARAMETER:G_QUERY_FIND
        FRM-47023: No such parameter named CREATE_BATCH_ID exists in form FAXMADDS.
        Why is this error? Why it is referring to G_QUERY_FIND which i have not at all used?
    Thanks
    Manu
    Message was edited by: manu.mur

    Hi Hussein,
    Clearing cache or bouncing application did not help. And now i am noticing that the value of this attribute does not change according to the changes i make in workflow builder.
    Also, i tried by updating the workflow attribute from Workflow Admin, retried the notification and tried the link again. No help.
    I tried updating attribute to just the standard form function name, still same errors!

  • Sending my callable object as interactive form thru workflow for approval

    hai
            I have created a sales order form as per the requirement given by sales head.Also i ve created a role in portal and have deployed my application implementing the rfc s required. i need to send my callable object(component1) to the saleshead with approve and reject button where when he approves notification mail should be sent to the required persons and if he rejects it should come back to me.(order initiator).i need to complete this soon and i dont have any idea about _+sending my callable object as interactive form thru workflow+_ .plz guide me with the steps(step bye step process) to be followed which ll help me to complete this project.

    Can we know the reason why do you need to extract the Interactive Form from Workflow.When you are calling the workflow try to save the form in a shared folder and save the url of the shared folder in a field and try to acces it by using SAP Activity.You can create a button for that create an SAP activity and when you click on the button the Interactive Form can be opened.
    Iam not sure weather i have answered your question or not?

  • How to call Interactive form within Workflow ?

    Hi,
    I have created a interactive form within WebDynpro for ABAP which triggers a workflow for approval. Now I would like to open the same interactive form by the approver and approve the request.
    Any input for calling interactive form from Workflow would be helpful.
    Regards
    Ravikumar

    u need to create the events step by step in the workflow.
    first event would be the condition which should be checked so that it gets triggered when the condition is satisfied.
    second would be the the triggering in which u will get this triggered. u need to create a class in which the adobe form's code will be present like the FM it generates etc.in this class u will to write some methods for eg: if u create method say send_mail in this class u will code all the logic for sending the adobe form as a mail and u assign this in the workflow. So now, in the workflow all the methods that u assign will get triggered.

  • Doubts in STEP FORM

    HI All.
    I am doing FORM steps in my scenario, I took reference from SDN, link as follows.
    https://wiki.sdn.sap.com/wiki/display/ABAP/BriefOverviewofWorkflowStep-Types
    I have to create a WF container as CRM_ORDERADM_I  as per documents but I donu2019t know about data type of the element. Which one I have choose Object type, ABAP Dict Reference or ABAP Dict data type?. And which field  or table need to take reference. please let me know and help me to create step FORM.
    Thanks.
    Jay

    1. First Create a structure with fields that you want to include in the form in SE11.
    2. Use this structure name in the workflow conatiner by selecting the ABAP Dict data type.
    One most important thing that you have to make note with the form stesp is that , at any point of time it can show only one entire row that is stored in the structure.
    I hope the one which you hvae mentioned is a Table in SE11. In that case you can directly select ABAP Dict data type and mentione the table name which is already defined in the SE11.

  • Extract interactive form from workflow attachment

    I have a multi-step approval process where you want to store the data in
    the
    backend only after final approval. (requestor >> expert >> approver)
    I developed a WDJ app with Interactive forms that triggers Business
    Workflow...
    I created a Webdynpro Java application which contains an interactive form
    for the Requestor.
    The Requestor fills out the form, and submits. The submission action
    triggers a simple workflow and adds the interactive form as an attachment
    to
    the workitem. (Using SAP_WAPI_START_WORKFLOW and
    SAP_WAPI_ATTACHMENT_ADD)
    The new task shows up in UWL with the attached pdf form.
    When the approver clicks on the task in UWL it will launch a web dynpro
    application which will display the interactive form.
    How do I extract the interactive pdf form from workflow?
    I want to display the form in my Web dynpro java application and bind
    it to the pdfSource context??

    Can we know the reason why do you need to extract the Interactive Form from Workflow.When you are calling the workflow try to save the form in a shared folder and save the url of the shared folder in a field and try to acces it by using SAP Activity.You can create a button for that create an SAP activity and when you click on the button the Interactive Form can be opened.
    Iam not sure weather i have answered your question or not?

  • Regarding Step 'FORM'

    Hi ,
    i have one requirement in a Form . i  created Work Flow  using step 'FORM'  it displaying Default Form with 3 tabs
    1 form fields
    2 properties
    3 workflow Toolbox
    my requirement is to modify this lets take the form shuld appear with only one tab "Form Fields". how can i do ,
    if i want to add my own screen instead of  Form , how can i do.
    please  help me to solve this .
    thank you .

    Hi,
    If you don't want to use the Activity Form,  firstable you should create a subtype of the standard BOR you're using and create the dialog method that will display your screen i.e. using call transaction sentence. Then, assign this method to a dialog task and create an activity in wf builder using this new task you created.
    Regards,

  • How can i create a Step in OBBH

    Hi.
    I want to use a exit with " exits-param = C_EXIT_PARAM_CLASS." in T-code "OBBH' to change the test of doc item.
    I create the form and append this form into exits.
    But now I find  i can't create a step in "complete document".
    Message:
    You may not substitute any fields for this Event
    Message no. GB175
    Diagnosis
    Although substitutions are permitted  for the boolesche class 15 (application area FI, Event 0003), the application did not release any field for substitution.
    System response
    Processing is terminated. You cannot change any field for this Event (even within a substitution exit). Defining a substitute therefore makes no sense.
    But my friend can create the Step in Complete document.
    Please help me how can i create it ...

    Hi,
    SAP limits the number of fields that you can use for substitution. If you want to use a field that SAP does not make available for substitution, you have to modify table GB01.
    Regards,
    Sridevi
    <i>* Assign points, if useful</i>

Maybe you are looking for

  • Can I download previous purchases on a new device with a different Apple ID?

    My daugther got an iPad mini for Christmas and setup her own Apple ID. Prior to this everything we bought went through my account. She wants to download the music that is on my account but I am telling her she can't because she has a different Apple

  • How can I get my laptop to recognize my iTouch as an iPod and not a camera?

    I am using a newly bought Inspiron N5110 from Dell that runs on Windows 7. I want to tranfer my music from my iPod to this compter but can't do this. When plugged in, the computer recognizes the iTouch as a camera and not an iPod. It is recognized un

  • Minecraft app not working

    hi, just boght this touchsmart hpk- 23-p030na i5 and downloaded the minecraft app for my son, but when you click on it there is only a black screen with the games description, it will not load etc. using windows 8.1, i5 procssor etc. can you help? th

  • SRM purchasing document updated in enhancement only in Debug mode

    Hi everybody, I created an enhancement for a SRM include ( LBBP_SOCO_APPF0R -> Form CREATE_FOLLOW_ON_DOCUMENT) because existing BAdI are not called at necessary moment to update Shopping Cart (purchasing document) CUF items. ABAP code i added allows

  • Face time will ring when cover is closed

    Face time will not ring on the iPad when the cover is closed.  There is no notification of a missed call. Face time works normally when the cover is open.