How to close Retail POS Client

Hello Experts,
I am starter in Oracle Retail Suite, could someone advise me how to close the POS Client application once it is started (any hot key etc). I have tried all function keys available but no luck ....
Thanks in Advance
KKJ

Hi,
There is no hot key as such for closing the ORPOS Client, but wat you can do is either directly close the client conduit batch window or you can change the entry env = PROD to env = DEV in the application.properties file of your client. This will enable a normal window property for your client.
Regards

Similar Messages

  • How to close the pos

    Hi All,
    We have 50 pos ,we need how to close these pos .Please help me on this .
    thanks
    Happy

    1. You can set Delivery Completed Indicator in Purchase Order or at time of doing goods receipt. That simply means you cannot do further GR for that item. You can still process Open Invoices . 
    2. You can block material at purchase order level which means, you will not be able to do any GR , Invoice against that specific item in PO.
    The recommended is the first option though.
    Second option is used in case of : - 
    1. to cancel an item
    2. An item is closed and can be archived

  • How to close OLD POs which are in Closed or Cancelled ?

    Hi All,
    We are working on Oracle Applications : 11.5.10.2
    Our client wants to Finally Close the OLD POs which are in Closed or Cancelled state in order for them to be Purged as part of Archiving Project.
    For the same I am trying with the API - po_actions.close_po
    Follwoing is the code I tried to close one PO, by simply hardcoding the values -
    DECLARE
       lv_result     BOOLEAN;
       return_code   VARCHAR2 (20);
    BEGIN
       lv_result :=
          po_actions.close_po (p_docid              => 1834281,
                               p_doctyp             => 'PO',
                               p_docsubtyp          => 'STANDARD',
                               p_lineid             => 0,
                               p_shipid             => 0,
                               p_action             => 'FINALLY CLOSED',
                               p_reason             => 'Finally CLosed',
                               p_calling_mode       => 'PO',
                               p_conc_flag          => 'N',
                               p_return_code        => return_code,
                               p_auto_close         => 'N',
                               p_action_date        => TRUNC(SYSDATE),
                               p_origin_doc_id      => 50386
       COMMIT;
       IF lv_result = TRUE
       THEN
          DBMS_OUTPUT.put_line ('Successfully closed PO#');
       ELSE
          DBMS_OUTPUT.put_line ('Cannot close PO#');
       END IF;
    END;
    But for all PO's the return code is returning FALSE.
    Can anyone please advise me where I may be going wrong or if the above API does not work then what is the other means to close POs.
    Also I read many questions on the forums for the same, but none has a definite answer.
    Please advise..as there are many PO's and cant be closed manually.
    Regards,
    Shruti

    Hi Shruti,
    Please have a loot at notes:
    How Are Purchase Orders Closed Automatically? Closed Status Rolled Up? PO's Are Not Closing? (Doc ID 1265680.1)
    Manually Closed for Receiving Purchase Order Lines, Open Upon PO Reapproval (Doc ID 469330.1)
    Why Po Lines Are Not Getting Closed When Invoices Are Matched To 3-Way ? (Doc ID 561253.1)
    Also have a look at the following links:
    https://forums.oracle.com/thread/2372938
    http://jyotioraapps.blogspot.com/2009/08/api-for-closingfinally-closing-po-using.html
    Cancelling PO Using API PO_Document_Control_PUB.control_document : Oracle ERP Apps Guide
    Hope this helps!
    Best Regards

  • How to close open POs

    Here is the scenario, GR has been generated, Invoice has been paid , and Po is still sitting open in the system. I would like to know what steps and if you wouldn'y mind what transactions are needed to close these PO's. Pls bear in mind I'm new to SAP so i may need some hand holding.
    Thank you

    The moment you receive the GR and IR, PO is cosed. if you edit the quantity than only it will be open other wise it is closed.
    Now if oyu have scenario where user can change the PO after GR than implement the Release strategy so no one can change after it is released. that you can control via field selection in release strategy.
    You can set the delivery complete indicataor
    to do that Go To SPRO-MM-Inventory management-Good receipt-Set "Delivery Completed" Indicator

  • How to close open POs which are open for more than two month

    I am new to MM please somebody help me with this
    Thank you

    there is NO STD SAP program which will help u closing the open PO (more than two months)
    you need to go each and every PO and mark it as Del completed (item level in deleivery tab)
    but this is only stastestical indicator. System wont stop you creating further GR against such PO if any Qty leftout.
    for example - PO order 10EA, you recd 8EA and marked the indicator , still you can make the GR for 2EA
    there is SPRO setting as well to mark the PO as delivery completed once PO Qty and MIGO QTy is equal or with some variance . but this will work on real time
    Another way to set the final invoice indicator in invoice tab
    system will allow you to post the further invoices but all be blocked.
    somebody need to go and verify the blocked invoices and take necessary action
    This is again a manual activity, there is no such STD setting or T code exist
    Another way is you can create a program with the help of abaper
    built a logic on date / QTy and Amount and update the PO for del complete ( EKPO-ELIKZ) and final inv indicator (EKPO-EREKZ) by using BAPI PO change
    hope this will help you

  • How to close cost center PO

    Hello,
    We create PO with "AcctAssgnt Categ" as "K" (Cost Center) or "A" (Assets). For such POs we deselected "GR-based invoice verification" flag i.e. we just do MIRO to make supplier payment. Now our problem is that all such POs are still remain open in the system, which means that we can still post supplier invoice (MIRO ) against the old POs (where full payment MIRO is already done).
    Do any one know how to close such POs so that no one can post MIRO once it is set to close/complete
    Thanks in advance
    //Rajeev

    Hi,
    In Item details, under Delivery tab, select 'Deliv.Completed' indicator.
    Thanks
    Kishore

  • How to close JDBC client connections in JSP (9IDS Jdeveloper)

    Can anyone tell me how to close JDBC connections neatly through JSP in Oracle 9IDS Jdeveloper.
    I have a developer who has deployed a WAR file (comprising JSP page) to the Tomcat webserver.
    The page works fine except that it always leaves a JDBC client connection after the user closes the internet explorer window.
    I've tried using dead connection detection without success.
    At the operating system level, I have a script that can kill these sessions but I would prefer if theres some way the connection can be closed neatly through the JSP application.

    Hi:
    At database level you can:
    See CONNECT_TIME and IDLE_TIME options to CREATE/ALTER PROFILE
    Joao

  • How to integrate oracle retail POS with AIA

    Hi,
    We are planning to integrate oracle retail POS with AIA (application integration architecture). Please provide the helpful link or document to get it done or mail me your suggestion at [email protected]

    Hi,
    Yes Depot Repair is a module, and you can enable this module if already not enabled using the License Manager. Oracle Depot Module carries the short name CSD.
    In additin to the above, also refer the implementation guide:
    http://docs.oracle.com/cd/B34956_01/current/acrobat/120csdig.pdf
    In order to license a product in Oracle using License Manager, please see following:
    http://myappsdba.com/how-to-license-a-new-product-in-oracle-applications/
    http://www.appsdba.info/docs/oracle_apps/R12/License_Manager.pdf
    Also see:
    How To Use OAM To License JA (Asia/Pacific Localizations), JE (European Localizations), JG (Regional Localizations) and JL (Latin-American Localizations) in Oracle Applications ? (Doc ID 351900.1)
    Thanks &
    Best Regards,

  • Flash installer asks user to close the Dashboard client, but provides no information on how to do so

    When installing Flash Player on a Mac, the installer asks the user to close the Dashboard client. However, no explanation is given by the installer on what the Dashboard client is, or how to close it. There is no information on this on the installation help information at adobe.com. There is apparently no direct mechanism to close "dashboardclient" provided by Apple either.
    Installer: Version 3.3.9.0 (3.3.9.0)
    MacOS 10.7.5

    Mike,
    That's a solution that would work, but the average user should not have to jump through hoops just to install a plug-in. Force quiting processes in any OS can have dangerous and unintended consequences and should not be attempted, unless you know what you are doing.
    I have installed countless Flash updates over the years, and this is the first time this has happened. So, if I've been running the "dashboardclient" for years, this tells me Adobe dropped the ball on this installer.
    Bottom line: The end-user should have an installer that doesn't require monkeying around with user processes. If a process has to be stopped, most installers will require a restart and take care of it through the installer. Many others do this, Adobe should as well.
    (P.S.: Deleting the "Flash Player.plugin" (HD>Library>Internet Plug-Ins) will allow for an install, without quitting the Dashboard processes,)

  • How to close down SRM POs

    Hi,
    How we close down SRM POs against ERP POs is there a different process we should be following?
    what reports are available?
    what is the SAP best practice?
    Any help would be appreciated.
    John

    My advice re the tests.
    Unplug the network cable.
    I liked that idea at first. It definitely keeps one
    from cheating by using the network. But then I had a
    crazy idea - wouldn't it also keep one from taking the
    online test?
    Well, yes, I wondered about the online bit too, but people use terms in strange ways, and the idea of blocking ports seems inconsistent with the idea of a user taking the test being remote from the server that's supporting the test.
    System.out.println("Do you have a second PC that you will use for cheating?"):
    String ans = new BufferedReader(
        new InputStreamReader(System.in)
    ).readLine();
    if(ans.equals("Yes"))
        System.out.println("You are not allowed to take this test.");
        System.exit(1);

  • How to close the detach popup on click of a button in the panel collection

    Hi,
    I'm using Jdeveloper 11.1.2.3.0.
    I have an af table surrounded by panel collection. There is a button on panel collection to commit the changes in the table.
    Clicked detach button to view the table in full browser.
    On click of Commit button, the detach popup is not closed. I have set partialSubmit of that button to false. Then also detach popup is not closed.
    Can anybody suggest me how to close the detach popup on click of a button in the toolbar.
    Thanks,
    Vinod

    Hi Frank,
    Thanks for your response. Popup is not closed.
    I tried this approach, when the view tree is navigated on the Detach, I see that the tree is same as if it is traversed on the page without detach.
    Printed client id and UI component class in the while loop, result is as below.
    r1:0:pc1:t3 class oracle.adf.view.rich.component.rich.layout.RichToolbar
    r1:0:pc1 class oracle.adf.view.rich.component.rich.output.RichPanelCollection
    r1:0:ph2 class oracle.adf.view.rich.component.rich.layout.RichPanelHeader
    r1:0:pgl1 class oracle.adf.view.rich.component.rich.layout.RichPanelGroupLayout
    r1 class oracle.adf.view.rich.component.rich.fragment.RichRegion
    pgl1 class oracle.adf.view.rich.component.rich.layout.RichPanelGroupLayout
    db2 class oracle.adf.view.rich.component.rich.layout.RichDecorativeBox
    db1 class oracle.adf.view.rich.component.rich.layout.RichDecorativeBox
    psl1 class oracle.adf.view.rich.component.rich.layout.RichPanelStretchLayout
    ps1 class oracle.adf.view.rich.component.rich.layout.RichPanelSplitter
    f1 class oracle.adf.view.rich.component.rich.RichForm
    Tried with setting partialsubmit property to false on the command button, still the popup is not closed and my Faces Message are shown behind the detach popup.
    Thanks,
    Vinod

  • How to close a jmf rtp session when the whole file is sent

    i am using jmf to Stream a video file from a one client to another, everything seems to be working fine except for the fact that i dont know how to close the prosessor and the session/datasink on the transmitting clients side when the clientis done streaming, i can close it lets say after 60 seconds of starting but i am not able to figure out how make it stop when the whole file is done streaming. i tried using the datasinklistner while sending the video and the following code
    public void dataSinkUpdate(DataSinkEvent event) {
             if (event instanceof javax.media.datasink.EndOfStreamEvent) {
                 endOfStream = true;
         }but the endofstream event is never received from the datasource.
    the problem is that it works fine if i using a 20 second video and i close the datasink and the processor in 60 seconds, the whole file does get streamed but if i have a file longer than 60 seconds then the file just gets cut at 60 seconds.
    i also tried to use a sessionmanager with a sessionlistener and a sendStreamListener and the following code
         * SessionListener.
        public synchronized void update(SessionEvent evt) {
         * SendStreamListener
        public synchronized void update( SendStreamEvent evt) {
            System.out.println(evt);
         if (evt instanceof InactiveSendStreamEvent) {
              flag=true;
              System.out.println("done");
         if (evt instanceof ActiveSendStreamEvent) {
             System.out.println("start");
        }i ran the whole code and sent files and everything but neither an activestreamevent nor a inactivestreamevent happens but the file is being streamed properly

    user13490676 wrote:
    could it be a problem with jmf itself that the endofstream doesnt get generated for the datasource being read from a fileIn this instance, that would be the problem... more than likely, there's something weird about the file, perhaps it doesn't have a duration set in the header and JMF treats it like a live stream.
    You could always write a custom DataSource that just passes through the input of a normal data source, and then generate the EndOfStream event yourself... maybe based on a timeout or failure counter? I haven't received any data in x seconds or after x attempts, so I'm assuming the file is done... Or when you've read enough data that the file can't possibly have any more (read >= file header + file data)...

  • How to close NetStream in class script

    How to close NetStream in class script
    I use NetStream action to play the video. It’s working perfectly. Want to know how I can close my NetStream video to clicking on the button as in class scrip. I tray this
    ns.close();
    but got error
    NetStream class action
    package {
        import flash.display.SimpleButton;
        import flash.events.MouseEvent;
        import flash.media.Video;
        import flash.net.NetConnection;
        import flash.net.NetStream;
        import flash.media.SoundTransform;
        import flash.display.MovieClip;
        public class clickbutton extends SimpleButton {
              var ns:NetStream;
              var previousVolume:Number = 1;
              public function clickbutton() {
                    this.addEventListener(MouseEvent.CLICK, clickF);
              private function clickF(e:MouseEvent):void{
                   MovieClip(this.root).gotoAndStop(2, "Scene 1");
                   var nc:NetConnection=new NetConnection();
                   nc.connect(null);
                   ns=new NetStream(nc);
                   var video:Video=new Video(320, 200);
                   video.x=(stage.stageWidth-320)/2;
                   video.y=(stage.stageHeight-200)/2;
                   ns.client=this;
                   this.parent.addChild(video);
                   video.attachNetStream(ns);
                   ns.play("video_test.flv");
                   controlsF();
                   this.removeEventListener(MouseEvent.CLICK, clickF);
                   this.parent.removeChild(this);
          private function controlsF():void{
              MovieClip(root).play_btn.addEventListener(MouseEvent.CLICK,playF);
              MovieClip(root).pause_btn.addEventListener(MouseEvent.CLICK,pauseF);
              MovieClip(root).muteToggle_btn.addEventListener(MouseEvent.CLICK,muteF);
              // add volume listener here.  you'll need to decide how you want to control volume.
                                                    function playF(e:MouseEvent):void{
                                                                    ns.resume();
                                                    function pauseF(e:MouseEvent):void{
                                                                    ns.pause();
                                                    function muteF(e:MouseEvent):void{
                                                                    if(ns.soundTransform.volume>0){
                                                                    var st:SoundTransform=ns.soundTransform;
                                                                    previousVolume=st.volume;
                                                                    st.volume=0;
                                                                    ns.soundTransform=st;
                                                    } else {
                                                                    st=ns.soundTransform;
                                                                    st.volume=previousVolume;
                                                                    ns.soundTransform=st;
                                    public function onMetaData(eobj:Object): void {
                                                    // this needs to be in the scope of your loader
                                    public function onPlayStatus(eObj: Object): void {
                                    public function onXMPData(eobj:Object):void{

    I make to keyfram in my time line.
    In 1st keyfram on the video button I use this code
    package {
         import flash.display.SimpleButton;
         import flash.events.MouseEvent;
         import flash.media.Video;
         import flash.net.NetConnection;
         import flash.net.NetStream;
         import flash.media.SoundTransform;
         import flash.display.MovieClip;
              public class palyvideo extends SimpleButton {
                   var ns:NetStream;
                   var previousVolume:Number = 1;
                        public function palyvideo() {
                             this.addEventListener(MouseEvent.CLICK, clickF);
                        private function clickF(e:MouseEvent):void{
                             MovieClip(this.root).gotoAndStop(2, "Scene 1");
                             var nc:NetConnection=new NetConnection();
                             nc.connect(null);
                             ns=new NetStream(nc);
                             var video:Video=new Video(320, 200);
                             video.x=(stage.stageWidth-320)/2;
                             video.y=(stage.stageHeight-200)/2;
                             ns.client=this;
                             this.parent.addChild(video);
                             video.attachNetStream(ns);
                             ns.play("video_test.flv");
                             controlsF();
                             this.removeEventListener(MouseEvent.CLICK, clickF);
                             this.parent.removeChild(this);
                   private function controlsF():void{
                        MovieClip(root).play_btn.addEventListener(MouseEvent.CLICK,playF);
                        MovieClip(root).pause_btn.addEventListener(MouseEvent.CLICK,pauseF);
                        MovieClip(root).muteToggle_btn.addEventListener(MouseEvent.CLICK,muteF);
                        // add volume listener here.  you'll need to decide how you want to control volume.
                   function playF(e:MouseEvent):void{
                        ns.resume();
                   function pauseF(e:MouseEvent):void{
                        ns.pause();
                   function muteF(e:MouseEvent):void{
                        if(ns.soundTransform.volume>0){
                        var st:SoundTransform=ns.soundTransform;
                        previousVolume=st.volume;
                        st.volume=0;
                        ns.soundTransform=st;
                   } else {
                        st=ns.soundTransform;
                        st.volume=previousVolume;
                        ns.soundTransform=st;
              public function onMetaData(eobj:Object): void {
                   // this needs to be in the scope of your loader
              public function onPlayStatus(eObj: Object): void {
              public function onXMPData(eobj:Object):void{
    In 2nd keyfram I use this code on reply button
    package  {
         import flash.display.SimpleButton;
         import flash.display.MovieClip;
         import flash.events.MouseEvent;
         import flash.media.SoundMixer;
         import flash.media.Video;
         import flash.net.NetConnection;
         import flash.net.NetStream;
              public class reply extends SimpleButton {
                                  public function reply() {
                                            this.addEventListener(MouseEvent.CLICK,clickFF);
                                  private function clickFF(e:MouseEvent):void{
                                            SoundMixer.stopAll();
                                            MovieClip(this.root).gotoAndStop(1, "Scene 1");
                                            ns.close();
                                            //video.attachNetStream(null);
    But when I click on reply button I got this compiler error

  • Retail POS Liability Transfer

    Hi Everyone,
    Kindly Anybody let me know what is liability transfer concept in Retail POS implementation.
    as my client is implementing legacy POS to SAP.
    i dont know what exactly a liability transfer is and as a FI Consultant what i need to do in that.
    Kindly help me ount in this
    thanks inadvance.

    Hi Venkat
    Interaction with POS means :-
    1. SAP IS Retail - exchanges data with POS - ( th'o POS Outbound )
    i.e All the master data from IS Retail gets downloaded to POS. For E.g - Article data - like EAN, Price, Tax, Merchandise Category Data etc.
    2. Similarly - Once the day end happens - POS Inbound can be configured to send data Back into SAP Retail ( For Relevant Postings ) -  For e.g - Aggregated Sales Data, payment List etc .
    Both 1 & 2 are Mandatory Activities for Data Exchange to happen.
    Every Store -  will have Partner Profiles ( POS Outbound & POS Inbound )
    Further details are available @ http://help.sap.com/saphelp_erp2005vp/helpdata/en/0f/7af634b576bc4ee10000009b38f83b/frameset.htm
    Hope the above information helps.
    Award points accordingly.
    Best Regards,
    Andy

  • TypeKit Update. How much closer to opening up the whole library?

    Nearly two years ago there was a spirited discussion here about TypeKit fonts and how only a limited number of them can be used with Adobe Muse. Admittedly, there are a few hundred  typefaces available, but if you need a specific font -- because, for instance, you have to conform to a corporate branding program -- you're effectively out of luck.
    In 2012, the official word was that this was an acknowledged issue and would take time to work through the hurdles, both technical and legal.
    So now that nearly two years have  elapsed, I'm wondering how much closer we are to expanding the entire TypeKit library for use in Muse. This is an issue that has come up for me a few times in building client sites and it's getting to be an untenable obstacle.
    For what it's worth, I've seen that there is a "less than optimal" non-WYSIWYG workaround, which is described here at Muse Insider. Could Dani be induced to do one of her Muse Jam Sessions on this topic and walk us through whatever workarounds are currently available to subscribers? I'd love to see this in action before attempting it myself.
    Anyone from the Muse team care to update us?
    Thanks.

    Frankly we wildly underestimated the demands that were going to be put on the Typekit team as a side effect of the acquisition. They've been buried for the past two years integrating with Adobe's infrastructure, enabling their website for the broad set of languages supported by Adobe products, implementing the new Desktop Sync functionality, and no doubt doing a lot of other high priority stuff I know nothing about. All those activities were ranked as higher priority than work on a Muse-specific integration, since they benefit a larger portion of the Creative Cloud subscribers. Now that Desktop Sync and the infrastructure and language support work is well underway or completed, we're actively working to re-engage with the Typekit team to provide deeper integration with Muse. Still no ETA (other than to say it won't be part of the release due out later this quarter), but we have not forgotten the need for access to a much broader base of high quality Web Fonts.

Maybe you are looking for

  • XI Integration scenario for material replication from SRM to SRM-MDM

    Hi Guys, We are working with the following landscape: SRM Server 5.5 ECC 6.0 SRM-MDM 5.5 SP6 PI 2005_1_700 SP0006 I have a question for you about replication of the material master form SRM EBP to SRM-MDM. In XI we are trying to configure this scenar

  • Deleting very old events

    I want to delete all of my events from over a year ago, but when I go to the preferences, I can't change the time period to delete (60 days) until I check the box next to it. When I check the box, I get a prompt that warns me iCal will immediately de

  • DMS Object Link for SRM

    Dear All, Can you please provide me the object link for SRM( Inbound Delivery). Our team requirenment we should need to integrate with SRM through DMS (object link) So provide me the solution? Thanks Edited by: RS on Aug 26, 2010 1:14 PM

  • WRT54GL speed problem

    My internetprovider increased speed from 25 Mbps to 40 Mbps. Providermodem direct to pc via LAN gives indeed speed 40 Mbps. However through router  lanport or wireless no higher speed. How comes? And better how do i solve problem..

  • Indesign CS4 and MathML

    Hi all, The new relased version of Indesign CS4 is capable of handling MathML. Is Indesign CS4 support MathML. Kavya