Parametre id  for  'BDC_OKCODE'  ???

Hi EveryBody ...
I want to parametre id for Bdc_code .
I want to use -
in my code ..
SET PARAMETER ID '------' FIELD  '=IFLU' .
Thanks For reply .
Edited by: Serkan Taskan on Aug 13, 2008 8:30 PM

Hi,
In the bdc you can pass the ok code using the following routine
PERFORM bdc_field  USING 'BDC_OKCODE'   'IFLU'.
FORM bdc_field USING fnam fval.
  IF fval <> nodata.
    CLEAR bdcdata.
    bdcdata-fnam = fnam.
    bdcdata-fval = fval.
    APPEND bdcdata.
  ENDIF.
ENDFORM.

Similar Messages

  • Selection parametres for new parametres

    Hi experts,
    what are the selection parametres available for movement types,
    what is the role of that in settings of new movement tye ?
    will reward points,
    thanks & regards

    Hi
    You can visit Spro - mm - purchasing - reporting - maintain pur list - selection parameters  - define selection parameter and check the setting for following selection parameters. Settings based on ordered quantity, invoiced, block stock and many more are available.
    WA351     Open issue quantity
    WA352     Issue quantity reversible
    WE101     Open goods receipt
    WE102     Goods receipt exists
    WE103     Open goods receipt
    WE104     GR blocked stock exists
    WE105     GR blocked stock exists
    WE106     Goods receipt exists
    WE161     Open goods receipt: returns
    WE162     GR exists: returns
    Regards
    Rajesh

  • How to read the indicator for arbitrary use (RKEPA - T550A)

    Hi Everyone,
    I would like to use (retrive data from) the "Indicator for arbitrary use" field (RKEPA) of the Daily Work Schedules screen (table T550A) in Time Evaluation. I checked the documentation for HRS?S, HRS1T and VARST but didn't find anything.
    Could someone help me ?
    Thanks in advance,
    Zakaria.

    I think you will have to write your own operation, Zakaria.
    Actually it's quite normal to write general parametric operations for retrieval of additional fields that SAP does not provide for.
    Good luck!
    Rodrigo

  • Parametrized relation connections - don't work when source and target are different

    Hi All,I have next problem:I am using parametrized relation connection firstConnection (user and (encripted)password are taken from parameter file). Here are values from param file: $DBConnection_source=firstConnection$DBConnection_source=firstConnection$ParamUser=svaba$ParamPwd=Dni32iRiH0Yjro1U04+RTC==  This is (source and target are same) working fine for years.
     But now I need two different connection, i.e. source is (existing)   firstConnection and target is secondConnection. On both instances I have  same user 
      (svaba) with same password. I created second parameterized connection with  user = $ParamUser    and password = $ParamPwd     Now, parameters are: $DBConnection_source=firstConnection$DBConnection_source=secondConnection$ParamUser=svaba$ParamPwd=Dni32iRiH0Yjro1U04+RTC== When run workflow, got error: ORA-01005: null password given: logon denied.I triede to change connections by entering values for password (not use parameters for password) got error: ORA-01017:invalid username/password:logon denied.When I am using same (parametrized) connection for source and target (any of these two) everything is fine. That is sign that connections are good. Does someone have any idea about this problem

    Hi All,I have next problem:I am using parametrized relation connection firstConnection (user and (encripted)password are taken from parameter file). Here are values from param file: $DBConnection_source=firstConnection$DBConnection_source=firstConnection$ParamUser=svaba$ParamPwd=Dni32iRiH0Yjro1U04+RTC==  This is (source and target are same) working fine for years.
     But now I need two different connection, i.e. source is (existing)   firstConnection and target is secondConnection. On both instances I have  same user 
      (svaba) with same password. I created second parameterized connection with  user = $ParamUser    and password = $ParamPwd     Now, parameters are: $DBConnection_source=firstConnection$DBConnection_source=secondConnection$ParamUser=svaba$ParamPwd=Dni32iRiH0Yjro1U04+RTC== When run workflow, got error: ORA-01005: null password given: logon denied.I triede to change connections by entering values for password (not use parameters for password) got error: ORA-01017:invalid username/password:logon denied.When I am using same (parametrized) connection for source and target (any of these two) everything is fine. That is sign that connections are good. Does someone have any idea about this problem

  • Exclude a participant for a role while assigning an instance.

    Hello
    I'm trying to implement an approval process using ALBPM 5.7.
    Would like to know if there is a way of excluding a participant from a role and send the instance to all other participant.
    Do you have any suggestions or a solution?
    Thanks.

    I'm sure there are other ways to do this, but here are a couple approaches you've probably already thought of that have worked in the past to do this.
    One approach is to allow the screenflow associated with the Interactive activity to prevent the designated end user from invoking the work item instance. You'd pass in the name of the participant you want excluded into the screenflow as a variable. Inside the screenflow, you'd have a conditional transition from the Begin to a Interactive Component Call task with a screen that tells the designated end user that they cannot use this work item instance. The logic in this conditional transition going to this task would check to see if the name in the variable passed into the screenflow is equal to the predefined variable "Participant.name" (note the uppercase "P" in participant). Once the Interactive Component Call task completes it would flow to an Automatic Task that has the logic "action = CANCEL" and then flows to the End task in the Screenflow. The drawback to this approach is that designated end user will be able to see the work item instance in their inbox and they will be able to click on it (although they won't be able to take an action on it). The benefits are that this is simple to set up (a conditional transition and a couple tasks in a Screenflow).
    A second approach is more complicated, but more interactive. On the fly, you'd create a parametric role. This parametric role for this work item instance would have every participant in the role except for the designated person. When the work item instance flows across to the Interactive activity inside the parametric role, the designated employee won't see the instance and everyone else would be able to see it. The drawback to this approach is that you're creating a bunch of new parametric roles (one for each work item instance). The benefit is that the designated end user won't be able to click the instance since it won't even appear in their inbox.
    Dan

  • CF7 setting for BOM change transfer.

    Hello All,
    Can some one explain the importance of having CF7 parametre set for the users.
    And also, when the integration models for PPM are generated and activated, is it necessary to schedule a job with user having CF7 setting for both generation and activation steps. or it is sufficient to have to activation step alone with CF7 user setting.
    Thanks in advance,
    Prabhu.

    Hi,
    you don't set CF7 Parameter in the user profile. This Parameter must be set in R/3 table TPARA.
    See "Note 453198 - PPM: Transferring BOM components without a key date" for further information.
    Please consider that CF7 does not support phatom assembly groups.
    Kind regards,
    Christian

  • Create driver for form

    hii guys,
    1. how we create driver for form.
    2. how we create form tht driver program
    3. how we link tht form to tht driver program
    4. please provide me form and program.
    regards
    rahul
    Title was edited by:
            Alvaro Tejada Galindo

    hi,
    see also this
    Check out this for Sap Script..
    Check out the links for SCRIPTS
    http://wiki.ittoolbox.com/index.php/Sap_script#7.6.7.09Space_Compression
    http://sappoint.com/abap/
    http://www.henrikfrank.dk/abapuk.html
    http://esnips.com/doc/1ff9f8e8-0a4c-42a7-8819-6e3ff9e7ab44/sapscripts.pdf
    http://esnips.com/doc/1e487f0c-8009-4ae1-9f9c-c07bd953dbfa/script-command.pdf
    http://esnips.com/doc/64d4eccb-e09b-48e1-9be9-e2818d73f074/faqss.pdf
    http://esnips.com/doc/cb7e39b4-3161-437f-bfc6-21e6a50e1b39/sscript.pdf
    http://www.sap-img.com/sapscripts.htm
    http://sappoint.com/abap/
    http://www.henrikfrank.dk/abapexamples/SapScript/sapscript.htm
    go to se71->first u create the form.
    there from PAGES AND WINDOWS OPTION , PLACE THE CONTROL ON MAIN WINDOW->EDIT->TEXT ELMENTS.
    GOTO->CHANGE EDITOR
    THERE GIVE FOLLOWING.
    /E ELE1
    &ITAB-VBELN&
    &ITAB-ERDAT&
    &ITAB-NETWR&.
    F3->SAVE AND ACTIVATE
    AND IN THE PRINT PROGRAM
    EXECUTE THE FOLLOWING CODE
    REPORT ZUSC.
    tables:vbak.
    parametrs:ordno for vbak-vbeln.
    data:begin of itab occurs 0,
    vbeln like vbak-vbeln,
    erdat like vbak-erdat,
    netwr like vbak-netwr,
    end of itab.
    CALL FUNCTION 'OPEN_FORM'
    EXPORTING
    FORM = 'form name '
    LANGUAGE = SY-LANGU.
    select vbeln erdat netwr from vbak into table itab where vben = ordno.
    loop at itab.
    CALL FUNCTION 'START_FORM'
    EXPORTING
    FORM = ' ' "GIVE U R FORM NAME ,LANGUAGE,START PAGE
    LANGUAGE = ' '
    STARTPAGE = ' '.
    CALL FUNCTION 'WRITE_FORM'
    EXPORTING
    ELEMENT = 'ele1 ' (this one u have to give in mainwindow->edit->text elements)
    FUNCTION = 'SET'
    TYPE = 'BODY'
    WINDOW = 'MAIN'.
    CALL FUNCTION 'WRITE_FORM'
    EXPORTING
    ELEMENT = 'ELE1 '
    FUNCTION = 'SET'
    TYPE = 'BODY'
    WINDOW = 'MAIN'.
    CALL FUNCTION 'END_FORM'.
    ENDLOOP.
    CALL FUNCTION 'CLOSE_FORM'.
    save,activate and execute
    http://sap-img.com/sapscripts.htm
    http://www.thespot4sap.com/Articles/SAPscript_Introduction.asp
    I think it will useful for u.
    Reward points if useful.

  • Problems using mathml XML Schema in XMLDB

    I have successfully loaded the hierarchy of XML Schema definition documents for the current 'mathml' by adjusting the relative paths in all include and import statements, and by forcing the load to overcome cyclic dependency issues.
    However when I try to create a table using the XMLTYPE or register another schema which is dependent on mathml I receive the following error:
    ERROR at line 1:
    ORA-31079: unable to resolve reference to group "Content-expr.class"
    ORA-06512: at "XDB.DBMS_XMLSCHEMA_INT", line 37
    ORA-06512: at "XDB.DBMS_XMLSCHEMA", line 61
    ORA-06512: at "XDB.DBMS_XMLSCHEMA", line 126
    ORA-06512: at line 14
    Having tried loading into both 9iR2 and 10GR2 databases and pasting the document containing the 'Content-expr.class' into the parent document (i.e. removing the include) I have come to the conclusion that there is a problem with the schema definition.
    However being new to XML I do not know what ths issue is as the file containing the definition (math.xsd) is included well before the references in the parent document.
    Here is the group definition corresponding to the offending reference:
    <xs:group name="Content-expr.class">
    <xs:choice>
    <xs:group ref="ContExpr.class"/>
    <xs:group ref="PresExpr.class"/>
    </xs:choice>
    </xs:group>
    I am also unable to trace which reference is causing the problem as there are several.
    Does anyone have any suggestions as to what could be causing this issue, or how I can obtain further diagnostics?
    Any help much appreciated.
    Robert Honeyman
    *********** New info ***************
    OK. I have tried further to register the schema, and have the following additional information.
    I determined that I thought my problem was cyclic dependencies being resolved ONLY by virtue of the parent file mathml2.xsd. I therefore pasted all the files together in include order so that this was no longer an issue. I then performed the following actions:
    1. I tried to register into Oracle 9iR2 database (9.2.0.4) and received the following error:
    ERROR at line 1:
    ORA-31151: Cyclic definition encountered for group: "Content-expr.class"
    ORA-06512: at "XDB.DBMS_XMLSCHEMA_INT", line 0
    ORA-06512: at "XDB.DBMS_XMLSCHEMA", line 26
    ORA-06512: at "XDB.DBMS_XMLSCHEMA", line 131
    ORA-06512: at line 14
    2. I then tried registering the schema into an Oracle 10G Release 2 database as well, and received the following error:
    ORA-31084: error while creating table "MEDLINE"."math729_TAB" for element
    "math"
    ORA-01792: maximum number of columns in a table or view is 1000
    ORA-02310: exceeded maximum number of allowable columns in table
    ORA-06512: at "XDB.DBMS_XMLSCHEMA_INT", line 37
    ORA-06512: at "XDB.DBMS_XMLSCHEMA", line 61
    ORA-06512: at "XDB.DBMS_XMLSCHEMA", line 126
    ORA-06512: at line 14
    My conclusions are as follows:
    1. 9iR2 (the version I was using at least 9.2.0.4) can't handle cyclic dependencies at all, or at least not complex ones.
    2. Neither 9iR2 or 10gR2 can handle cyclic dependencies (or other dependent definitions managed purely by virtue of a parent file with multiple include statements)
    3. 10gR2 can handle cyclic dependencies when they are all defined in the same file or resolved by an explicit include regardless of complexity.
    4. 10gR2 cannot handle highly complex XML Schema definitions due its limit of 1000 columns per table.
    Does anyone have any comments on these conclusions?
    I don't even want to handle Mathml, just another schema definition that imports it. I may try to make my own adjustments.
    Message was edited by:
    rhoneyman
    null

    Thanks, I found the relevant sections in the XML DB 10GR2 documentation (chapter 3 I think). As far as I can tell my options are to either use one of the following:
    - top-down technique creating tables for sub elements in the schema definition
    - bottom-up technique collapsing some of the lower elements into CLOBs (I guess this is semi-structured storage)
    The problem with Mathml is that it seems quite complex, with only one global schema element and many nested elements, hence only one table is created by XMLDB and it logically follows that we run out of columns.
    To get it to work is likely to involve a fair amount of manual schema modification, which incurs a maintenance overhead for me.
    It would be good if Oracle could provide a way of simplifying this maintenance of complex schemas to get them to be registered. I guess this would be increasing the number of columns alllowed for a table or offering some other parametric option for DBMS_XMLSCHEMA.REGISTER_SCHEMA that allowed a threshold and either a top-down or bottom-up approach to be taken automatically.
    For the time being I am using a simplified schema that does not depend on Mathml for my storage needs.

  • Oracle Client(8.0.5) installation on Linux(6.0)

    Please Help,
    These are the steps followed in the Oracle
    client installation of the Linux
    version
    1. Loaded SQLNET, TCP/IP Adapter and sqlplus from the Oracle CD for Linux.
    2. While running SQLPLUS it gave the 'Missing Library file'
    3. Added LD_LIBRARY_PATH parameter to .profile, problem solved.
    4. While running SQLPLUS a new message 'Segmentation Fault - Core dumped'
    started coming.
    After analysing it was observed that none of the Linux memory parametre
    required for oracle had been tuned. these parameters are :-
    shmmax,shmseg, shmmin, shmmni, semmns, semmni
    We know the value of these parameters but the problem is that in linux we
    are not able to find the Kernel paramater file,
    as we do not know the Kernel parameter file name and the location in which
    it is situated.
    I have done the configuration of Oracle in Sun Solaris successfully and
    also modified the Kernel parameter. the following in the sample data
    extracted from the /etc/system file present in Sun Solaris.
    set shmsys:shminfo_shmmax=208388608
    set shmsys:shminfo_shmseg=15
    set shmsys:shminfo_shmmin=1
    set shmsys:shminfo_shmmni=150
    set semsys:seminfo_semmns=250
    set semsys:seminfo_semmni=100
    What I request is that kindly tell me how and where to update the same in
    the Linux for installing Oracle Client(8.0.5) on Linux(6.0).Regards And Thanks
    Sanjay Kr. Pandey

    You'll have to be prepared to wade through and understand the Linux way of recompiling your kernel. The files can be located using the "find" command. There is some great "HOW-TO"s in the Linux RedHat site.
    Tip: Be very careful how you answer the "make config" questions because it can mess up the resulting VMLINUZ object. Also, be sure to place secondary entry in your "lilo.conf" to allow you a graceful way of getting back to the old kernel should the new one fail.
    Good Luck!

  • Oracle BPM directory database

    Hi,
    IHAC that has a custom application to manage their users and roles. They are using Oracle BPM and they want to keep creating, managing and authenticating user with that application, that is not a LDAP.
    How can I syncronize the creation/updating/deleting/ of users in their application with the Oracle BPM Directory? I have been looking for Oracle BPM Directory schema documentation but I haven't found anything
    I know that activating SSO I could manage the user authentication but I still have the issue about users administration
    thanks in advance
    Ana
    Edited by: user_Ana on Apr 7, 2010 5:40 PM
    Edited by: user_Ana on Apr 7, 2010 5:41 PM

    Hi
    In OBPM 10gR3 we can create the participants & manage & update user roles dynamically using the FDI components.
    simple solution to your requirement is check the user roles in both the application DB & in FDI database & write your code accordingly.
    To check the participant existance in directory DB:
    //=======FDI Participant verfication=======
    Fuego.Lib.Participant primary = Participant.find(name : "participant_id"));.
    If the above value is null then create a new participant & assign the roles using the below code.
    i. Participant Creation : Fuego.FDI. DirHumanParticipant
    Ans: // Reuse Engine session to the Directory
    session = DirectorySession.currentEngineSession
    // Load the Organization Unit to which the participant will belong to
    myOU = DirOrganizationalUnit.fetch(dir : session, id : "Dallas")
    // Load the Role that the participant will have assigned,
    // and create a role assignment for it
    myRole = DirOrganizationalRole.fetch(session : session, id : "Role1")
    myAssignment[] = RoleAssignment.create(role : myRole, permissions : 255)
    // Create the new participant.
    myparticipant = DirHumanParticipant.create(
    session : session, id : "example_participant",
    firstName : "NewName",
    lastName : "NewLastname,
    displayName : "NewLastname, NewName",
    mail : "[email protected]",
    telephone : "0000000000",
    fax : "1111111111",
    password : "secret",
    ou : myOU, rolesAssignment : myAssignment,
    enabled : true)
    // set it NOT to receive emails when new instances arrive to
    // this participant inbox:
    myparticipant using receivesMail = false
    ii. Role Assign / Update : Fuego.Fdi : RoleAssignment.
    Ans:
    // fetch all roles
    mySession = DirectorySession.currentEngineSession
    allroles = DirOrganizationalRole.fetchAll(session : mySession)
    // Generate array of RoleAssignments for all non-parametric Roles
    for each r in allroles
    do
    aRole = DirOrganizationalRole.fetch(session : mySession, id : r.id)
    if not aRole.parametric then
    newAssignments[] = RoleAssignment.create(role : aRole,
    permissions : 255)
    end
    end
    // Replace role assignments for this participant
    currentPart = DirHumanParticipant.fetch(session : mySession,
    id : Participant.id)
    currentPart.rolesAssignment = newAssignments
    update currentPart
    For reference go through the this link: http://download.oracle.com/docs/cd/E13154_01/bpm/docs65/standard_components/index.html
    I hope this might help.
    Thanks

  • Diplay Text in Text Box in selection Screen

    Hi Experts i want to display text in text box in selection screen like
    Personnal Number
    Display in text box and disable................please help me
    Edited by: BFawad26 on Jun 21, 2010 9:46 AM

    Hi,
    You mean to say parameter in selection screen
    Just press F1 on parameter you will get all the option available for the parameter
    for defaulting text just give your text in DEFAULT option for the parametr
    And for disabling this checkbox you can explore the LOOP AT SCREEN concept
    In at selection screen output event you can modify the selection screen.just give one modif id for your
    paramete and use this at selection screen output event , loop at screen and modify screen with the screen input = 0
    for ur parameter.
    Thanx
    Edited by: PawanG on Jun 21, 2010 9:51 AM

  • Scheduling parameters in networks

    Hi
    I have made a std. network thru CN01 and now when I try to include that std network into a new project , following problems come:  ( Iam actually trying to copy a project and a network from std templates)
    1. A pop up comes and says " You are trying to include a std network into hierarchy which has assigments to wbs elements, however the selected wbs does not corresponds to the assignments"  then two options come INCLUDE ASSIGNMENTS and IGNORE ASSIGNMENTS.
    On selecting either one of two , a error comes saying " No scheduling parametrs defined for the network " and then it doesnt let me save the project with the network.
    Something is missing in SPRO , but as I have checked I did not find anything missing. please suggest.
    Thanks,
    Dhruv

    Hi Dhruv kumar,
    If my understand is correct....you have created one STD network and you want to assign that std network to other operative project....am i right?...
    If above my understanding is correct......you might have missed the scheduling parameters configuration for plant and network type combination in the transaction OPU6...
    In this step you define control parameters for scheduling depending on the plant, the type of network and the production scheduler, for example:
    whether basic dates are to be adjusted if the network is shifted within the earliest/latest dates
    the scheduling type
    whether or how many days the start date can be in the past
    whether the dates are to be automatically recalculated on saving
    whether the error log is automatically displayed if errors were calculated in scheduling
    the number of days that the start date is in the past
    the reduction type that defines whether all the operations should be reduced or only those on the critical path
    maximum reduction level for reduction
    Please check once again whether you have done all the configuration required.
    Regards
    Vetri

  • How i can solve this proplem

    hi,,,,,,
    if i want to move shape (ball) in line(using line eaquation) it has start and end point and this line is not straight for example in cline or other
    i can make ball move in vertical or horizontal but that situation i need your help with it
    tank you

    You could use a parametric equation for the line. Assuming the line goes from P to Q, the equation (L(t)) would look like:
    L(t) = P + t * (Q - P)          0 <= t <= 1The operations here are vector addition and scalar multiplication, so if P=(Px,Py) and Q(Qx,Qy), then the coordinates you move along are:
    x(t) = Px + (Qx - Px) * t
    y(t) = Py + (Qy - Py) * t
    0 <= t <= 1By changing the value of t from 0 to 1 you get all the points on the line.
    shmoove

  • This is how the X-Fi soundcard should work. Ican do it with 2 soundcar

    Hi There. For?some new X-Fi drivers and software I have a suggestion that would be awsome. First though, let me explain what I'm doing. I have 2 souncards. the first is an X-Fi Extreme music which is set as the primary soundcard. This souncard is patched into the inputs of an inca88, 8 input 8 output Studio card. the inca88 is running with Sonar 6 PE (recording software) which allows me to apply?DXI and VST effects to all the channels, create custom routing of sound from each channel to the subwoofer and even apply a Compressor/limiter to prevent overload. I use multiband parametric EQs for each channel and can set exact crossover slopes to all speaker outputs. I use it for gaming, HTPC, and as a home recording studio and it has very minimal hit on my CPU. The XP software for the X-Fi has a very limited audio creation mode which allows some very basic effects to be used with just an X-Fi. However the ability to use of DXIs and VST within the creative Audio Creation mode would mean that third party effects can be used to produce truly amazing results. This stuff is entirely possible to do so if you want the above functionality then ask Creative for it. Regards,?Thunderknob? :?)?

    We're talking about Creative here who can barely get a decent driver out after 6 months... :/

  • Usage of SplitN Join in ALBPM Studio

    Hi,
    Can any one give usage of splitN-join activity in ALBPM..It would be very helpful if you could provide any sample code.. directly to run. I am trying it very hardly...but no vain. Please help me out...

    A Multiple activity (called "Split-N" in releases before Oracle BPM 10g) is used in three scenarios:
    (1) Voting design pattern - It's fairly common to want to form a committee at runtime of participants. The size of the committee can be a decision made at runtime. A copy of the work item instance is assigned to each of the people on the committee. Each participant has a "vote", but cannot act on the other committee member's work item instances votes since the instance is assigned to each person specifically using participant.next for the copied instance.
    (2) RFP design pattern - The companies responding to the proposal are assigned the instance typically as the copied instance flows into an activity that is inside a parametric role. The parametric role in this example would be based on the supplier's name so only people in that supplier's company can respond the the proposal.
    (3) Changing granularity of a work item instance. Although not suggested for work item instances that can break down into hundreds of individual work items, it is a simple technique to have a single batch job (e.g. batch of claims coming in) and breaking this down into its invidual components (e.g. each individual claim would become a separate work item instance inside the Multiple / Join).
    Use Multiple when you're using any of these patterns and the number of copies spawned is determined at runtime.
    A Split activity on the other hand is used when you do not need to determine the number of copies spawned at runtime. There is always more than one transition coming out of a Split activity. A copy of the instance variable flows through each of the unconditional transition leaving the Split and through each of the conditional transitions that evaluate as true coming out of the Split.
    Here's some sample logic typically found inside a Multiple. This sample shows how to do a voting pattern as described above.
    role as Role
    // You need a "location" instance variable with the parametric value set before it reaches
    //  this Multiple activity
    logMessage "The location used for the parametric role will be:"  +  location using severity = DEBUG
    logMessage "Hello Split Started to work: Desc :" + this.description
       + "Status :" + this.status
       + "Priority :" + this.priority using severity = DEBUG
    role=Role.findParametric(name : "Customer", parameter : location)
    logMessage "Role :"+role.name using severity = DEBUG
    participants as Participant[]=role.participants
    // this example sends a copy of the instance to participants assigned
    //   to a specific parameter (based on location) in a parametric role
    for each usr in participants do
       logMessage "Participant :" + usr.name using severity = DEBUG
       copy = clone(this)
       // if you have separated or predefined variables, set them
       //    individually as shown here
       copy.location = location
       // if you want to assign the instance spawned by the Multiple
       //    to a specific participant, do this:
       copy.participant.next = usr
    end Dan

