Probelm with GP

Hello,
I am having a serious problem with a GP.
I have craeated a GP containing 3 Actions:
Enter Project
Approve Project
Create Project
All of them have a Callable Object which works.
I consolidated the parameters with the 'propose consolidation' function.
When instatiating a new process, the first form is shown (Enter Project). After entering the required data and clicking on submit, the framework tells me:
Cannot complete action: Activity could not be read
I monitored the process, but i wasn't able to figure out where the problem is. All parameters had the value  in the value field.
Can anybody tell me what is going wrong or what may be the reason for my GP to not work??
Points will be rewarded! ANY help will be appriciated!!
Thanks, Johannes

Hi Johannes,
Are you able to run your application in GP now? If not, please chk for the following:
Are your actions in the correct sequence at the block level?
In the callable objects, are you able to expand and see the input parameters and o/p parameters?
Have you mapped the parameters at block level? as in - http://help.sap.com/saphelp_nwce10/helpdata/en/de/598041a17e060de10000000a1550b0/frameset.htm
Have you assigned the roletype to the process roles at Process level?
Let me know if its helpful
Regards,
Vani

Similar Messages

  • We are facing some probelms with reports6i

    hai,
    I am facing some probelms with reports6i.
    1.when i try to mail one report it is coming in the 'eps' format.how
    can i open this format.
    2.we are calling the report using the command line method not
    run_product.for these reports 'Generate to File' menu is not working.It say
    an error like Umimplemented Error (rep-0999)
    3.In one report we are using clob field.but when we take the print output of
    this field some of the characters are missing in paper.the problem what we
    think is that, there is no entre key padding when a word wrap is
    occuring.We have to give it manually which is not applicable in all
    cases.Please give some methods to solve these probelms.
    Please treat this as an urgent matter.
    thanking you,
    dilip

    If you have not set desformat you will get a file format determined by the driver of your default printer (even though you are not printing !). The file extension always seems to be .eps regardless of whether it is actually an eps (postscript) file.
    You can get other formats eg. pdf by setting desformat.
    If you do want to work with eps files you can download 'Ghostscript and GSView' which can display and convert them.

  • PROBELM WITH TYPE X  VALUE '20' IN CONCATENATE STATEMENT in ECC version

    Hi EXPERTS,
             I am working in ECC 6.0 version.
             PROBELM WITH TYPE X  VALUE '20' IN CONCATENATE STATEMENT in ECC           version
             C_DEL     TYPE X VALUE '09' having solution --C_DEL TYPE C VALUE CL_ABAP_CHAR_UTILITIES=>HORIZONTAL_TAB,
             If  C_DEL     TYPE X VALUE '20'   what was the solution in ECC version.
             Please let me know. I am awaiting for ur answers
    <b><REMOVED BY MODERATOR></b>
    Message was edited by:
            Alvaro Tejada Galindo

    Hi
    welcome to SDN forum
    move that X field to a char field and use in concatenation
    CONCATENATE works only with CHAR fields
    Regards
    Anji

  • Probelm with FDQM PDF reports

    Hi Gurus,
    Please help is resolving the PDF issue.
    we have many reports in process explorer like view data load status report when selected go from process explorer the report is not displayed in FDQM web browser,instead this is asking for the file to save.
    do we need to install anything like adobe reader on the FDM application server? please clarify?
    why this is opening up in a separate window or asking for pdf file save? the report should actually be coming up in FDQM web browser.
    your help is greatly appreciated.
    Thanks and Regards
    Mahesh

    i think this was the problem with adobe reader version which i was having, now i have installed 10.1.2 version of adobe acrobat and i am able to view the V9 reports in the browser window but iam still having the probelm with V11 reports it is prompting me to open or save.
    is there any specific web setting on the server side we need to do or is it something to do with IE setting?
    Thanks for the help
    Regards
    Mahesh

  • ITunes has detected a probelm with your audio configuration. HELP ME

    iTunes has detected a probelm with your audio configuration. Audio/Video playback may not operate properly.
    help i dont know to fix it.
    i cant count how many times i have unistalled itunes and quicktime, and it stills comes up with this probelm. help please

    A lot of people find that completely removing quicktime and then doing a repair install of iTunes works. The repair install reinstalls quicktime. The secret is to remove quicktime completely not just a simple unistall.
    Repair install
    Completely uninstall Quicktime (NOT iTunes) using the method in this article:
    http://docs.info.apple.com/article.html?artnum=93698
    Turn off antivirus/anti spyware
    Go to Control Panel>Add/Remove Programs>Change or Remove Programs
    Select iTunes, then click on Change, then select Repair.
    Restart computer

  • Hello i have Iphone 5 but reccently it found the problem on lcd . there are somelines on the screen and i have a probelm with sms and dial No.s

    Hello i have Iphone 5 but reccently it found the problem on lcd . there are somelines on the screen and i have a probelm with sms and dial No.s

    Then you have to bring it back to the country you bought it from. Warranty is not International.

  • Transportation probelms with objects

    Hi
    most of objects we installed bsuiness content, and migrated to 7.0 and amde some enhancements and moving quality each time request is getting failed like some objects are inactive for each module.  its defficult to check each object ( char and its contain attributes are active ior not)
    is theer any process i can check while collecting what are objects are inactive?
    2nd probelm is
    i replicated all datasource from ecc quality to BI quality
    then i am sending migration an dactive version of datasource to BI quality
    i am collecting all flow. why while transportating again data source is going source system for replication process?
    any setting we need to adjust, bec its taking long time
    ple let em know

    Hi,
    1. First you check all master data InfoObjects are Active or not?. Eg: take 0MATERIAL and check all Objects with in that i.e. Attributes, NaviGational...are active or not?. In this way you collect all InfoObejcts Information in one Excel sheet and then Transport all Ativated InfoOBjects to BI Qty.Then you send all Cubes/DSO's and so on....
    2. First you Transport the datasources from ECC Dev to ECC Qty and then Replicate all DS'S in BI Qty system and then You transport the Transfer/Update/Tranformations/DTPS from BI Dev to BI Qty.
    Thanks
    Reddy

  • Never ending Probelms with JSF

    Hi,
    I was just wondering if JSF is all hype but has no real value in it.
    I have been using for about 3 months. I have faced problems with it at almost every stage.
    1. Validators / Converters are not mature ( Why there is no attempt to integrate mature stuff like Commons-Validator which is already available. I am sure that every one of us agrees that vadation is very important for all web applications. I am aware that it possible to implement custom validators with JSF. But I feel the most comonly used ones should be available off the shelf.
    2. Consider
    <h:inputText id="text2" value="Please enter your text" rendered="false"/>
    If the rendered attribute cannot take a runtime expression value ... what is good for or what is the prupose behind having such an attribute ..... !!!!. This is just one instance there are many situations like this.
    I need to be able to choose whether a text field is rendered or not based on boolean value that is available as request attribute.
    3. There are innumerable probelms when we Tiles with JSF components.. For example if we have html content interleaved between JSF component tags. ... The Layout inspite of having proper definitions does not get rendered properly....The implementation of JSF Panel Grid is too restritced...
    4. There are many people out there implementing JSF components but they are buggy / incomatible with other implementations.... take for example ourfaces , myfaces , JSF reference implementation and Oracle's ADF are NOT compatible with each other... so what is this all about...
    Does anybody here have an idea as to how much time it would take for JSF to become stable enough to be used for Production applications...
    Any comments / suggestions are welcome
    Thanks in advance,
    Ram Kishore.

    Hi,
    I was just wondering if JSF is all hype but has no
    real value in it.
    I have been using for about 3 months. I have faced
    problems with it at almost every stage.
    1. Validators / Converters are not mature ( Why there
    is no attempt to integrate mature stuff like
    Commons-Validator which is already available. I am
    sure that every one of us agrees that vadation is very
    important for all web applications. I am aware that it
    possible to implement custom validators with JSF. But
    I feel the most comonly used ones should be available
    off the shelf.More off-the-shelf validators would be good, I agree.
    2. Consider
    <h:inputText id="text2" value="Please enter your text"
    rendered="false"/>
    If the rendered attribute cannot take a runtime
    expression value ... what is good for or what is the
    prupose behind having such an attribute ..... !!!!.
    This is just one instance there are many situations
    like this."rendered" does support dynamic values; just use #{} EL expressions.
    I need to be able to choose whether a text field is
    rendered or not based on boolean value that is
    available as request attribute.
    3. There are innumerable probelms when we Tiles with
    JSF components.. For example if we have html content
    interleaved between JSF component tags. ... The Layout
    inspite of having proper definitions does not get
    rendered properly....The implementation of JSF Panel
    Grid is too restritced...I think you're describing two separate problems here:
    (1) Needing <f:verbatim> is annoying. We (the EG) know; we're working on it.
    (2) More panel renderers would be good; you can look to component libraries (ADF Faces as one) for additional layouts.
    4. There are many people out there implementing JSF
    components but they are buggy / incomatible with other
    implementations.... take for example ourfaces ,
    myfaces , JSF reference implementation and Oracle's
    ADF are NOT compatible with each other... so what is
    this all about...OK, hold up here. There's some lump of claims here, and I don't know what you're specifically saying. It sounds as though you're saying component developers are writing buggy code, and therefore don't work with every implementation. With regards to Oracle's ADF Faces, we of course work with the JSF RI. We're close to working with MyFaces, but there's some issues remaining in MyFaces (perhaps already resolved) that block this. These aren't ADF Faces bugs. Expecting MyFaces to be perfectly compatible when it is not yet certified or described as production level is infeasible.
    (I can't speak for ourfaces.)
    -- Adam Winer (JSF EG, and ADF Faces)
    Does anybody here have an idea as to how much time it
    would take for JSF to become stable enough to be used
    for Production applications...
    Any comments / suggestions are welcome
    Thanks in advance,
    Ram Kishore.

  • Audio Probelms with some DVDS/BLU-RAY discs when using optical out to Audigy 2

    I have my PS3 connected to my Audigy 2 ZS soundcard via optical?cable to play 5. sound on my PC sound system (Klipsch Promedia Ultra 5.). I have finally successfully played discrete 5. sound with some DVDs. I have changed my optical out setting to bitstream in the DVD/BD menu (XMB) and selected optical with everything checked in (XMB). So far, The Matrix, The Matrix Reloaded and Minority Report have worked in proper 5. (not stereo matrixing). Both Dolby Digital and DTS tracks (I know it works because it sounds twice as good as Dolby?Digital) ?work in Minority Report. The problem is... Jurassic Park (DTS) and my Blu-ray MIssion Impossible 3 have no audio (probably more too). The STRANGE part is if I fastfoward both films by .5x (so that audio plays in FF) I can hear audio. When FF by .5x the display signal on the top of the screen changes from DTS or DOLBY DIGITAL: Multi Channel to DTS or DOLBY DIGITAL: 5..
    What is with that?Also I still do not get audio in any games, Resistance (Blu-ray)?or any game demo but I do get the audio from the game display screen (XMB). Please if anyone has?any?useful advise or information it would be greatly appreciated.
    ?Thank you!

    I have my PS3 connected to my Audigy 2 ZS soundcard via optical?cable to play 5. sound on my PC sound system (Klipsch Promedia Ultra 5.). I have finally successfully played discrete 5. sound with some DVDs. I have changed my optical out setting to bitstream in the DVD/BD menu (XMB) and selected optical with everything checked in (XMB). So far, The Matrix, The Matrix Reloaded and Minority Report have worked in proper 5. (not stereo matrixing). Both Dolby Digital and DTS tracks (I know it works because it sounds twice as good as Dolby?Digital) ?work in Minority Report. The problem is... Jurassic Park (DTS) and my Blu-ray MIssion Impossible 3 have no audio (probably more too). The STRANGE part is if I fastfoward both films by .5x (so that audio plays in FF) I can hear audio. When FF by .5x the display signal on the top of the screen changes from DTS or DOLBY DIGITAL: Multi Channel to DTS or DOLBY DIGITAL: 5..
    What is with that?Also I still do not get audio in any games, Resistance (Blu-ray)?or any game demo but I do get the audio from the game display screen (XMB). Please if anyone has?any?useful advise or information it would be greatly appreciated.
    ?Thank you!

  • Probelm with InDesign CS5 table resize

    I am having problems resizing tables in InDesign CS5.
    The width can be in- and decreased, however the height just won't move up nor down when pulling in the lower right corner nor anywhere else on the columns baseline.
    Anybody else having this problem?
    Is it a bug or maybe just me not understanding things correctly in the help section...?
    Any input is appreciated so knock yourselves out. :-)

    Hey again!
    I figured it out. Just made a complete new document and tried again.
    This time everything works as it's supposed to.
    I assume the problem has something to do with the fact that I overtook the job I am currently working on from a colleague and thus there was some form for corruption or similar.
    At least when starting from a fresh it's all working fine again.
    But you just gave me the idea to check this possibility so I rated your answer as helpful.
    However I have no clue what to do with the old document in order to change that. I guess it's one of those InDesign mysteries that so often occur but I also assume that copying and pasting will be sort of a solution..., well here and now at least.
    So unless you know what could be the reason for the corruption I'll thank you very much for your time and kind help.

  • I am having probelmes with my wifi

    I go to settings and then wifi to turn it on, but when I press it, it shows that circle that looks like it is loading but it never accepts the wifi and at the top of my phone where it should have the wifi logo it still says 4G. I have no idea what the problem is, I will be grateful for any help I get. I have the iPhone 4S and my update is the latest, I think it's 6.0.1. Thank you

    BOB we need you urgently
    Perhaps Bob will see this thread, he is the professor in these cases.
    You do not use a WEP password but wpa/wpa2 on router and equipment.
    All equipment connects to WiFi, but for your iPad.
    Even with all other equipment WiFi off, you cannot connect your iPad.
    Your iPad connects to other WiFi nets correctly.
    All resets etc done on iPad and Router.
    Still I am not sure it is your router for sure, frustrating...
    I want to test 2 other things:
    1. in your iPad, set everything OFF in Settings/Cellular, turn off/then/on your WiFi, and see whether it will still not connect...
    2. If that does not do it: disconnect the router as well as the modem from the power, for 15 seconds, then reconnect the modem, let it fully start, then reconnect the routet let it fully start, turn of your WiFi in iPad, then on, and see whether it will connect.

  • Probelm with email quality and printing

    Why is it that when I receive a photo via email I cannot print it out without receiving an exclamation point in a yellow triangle and then when I do print it out it's all pixilated? The image I receive is also smaller than the others in my photo album even though the photo was emailed to me in large format, highest quality.
    I tried to make a book using photos I emailed myself from my moms macbook and I had a problem with every one of them. However, if I upload them through a card reader then there isn't a problem. Why is this and what am I doing wrong?
    Thanks in advance,
    ellen

    ellen:
    As aubiem pointed out Mail will resize them. Be sure to select actual size at the bottom of the Mail window before sending.
    Or, you can zip the original file, drag to the desktop, Control-click on the photo or group of selected photos and select the "Make archive of...." menu in the contextual menu. That will insure the full image file is included in the email.
    Do you Twango?
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've created an Automator workflow application (requires Tiger), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 08 libraries and Leopard. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.

  • Very frustrating sleep probelm with x201

    i've had my x201 since about august of last year. it has been running fine until recently. this problem only happens intermittently. when i close my lid to put the laptop to sleep, at times it'll beep but after a few seconds, all the indicators go off and it shuts down. i'm not talking about the proper shut down for windows but it's as if the system just suddely loses power. and when i turn it on, windows will tell me that it was not shut down properly. this problem is similar to this one http://forums.lenovo.com/t5/X-Series-ThinkPad-Laptops/X201-sleep-issues/td-p/244161.i really want to get this fixed but i'm a bit hesitent about sending in my machine because of all the stories i heard.
    i'm also worried that because this is an intermittent issue, the tech service people won't see it. will i have to send it with my hard drive in the machine? a lot of people in that thread that i linked to earlier seem to have the correct part replaced. any ideas? (esp. Mark?)
    also what are the specific steps to start warranty claim. is there a preferred number to call and how should i go through the process. in additon, is the part in question widely available or will my sytstem be waiting at the depot for months waiting for the part. sorry this is my first warranty claim ever for a lapotp.
    thanks

    kevinf wrote: 
    also what are the specific steps to start warranty claim. is there a preferred number to call and how should i go through the process. in additon, is the part in question widely available or will my sytstem be waiting at the depot for months waiting for the part. sorry this is my first warranty claim ever for a lapotp.
    thanks
    Hi kevinf,
    If you haven't done so then I suggest calling lenovo support, not only they would walk you through the process but also should be able to answer your questions.
    Hope this helps.
    Maliha (I don't work for lenovo)
    ThinkPads:- T400[Win 7], T60[Win 7], IBM 240[Win XP]
    IdeaPad: U350
    Apple:- Macbook Air [Snow Leopard]
    Did someone help you today? Compliment them with a Kudos!
    Was your question answered today? Mark it as an Accepted Solution! 
      Lenovo Deutsche Community     Lenovo Comunidad en Español 
    Visit my YouTube Channel

  • Probelm with Printing FP image

    i want to print the FP of a VI multiple times and generate a PDF document.
    Before:
    i have used the following options.
    VI Properties >> Print Options >> Print with Execution     => this creates 3 pdf documents (on printing 3 times) instead of one.
    VI Properties >> Print Options >> Scale printed front panel to fit page.     => this option scales the FP to fit the page.
    with these options the FP image really fits on the page.
    Now:
    i need a single PDF document with all the 3 pages.
    Problem: If i use Append image to report VI, then i cannot scale the image on the page.
    by saving the image to disk and then appending it to a standard report, the Image is not really fitted with the page in the PDF.
    Please help
    thanks
    Renn
    Kudos always welcome for helpful posts

    i'm attaching an example vi which uses the method 'Print. Panel To Printer' and the created pdf. see page3.pdf. The quality of the pdf is really good.
    PanelPrint.vi prints a page each time it executes. i need a single pdf (or single print job) with multiple pages.
    but if i am using the report generation VIs, i am appending images to report and not getting the desired quality.
    any suggestions??
    attachments:
    CallerVI_Lv9.vi
    PanelPrint.vi
    Kudos always welcome for helpful posts
    Attachments:
    CallerVI_Lv9.vi ‏9 KB
    PanelPrint.vi ‏14 KB
    Page3.pdf ‏17 KB

  • Bizzare Disk reservation probelm with sun cluster 3.2 - solaris 10 X 4600

    We have a 4 node X4600 sun cluster with shared AMS500 storage. There over 30 LUN's presented to the cluster.
    When any of the two higher nodes ( ie node id 2 and node is 3 ) are booted, their keys are not added to 4 out of 30 LUNS. These 4 LUNs show up as drive type unknown in format. I've noticed that the only thing common with these LUN's is that their size is bigger than 1TB
    To resolve this I simply scrub the keys, run sgdevs than they showup as normal in format and all nodes keys are present on the LUNS.
    Has anybody come across this behaviour.
    Commands used to resolve problem
    1. check keys #/usr/cluster/lib/sc/scsi -c inkeys -d devicename
    2. scrub keys #/usr/cluster/lib/sc/scsi -c scrub -d devicename
    3. #sgdevs
    4. check keys #/usr/cluster/lib/sc/scsi -c inkeys -d devicename
    all node's keys are now present on the lun

    Hi,
    according to http://www.sun.com/software/cluster/osp/emc_clarion_interop.xml you can use both.
    So at the end it all boils down to
    - cost: Solaris multipathing is free, as it is bundled
    - support: Sun can offer better support for the Sun software
    You can try to browse this forum to see what others have experienced with Powerpath. From a pure "use as much integrated software as possible" I would go with the Solaris drivers.
    Hartmut

Maybe you are looking for

  • G4 upgrade now one monitor won't power on

    ANY HELP WOULD BE APPRECIATED! I'VE BEEN UP ALL NIGHT!! I put in 2GB of RAM today along with a super combo (DVD, CDRW) drive. I tested the machine with a single monitor at work, it was fine. When I got it home and hooked it up to my dual monitors, on

  • Having trouble syncing this computer with login name and password

    I dis all the work on my business computer with regards to transferring the favorites, email addresses, etc from AOL. I then signed up for the sync option and I do have Sync Key. However when I try to sync my home computer I get a message that either

  • Excel attachment in mailing program

    Hi, I am sending excel attachment in the mailing program. The attachment contains 56 lines, but the problem is the attachment which is coming with 22 line only in mail . What may be the problem? Regards,

  • In app purchases when transferring to a new device?

    Here is my situation.  My sons ipod touch is cracked so I want to transfer his data to my old iPhone 4.  My hope is that I will be able to transfer all of his apps and his in app purchases over to the new device.  So far I have backed up the old Ipod

  • WBS ZPS.EXZZA210.1484 : WiP in Financial Accounting is still to be cleared/

    Hi guys I cannot close the WBS element beacuse of this message WBS ZPS.EXZZA210.1484 : WiP in Financial Accounting is still to be cleared/settled. All the orders are closed and there are no commitments . I also ran the RA as well.