Make a call to the second form in one workflow

Hi
I have a workflow needs to call 2 forms. The problem is that when the 2nd form got called, the workflow is just suspensed.
If the workflow bypasss the 1st form, the 2nd form can be called correctly.
What did I miss? Is there anything to do the ':complete' field? I tried with different options on the value of ":complete without luck.
Thanks for advice
jxxe

I will claim my own duke points.
To have the 2nd form called, I need to
1. Specify synchronous execution to be true
2. Set the first form ":complete" as true.
Thanks for reading
jxxe

Similar Messages

  • How can we make a call to the Data base in the SAP Scripts?

    Hi All,
            How we make a call to the data base in scripts?
    I think we can use the PERFORM statement to achieve the above functionality.
    Pls correct me if i am wrong?
    Regards
    Abhilash.

    Hello.
    If you want to access database in the script itself (not in print program) yes, you can use PERFORM statement.
    In your script, use:
    /: PERFORM F_FORM IN PROGRAM ZRFIRFS05
    /: USING &VAR1&
    /: CHANGING &VAR2&
    /: ENDPERFORM
    Then, create a program ZPROG (ZRFIRFS05 in my case) with a structure like this one:
    REPORT ZRFIRFS05 .
    FORM f_form TABLES in_par STRUCTURE itcsy out_par STRUCTURE itcsy.
      DATA: l_data1(10).
      READ TABLE in_par WITH KEY name = 'VAR1'.
      CHECK sy-subrc = 0.
      l_data1 = in_par-value.
    *  SELECT .... "YOUR SELECT TO DATABASE
      READ TABLE out_par WITH KEY name = 'VAR2'.
      CHECK sy-subrc = 0.
      out_par-value = l_data3.
      MODIFY out_par INDEX sy-tabix.
    ENDFORM.
    Regards.
    Valter Oliveira.

  • I have one iPhone 8GB. after making upgrade of iTunes and software of iPhone, it's impossible to use the iPhone. There's no service! doesn't acept the code PIN! it only make emergency calls and the image in the phone is to conect to iTunes.What can i do?

    I have one iPhone 8GB. After making un upgrade of iTunes and software of iPhone, it's impossible to use it. There's no service! doesn't acept PIN code! it only makes emergency calls and the image in the iPhone is the sign to connect to iTunes. What can i do to solve it?

    Where are you and where did you get the phone.  This sounds like a classic symptom of someone who bought an iPhone that originated in the U.S. which was then hacked so it would run on a carrier network other than AT&T... Then, when updating the phone, it becare re-locked to AT&T.
    If that's what happened, you now own a paperweight. AT&T will NOT unlock them for any reason.
    If this isn't the case, please clarify where you are, what carrier you have and where you got the phone so we can begin troubleshooting.

  • Make a call from the app

    Hi guys,
    I am trying to make a call from the app. There is a button labeled as phone number. When user clicks on that button, it should call to the phone number.
    How do I do ?
    Can suggest me simple code ? I don't know whether this is possible or not.
    Thanks in advance.

    Hi Raiden -
    Have you tried this?:
    [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"tel://8005551212"]];
    - Ray

  • Portege R600 - Is it possible to make a call with the SIM?

    Hi,
    I wonder if its possible to use the Wireless connection manager 5 and to make or receive a call?

    Hi,
    I see that nobody answered so i will try to explain what i meant -
    Is it possible to make audio call with the Wireless Manager by the GSM modem module?
    I succeed to send SMS and to connect to HSPA data services but i dont find any reason why i can not connect to the GSM and make a call.
    I have Portege R600 model PPR61E-01C00NG3
    I even succeed to use the GPS that probably installed in the GSM/HSPA modem (wireless manager 5).
    If anyone can explain how and if it possible to make a call please send your reply ... i wnat to use the laptop with BT instead of cell phone ....
    Thanks
    Yan

  • Hi! I brought an iPhone 4 off my friend at work. The day I brought it, it was working fine but now I can't seem to send any messages or make phone calls. The network is showing up fine but each time I try to make a call it says "call failed" help any1?

    Hi! I brought an iPhone 4 off my friend at work. The day I brought it, it was working fine but now I can't seem to send any messages or make phone calls. The network is showing up fine but each time I try to make a call it says "call failed" I can't seem to send any messages either? I can use the Internet fine and everything else on the phone. Can anyone help?

    Hi chelsinator,
    You can reset the phone and it won't cause any problems or cause you to lose any data - Hold down the Home and Power buttons at the same time and continue to hold them down until the Silver Apple appears.
    The other thing you should do is to reset your network settings: Settings>General>Reset>Reset Network Settings. You will have to set up your Wifi again, but that oftentimes clears things up.
    Cheers,
    GB

  • Everything but the phone works! How am I suppossed to make a call on the iPhone 5?

    Just took the iPhone 5 out of the box, restored from my 3GS backup. Everything but the phone works! How am I suppossed to make a call on the iPhone 5?

    Have you tried turning it off and then back on? Do you see a carrier signal?

  • I can't make a call? The usual response I get i get is to check phone settings?. I tried to reset the network already still the same

    I can't make a call? The usual response I get i get is to check phone settings. I tried to reset the network already still the same problem. What is the possible problem? I can send message and receive calls

    Hey Rache0105,
    Some of the steps you've already done, but I would run through the iPhone Troubleshooting Assistant for call issues. You can find it here:
    Calls and connection issues
    http://www.apple.com/support/iphone/assistant/calls/
    Welcome to Apple Support Communities!
    Have a good one,
    Delgadoh

  • I can't make a call but i can received calls and send text messages its say you cannot make a call check the phone settings!

    i can't make a call but i can received calls and send text messages its say you cannot make a call check the phone settings!

    It is not a cell phone.

  • Calling the Adobe form in a workflow step for Approval

    Hi All,
    We are creating a PCR scenario using Adobe forms for "Employee seperation". This form will require 7 subsequent approvals from various agents which is to be handled using a workflow.
    I had gone through the ISR cookbook and managed to create a scenario. I have also assigned it to a PDF form and a dummy workflow. Now from my PCR iview i am able to submit the form for my scenario which also triggers the dummy workflow(through the BUS7051-CREATED event).
    Right now this dummy workflow just sends a mail(by sendmail step) to the first approver. Now i want this workflow to send a workitem to the first approver for approval of this form which will have to appear in his UWL. When the approver double clicks on the workitem in UWL he should be able to view the form along with Approve/Reject/Cancel buttons. I am not aware how to do this. My questions are,
    <b>Is this handled by a decision step or an activity?
    If it is an activity step which Task/Business object method is used to handle this?
    If it is a decision step how do we make the Adobe form also to be displayed along with approve/Reject buttons?</b>
    We are using ECC5.0 and EP6.0.
    Thanks in advance for any help.
    Prasath N

    Hi Rajasekhar,
    The UWL issue has been resolved now and i am receiving the workitems in my UWL. But i am getting the following error when i am trying to execute the workitem from my UWL.
    <b>Service cannot be reached
    What has happened?
    URL http://xxxxxxxx.xxxx.xxx.xxx:8000/webdynpro/dispatcher/sap.com/pcui_gp~isr/IsrFormApprove call was terminated because the corresponding service is not available.
    Note
    The termination occurred in system xxx with error code 404 and for the reason Not found.
    The selected virtual host was 0 .
    What can I do?
    Please select a valid URL.
    If you do not yet have a user ID, contact your system administrator.
    ErrorCode:ICF-NF-http-c:000-u:SAPSYS-l:E-i:DALSPHSB_HSB_37-v:0-s:404-r:Notfound
    HTTP 404 - Not found
    Your SAP Internet Communication Framework Team
    </b>
    I have done the following configuration settings in SWFVISU transaction :
    Task : TS500000075
    Visualization Type : WebDynpro Java
    visualization parameter: Application
    visualization Value: IsrFormApprove
    visualization parameter: Package
    visualization Value: sap.com/pcui_gp~isr
    Is there anything else that i have missed out in the configuration?
    Message was edited by:
            prasath natesan
    Message was edited by:
            prasath natesan

  • My connection cable for ipad 2 is not charging for the second time in one month, my connection cable for ipad 2 is not charging for the second time in one month

    i bought a new ipad 2 two months ago, after one month the new cable didn't work any more, can happen though?
    But now after an other month the second one is gone too, anybody with the same problems?

    unless you're really putting that cord under stress, it shouldn't go bad that quickly. It's possible that there could be issues with your iPad's port.
    Did you buy that ipad new or used? If new and if it's still under factory warranty (might not be with a 2) then you can have the apple store check it out and make sure there are no issues with that port.

  • How to make Vista partition on the HDD as first one with Recovery CD

    Hello,
    i want to format and recover the information to my "Vista" (C://) partition, which is the first. But when i choose the option "Format and recover to an existing first partition on your hard disk(without RE)" the computer began to recover to "Partition Type: windows NT NTFS (ID: 07)" which size is only 1.50 GB.
    In the middle of the process it shows "not enough space on a disk"
    Question: how to make "vista" partition the first one? What is "the first partition" in the second option of formating and recovering the system?
    Thank You for Your answers

    Hi
    You can obtain from your friends (I am sure someone has it) Microsoft WXP installations CD and install OS on C partition. On Toshiba download page you will find chipset and all necessary drivers to make WXP running properly. When finished connect external HDD or USB memory stick and copy all your data there. you can also install Nero demo version and create data CD or DVD. It is lot of work but if you have time you can do this without any problems.
    Other way connect your HDD as external one to other PC and copy all your important data. Sorry but I do not see other solution.

  • Problems aligning the second toolbar in one page

    Hi,
    I've got 2 Toolbar Regions with Lists and Buttons in it.
    These should be displayed with the breadcrumbs in the Page Template Region Position 1.
    When I just have the Breadcrumbs and then 1 Toolbar, the Breadcrumbs are displayed left, the Toolbar on the right side.
    Which is fine. If I create a second toolbar region, both toolbars are displayed left and the whole page structure gets messed up.
    If I hide the second one, the layout is fine again.
    How can I control how the toolbars are displayed?
    Thank you,
    BR
    Lena

    The best idea for this kind of problem is to create an example on apex.oracle.com. At the very least layout/UI problems require the following information to be provided:
    - Full APEX version
    - Web server architecture (EPG, OHS or APEX listener)
    - Theme
    - Page/region template(s) involved
    - Browser(s)/version(s) exhibiting the problem/for which a fix has to work

  • In APP how to make customisation so that the APP pay only one currency invo

    Hi,
    Please let me know the settings:
    for  App has to pay only one currency invoices.
    ex. we have invoicess with 3 currencies like INR , USD and GBP  but the APP has to pay only GBP invoices.
    local currency is INR.
    please let me know the customisation for the same.
    Thanks
    Jagadeesh

    Hi,
    In T Code F110 , go to free selection screen,  select the "field name" - Currency (BKPF-WAERS) from "Document" and in the Values, you can enter the INR or any one or multiple currencies by putting , for seperator. Now you can run the program asusual.
    In this case, documents will be selected for payment only your currency mentioned in the field "Values"
    There is an exclude check box also.  This excludes the value mentioned over there.  In your case, do not check this box.
    Hope it helps
    Saravanan.A

  • How can I make a button on the PDF form invisible?

    Hi all.
    I added a submit button to my PDF form but I do not want it to print on the form or appear when the form is e-mailed?
    Is there a way to make it invisible before I print or e-mail the document?
    If this is not possible, is there a way to add the submit button along with the javascript that needs to run when the PDF is opened?
    Thanks!

    Set the button's properties to "Visible but doesn't print"

Maybe you are looking for

  • Integration General new ledger and SAP orgmanagement

    Hello, as desribed in http://help.sap.com/saphelp_erp60_sp/helpdata/en/42/f8f25eba761a7de10000000a422035/content.htm there is a possibility to integrate object from the new general ledger into SAP HR. In my case it is not enough to integrate those ob

  • Number Conversion:Urgent

    Hi everyone, We have a scenario where we are getting an input from a file for date and number. these formats are given in the selection screen to make it easier for the user. for eg: date formats are given are dd/mm/yyyy so on whatever formats are av

  • How do I put a scale on an image display window?

    I am using a frame grabber and displaying an image. Is there any way I can put to left and bottom of the display like a axis or scale (I dont really know what to call it) that shows the pixel numbers along the x and y axis?

  • Philips VOIP phone install won't run on Win 7

    Hi - I've got a Philips VOIP 0801B/37 phone. It has an install disk. When I run the install disk it says it only runs on Windows 2000 and Windows XP. What I want is the microphone. What does it take to get a bigger selection of microphones in the Sky

  • Problems printing envelope from pdf file with logo & return address.

    I have the 6310 All-In-One Printer. I am experiencing major problems printing envelopes (standard size, #10) from a pdf file that is setup with a business logo, name , and address. First of all, the User Guide on page 63 directs you to load the envel