Maybe you are looking for

  • Team Planner not working. Click on Team Planner and nothing happens.

    I have Project Professional 2010 and using with Project Server 2010. When I go the the View ribbon and click on Team Planner, nothing happens. Is this a view or a piece of functionality? I looked in Organizer and also do not see any view named Team P

  • BUFFER_REFRESH when using "BAPI technology" in SAP event exits

    We wrote some custom function modules which are similar to the BAPI technology to maintain custom data tables. Let's say we have a function Z_DATA_CREATE, a function Z_DATA_CHANGE and a function Z_DATA_READ. These function modules are RFC functions w

  • Regarding ACE load balancing

    Hi, I have one server application with two physical servers clustered with one virtual IP address . I have total six ip addresses for one server : details are given below Cluster IP's : Node 1 : NIC 1 : 10.10.x.x : physical IP address NIC 2 : 172.16.

  • Modify Elastic parameters

    I'm useing "Elastic" as a easer for a Move animation.  The elastic bounces a bit too much for my taste.  Is there a failry easy way to modify the amount of "bouncing" it does?  (I'm going to post this as another question as well, regarding the public

  • Doubt      getting i/p from KeyBoard (Not from console)

    Hi Techies, I want to know that how to get the i/p from KeyBoard always ant to store it in txt file (i know the getting i/p and store it in file --basic concepts)  . My java code want to do the background process (always get the i/p from Kb and store