STEPS TO CREATE A MEMBER FOR LOYALTY PROGRAM

Hi ,
I am currently trying to set all the necessary steps to create a simple scenario in order to understand the functionality of loyalty. Until now, I have created a loyalty program, a RewardRule Group and a RewardRule, However, i don´t know which steps should i follow to create and assign a member into a loyalty program. 
1.     Obviously, I have to create the member first, but, if I need to use a private account that already exist, to be assigned as a member, should I enter a specific role in the assigment role block inside the private account ?.A consultant told me that we have to use the role u201CMemberu201D, but this role doesn´t exist in our sytem
2.     Once the member has been created, should i assign it into a membership , using the member ID created in the previous step?.     
3.Other steps?
Thanks, and waiting for any help
DPL

Hello,
As far as I am aware, a member is just a standard individual/corporate account and Membership represents the participation of an individual account (natural person) in a loyalty program. I don't think any additional role needs to be maintained for a member to be added to a membership. If you want to create a new member, it would be equivalent to creating a new account.
So the step should be to just create a membership and during creation, from the F4 help, you can choose the account you want to assign to this membership and also the Loyalty Program can be chosen from the DDLB.
There are different types of membership available such as Standard Membership , Shared Account Membership
Group Membership for which you can go through the documentation in SMP or help.sap.com.
Hope this helps.
Regards,
Nisha

