How to use PREDECESSOR_PARAMETER in DECISION process type?

HI Guys,
I have a process chain where I need to use a decision process type and before it I have an abap program process type, so I have to get the result of my process type predecessor (Abap program process type) and fill in my decision process type to make a decision.
I have a look on PREDECESSOR_PARAMETER on DECISION process type but I don't understand how I can use it.
Now I am trying to figure out how to set parameters in a ABAP program running before the decision step and then using them in order to decide on the subsequent step.
Does anybody have an idea?
Thanks,
Angeli

Hi,
Have a read of this document and see if it answers your question
Using ABAP with Process Chain Decision Processes
Regards,
Gareth

Similar Messages

  • Someone knows PREDECESSOR_PARAMETER in DECISION process type???

    HI
    Today is my day of questions so here hopefully the last on....
    Die anybody know the formula parameter "PREDECESSOR_PARAMETER" that can be used in the DECISION process type?
    Google and sdn search provide exactly 2 results with this information:
    <i>
    PREDECESSOR _ PARAMETER: Runtime parameter of direct predecessor</i>
    According to the familia editor the parameter is to be used as follows:
      PREDECESSOR _ PARAMETER(<I_FIELDNAME>,<I_LOW_OR_HIGH>,<I_NUMBER_OF_VALUE>)
    Now I am trying to figure out how to set parameters in a ABAP program running before the decision step and then using them in order to decide on the subsequent step.
    Does anybody have an idea on that topic?
    The topic might also be interesting for an sdn BLOG.....
    Regards,
    Minima

    Hi ,
    Did you get PREDECESSOR_PARAMETER working. If yes, can u pls share an example.
    Thx,
    Kartheek

  • How to use BAPI with Decision Dialogue

    Hi Gurus
    would you please let me know how to use BAPI with decision dialogue in guided procedure .
    I have a BAPI checking logon credentials for the user . how to use this BAPI for making decisions that is if the logon is correct then perform one process else go to logon screen again .
    Thanks in advance
    Regards Namita

    Hi Namita,
    1. Follow the steps mentioned in section <a href="http://help.sap.com/saphelp_crm50/helpdata/en/33/198141f906040de10000000a1550b0/frameset.htm">Exposing an RFC-Enabled Function Module as a Callable Object</a> to use the BAPI as a Callable Object.
    2. Follow the steps mentioned in tutorial # 93 and 93a in the CAF Tutorial Center for the decision part.
    Hope these helps.
    Nilay

  • Error in Decision Process Type Transport ( process chain)

    Hi,
    I have used a decision process type in my process chain and hence used the BW formula builder to create the logic for the "if then else" conditions of the decision process type. I have collected the process chain with all the required components like the process chain, the start process type, the decision process type and the corresponding formulas.
    The trasnport went in fine with a warning (return code 4), but the formulas didn't get transported. The transport log reads like "An error occurred when deleting formula XYZ version A" at the RS_RSFO_AFTER_IMPORT.  The overall status is a 4 and even though the log reads like "An error" it is in yellow indicating that it is just a warning.
    I checked in target system ..other objects are transported except for the formulas. The table RSAFORMMAP doesn't contain any record for the formula ID XYZ in the target system whereas the sender system has corresponding entries.
    Transport requests are colleceted properly.. i able to see formula ID , all object table in TR. but stll its not moving to target system..
    what will be the issue?
    Regards
    Rajesh

    HI,
    I found SAP NOTE 0000884385  for this issue. but is there any otherway to rectify this issue
    Regards
    Rajesh

  • What is correlation ? when and how to use it in BPEL process?

    Hi,
    What is correlation ? when and how to use it in BPEL process?
    Thanks

    Hi:
    Take a look at this entry http://blog.andrade.inf.br/2010/03/oracle-bpel-11g-correlation-sets.html
    thx
    best

  • How to use clob or blob data type in OWB

    how to use clob or blob data type in OWB?
    if OWB not surport these data type,how can i extract the large data type from data source

    The same question was asked just two days ago No Data Found: ORA-22992
    Nikolai Rochnik

  • How to use buttons in hcm process and forms?

    Hi Experts,
    I want to know how to use buttons in HCM process and form.
    And when i click on the button it was validating all the fields and it was throwing an error ( complete SACHP fields) i am not using this filed in any where of my form.
    So, please help in getting out of this error. And help me with some document, which method will  trigger once we click on the button.
    Thanks & Regards,
    Rocky

    You do not need to add this field to your list. In the view V_T588MFPROPS (SAP delivered), this field is set as mandatory. In configuration, you must maintain the view V_T588MFPROPC (Customer area) and make sure the field is not set to mandatory. This will override the SAP delivered setting and the error message will be not be displayed.
    Derrick Banks
    Banks & Company, LLC

  • How to use loop in BPEL Process

    Hi friends
    I have done a bpel process which picks up XMl file using File Adapter and imports the data from the XMl file to oracle db table using DB adapter....
    But here the XMl file which have only one row ..if i want insert the XML file which have two or more rows i want to use loop in my BPEL process how to use the loop in my bpel process ?
    In my BPEL process i have used receive ,transform , and invoke activity where can i use loop in my BPEL process
    Advance Thanks
    AT

    Hi Friend thanks
    Hi Oracler how to make use of transform activity and use a for each in it.?
    iam not getting i try can u please explain some more in brief
    Thanks
    AT

  • How to use a non-standard true type font that won't be changed by the native environment on others' computers when they open the document?

    We are using a non-standard true type font (Zurich Ex BT) when creating a .pdf document but when others view it, the font is changed on their computers.  How do we use this font and keep it from being changed when others look at it?

    This is actually good stuff and well written but I hesitate to advise people to use either the "oven trick" or really even the heat gun method as both are notriously short-lived even if they appear effective. Your far better bet is to send the board in to one of the vendors on the internet who are set up to do a proper reball. Even those fixes are good for maybe 12-18 mos. But again, you get a high grade for spelling it out.

  • How to use JDBC II and III Type Drivers?

    Hi To All
    I am learning JDBC Programming in Java. i got some couple of examples on JDBC I and IV type of Drivers. but i am not able to understand, and use 2nd and 3rd Type of JDBC Drivers. i did not find those examples anywhere. if you know how to use them, please help me. Thanks in advance.

    that's not for you to worry about. The native code is part of the driver, and supplied with it.
    In other words, the driver calls some DLL (or whatever, depending on operating system) which is most part of or calls the database client also installed on the client.
    This in turn calls the server.
    Your Java code never notices all that going on under the hood, except that it may well be slightly slower than using a type 4 driver (depending on the database, some may have highly optimised native network traffic, which is so much faster than the IP traffic of a type 4 driver that it makes up for the extra work needed to communicate between applications and application layers).

  • CF11 Actionscript 3 - I'm migratiing from AS2 and can't use REMOTING, so how to use cfc's and process their results?

    The CF11 integration notes describe how to do use Flash Remoting. I use that in my AS2 code and it works fine. I'm trying to migrate to AS3 where there is no Remoting. I have done the following:
    import flash.net.*;
    import flash.events.*;
    var CFCService = new NetConnection()
    CFCService.objectEncoding = 0;
    CFCService.connect("http://localhost:8500/flashservices/gateway/")
    var responder2 = new Responder(getActiveUsers_Result, onFault);
    CFCService.call("cfc.SyslockComponents.getActiveUsers", responder2);
    stop();
    function getActiveUsers_Result(result:Object):void
        trace("getActiveUsers Result Status: " + result.STATUS);
        for (var property:String in result)
            trace(property +" : " +result[property]);
    The OUTPUT of my program shows the contents of the STRUCT returned by the CFC:
    getActiveUsers Result Status: ALLOK  <<<<<< the CFC completed successfully
    RECCOUNT : 1  <<<<<<<< There was one record select by query
    DETAILS : [object Object]  /<<<<<< this contains the query results
    STATUS : ALLOK
    I don't know how to process DETAILS because RECORDSET is not available in AS3.

    S/he's only offering six Dukes here:
    http://forum.java.sun.com/thread.jsp?forum=54&thread=469450&start=0&range=15#2169975
    This problem has been done before. Break this down into something simpler. You don't need an applet. Just do it on the command line. You don't need a database. Just create a flat file if you need some persistent data. Do the simple thing first, then build out from there.
    Click on the special tokens link up above and learn how to use [ code][ code] tags.
    Your code is a big, unreadable mess. You've got pare this down into something sensible. If you can't understand it, it's unreasonable to expect someone on this forum to wade through all of that. - MOD

  • How to use temporarly table wid record type

    Hi,
    how to use temporarly table wid the record type wid this example
    declare
    type empcurtyp is ref cursor;
    type rectype is record (veid t.emp_id%type, vename t.ename%type);
    TYPE tabtype IS TABLE OF rectype;
    empcv empcurtyp;
    vtab tabtype;
    begin
    open empcv for select emp_id,ename from t;
    loop
    fetch empcv into vtab;
    exit when empcv%notfound;
    dbms_output.put_line(vtab.vename||vtab.veid);
    end loop;
    close empcv;
    end;
    here we hav table t and i m taking only two fields of the table t which r emp_id and ename.

    Try this
    declare
    type rectype is record (veid t.emp_id%type, vename t.ename%type);
    type empcurtyp is ref cursor return rectype;
    TYPE tabtype IS TABLE OF rectype;
    empcv empcurtyp;
    vtab empcv%rowtype;
    begin
    open empcv for select emp_id,ename from t;
    loop
    fetch empcv into vtab;
    exit when empcv%notfound;
    dbms_output.put_line(vtab.vename||vtab.veid);
    end loop;
    close empcv;
    end;

  • How to use KAUF_AUFNR_CHANGE  to change Process order and Update a field

    Hello ,
    I am working on 4.6C system and I hve a requirement to change Process order and Update a field value passed from a ABAP Program. I am looking for suitable Function modules or Bapi ( available in 4.6c) .
    I have come across FM KAUF_AUFNR_CHANGE . Would appreciate any guidance on how to use the FM in my program and Update a field in the Process order.
    Many Thanks!

    All the importing parameters of this function module have a striaght structure of the transperent tables...
    i have checked the code and it has a modify statement based on the importing parameter..
    pick one record in databas and pass it to the importing parameters, with some values changed...
    i think that should work
    what values  to pass the import values of FM -KAUF_AUFNR_CHANGE.
    Edited by: ssm on Aug 4, 2011 7:19 PM

  • How to use DS's text processing to parsel the text data stored in DB table?

    I want to use DS's text processing to parse the text data stored in a database table, but all the demo I see is parsing text from a flat file. I tried with the blueprint  sample and edit the input from a flat file to database table, but can not map the column with the base entityExtraction. anyone can give me a guide or example? thanks so much!
    regards,
    Bin

    Still looking for some ansewers. Can any one help me?

  • How to use progressbar with another process ?

    Hi guys, i am working on an audio processing project in which i want to implement progressbar.I have two separate classes in which one contains code for GUI and another contains code for the logic when some event occurs in GUI.
    I have process button whose click event does the processing of files and attach tags to it.
    The processing of files does in another class. I have tried using the progressbar with GUI when user clicks process
    it should co-relate with appropriate message like "(Processing 1 of 10 files) " and side by side progress also been shown and when all tags attached to the files completed then it should give finished message on progressbar.
    public javax.swing.JProgressBar progressBar;
    public TAG{
    progressBar = new javax.swing.JProgressBar();
    progressBar.setName("progressBar");
    this.progressBar.setString("Awaiting User Input");
    this.progressBar.setStringPainted(true);
    private void processBtnActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_processBtnActionPerformed
            // TODO add your handling code here:
            AudioTagProcessor audioTagProcessor = new AudioTagProcessor();
            FileHelper fh=new FileHelper();
            int mp3Files = fh.getFiles(new File(sourceTxt.getText()), AVLConstants.FILE_TYPE_MP3);
            //setJProgressBar1(jProgressBar1);
            if(mp3Files>0){
                setProgressBarToDisplay(mp3Files);
                processBtn.setEnabled(false);
                timer.start();
                try{
                    FileUtils.copyDirectoryToDirectory(new File(sourceTxt.getText()), new File(destnTxt.getText()));
                   audioTagProcessor.searchForTags(new File(sourceTxt.getText()), new File(destnTxt.getText()), AVLConstants.FILE_TYPE_MP3, this,progressBar);
                    progressBar.setString("Finished Processing "+mp3Files+" of "+mp3Files+" files.");
                    addToActivityLog("Processed " + mp3Files + " files of " +AVLConstants.FILE_TYPE_MP3+ " type.");
                }catch(Exception ie){
                    ie.printStackTrace();
            }else{
                addToActivityLog("Selected 'Source Folder' does not contain any files of type " + AVLConstants.FILE_TYPE_MP3
                        + ". Please Selected a folder containing files of type "  + AVLConstants.FILE_TYPE_MP3);
            }The addToActivityLog is a text pane where i used to display message.
    The AudioTagProcessor is a class where i used to do tag attachment to mp3 file.
    The problem comes is that whn i click process button it completes all the tag attachment process and then the progressbar starts and displays message. Is there any way so that i can relate both the processes with each other like when tag is being attached side by side progressbar also increases and give me appropriate message.
    Can u plz help me how to do that ?

    DarrylBurke wrote:
    sureshot324 wrote:
    Yeah read the link. Basically how it works is you launch another thread that does the heavy work and updates a variable (usually an int, or define your own Progress class that includes a status message) that keeps track of the progress. You then launch a Timer that checks this variable at a certain interval, say every 200 miliseconds, and updates the progress bar accordingly.Looks like you're not familiar with the JDK 1.6 SwingWorker, with its doInBackground, publish and process methods :-)
    dbNope I'll have to look into it. Does it really make it much easier than my method though?

Maybe you are looking for

  • Error:Message could not be delivered will remain in Outbox

    The error message further states that "The server*** cannot be contacted on port 25" This happens when the computer is sleeping and an alarm is sent from iCal. On my older computer, the mail would open automatically and display the alarm message as s

  • Sales Orders Transparent Tables Needed

    I am trying to create a report with SQV1 that shows Sales Order  Sales Order Status Material Rev Level on Material ECN Number on Material ECN Description on Material I need the transparancy tables for Sales Order Detail; I tried VBAP and VBAK and bot

  • Commit work in FQEVENT 295

    Hi all, I am working on F!CA event 295, copied standard function module and created as Z_FI_295_MULTIPLE_NSF. Here i am updating business partner using function module BUPA_IDENTIFICATION_CHANGE, after calling BUPA_IDENTIFICATION_CHANGE if i use BAPI

  • HT201472 I lost my iphone and dont know any of my information to get on icloud to get it

    I lost my iphone and cant get onto icloud to find my phone how can i get help with this?

  • Ripple delete in to out?

    Okay I can't for the life of me find the keyboard shortcut for this but it must be possible, can someone help me out? I just want to ripple delete what I've marked between in and out.