Exposing Only One Transaction through WebGUI

We have requirement where we have to enable only the PO approaval transaction to the user, I was wondering if there is anyway to disable the command input filed(for TCode) and specify the only one transaction in ITS which needs to be exposed. This way user can not do anything else other than what is exposed out. I understnad that through security one can control the transaction execution authority but even to start with I want user not to give that option.
Thanks,
Samir

Hi,
If you define an ITS service for your transaction, you can hide toolbar, ok-code, .... with ~WEBGUI_SIMPLE_TOOLBAR. Anyway, you can use R/3 roles to restrict user access to another transaction.
Hope this helps,
Iván.

Similar Messages

  • Update several authorization profile with only one transaction

    Hi gurus,
    This question occur after a request done to me by a group of users.
    I have to apply just only one transaction in all 200 profile/functions, through tcode PFCG (this functions it is contained in all that user profiles) and so I ask you guys if there is some way to put that transaction by only one action, through some easy form, like a mass action... I don´t believe that I have to put that transaction one by one in each profile/authorization!! If this is the only way to do this I won't get to end so early... and if this is the only way then I think this is very stupid way to do this!
    Help me please, I have to finish this as soon as possible!
    I don´t know what to do!
    Best regards,
    João Dimas - Portugal

    Hi Petra,
    I think you didn´t understand what I asked or maybe it was me I didn´t explain well what I wanna do!
    The question is only this, it´s possible to edit / add one, two or three, (etc) transaction codes in object S_TCODE in a big group of authorization profiles/functions (in tcode PFCG or through other transaction) that allows me to change with only one action all of that group of authorization profiles with that new transactions?
    We have a many differents profiles and so I don´t wanna believe that I have to change each authorization profile one by one... it´s stupid if it this is the only way to doing this... it will need a long time wasted!!
    Like we have the possible to do a mass generate or a mass transport between systems for authorization profiles we should also have that option!
    Help me please!
    Best regards,
    João Dimas - Portugal

  • I keep getting Error code: ERR_TIMED_OUT when accessing only one website through googlechrome or safari

    I keep getting Error code: ERR_TIMED_OUT when accessing only one website through googlechrome or safari

    Www.Onereceipt.Com<http://Www.Onereceipt.Com>
    Sent from my iPhone

  • Allow access to only one device through ACS 4.2

    Hi All,
    I am running ACS4.2 and want to configure a group for access to only specific devices.
    I have setup a group in AD and matched this to a group in ACS. Under Network configuration, I've added the device I want the users to access.
    In group settings I've added the device under
    Network Access Restrictions (NAR)
    Is this correct and anything else I should be doing? When logging into the device I get authorisation failed. We have a group already setup for access to all devices which works fine, but I want this second group to be for only one device. Not sure where I'm going wrong with this.
    The authentication is all done through AD.
    Thanks

    Hi,
    If I go to Network Configuration there is already a group setup for what looks to be all devices - *.*.*.*
    See attached.
    I try to add a new group for my single device but it says it overlaps. Am I able to setup more than one group, or how do I configure a second group for just this one device?
    Basically at the moment I have an Admin ACS group in AD which has all our admins in it and have access to all devices using *.*.*.*. I now want my restricted AD group to have access to only one device...y.y.y.y but still want the other admins to have access to all devices. Is this easily achieved?
    es

  • Stateless EJB (exposed only one fn) as a web service - Error illegal public

    I have a stateless EJB which has 3 methods.
    I expose one of them only as a web service.
    But when I test my web service I receive an error...
    500 Internal Server Error
    Servlet error: The class blah.blah.I_EmpRemote contains illegal public methods.
    These methods do not conform to the
    restrictions imposed by the web service implementation
    Offending methods:
    public abstract blah.blah.Employee blah.blah.I_EmpRemote.GetEmployee(java.lang.String) throws java.rmi.RemoteException
    public abstract blah.blah.Operator blah.blah.I_EmpRemote.GetOperator(java.lang.String,int) throws java.rmi.RemoteException
    So does this mean .. I should make sure all or none of my methods of an EJB are exposed in the Web Service ?
    Or I can resolve this in any other way ?
    Thanks,
    Krishna

    Or is it becoz the two methods that it objected to were returning user-defined objects and not String, void, Integer ... that a web service can recognize !
    But still ... why cannot it just ignore the methods that are not exposed ?
    Can someone throw some light on this.
    Thanks,
    Krishna

  • Only one channel working - fixable?

    Recently my ipod starting playing only one channel through headphones or a speaker jack - eg I can hear only whatever is coming through the left side speaker. I've verified that the problem is with the ipod, not the headphones. However, if I put pressure from a specific angle on the headphone cord right above where it connects to the ipod, both L and R channels work. This goes away again when the pressure is released.
    Has this happened to anybody else? Is it a fixable problem?
    Thanks!

    You need to replace the headphone jack on the iPod.

  • Only one instance of my transaction works - CICS ART

    I have been able to deploy a CICS application on Tuxedo ART 11gR3 on RHEL 5.
    But I can only access the application thorugh 1 Tn3270 window. Until I finish the applictaion, I cant use it from the 2nd terminal window.
    I am trying to figure out how can I get the application to accept multiple concurrent requests.
    The only way I was able to add more clients was through changing the ARTSTRN section of the ubbconfig file from MIN=1 , MAX=1 to MIN=2, MAX=3.
    In fact, this is my setting which is the same as the sample_03 deployment file:
    ARTSTRN SRVGRP=GRP02
    SRVID=20
    CONV=Y
    MIN=1 MAX=1 RQADDR=QKIX110 REPLYQ=Y
    I observed that this creates a new process for the request as this will be more expensive in higher concurrency requests.
    I did notice that the sample application can handle multiple requests/terminal windows concurrently.
    In the documentation it says that you can use a TRANCLASS to say how many users you can have, but I tried that and it did not work.
    Any ideas?
    Edited by: user522010 on Mar 22, 2012 12:10 PM
    Edited by: user522010 on Mar 22, 2012 12:12 PM
    Edited by: user522010 on Mar 22, 2012 12:12 PM

    Hi Mark,
    I will post the files shortly, but first I wanted to get a better understanding of the way the transaction works in ART CICS Runtime.
    I have a program PGA that does a CICS LINK to program PG1. So basically PGA expects a call back from PG1 and PG2 and so on. So basically my problem is that I am only getting one transaction showing at a time, its NOT working concurrent as I would like it to.
    Thanks,
    Here is the following:
    transaction.desc
    SB00;SIMPAPP;pg for simpapp;RSSBT000
    SB01;SIMPAPP;pg for simpapp;RSSBT001
    SB02;SIMPAPP;pg for simpapp;RSSBT002
    SB03;SIMPAPP;pg for simpapp;RSSBT003
    INQ1;SIMPAPP;pg for simpapp;CUSTINQ1
    PGA;SIMPAPP;pg for simpapp;PGA
    programs.desc
    #PROGRAM;GROUP;DESCRIPTION;LANGUAGE;EXECKEY;STATUS
    RSSBT000;SIMPAPP;pg for simpapp;COBOL; ;ENABLED #the first program of transaction SA00
    RSSBT001;SIMPAPP;pg for simpapp;COBOL; ;ENABLED
    RSSBT002;SIMPAPP;pg for simpapp;COBOL; ;ENABLED
    RSSBT003;SIMPAPP;pg for simpapp;COBOL; ;ENABLED
    CUSTINQ1;SIMPAPP;pg for simpapp;COBOL; ;ENABLED
    PGA;SIMPAPP;pg for simpap;COBOL; ;ENABLED
    PG1;SIMPAPP;pg for simpapp;COBOL; ;ENABLED
    PG2;SIMPAPP;pg for simpapp;COBOL; ;ENABLED
    tranclasss.desc
    TRCLASS1;SIMPAPP ; A tranclass bidon for tests; 1
    TRCLASS2;SIMPAPP ; A tranclass bidon for tests; 2
    ubbconfig
    *RESOURCES
    IPCKEY 43567
    DOMAINID     KIXD      # <REGION>
    MASTER KIXR     # <SUBREGION>
    MODEL SHM
    MAXACCESSERS 100
    MAXSERVERS 50
    MAXSERVICES 10000
    LDBAL N
    BLOCKTIME 30
    *MACHINES
    "tux5"
    LMID=KIXR
    APPDIR="/opt/oracle/art11gR1/Cics_RT/sample/sample_03"
    TUXDIR="/opt/oracle/tuxedo11gR1"
    TUXCONFIG="/opt/oracle/art11gR1/Cics_RT/sample/sample_03/config/tux/tuxconfig"
    ENVFILE="/opt/oracle/art11gR1/Cics_RT/sample/sample_03/config/tux/envfile"
    ULOGPFX="/opt/oracle/art11gR1/Cics_RT/sample/sample_03/LOGS/log/ULOG"
    MAXWSCLIENTS=20
    TLOGDEVICE="/opt/oracle/art11gR1/Cics_RT/sample/sample_03/sysfile/TLOG"
    *GROUPS
    DEFAULT: LMID=KIXR
    # Applicative groups
    TCP00 LMID=KIXR
    GRPNO=1
    GRP00
    GRPNO=10
    ENVFILE="/opt/oracle/art11gR1/Cics_RT/sample/sample_03/config/tux/envfile"
    GRP01
    GRPNO=11
    ENVFILE="/opt/oracle/art11gR1/Cics_RT/sample/sample_03/config/tux/envfile"
    GRP02
    GRPNO=12
    ENVFILE="/opt/oracle/art11gR1/Cics_RT/sample/sample_03/config/tux/envfile"
    TMSNAME="TMS_ORA"
    TMSCOUNT=2
    OPENINFO="Oracle_XA:Oracle_XA+Acc=P/user/password+SesTm=600+LogDir=/opt/oracle/art11gR1/Cics_RT/sample/sample_03/LOGS/xa+DbgFl=0x20"
    # OPENINFO="Oracle_XA:Oracle_XA+Acc=P/user/password+SqlNet=ORCL+SesTm=600+LogDir=/opt/oracle/art11gR1/Cics_RT/sample/sample_03/LOGS/xa+DbgFl=0x20"
    *SERVERS
    ARTTCPL SRVGRP=TCP00
    SRVID=101
                   CLOPT=" -- -M 4 -m 1 -L //tux5:43567 -n //tux5:43568 +H -1 -D"
    ARTADM SRVGRP=GRP01
    SRVID=10
    MIN=1 MAX=1
                   SEQUENCE=1
    CLOPT="-o /opt/oracle/art11gR1/Cics_RT/sample/sample_03/LOGS/sysout/stdout_adm -e /opt/oracle/art11gR1/Cics_RT/sample/sample_03/LOGS/sysout/stderr_adm -r --"
    ARTCNX SRVGRP=GRP01
    SRVID=15
    CONV=Y
    MIN=1 MAX=1 RQADDR=QCNX015 REPLYQ=Y
    CLOPT="-o /opt/oracle/art11gR1/Cics_RT/sample/sample_03/LOGS/sysout/stdout_cnx -e /opt/oracle/art11gR1/Cics_RT/sample/sample_03/LOGS/sysout/stderr_cnx -r --"
    ARTSTRN SRVGRP=GRP02
    SRVID=20
    CONV=Y
    MIN=1 MAX=1 RQADDR=QKIX110 REPLYQ=Y
    CLOPT="-o /opt/oracle/art11gR1/Cics_RT/sample/sample_03/LOGS/sysout/stdout_strn -e /opt/oracle/art11gR1/Cics_RT/sample/sample_03/LOGS/sysout/stderr_strn -r -- -s KIXR -l SIMPAPP"
    *SERVICES
    DEFAULT: SVCTIMEOUT=0 TRANTIME=80
    *ROUTING
    Edited by: user522010 on Mar 27, 2012 11:20 AM
    Edited by: user522010 on Mar 27, 2012 11:22 AM
    Edited by: user522010 on Mar 27, 2012 11:33 AM

  • Why does my Alesis ioj2 express only come out through one side? When I sing into the microphone, it only comes out one side. I've set everything to stereo and it still has not solved the problem. Please help ASAP.

    Please help with my problem. I need to start recording!!

    Chris Huber wrote:
    Why does my Alesis ioj2 express only come out through one side?
    http://www.bulletsandbones.com/GB/GBFAQ.html#leftspeakeronly
    (Let the page FULLY load. The link to your answer is at the top of your screen)

  • Call transaction in new session (but only one)

    Dear all,
    as a hotspot functionality I would like to open a new transaction in a new session. For that reason, I use the FM ABAP4_CALL_TRANSACTION with the option STARTING NEW TASK.
    However I would like to restrict the new tasks in a way that only one session is used (no matter how often the user clicks the hotspot. Kind of like the ABAP Help in the workbench.
    I checked the class CL_IMC_MODE to see if it could work as a new internal session but the new mode dumped when I pressed the back button and according to the dump Statements that closes the internal mode unexpectedly like LEAVE are not allowed. Since I call standard transactions (like VA03) I can hardly prevent that. Did I miss something or do you have any other idea how I could solve my problem?
    Thank you for any input.
    Christian

    Hi Christian,
    Here is a sample code that takes in a sales order number, displays the document number as hotspot and when the user clicks on the hotspot, it opens a new window for displaying the order. No matter how many times the user clicks on the hotspot, it will only display one window for VA03. I hope this solves your problem.
    REPORT ztest.
    PARAMETERS: p_vbeln LIKE vbak-vbeln.
    DATA: ls_vbak LIKE vbak.
    DATA: BEGIN OF i_rfc_spagpa OCCURS 0.
            INCLUDE STRUCTURE rfc_spagpa.
    DATA: END OF i_rfc_spagpa.
    DATA: v_mode LIKE sy-index.
    START-OF-SELECTION.
      SELECT SINGLE * FROM vbak
                      INTO ls_vbak
                     WHERE vbeln = p_vbeln.
      IF sy-subrc <> 0.
    *-- error.
      ENDIF.
      WRITE:/ ls_vbak-vbeln HOTSPOT,
              ls_vbak-vkorg.
    AT LINE-SELECTION.
      CASE sy-ucomm.
        WHEN 'PICK'.
    *-- Delete the previous session and then call VA03 in a new session
          CALL FUNCTION 'TH_DELETE_MODE'
               EXPORTING
                    mode = v_mode.
          CLEAR: i_rfc_spagpa, i_rfc_spagpa[].
          i_rfc_spagpa-parid = 'AUN'.
          i_rfc_spagpa-parval = p_vbeln.
          APPEND i_rfc_spagpa.
          CLEAR i_rfc_spagpa.
          CALL FUNCTION 'ABAP4_CALL_TRANSACTION' STARTING NEW TASK 'TEST'
            EXPORTING
              tcode                         = 'VA03'
              skip_screen                   = 'X'
              mode_val                      = 'A'
              update_val                    = 'A'
    *       IMPORTING
    *         SUBRC                         =
           TABLES
    *         USING_TAB                     =
              spagpa_tab                    = i_rfc_spagpa
    *         MESS_TAB                      =
            EXCEPTIONS
              call_transaction_denied       = 1
              tcode_invalid                 = 2
              OTHERS                        = 3 .
          IF sy-subrc <> 0.
            MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                    WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
          ENDIF.
        WHEN OTHERS.
      ENDCASE.

  • How do you use only one plugin in Logic for multiple guitar tracks? I want to only use one instance of Pod Farm and run all my guitar tracks through that one instance.

    I want to be able to use only one instance of Pod Farm for my guitars, and have all of my guitar tracks run through it while I'm recording.

    What he said. Or here is a similar approach with a picture.
    1. Press the SEND button on every stereo (or mono) guitar track you want to send through the effect. Then select a free bus.
    2. Make sure you turn up the amount of send (in db). Holding alt while leftclicking on this circle sets the send level to 0 db wich is good.
    3. Open the mixer (Cmd+2). Please see that I here have turned the output off from the stereo guitar track. That way the only output will be the BUS, in your case the AmpTrack bus where all your guitars will pass through. If you want both the original guitar sound AND the Ampfarm effect then just set all outputs on your guitar tracks to Stereo Out, like the AmpF Bus track is set in my picture.
    4. Insert your AmpFarm plugin here. I don´t have that plug so I inserted Waves Renes Axe for demo purpose.
    Adjust the volume/effect of every guitartrack by turning the circle input shown as 2. in my picture.
    I now see that you mentioned Pod Farm, not AmpFarm. But I guess it´s the same trick.
    Have fun.
    Heyclown.
    Message was edited by: WizardSongs - Typhoos

  • Printing only one line record with total of all items through alv

    hi experts,
    i am facing a problem while printing a list through alv.
    requirement is, suppose i have 3 line items under one document no.
    i have to print only one record with total amount of all items.more clearly...
    1001  10  1000/-
    1001  20    234/-
    1001  30   540/- these records in internal table then i am passing it to reuse_alv_grid_display.
    i need to display only 1001  1774/-(means sum of all the items)
    please tell me how to do this.
    thanks in advance,
    manasi

    hi ansari,
    contains in itab
         3000000004     02.11.2000     5550     27.95     27.95     0
         3000000004     02.11.2000     5550     10.95     10.95     0
         3000000005     02.11.2000     5550     27.95     27.95     0
         3000000005     02.11.2000     5550     10.95     10.95     0
         3000000006     02.11.2000     3020     52.99     52.99     0
         3000000006     02.11.2000     3020     64.99     64.99     0
         3000000006     02.11.2000     3020     49.5     49.5     0
         3000000007     02.11.2000     3730     2,228.00     2,228.00     0
         3000000007     02.11.2000     3730     1,698.00     1,698.00     0
         3000000007     02.11.2000     3730     532     532     0
    now please tell me how to print the data
    output will be
    3000000004     02.11.2000     5550     38.90     38.90       0
    3000000005     02.11.2000     5550     38.90     38.90       0
    3000000006     02.11.2000     3020     117.19     117.19     0
    like that
    please help me out
    manasi

  • HT4623 My texts have stopped getting through to one of my contacts. I can phone him and I can receive his calls and messages. I am the only one of his contacts whose  texts are not getting through. We have both restarted our iphones but the problem contin

    My texts have stoipped getting through to one of my contacts. I can phone him and I can receive his calls and messages. I am the only one of his contacts whose  texts are not getting through. We have both restarted our iphones but the problem continues.

    Have you talked to your carrier (or your friend to his)?  Could be an issue at their end.

  • HeuristicHazard within a transaction using only one DataSource

    We have an ejb 2.0 application running under WL 7.0 SP1. Its CMP beans are
              persisted in two Oracle 9i databases, some beans from different databases
              are related (have CMR). We are using XA Oracle JDriver for both pools.
              The javax.transaction.HeuristicMixedException exception occurred when the
              client application called getId() method on the local interface of one of
              the beans. The client is a webapp deployed together with the ejbs in the one
              EAR.
              The mentioned bean doesn't have any CMR with any bean from the other
              database, and its transaction attribute is 'Required'. Therefore method call
              which resulted in HeuristicMixedException was using only one DataSource. Why
              did exception happened?
              

    No.
    There is a very slight increase in performance if you have two chips of the same size, but it is something that will only really show up in benchmarks.
    Get 1GB now and leave the other 256MB chip in there. When you have an extra $80 around doing nothing, grab another stick.

  • For only 'Deliver' transaction when one step receiving is done.

    Hello,
    per clients business process, client performs one step receiving transaction manually.
    So this act produces 'Receive' entry in rcv_transactions table. So technically now we want to perform only 'Deliver' transaction.
    So, per Oracle Note 731097.1, I only populated rcv_transactions_interface table and didn't populated rcv_header_transaction table.
    Now,
    After population of a test record in rcv_transactions_interface I ran 'Receiving transaction processor.'
    Every time I run the program, it isn't processing the record[ PROCESSING_STATUS_CODE - ERROR].
    When checked in PO_INTERFACE_ERRORS table, following error I'm getting;
    "Error: The SOURCE_DOCUMENT_CODE specified is invalid.  The value specified (PO) does not match the expected value (INVENTORY)."
    Where as actually my SOURCE_DOCUMENT_CODE is PO.
    Here is the insert statement for reference;
    INSERT INTO rcv_transactions_interface
                (interface_transaction_id, parent_transaction_id, GROUP_ID,
                 last_update_date, last_updated_by, creation_date, created_by,
                 last_update_login, transaction_type, transaction_date,
                 processing_status_code, processing_mode_code,
                 transaction_status_code, po_header_id, po_line_id, item_id,
                 quantity, unit_of_measure, po_line_location_id,
                 auto_transact_code, receipt_source_code, to_organization_code,
                 source_document_code, header_interface_id, validation_flag,
                 org_id, subinventory, locator_id
         VALUES (585715, 662634,185818,
                 SYSDATE, 3625, SYSDATE, 3625,
                 0, 'DELIVER', SYSDATE,
                 'PENDING', 'BATCH',
                 'PENDING', 379023, 491608, 3,
                 10, 'EACH', 483726,
                 'DELIVER', 'VENDOR', 'K04',
                 'PO', NULL, 'Y',
                 82, 'DMATERIAL', 8
    Can anyone please guide me How shall I over come this error?
    -SaurabhDJ

    Did you find any solution ?
    I am also stuck in similar problem. I am extracting information of all recipients by only reading the message file and using
    mimeMessage.getAllRecipients() but due to the incorrect format according to the javamail I am getting AddressException . So I need a way to extract all recipients with / without correct format as saved in the actual message file .

  • Why do PDF files in email open in safari with a quick time logo but only one page shows and I can't scroll through the following pages?

    Why do PDF files in email open in safari with a quick time logo but only one page shows and I can't scroll through the following pages?

    Try a system reset.  It cures many ills and it's quick, easy and harmless...
    Hold down the on/off switch and the Home button simultaneously until the screen blacks out or you see the Apple logo.  Ignore the "Slide to power off" text if it appears.  You will not lose any apps, data, music, movies, settings, etc.

Maybe you are looking for

  • 11i install on SuSe Linux 7.3

    Has anybody tried that? Is it working ? I know on Suse site the support matrix is showing SuSe 7.0 is supported. But I want to try Suse7.3. Any clue or tricks welcome. Thank in advance. Bhupendra B Babu

  • Suspicious charges for apps on my iTunes account

    Hi experts, I have a number of new charges on my iTunes account for apps I didn't download, and my kids say they didn't download either - charges are anything from $1.99 to $5.99. I have cancelled my credit card for my iTunes account so won't happen

  • Cannot use winzip to unzip the zip file zipped by java.util.zip

    Hi all, I use the followcode to create a zip file, and i downlaod it and try to use winzip to unzip this file but fail. The path is correct and i got the zip file. but it just cannot unzip. pls help thanks alot. Kin           int count = 0;          

  • 10K RPM Disk not detecting

    Hi refer to the email below, we are eagerly looking for the solution at the earliest. We have tried all the options provided in the 119376-02 patch documentation. However, the V20Z box is unable to detect the full 73gb hard disk. Waitng to hear from

  • WEBDAV Connection and permission to upload to no Mac Webdav server

    Our school district recently installed a new web server running WEBDAV ( I am sure it is Windows product). I use golive and dreamweaver (Latest editions) also with finder I cannot upload new files. In finder, I can see the files but I cannot copy fil