Workflow for Contract in Real State Flexible

Iu2019m working with Real State Flexible, specifically with the Real State Contract TCode RE80 or RECN.
My issue here is that I need to trigger a workflow event when any Notice is created in the "Term" subscreen over the Contract.
The BOR for the Contract is BUS1505
Thanks for any help

Please check with Workflow Template
WS17900006
WS 17900005
I also found you have standard event that gets triggered for your requirement. Please check in SWEL Tcode for event trigger.
Thanks
Arghadip

Similar Messages

  • Error in Accrual and Deferral for Contract in REAL ESTATE-FLEXIBLE

    Hi Gurus,
    I am Trying to post Accrual and Deferral via RERAALCN for REAL ESTATE - FLEXIBLE. But i am Getting an error that company code is not assigned to accounting principle IAS but in my case accounting principle which is assigned to leading ledger is IFRS.
    i have assigned company code to IFRS and also accrual types to IFRS.
    Please giude me how to go about it.
    Regards
    Abhishek

    Hi,
    i am getting below error...
    Company code/accounting principle combination ETAG/IAS not permitted
    Message no. ACE107
    Regards
    Abhi

  • RE: PO Workflow for Contract(me32k)

    Hi friends,
    I created a custom workflow for contract wherein I gave a condition check before the mail goes to the initiator that after all the approvers approve then only send the email.
    The problem here is even after assigning the linkage in swe2, the workflow is not getting triggered.
    What i observe here is there is no linkage in swec. Is it something to do with.
    When i check in the log, the custom workflow is not getting triggered in the first place and the standard one does.
    Any help is appreciated!
    Thanks

    Hi,
    purchasing workflow (including contracts) are usually started by an event from the release strategy, not by the change documents.
    If an event is raised which starts the standard workflow this means that the event customizing is active.
    check:
    the event log - swel - (activation by swels) for behavior of the workflows (yours and the standard)
    just to make sure, check that you marked the linkage as active in swe2
    check starting conditions (if you added them)
    check that the same event is used to start the workflows
    check the event binding of your workflow

  • MM Workflow for Approval of Contract- Steps

    Hi All,
    Can you please help me with process or steps for Customizing Workflow for Contract Approval?? I need with some example.
    Any links for references also will be helpful.
    Thanks in Advance.

    [workflow material;[http://help.sap.com/saphelp_srm50/helpdata/en/26/0f8b41ed891609e10000000a155106/content.htm]

  • Searching for Workflow for Purchase Order Change

    Hi experts!
    We are using SRM5.0 / extended classic scenario and backend R/3 4.7 Enterprise.
    We should implement an approver process for the purchase order changes. Does any one of you know whether there exists a standard SAP workflow?
    Many thanks for your help.
    Regards,
    Corinne

    Hi
    <i>Please refer to the following links for detailed step-by-step details.</i>
    <u>Workflows for Purchase Orders - n-step approval workflow ( WS14000145 )... Start WS14000075, WS14000089 or WS14000145...-step approval workflow ( WS14000145 )</u>
    http://help.sap.com/saphelp_srm50/helpdata/en/5a/c5173f5ff48443e10000000a114084/frameset.htm
    <u>Authorization - Purchase orders ( WS14000145 )</u>  
    http://help.sap.com/saphelp_srm50/helpdata/en/f7/a6a3415e34b05fe10000000a1550b0/frameset.htm
    <u>Setting Up SAP Business Workflow - WS14000145 ( n-step approval )... WS14000145... WS14000145 – N-step approval PO WS14000145 – N-step approval of contract</u>  
    http://help.sap.com/saphelp_srm50/helpdata/en/2c/e68d406b305537e10000000a1550b0/frameset.htm
    <u>Dynamic Modification - Purchase orders ( WS14000145 )</u>  
    http://help.sap.com/saphelp_srm50/helpdata/en/84/dda441e79ead5fe10000000a1550b0/frameset.htm
    <u>Back & Forth Processing and the Retain Function - Purchase orders ( WS14000145 ) </u> 
    http://help.sap.com/saphelp_srm50/helpdata/en/6b/eca441eea7ef0be10000000a1550b0/frameset.htm
    <u>Approval Workflows for Purchase Orders and Change Versions</u>
    http://help.sap.com/saphelp_srm50/helpdata/en/ec/fe163ff8519a06e10000000a114084/frameset.htm
    <u>Workflow for Contracts - Workflow for Purchase Orders ( WS14000145 )</u>
    http://help.sap.com/saphelp_srm50/helpdata/en/26/0f8b41ed891609e10000000a155106/frameset.htm
    <u>SRM Business Workflow - One-step Approval</u>
    http://help.sap.com/saphelp_srm50/helpdata/en/8b/4fa9585db211d2b404006094b92d37/frameset.htm
    <u>WS14000089</u>
    http://help.sap.com/saphelp_srm50/helpdata/en/5a/c5173f5ff48443e10000000a114084/frameset.htm
    <u>WS14000075</u>
    http://help.sap.com/saphelp_srm50/helpdata/en/2c/e68d406b305537e10000000a1550b0/frameset.htm
    http://help.sap.com/saphelp_srm50/helpdata/en/5a/af5efc85d011d2b42d006094b92d37/frameset.htm
    Regards
    - Atul

  • Update Contract conditions in Real State

    Hi,
    I am working with real state moduel, while creating the contract offer user when selecting the conditions wants to select one condition on the basis of which i through some abap code should populate all the conditions.
    The thing is can anyone tell me if there is a BADI or enhancement for this where i can put my code.
    Thanks

    Hi
    I was able to solve the problem by using BADI_RECD_CONDITION,
    I implemented the funtion named as  CHECK_ALL.
    In this function used the following code
    io_object - > method import parameter
    *To get Contract details
      CALL FUNCTION 'API_RE_OF_GET_DETAIL'
        EXPORTING
          io_object    = io_object "Object containing the  
                                   "reference for cont. offer
        IMPORTING
          et_condition = lt_condition
        EXCEPTIONS
          error        = 1
          OTHERS       = 2.
    *Manipulated the conditions and then updated them using
    *   update contracts
        CALL FUNCTION 'API_RE_OF_CHANGE'
          EXPORTING
            io_object    = io_object
            it_condition = lt_condition_change
          EXCEPTIONS
            error        = 1
            OTHERS       = 2.
    These functions provide us with the updated data which the user has entered and not saved, that is the runtime data.
    Regards,
    Khusro Habib

  • N level-Approval for contract workflow (WS14000148) in SRM

    Hi SDN'rs
                  I want to activate N level-Approval for contract workflow (WS14000148) in SRM  
    When I am creating the contract in SRM I can see the approvers in the approval preview.
    But when I release the contract and look at the approval privew there are no approvers
    and the status of the contract is released.
    We are on SRM Server 5.5 and SP 07.
    Here what I did
    1. I implemented the BADI 'BBP_WFL_APPROV_BADI' using the sample implementation and populated the approvers.
    2. I activated events SAVED,CHANGEVERSIONSAVED for WS14000148 in OOCU transaction.
    3. I see event linkages for WS14000148 for both events SAVED,CHANGEVERSIONSAVED in SWE2 transaction.
    4. I assigned role SAP_EC_BBP_PURCHASER to for subworkflow N step for contract WS14000147.
        ( User who is creating contract has this role)
    5. Consistency check for WS14000148 is green and WS14000147 is yellow in SWUD
    6. Event simulation for BUS2000113 and events SAVED,CHANGEVERSIONSAVED shows WS14000148 successfully started.
    I see dump in ST22 with errors TSV_TNEW_PAGE_ALLOC_FAILED and SYSTEM_NO_SHM_MEMORY with WF-BATCH is this any thing to do with that?
    If any one know what are the steps I am missing please let me know.
    Thanks
    A S

    Hi
    Please refer to these OSS notes which might help.
    <u>Refer to following OSS Notes -></u>
    Note 735026 - Memory problems at BBP_GETLIST_INDEX_FILL
    Note 932836 - BBP_GETLIST_INDEX_FILL: Activation not possible
    879528 WS14000148: Send mail to initiator incorrect
    901200 WS14000148 dia wrk item despite NO_FURTHER_APPROVAL_NEEDED=X
    879873 BUS2000113: The Object_ID attribute may be empty
    903015 BAdI Workflows: Events and parallel steps
    901068 BAdI Workflows: Enhancement of Note 896556
    769458 Dynamic workflows: No adjustment after document change
    972757 Occurence of the SYSTEM_NO_SHM_MEMORY runtime error
    741864 FinBasis: Termination TSV_TNEW_PAGE_ALLOC_FAILED
    864473 Deactivating the shared memory when searching by prefix
    928642 Container factory: Shared memory dump update
    Refer to these links.
    <b>http://help.sap.com/saphelp_srm50/helpdata/en/2c/e68d406b305537e10000000a1550b0/frameset.htm
    http://help.sap.com/saphelp_srm50/helpdata/en/26/0f8b41ed891609e10000000a155106/frameset.htm
    http://help.sap.com/saphelp_srm50/helpdata/en/6b/eca441eea7ef0be10000000a1550b0/frameset.htm
    http://help.sap.com/saphelp_srm50/helpdata/en/f7/a6a3415e34b05fe10000000a1550b0/frameset.htm
    http://help.sap.com/saphelp_srm50/helpdata/en/6b/eca441eea7ef0be10000000a1550b0/frameset.htm
    </b>
    <u>Also raise an OSS message with SAP as well.</u>
    Regards
    - Atul

  • How to make the workflow available for Contract Template ? CLM

    Hi expert,
    It seems that no workflow can be defined in the Library Item Phase Configuration .
    The customer needs the approval workflow for the contract template also ,so does anyone know how to make it
    possible with configuration or Dev ?
    Your help is highly appreciated !
    Thanks a lot !
    Regards,
    Lilian

    Refer :
    7 Component Configuration Dependencies
    http://otn.oracle.com/docs/products/ias/doc_library/90200doc_otn/core.902/a92171/compdep.htm#1008620
    Web Cache
    http://otn.oracle.com/docs/products/ias/doc_library/90200doc_otn/core.902/a92171/compdep.htm#1016697
    3.2.2 MIDTIER OPCA Mode
    http://portalcenter.oracle.com/pls/ops/docs/FOLDER/COMMUNITY/CONFIGHTML/cgbasic.htm#1008246
    - Senthil

  • Workflow for Work Contract Approval

    Hello everybody,
    I need a Workflow for 2 level of approval of work contract.
    Whenever a user make a work contract it requires approval upto two level.If Authority1 approves the contract it will go for the 2nd level approval to authority 2.If Authority2 reject that then it will come back to the creater to change it or withdraw the contract.If authority2 approve that then the work contract will be finally approved and complete the workflow else it will return back again to the creater.
       Can some one tell me whether any standard workflow is available in SAP for Work Contract approval? Which BOR Object will be useful If I have to made custom development?

    Business Object:BUS2014
    Workflow Templat:20000079
    Thanks
    Arghadip

  • Workflow for Comparative Statement

    Hello Everybody,
      I need a workflow on comparative statement approval. Whenever a comparative statement is generated it needs approval upto two level. If Authority1 approves the comparative statement it will go for the 2nd level approval to authority 2.If Authority2 reject that then it will come back to the creator to change it or withdraw the comparative statement.If authority2 approve that then the comparative statement will be finally approved and complete the workflow else it will return back again to the creator.
      Is there any standard workflow available for comparative statement approval?
    I also need a workflow for Loan Approval upto two level.
    Whenever a user apply for loan it will go for approval to the higher authority.Is there any standard workflow available for loan approval?Please help.

    Man you are posting 2-3 question in one thread which is not correct.
    Loan Release Wflows are
    20000263
    45600006
    45600018
    45600019
    Thanks
    Arghadip

  • How to schedule a workflow for recurring executions: The solution

    Scheduling a workflow for recurring execution has been long awaited in WFA, perhaps from 2.0 time. The following document shows how to get it done. I've also explained the logic behind it. It’s very simple to use, meets every requirement which one can have from a scheduler and of course highly flexible. Let's go!! The Real stuff. What is this? Is this actually a scheduler? No. This is actually a command in your workflow, but a special 'magical' command. This 'magical' command logic is built using the answers for the following questions: Can a workflow be scheduled for a delayed execution in a future time? Yes, but only one execution instance. If you want the next execution, execute the workflow again providing the same set of inputs and the execution date/time.During workflow execution, can a command inside a workflow get to know what is the  name of the workflow? YesDuring workflow execution, can the command know what is the job execution id? YesIs there any programmatic interface available to know what are the user input provided or a particular job execution? YesCan a command inside a workflow trigger another workflow? Yes.Can a command inside the same workflow trigger itself? Absolutely yes. I've ticked all boxes needed to build such a solution. The solution is to make the workflow a smart workflow, so smart that it can schedule itself for the next execution. It no longer needs any other task scheduler to tigger it. WFA provides a large set of REST APIs for other 3rd part SW integration. But I  also can make  good use of these APIs to make smart workflows. I have always believed that WFA should not only be seen as a framework for automating Storage boxes or server, but just about any task( inside a computer of course) which is done manually. WFA is an awesome product indeed.  So this is a command called "Workflow Scheduler" which  you can put in your workflow as another command. Prerequisites: You need PowerShell 3.0 on your WFA server. I certainly could have done it for PoSH2.0 as well, but life for web interfaces  using PowerShell is so much easier with Posh3.0. Posh3.0 is a big jump from 2.0. WFA is fully supported to work on Posh3.0. Its available by default in Win2012, Win2008 can be upgraded, Win2003 users can't use it. Add credentials of a WFA Admin/Architect in you WFA itself with Name/IP: localhost Match: ExactType: OtherName/IP: localhostUsername: <WFA Admin/Architect Username>Password: <User Password>   3.  Minimum WFA version 2.2. This is only needed for Importing the dar. I've provided the command code in text too. The command code is the real deal. How to use it? If you have a workflow which you want for recurring executions, just add this command "Workflow Scheduler" in it. The command takes parameters for the workflow execution intervals. For example minsInterval for executing this workflow every x minutes, or daysInterval for executing the workflow etc.Now just like a normal workflow execution execute this workflow deciding what is the trigger time. Example: Suppose you want the execution every day at 10:00 PM.So provide daysInterval = 1 And execute the workflow for a delayed execution at 10:00 PM. You can pick the day to start as you wish. The workflow will execute at 10:00 PM and when this execution reaches our magical command "workflow scheduler", this command will trigger the same workflow  with same set of inputs for the next execution at 10:00 PM tomorrow. And so on an so forth. I’ve attached a very simple example workflow here to help you understand. An Example of a workflow scheduled for recurring execution Daily at 11:30 PM starting 10-March-2015     How to stop/suspend this recurring execution? Easy. You just abort the next scheduled job execution in Execution=> Execution Status. The cycle will stop. How to resume it? Easy again. Just resume the same aborted job. The cycle restarts. Can I change the schedule execution time? Yes. After aborting the current execution, you can resume the same workflow at a new time. Execution interval can't be modified as you can't change the command parameters. But the recurring execution now can occur at a new time. Where or which position to place this “workflow scheduler” command in your workflow? At the beginning ? At the end? Or somewhere in the middle. This completely depends on your choice. See some below cases. You don't want the next job execution scheduling to happen if any of the commands in my current workflow execution fails: Put command “workflow scheduler” in the end. It will trigger the schedule of the next job execution only when all real original commands of your workflow have passed. else not.     You want continuous job executions irrespective of the workflow command failures: Put it in the beginning. It will trigger the schedule for next execution before any of the actual command begin executing.     You want an approval before the next execution job is scheduled: Add an approval point before the comamnd.           So it’s all left to you.      Can an operator decide the execution schedule? Yes, but which workflows will be available to him/her for this recurring execution will have to be decided by the designer. This is a good thing to have as it serves for access control in a way. The Architect/Admin can now restrict which workflow can be put for recurring executions. Operators can’t execute just any workflow available to him for automatic recurring execution. And the workflow designer can also choose which scheduling parameter is to be made a variable for the operator. For example the designer want the operator to schedule a given workflow only for weeks Interval and not months or days i.e. he/she can only chose to schedule for weekly, biweekly etc. executions and  nothing else. For this the designer can define a User-Input variable only for weeksInterval parameter. It’s Done. You want workflow execution to be scheduled either for daily or once in 2 days but not any other. You can restrict this. Or he/she wants to give full freedom to the operator make his/her own decision about scheduling, he defined user-input variable for all scheduling parameters. The workflow designer wants weekly schedule but the day should not be a weekday: You can even do this. Is this flexible enough for my requirements? I’ve attached the very command code. You can modify the command as per your requirements. Suppose you want daily execution of a certain workflow at 10:00 PM but skip a day of execution if the day is a Monday. Modify the code check for the day and add another day if it’s a Monday. Its posh code and highly readable. So you can see how this can be used in a  variety of ways. This is the beauty of a programmatic solution. Its highly flexible, it allows users to design solution based on their requirements. Flexibility is the heart & soul of WFA. Thats why I like it. I have a workflow but I don't want to modify it by adding a new command in it. Can I still use this solution? Yes but with WFA 3.0 on wards. WFA3.0 allows to create modular workflows. Create a parent workflow with you actual workflow as a child workflow in it. Add our “workflow scheduler” command too. So now you don't need to touch your existing workflow. I've attached a workflow example here.   Have fun!! sinhaa  

    Providing a new version 1.1.0 of the command "WFA Schedular" Changes made: Added conditional String Representation based on the Scheduling parameter provided. Provided check for the right number of parameters passed into the command.Added a new parameter "Expiry Date" to automatically stop the recurring execution upon expiry.Check for Posh3.0 version in code.Have Fun!! sinhaa Below example for:Schedule a workflow for recurring execution every alternate day i.e. once in 2 days at 10:30 PM starting 06-Jul-2015 (Today's date is 02-Jul-2015) . The recurring workflow execution  should expire on 31-Dec-2015 and stop.  

  • Workflow for Document Approval

    Hi all,
    I'm a newbie to SolMan and is trying to figure out how to implement a workflow for document approval. A similar question has probably been posted in the past, but I can't find a definite solution, only some hints.
    Basically, what we're trying to achieve is the following:
    When a document is uploaded using SOLAR02, and the creator of the document changes the status to ready for sign-off, we would like to trigger a workflow which will send an email to a couple of persons who are responsible to approve the document. We already implement the digital signature, we just want to add an automatic email notification to be sent to the approvers.
    Based on my research, it seems that this is not supported by SolMan and hence we have to do a custom development.
    There's an object key called SOLMANDOC and we should raise an event (something like SIGNATURE_PROCESS_START) to send an email notification to the approvers. Can somebody confirm whether my understanding is right ? Does anybody know the name of the BADI that we can modify to achieve our goal ? 
    FYI, we're using SolMan Rel 7.01 SP 19.
    Thanks in advance
    Lara

    Hi Phil,
    I'm facing with problems with creating a simple 2 steps release strategy.
    the problem is I cant approve the last step of the release.
    This is what I did:
    In spro Digital Signature->Signature strategy:
    in "Define Authorization groups" I create this entries:
    1. EING
    2. VERIF
    in "Define Individual Signatures" I create this entries:
    1.  S1   EING
    2.  S2   VERIF
    in "Define Individual Strategies: I create this entries:
    SigStrat: ZSIGSTR
    Signature Method: R
    Display comment: X Required
    Display Remark: X
    Display document: X
    Verification: not checked
    in "Assign individual signatures"
    CtrIn  Indiv.SIG.      AGrpDIG
    1          S1               EING
    2          S2               VERIF
    Display Predecessor for Ctrln is 2 is 1
    for "Display release statuses"  an entry with one line with the value 1
    and in "Display individual signatures there 2 entries 1 and 2.
    in spro "Define Document status schemes"
    stat scheme "ZSIGSTR"
    4 status:
    Status                 init status      Sequence    Low     High       lock         Signature schma  End status         Cancel status
    COPY_EDITING       X                  10           10       20          -                    
    REVIEW                                     20           10        40        X                    ZSIGSTR         RELEASED    DECLINED
    RELEASED                                30           10        40        X                   
    DECLINED                                  40           10        20             
    I created two roles with object c_sign_bpr one with the value "EING"   and the other with the value "VERIF"
    I assign this status scheme to a document type in my project.
    I tried to release a document the first step was the author of the document move the status to "REVIEW" and I got a window that i need to enter my password and it worked ok.
    The problem is in the second step that I need to release the document (now is in a REVIEW status) When I press on the icon in order to release I didn't get the option to release only to cancel there is no "V" option in the small window.
    Can you please tell me if I did a correct customization? also can you tell me if my problem is maybe missing authorization? Can you direct me to reading material or to an example?
    Best regards
    Lior Grinberg
    Edited by: Lior Grinberg on Nov 28, 2011 6:22 PM

  • Workflow for purchase requisition?

    Dear all;
    I would like to know if there is any standar workflow for MM that can map this requeriment: user A creates a purchase requsition, the WF sends a mail to the user B to release it, user B releases it and then the WF sends a mail to user A to let him know the event.
    The WF should know how many approvals (if any) the purchase has, so it can adapt to any type of purchase
    Thank you very much!

    Hi f_mont.
    Workflow don't need a design with a loop because it is created a new workflow to each step of aproval. Standard program will trigger other workflow to next level and will trigger terminator event to already running.
    It's automatic and transparent to user and you. This follow the sequence of each aproval sequence depending of functional configuration about it.
    To get it ready to start and be triggered, ask to functional fill field in SPRO, with 1 (users of viwl T16FW) or 9 (EXIT). --> SPRO --> Materials management --> Purchasing --> Purchasing req. --> Release procedure ... --> Define Release procedure for PR...Release Codes --> Field workflow = 1 or 9.
    Configure the same number in rule PFAC in workflow step task to 20000027 and it will get automatic depending on configuration in 1 or 9. 1 is automatic and needs previous functional configuration and 9 needs that you encode some line codes in user exit EXIT_SAPLEBNF_005 (enhance M06E0005 in CMOD).
    I need to do the same here (for PO, contract and requisition), but here will be type 9 and I need to get users by profile in user exit.
    best regards.
    Glauco
    Edited by: Glauco Kubrusly on Jun 14, 2011 9:58 PM

  • Workflow for Predefined Performance Management Process

    Hi All,
    We are in process of implementing Predefined Performance Management to our client, as I know we donu2019t have workflow for predefined performance management, but I saw below thread:
    Performance Management Process - Workflow between participants
    Please give me more clarification about configuration of Workflow for PMP, we need e-mail notifications only when ever manager is going to do some status change like approve planning phase, reject planning phase etc.
    We are expecting these notifications not through portal only employees e-mail account, can you tell me where the location of the configuration is?
    Thanks in advance.
    -Abhi

    Hi,
    The pre-defined is not ment for changing by anyone. The template is generated and the settings are as is. You would need to go to the phap_catalog to change the template (but that option is disabled for PMP templates). Theoritically you would need to change the status flow tab and select the correct workflow there. The information workflow is standard delivered for use in the flexible one.
    So, yes you probably are able with tricks to get it working in PMP but it is not supported by SAP.
    Regards and Groetjes,
    Maurice Hagen

  • Efficient workflow for annual report

    I've been busy last days to make an annual report. The source file was a 100+ page Word document with lot's of tables with different content and sizes, and legal texts with multi level list styles.
    I think I got most out the importing of the Word file and converting all Word styling to the right Indesign styles, but the tables seem to be very time consuming still, as some are just text listings and others contain many numbers in various structures, sub headings and specifically highlighted cells.
    I bet there's a much more efficient workflow for this and I try to find out about it. I'm afraid I couldn't ask the financial people to start working in a XML workflow, Incopy or anything much different from the Word+Excel software they are used to. However I reckon there's a better way they could deliver the content to me, maybe by giving separate excel sheets instead of embedded tables in Word or by using stricter formatting rules?
    Ideally the workflow should also support the flexibility of linked Word/Excel files, so revised input would painlessly be updated into the formatted Indesign document.
    Does anybody has any advice, tips/tricks to make a smarter workflow for such a project?

    FWIW I create a new, separate library for each book.  I assemble the photos to be used in to an album in the main library and then copy it to the book library with the paid version of  iPhoto Library Manager.
    When I'm done with the book and it's ordered I cull out the photos I didn't use in the book and then archive the book library to another HD, a CD or DVD disk (if small enough to fit).  This way the book is isolated from the day to day use of my main library and any accidental deletions of photos in the book.  If I want to reorder a copy, edited or not,  I know the book is intact.

Maybe you are looking for

  • Xorg 1.6 and xrandr 1.3 dual monitor problems

    First my setup: lspci output: ATI Technologies Inc RV516 [Radeon X1300/X1550 Series] xrandr output: Screen 0: minimum 320 x 200, current 2975 x 1680, maximum 3000 x 1700 DVI-1 connected 1050x1680+0+0 left (normal left inverted right x axis y axis) 43

  • Where can I purchase a new MixRadio voucher in Tur...

    do you have any nokia centre in turkey where I can purchase radiomix voucher? Let me know for Lumia 925 Moderator's note: We amended the title of this post as we moved it to the most appropriate board.

  • Don't take the low cost IPAD scam.. they are nearly 4 years old!

    When I upgraded my iphone 4 to an iphone 6 three weeks ago, I was offered a low cost mini ipad.  I took the deal only to find out later that the ipad you are given is an ipad 1, approx 4 years old now.  The mini ipad 3 is now available.  I heard some

  • COPA caluculations

    i am trying to generate a report where i need to do caluculations of two cells and put the calucualtion amount  in a new cell.I need to write this formula  to do it in report painter.Can i do this in Report painter and if so where do i do it in repor

  • How can I track my e-book sales and its downloads at the ibookstore?

    Please tell me how to do it.... Thanks in advance...