How to stop a transaction in Portal?

Hi,
I am using an iView based on a web dynpro ABAP application to create notifications (like transaction iw21). I want to know if there is some way to stop the transaction on Portal, just like we can do in R3.
When the processing icon is being displayed on the iview, can we comeout of the application? What are our options?
Regards,
Deepa

yeah, thats wht i was wondering..bt the problem is when the processing is on in the portal iview (like user saved or searched an equipment), no other event is recognised....Neway, thanks Michael for your answer.

Similar Messages

  • How to enable me53n transaction in Portal

    Hi,
    I would like to know how can we enable me53n transaction in Portal as our company have limited number of SAP licenses but everyone would like to see the PR details.
    Almost all our employees have Portal ID's thus we would like to know if the above requirement can be fulfilled.
    Best Regards
    Faisal Habib

    Hi,
       1. Showing me53n Transaction in Portal is possible using Transaction iView as well as IAC iView.
       2. SSO will work only if User Mapping or same user exist in R/3 System. In your case since only limited licences exist, I am not sure whether No. Of Portal Users = No. of R/3 Users.
       3. Or else, If a common R/3 ID is there for Purchase Requisition (PR) purpose you can, use the ID while logging into R/3 system to access the transaction.
    Regards
    Tushar Shinde.

  • How to stop and start (restart) portal services programmatically?

    Hi experts,
    I develop a portal service IMaintenanceService extending IService.
    The new service has some profile properties (start date, end end, etc.).
    I wrote another portal application MaintenanceManager which can change these profile properties.
    However, to activate the changes I have to restart the portal service.
    Does anyone know how I can restart the portal service IMaintenanceService from my portal application MaintenanceManager?
    Thanks for help.
    Edited by: Daniel Fötsch on Nov 21, 2011 8:24 AM

    please see the metalink note
    How to Start/Stop MWA Services Using Control Scripts adstrtal.sh/adstpall.sh? [ID 731320.1]
    This is how i startup and shutdown WMA
    for stopping :
    1) login to Applications tier
    2) To see if the MWA (telnet) server is running use:
    ps -ef|grep DPID
    3) cd $MWA_TOP/bin
    3) ./mwactl.sh -login sysadmin/xxxxx stop_force 10200;
    4) check the wma process from OS level
    ps -ef|grep mwa
    for starting
    1) login to Applications tier
    2) cd $MWA_TOP/bin
    3) ./mwactl.sh -login sysadmin/xxxxx start _force 10200;
    4) check the wma process from OS level
    ps -ef|grep mwa

  • How to stop the transaction in a server override

    Hi,
    I have created a server override S_TieFolder. In the extendedPostAddItem method I call a database procedure. This procedure returns a boolean value (success : true/false). When the procedure returns the false value, I want to stop the item from being added to the folder. How can I do this ?
    (Normally, I would raise an exception but the extendedPostAddItem method only throws IfsException : is there an ifsexception I can use in this case and does raising an exception create the effect I want (i.e. prevent the item from being added to the folder) )
    Any samples, comments or ideas are welcome !!!
    Bob Marien

    In FBZP Transaction > Bank Determination > Value Date enter 1 in the "Days to Value Date" field.
    Award me points if found useful.
    Thanks
    Regards
    P.Satish

  • How to stop transaction

    function Trigger_CheckOldPassword(&$tNG) {
    return Trigger_UpdatePassword_CheckOldPassword($tNG);
    This is check old password function in ADDT, I want to know what it return to break the transaction, because sometimes I want to do some check through custom trigger by myself, and I don't know how to stop the transaction if the result of my check means to stop.

    Hi chan,
    the function "Trigger_UpdatePassword_CheckOldPassword" sits in the file "includes/tng/triggers/tNG_defTrigg.inc.php".
    Excerpt from the function documentation:
    Check the old password in the database; In case of error return an error object;
    If no error and the old password match the password entered by the user return null
    So it seems that this function performs an either/or thing: you either get a variety of error messages returned, or the function just returns "null" aka "false" in case the passwords do match.
    to break the transaction
    breaking the transaction would actually mean to terminate the execution of the function "Trigger_UpdatePassword_CheckOldPassword", and you could try with using PHP´s native functions "exit" (or "die", what´s actually the same) in place of the original...
    return null;
    ... line.
    However, I´m not sure if trying this would have any advantage to you, because the only thing this function does is returning some error messages and otherwise just "die" anyway.
    Cheers,
    Günter Schenk
    Adobe Community Expert, Dreamweaver

  • How to stop at BADI  UDM_COLL_AMT_C , Transaction UDM_SPECIALIST

    How do we stop BADI  UDM_COLL_AMT_C  at badi while we are executing the transaction UDM_SPECIALIST, please let me know how to execute the transaction UDM_SPACIALIST to stop at above badi to modify one of the method .

    Hi Go to Tcode SE19,
    Give the implementation name of badi ...
    You will hvae method  CALC_AMOUNT_TO_BE_COLLECTED
    in  BADI UDM_COLL_AMT_C wich is BAdI: Calculate Amount to Be Collected
    Now give the break point in the method and execute the transction code..it will stop at that break point.

  • How to open documents attached to a transaction in Portal?

    Hi Guys
    We have a CRM 5.0 Implementation and here is what we are using in Portal
    Title: Leads -Transaction
    Technical Name: com.sap.pct.crm.lea.leads
    Contents: This iView originates from the business package for CRM 5.0 and contains functionality CRMD_BUS2000108 supported by BSP Application crm_bsp_frame
    Title: Opportunities-Transaction
    Technical Name: com.sap.pct.crm.opp.opportunities_s
    Contents: This iView originates from the business package for CRM 5.0 and contains functionality CRMD_BUS2000111 supported by BSP Application crm_bsp_frame
    My question is -  How to open MS Word, MS Excel, Powerpoint documents attached to opportunity transaction in Portal? Can we use the Project share path in URL?

    HI,
    Please have a look at note 606745. This will help you with your questions.
    Regards,
    Hemanth

  • How to open documents attached to transaction in Portal?

    Hi Guys
    We have a CRM 5.0 Implementation and here is what we are using in Portal
    Title: Leads -Transaction
    Technical Name: com.sap.pct.crm.lea.leads
    Contents: This iView originates from the business package for CRM 5.0 and contains functionality CRMD_BUS2000108 supported by BSP Application crm_bsp_frame
    Title: Opportunities-Transaction
    Technical Name: com.sap.pct.crm.opp.opportunities_s
    Contents: This iView originates from the business package for CRM 5.0 and contains functionality CRMD_BUS2000111 supported by BSP Application crm_bsp_frame
    My question is -  How to open MS Word, MS Excel, Powerpoint documents attached to opportunity transaction in Portal? Can we use the Project share path in URL?

    Hello Tarang,
    Can you be little specific on what kind of documents are these?
    1. You can check if there are ways to integrate the same with KM...am not sure about CRM but yes, it can be done on BIW.
    2. If these are just config documents and not that user creates, then you may save these docs into a KM folder and create a KM Navigation link assigning to users.
    Warm Regards,
    Ritu

  • HT3702 Please help. My child just made a purchased on our new mini iPad that I did not approve. How can I stop this transaction?

    Please help. My child just purchased a game without my consent. How can I stop this transaction .

    To Apple all sales are final. The fact that your child has the password to make a purchase implies consent.
    Apple sometimes gives one-time refunds. Is this a large enough purchase to use your possible one-time refund?
    When the receipt arrives in your email for this purchase use the Report link to start a conversation with iTunes Support about a refund.

  • Difference between billing and invoice?  How to stop PGI?

    can u please help me in these questions.
    Difference between billing and invoice?  How to stop PGI?

    Invoice is document indicating to delivery goods and Billing is a receipt of payment
    Tables are VBRK & VBRP. For flow, go to transaction VF03, enter document number and hit 'Display Document Flow' button on toolbar
    vbrk and vbrp holds billing/invoice details..
    Billing Document:
    Generic term for invoices, credit memos, debit memos, pro forma invoices and cancellation documents.
    The tables are VBRK and VBRP.
    2)-- once u do PGI the delivery document will be created . there is no way to stop it  .. the thing u can to do go to the list of created deliveries in VL09.. select the delivery doc which u created.there  u have the option of reversing the goods or canceling it.
    let me know if i am wrong...
    thanks,
    madhan
    Message was edited by:
            madhan n

  • How to stop workitem complete or how to keep work item in inbox based on conditions even if it completed

    Hi,
    my requirement is to call webdyn pro screen from workflow..
    i am calling webdynpro screen by using FM :CALL_BROWSER from workflow.
    when webdyn pro screen is called user will enter some values . if user closed webdyn pro screen with out entering any values we need show this workitem in his inbox. so that user can again open it and enter values in the webdyn pro screen.
    Please help how to stop work item complete based on conditions.
    Thanks,
    phani

    Hi,
    As per my understanding, this is not a proper approach toy call web dynpro using FM CALL_BROWSER. is the web dynpro screen being called when user clicks on the work item from portal UWL OR from SAP SBWP ?
    if you are calling web dynpro screen from portal UWL when user clicks on work item link, better you achieve it using SWFVISU tcode. in SWFVISU tcode you can maintain which web dynpro. application to call when particualr work item task come in user's inbox. in your web dynpro code, then you can write your buisiness logic when user clicks for example SUBMIT/SAVE button. on action submit/save button you can use FM SAP_WAPI_WORKITEM_COMPLETE to complete the worktiem once the user clicks on final submit/save button. in this way the workitem will get removed from user inbox only upon clicking on submit/save button.
    You can refer below link for web dynpro for workitem:
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/70648e99-4cc1-2c10-879d-9c61003c69d6?QuickLink=index&…

  • How to stop system from doing calculation of pricing in sales order?

    Recently I am working on how to stop consecutive entries of identical condition type in pricing of a sales order. For this I have written a custom routine to track multiple identical condition type. If it gets multiple condition type then system shows error message. But after this while pressing back button of the SAP Screen System is doing the corresponding calculations for all the condition types. I want to stop this.
    Is there any way to do so that I can stop the system form doing the calculation. Or is there any way to disable back button of the SAP Screen. Basically I want to stop a user from posting a sales order if he enters multiple identical condition type in a sales order.

    Transaction VOK0
    If you go to Condition Type -> Access Sequences and highlight the relevant access sequence and navigate to folder "Accesses" there should be a column which indicates "Exclusive". This check box should be active. This will prevent duplicate condition types.

  • How to stop this multiple entry against same condition type in pricing

    My client is using manual condition type for the basic price "ZBPR". Now system allowing multiple entry against this condition type in the pricing screen during order creation i.e in the first line if we put ZBPR 00 , in the second line system allowing to put another value against same ZBPR say for example 2000 & doing all subsequent calculations on the basis of 3000 .which is not at all acceptable by my client .Please suggest how to stop this multiple entry against same condition type

    You have to make the condition type as Mandatory and not manual.
    If you are entering many condition records of the ZPR0 then the latest entry will be taken for further processing for subtotal rebate and total price.
    For all the other entered condition records will have yellow traffic signal which is not active.
    you can assign a routine with the help pf your abaper...
    In the Transaction VOFM  define a requirement such that
    you condition type takes value only one at the time of order entry.
    regards,
    Amlan Sarkar

  • How to stop SQL Server 2008 R2 generating SQLDump.mdmp files constantly?

    Something went wrong with local SQL Server 2008 R2 and it constantly generates SQLDump.mdmp files. It generated 40Gb(!) of SQLDump.mdmp this morning. Server rebooted, but didn't help.
    Any ideas what happened with SQL Server and how to stop SQLDump.mdmp files generation?
    SharePoint 2007 - 2010 Tips & Tricks Portal | Microsoft MVP |
    My Blog about Information Management |
    My twitter

    Memory Dumps are generated automatically by the SQL Server under various circumstances - most of which indicate potential problems in the Instance or the machine. Some that I can recall right now are:
    Database Corruption
    Non-yielding scheduler
    Non-yielding resource monitor
    AV (Access Violation)
    There can be several other reasons as well. SQL Server generates the dumps, so that these dumps can be analyzed to find out potential problems in the SQL Server.
    IMHO, rather than trying to find out ways to stop the dumps from being generated, please try to find out potential problems in the Instance or the machine and fix that. This will stop the dump generation anyway.
    In case you need any assistance in analyzing the Dumps, please feel free to engage Microsoft Support.
    Suhas De
    Please mark solved if your question is completely answered; vote it as helpful to help others find a solution quicker.
    This posting is provided "AS IS" with no warranties, and confers no rights.
    My Blog: http://blogs.msdn.com/b/suhde

  • How to stop the internal batch session

    Hi ,
    How to stop the internal batch session, which is triggered from the program.
    When I execute the program, there is an batch session, which starts processing in parallel with the program, and causes an error message for the program, so the further process is affected.
    I tried finding the session through the Transactions - SM35, SM37. However, I could find any session in my name.
    However, when I try thro SM04, I could find an session with the same error message. But I am not able to end the session.
    Pleas advise.
    Thanks,
    cartesian.

    Go through transaction SM50. In case you have more than one application server (transaction SM51 will show) you can also use SM66 which will show all running processes on all application servers.
    With SM50 you will only see the process running if it is running on the same application server you are logged on to.
    Mark the process and use menu 'Program/Session - End Session' or 'Process - End with or without Core'
    Hope that helps,
    Michael

Maybe you are looking for