Similar Messages

  • Steps to create f4 help for a table

    steps to create f4 help for a table

    These are the steps you have to take first:
    1. Please elaborate, your question does not all too clear.
    2. Search on SCN.
    3. Search on help.sap.com (for creating F4 search help).
    I guess you get the picture. Creating an F4 help is quite easy (you can find that on SCN for sure), but what do you mean by
    for a table
    1.Do you want to create a field which has an F4 help for searching tables or
    2. is this field part of a table and you need to have a search help for that field of that table in order to select some sort of value
    3. Is this a custom table.
    4. Is this a custom field for which F4 help should be added.
    5. Won't a domain value do.
    6. etc.

  • How to create Background job for Dialog program

    Hi Experts,
    I have copied Standard tcode to Z-tcode (CS12 tcode).
    Now my requirement is to create background job for this program (but program is not a 'E' type its 'I').
    How we can schedule Dialog program to Background.
    Pls suggest me.
    Regards
    SK

    Hi do as below :
    Reefer below :
    Bakcground Job Creation
    You will have to submit your report using Submit statement ,
    then inside the submitted report write open_job.
    Regards,
    Uma

  • Steps to create Connection pool for Oracle apps Adapter.

    Hi All,
    Could please tel me the steps to create connection pool for Oracle Apps Adapter.
    Thanks,
    Parker

    Steps are given in section "Configuring Connection Information" in Apps Adapter User guide at below link -
    http://download.oracle.com/docs/cd/E17904_01/integration.1111/e10537/T430238T430340.htm#T464886
    Regards,
    Anuj

  • Need steps to create ant scripts for publishing and deploying projects.

    Need steps to create ant scripts for publishing and deploying projects.
    Have got ant, Oracle BPM Enterprise WL edition installed , Need to know what are the other configurations to be done.
    Any working example would help me to understand, please do mail me at [email protected]
    Thanks in advance.
    -Sree

    Sreekant,
    Please find the build file to publish and deploy.
    <project name="deployProject"
    xmlns:fuego="antlib:fuego.tools.ant.enterprise"
    xmlns:fuego.j2ee="antlib:fuego.tools.ant.j2ee" default = "publish">
              <property file="./Properties/fuego_deploy.properties"/>
              <fuego:passport id="fuego.passport"
    directoryid="${fuego.directoryid}"
    preset="engine" />
    <target name="publish" description="Publish and deploy processes" depends = "takeInputs">
    <!-- Open a session to the Oracle BPM directory -->
    <fuego:session
    passportref="fuego.passport"
    verbose="true"
                   properties="${fuego.basedir}/conf/directory.xml"
    haltonerror="true" >
    <!-- Publish processes -->
    <fuego:publish fpr="${fuego.project.name}"
    deploy="true"
    engine="${fuego.engineName}"
                        importdata = "${fuego.importdata}"
                        automaproles="${fuego.automaproles}"
                        automapbuspars = "${fuego.automapbuspars}"
                        automapvars="${fuego.automapvars}"
                        automapconfigs = "${fuego.automapconfigs}">
    </fuego:publish>
    </fuego:session>
    </target>
    <target name= "takeInputs" >
    <input
    message="Please enter admin-username:"
    addproperty="fuego.participant"
    />
    <input
    message="Please enter admin-password:"
    addproperty="fuego.password"
    >
    </input>
    </target>
    </project>
    and find the properties I have used..
    fuego.basedir=C:\OraBPMEnterpriseHome
    fuego.directoryid=default
    fuego.engineName = bpmengine
    fuego.project.name = E:/antExamples/Project/CommonUtilities
    # If the below property is true then ant script imports data from the project, as defined in Studio.
    # This includes importing:
    #      •Holiday and Calendar rules
    #      •Organizational Units
    #      •Roles
    #      •Resource configurations
    #      •External Variables
    fuego.importdata = true
    #If the below property is true ant script automatically map abstract roles to real ones with the same name.
    fuego.automaproles=true
    #If the below property is true ant script automatically map business parameter variable names (as defined in the project design) to an business parameter variable id with the same name (as defined in the Fuego Enterprise directory).
    fuego.automapbuspars = true
    #If the below property is true ant script automatically map external variable names (as defined in the project design) to an external variable id with the same name (as defined in the Fuego Enterprise directory).
    fuego.automapvars=true
    #If the below property is true ant script automatically map External Resources configurations (as defined in the project design) to real Configurations with the same name (as defined in the Fuego Enterprise directory).
    fuego.automapconfigs = true

  • Enable to create ldt file for specific program using FNDLOAD submit request

    hi ALL ,
    i am trying to create .ldt file for specific program but the things is that following program creating .ldt file for all the program which are available on instance .
    please suggest me if i did anything wrong in my code ...
    DECLARE
    req_id fnd_concurrent_requests.request_id%TYPE;
    BEGIN
    fnd_global.apps_initialize (user_id => 1012001,
    resp_id => 20420,
    resp_appl_id => 1
    req_id :=
    fnd_request.submit_request
    (application => 'FND',
    program => 'FNDLOAD',
    description => NULL,
    start_time => NULL,
    sub_request => FALSE,
    argument1 => 'DOWNLOAD' ---Mode - UPLOAD
    argument2 => '@fnd:patch/115/import/afcpprog.lct'
    -- -LCT File
    argument3 => '/tmp/concqueues.ldt' -- -
    argument4 => 'PROGRAM',
    argument5 => 'XXFUJI'
    ,argument6 => 'XXSAG_FILE_DATA'
    DBMS_OUTPUT.put_line ('req_id= ' || req_id);
    COMMIT;
    END;
    thanks in advance
    sagar

    thanks for your reply ... Alex
    ... but... no i don't wanna create concurrent program for fndload neither i want to use FNDLOAD script ... the above FNDLOAD Submit request program worked for me and using that i have created ldt but my problem is that program is creating ldt for all program which are registered , it's not picking my my file which i pass as a parameter ...please have look into my code ...
    and please suggest me ..
    thanks
    sagar

  • Step 20 - Create new connection for NORTHWIND user, Northwind - Migrated

    Hello,
    I am migrating the Northwind database from Access to Oracle, and I am following the directions, but when I get to step 20, create a new connection for the Northwind User, Northwind - Migrated, I cannot create the connection. After running the converted model script that was generated by the workbench -- I don't see the Northwind - Migrated database. So how can I create a connection to it?
    Also -- after I ran the script, I did not see any messages in the log showing I ran the script, but the status bar at the bottom of the tool said script finished..... I am confused.
    Thanks!
    Jeff

    Anyone have this same issue trying to migrate the Northwind database to access using migration workbench?
    Thanks so much,
    Jeff

  • Steps to create readonly credential for BPEL console

    Hi,
    I would like to create read only user for BPEL, ESB, EM Console. Please share me steps to create the same. And also let me know how to disable the radio buttons for read only user, for example "Abort, Cancel, Delete, Migrate, Resume" buttons that are available under Instance tab in BPEL Console web page.
    Let me know in case of anything else required from my side so that i can provide the same.
    Regards,
    Sachikanta

    Thanks a Lot Arik,
    Sorry I forgot to mention the version of BPEL we are currently using. We are using 10.1.3.5 version as of now and we are not using weblogic server. So my doubt here whether i can follow same document for 10.1.3.5 version...? I mean the below url what you have provided will work for 10.1.3.5 version, because i can see it's for v11G.
    http://docs.oracle.com/cd/E21764_01/oid.1111/e10029/oracle_and_oid.htm
    http://docs.oracle.com/cd/E21764_01/web.1111/e13710/realm_chap.htm
    Please advise.
    Regards,
    Sachikanta
    Edited by: 933131 on Jul 9, 2012 5:25 AM

  • Steps to create substitution rule for field BSEG-RECID

    MIRO generates FI document. FI document has BSEG-RECID field. I need to apply substitution for BSEG-RECID depending on the value of the RSEG-GEBER field in MIRO. The substitution must be activated only if account to be booked is PL account in FI and derived MM document based on ZNPP PO type.
    Field values are as follows:
    RSEG-GEBER     BSEG-RECID
    No value                          No value
    N                              N
    D                              D
    A                              A
    Could anyone please let me know the steps to create the above substitution rule for the FI document
    Thank You

    Hi,
    You can do it as below:
    Prerequisite : Select the document type for which you want check, here you have to select the BKPF-BLART = " " (Give the document type for the MIRO)
    Substitution: Use the User exit with the logic as you said.
    If you want you can use the user exit in both PREREQ & SUBSTITUTION. It will be applicable in your case
    VVR

  • Problem in Creating Implement Enhancements for the program

    Dear All,
    I am trying to create some checks on the data of HR table PA0001 before displaying data from table thru se11/se16/se16n  ( I should not display the core department data as per the security  policy), for this I am trying to create an enhancement in the program /1BCDWB/DBPA0001 to hide the data. But I am facing this error  Objet PROG /1BCDWB/DBPA0001 cannot be enhanced, Software component unknown cannot be enhanced Exception Class : CX_ENH_IS_NOT_ENHANCEABLE , its not allowing me to create any enhancements.  I am attaching the screen shots for the same. Please guide me how to proceed.
    Regards,
    Venkat Appikonda.

    Hi,
    I confirm that not all development objects can be enhanced.
    You'll have to do another way.
    One thing I don't understand is why do you use SE16 to view PA0001?
    And what do you want to hide, and what is the algorithm? (so that we may be able to help you)
    Sandra

  • Steps to create a PVM for OVS/OVM 3.3.1?

    Hello all,
    Has anyone created a list of steps, or wrote a blog, on the exact steps to create and run a PVM on OVS/OVM 3.3.1?
    Best,
    James

    Greetings budy!
    Good to hear from you again. It would be only RHEL/OEL guests. I have read about mounting the iso in a web service but I have not gotten any further. Though they are iso images, they have not been installed as an HVM.
    Cheers!
    James

  • What are the steps doing a performance tuning for pertcular program

    What are the steps doing a performance tuning for pertcular program

    chk this link
    http://www.thespot4sap.com/Articles/SAPABAPPerformanceTuning_PerformanceAnalysisTools.asp
    checkout these links:
    www.sapgenie.com/abap/performance.htm
    www.sap-img.com/abap/ performance-tuning-for-data-selection-statement.htm
    www.thespot4sap.com/Articles/ SAPABAPPerformanceTuning_Introduction.asp
    Message was edited by: Chandrasekhar Jagarlamudi

  • STEPS TO create OSS message for sap

    hi
    we i need to k now how to create a oss message for sap
    pls suggest? the steps
    regards
    Arora

    Hi,
    1. go to service.sap.com
    2. Click SAP Support Portal
    3. you can see Help & Support tab (after HOME)
    4. click that
    5. In that tab you can see Report a Product Error
    If you have suitable rights you can post your OSS message from here.
    Regards,
    Omkar.

  • How to create a logo for a program?

    Hi,
    I want to create a logo panel that loads up initially when the program starts.(similiar to IE or netscape or any software). Then goes into the program. How would you go about doing so? I have try to create a frame and turning off the resize feature, center the frame on to the screen. But having problems with removing the title bar, is there any formal way of doing so? thanks

    It's called a 'splash screen'. You might do a search for it.
    A JFrame without any decorations is a JWindow.

  • Creating a icon for a program

    Basically as the name says, i use a program called READY TO PROGRAM with java 1.7 and i just wanna know how can i make the program with an icon so i just click the icon and it runs???

    me thinks we both misunderstood the q? Enc
    your application, ready to program creates the .java file when you type in the code
    the JVM (Java Virtual Machine) creates the .class file at compile time
    the .class file contains bytecode
    as Enc said jar stuff is to advanced for your level, so
    on your PC somewhere there is a file called java.exe
    you run this application (java.exe) from within the command promt
    suggest you read up on installing Java, because you will have to set up class paths
    when you have done that
    in windows environment to access command promt
    Start--->Run---> type command and hit enter
    if your classpaths are set up properly, you can navigate around directories in the command prompt
    and run your class files inside command promt from any directory
    I did cheat a little and wrote a small peice of code (batch) that sets up classpaths for
    javac.exe
    java.exe
    junit4.4
    that only runs from a shortcut to command prompt on the desktop
    I also have some cheat batch files so if in command prompt
    jc runs javac.exe
    jr runs java.exe
    av runs appletviewer.exe

Maybe you are looking for

  • Can I use FCX for multiple users on the same machine?

    I have one mac pro, and two video cmpanies. I have two users on my machine and would like to set up two different final cut x workplatforms. Is that possible?

  • How to create an object only if not exist?

    how to create an object only if not exist? is it possible? if not what can I do? Thanks.

  • Formula column right or wrong

    hi frds i just want to know whether this formula colum in report builder is right or wrong function CF_1Formula return Number is X NUMBER; begin SELECT sum(ABS(nvl(TRAN.QUANTITY,0))) INTO X FROM RCV_TRANSACTIONS TRAN,RCV_SHIPMENT_HEADERS RCV,PO_LINES

  • Not enough memory issue while acquiring data

    Hi all, I am trying to acquire audio data @ 50KS/s for 20 sec. using the PXI 4498 card in the PXI system. To acquire data I am using the DAQmx functions. Step1 : Created DAQmx channel Step2: Set the no. of sample to read as 20X50=1000000 to the DAQmx

  • Password for pc synch

    i can't synch my blackberry to my pc because i need a password, but i haven't set one and trying to contact blackberry to sort it out is impossible. any ideas?