Restricting WEBGUI Transactions to WINGUI Priority

Hi There,
Is there a way of ensuring that for specific transactions that only WINGUI transactions are triggered instead of WEBGUI?
We have managed to make specific links call WINGUI only transactions but obviously if we are on the webgui we want to force specific transactions to be opened in WINGUI format
All ideas appreciated
Cheers
Steve

Klaus, thanks, this is very helpful
For example, if there were only 3 transactions in SAP, sm50, sm51 and db02 and I wanted to be able to run sm50 and sm51 from the webgui but not db02, I would have to create 2 services with parameters  as per below
Service 1
~WEBGUI 1
~TRANSACTION sm50
~THEME sl
~SINGLESTRANSACTION 1
Service 2
~WEBGUI 1
~TRANSACTION sm51
~THEME sl
~SINGLESTRANSACTION 1
Is this correct? Could you explain how setting this parameters will prevent webgui from running db02?
Many thanks
Andreas

Similar Messages

  • URL format to call transaction using WinGUI

    Hello,
    We would like to display SAP transactions in the portal, however they are from the SAP APO sytem and require the the WinGUI setting as they contain graphics that the ITS cannot interpret. WinGUI does not use the ITS. An iView or External Service can be created to display the required transactions using the SAPApplication.Transaction but as the screens are made up of several windows we would like them to open up full screen. The standard iView can open in a new screen but the window opens in a different place depending on the user's internet settings. To solve this a java iView could be written to dictate the starting point and size of the window but I am having trouble with the URL of the transaction. Using WebGUI the following format can be used to call a transaction:
    <System.Access.ITS.Protocol>://<System.Access.ITS.HostName><System.Access.ITS.Path>/webgui/!?transaction=<SAP_Dynp_AutoStart%><SAP_TCode>%20<SAP_Dynp_Params%>&client=<System.Client>&language=<Request.Language>&accessibility=<User.Accessibility>
    Does anyone know the format of the URL to call a transaction using wingui (it doesn't work to substitute wingui for webgui in the format above)?
    Thanks for your help,
    Katie

    HI,
    You need to write the codition like below,
    If Message = 'Successful'
    If Button = 'SUBMIT'
       Call Transaction 'ZABC'.
    Endif.
    Endif.
    Regards
    Sudheer

  • How to Restrict Business Transaction Types in Cash Journal

    Dear All
    I need to Restrict Business Transaction Types in Cash Journal based on Exp/Revenue Types . Is there nay solution of this problem and one more thing i need to disable/hide Cash Hournal Tabs for specific User.
    Full point will be awarded.
    Thanks

    hi
    the follwoing links may helpful to you for cash journal configs.
    http://help.sap.com/bp_bblibrary/500/documentation/N70_BPP_04_EN_DE.doc
    http://help.sap.com/saphelp_erp2005/helpdata/en/a5/e9d13973da1f60e10000000a114084/content.htm
    http://www30.sap.com/japan/businessmaps/690A1366EABD4B029F9F9CB727553B61.htm
    nagesh

  • ITS webgui transaction width problem

    we are getting no splash screen and the webgui (HTML) launched from portal -
    we have problem when we launch a transaction from portal.
    we see the transaction inside the webgui is shorten (reduced width) but when I click on the transaction directly in webgui - transaction displayed properly
    any ideas

    Hi Weatboy,
    I would like to know the SAP_BASIS package level (SAPKBxxxxx format) and the kernel release/patch level.
    Anyway, you can check if SAP note 1411321 helps.
    Regards,
    Cristiano

  • Launch new web browser during webGui transaction

    Question:
    Is there as easy way to launch a new web browser window (IE) during a webGUI transaction (from the ABAP code).
    Background:
    We have a transaction linked to a simple ABAP report that is launched from a web based non-SAP reporting tool via the ITS (webGUI based).  The user would like to click a link (hotspot) in the ABAP report that would launch a new IE window passing a URL and parameters.
    What I've already tried:
    I tried inserting and running Javascript in the ABAP but the my basic window.open code did nothing.  Also noticed that SAPHTML_DEMO1 will work during a webGUI transaction, but would prefer a new window.
    Basis 620
    Thanks,
    Brian

    Turns out this is simple:
      call function 'ITS_BROWSER_WINDOW_OPEN'
        exporting
          url                     = $url
        exceptions
          its_not_available       = 1
          others                  = 2.

  • Restrict this transaction code only to create sets starting with 'ZMR'

    Hello,
    I need to create custom transaction code for 'GS01' and restrict this transaction code only to create sets starting with 'ZMR' No other sets should be allowed to be created.
    If anyone have done before with the same scenario. Please give me clear documentation on this .
    Reagdrs
    Kiran

    YOu cannot find the call to the badi's by searching the main program.
    The badi is called a t run time.
    To find a badi attached to a main program, goto se38,
    GIve the program name.
    Goto->Object Directory Entry. Find the package.
    Go to se18 transaction, Press f4.
    give the package name in the popup.
    you can get the badis associated with the main program.
    Regards,
    Ravi

  • How to restrict the transaction OB52 ?

    Hi guys.
    I need to restrict the transaction OB52 for Company Code. By default the transaction OB52 has no authority object to restrict it to the company code. Try it by adding the SU24 transaction object F_BKPF_BUK (check / maintain). When I create the security role by adding the transaction OB52, lifts my perfectly F_BKPF_BUK authorization object, added the company you will have the authorization, but does not work when I assign the Role to the user. The user will still leave change all companies and not the company you want to restrict.
    Thanks guys for the help.
    Desirée.

    Hi,
    Take the below into consideration for restricting table views for transaction like OB51, OB52 etc.... For your particular case I guess when user is running OB52 then it is providing data from table V_T001B
    First level authorization check will be S_TABU_DIS for access to table. Auth group will be FC31
    Now to drill down further restriction on line level for above table you need to use objects S_TABU_LIN. To use this object consider have look into the documentation for this object and 2nd step to read documentation in following path.
    SPRO --> Display IMG --> SAP Web Application Server --> System Administration --> Line-oriented Authorizations --> Define organizational criteria/Active organizational criteria
    Now in SPRO when you will create organization criteria then create it for field Posting Period Variant (BUKRS). This is one of the field for table V_T001B.
    Now activate it for table views V_T001B
    Now run OB52 again and it will ask for additional authorization for object S_TABU_LIN. In ORG_CRIT put the name of organization criteria you have created and in ORG_FIELD1 maintain value for relevent company code.
    This way will see only those lines where value for BUKRS will match with his/her user master for S_TABU_LIN
    This is quite big post. Will suggest you to go through documentation thoroughly rest are self explanatory.
    Arpan
    Edited by: Julius Bussche on Mar 28, 2010 10:22 AM
    Formatting fixed - please use "quote" tags and not "code" tags.

  • WebGui slower then WinGui?

    Hi Sdners. 
    Any ideas on how we can improve the performance of R/3 Transaction through the WebGUI (as a whole) on the Portal?  If I compare it to WinGUI it is (for obvious reasons) a LOT slower.
    Any ideas?
    Thanks
    Cheers
    Jim

    Hello! Jim,
    I have a few question on XMII. Can you send me a number where i can reach you. My email address is [email protected]
    Regards,
    Piyush

  • Report Painter- Restricting Business Transactions

    Hi,
    I'm creating a report using report painter & would like to prevent Actual Overhead Distribution data (business transaction RKIV) from being reflected in this report. I can add business transactions in the report through Edit -> General Selection data. How do I block a particular business transaction in this report ?
    Regards,
    Sangeeta

    Hi Sanjeeta,
    there's several ways to do this:
    (1) On the report characteristics window, enter range of values limited the values you want. To add more range, click on the more button, and keep restricting until you have what you want. Then select "no explode".
    (2) My recommended way to do it is to create a basic SET via GS01. Table = GLPCT, Field=ACTIV.
    On the set header, Select "Suppress". Enter the values that you want included, and leave out the excluded values. You can use range of course!
    Then back on the report characteristic screen, enter you SET name and check the flag for entering sets. Select "no explode". With this option, if you ever need to change your Business transaction values, just change the SET and the report will query the updated values.
    If you use a report variant to carry out the same solution, just note that everytime you need to change the values, you have to change the variant, transport, and regenerate the report (assuming that you do not change enterprise level variants directly in production)
    Hope this helps,
    Sam

  • How to put data restrictions in transaction: GR55

    Hi,
    When I run a report with gr55 it shows figures for all profit center.I have defined a role which has profit centers restriction .
    but when ever user run gr55 he can see the data for the all proit center.
    How can i put data restriction on GR55.
    Anybody?
    Best regards,
    Bhavesh

    Hi,
    You can create a selection group that will serve as parameter in your GR55 report. Go to transaction code GRR2 and edit your form. You can set/tick the hierarchy node or variable in the profit center characteristic.

  • Webgui transaction launcher giving trouble after patching

    Hi
    We have been using webgui for html fine recently, but after implimenting a patch on ERP we are now getting this error in portal when trying to run a transaction:
    processed in the system ERP : A:ITS_P:019 XSRF no sec_sesstoken
    I have looking in SICF and the service for webgui is active. Testing the service in SICF returns the same error as above.
    As i mentioned, we have been using this fine up until now. Can anyone give me a pointer to where the error may lie? im thinking something in ERP rather than in portal itself..
    many thanks

    Hi Bruceiow,
    Check once JCO s Client parameter is right or  mention in another client number check once  .or please  apply note 1521808
    Related link error
    ITS Error
    Hope its help
    Thanks&Regards
    G.srinu

  • E-recruitment - Role based restrictions on Active Queries - High Priority

    Requirement - Do we have an option to restrict the queries in recruiter 'active queries list' (work center) based on roles.
    for example: Restricted recriter should not be allowed to view Back ground checks query. and Talent Groups query.
    Version - E-rec 604 support pack 5. Webdynpro Interface, seperate front end and back end - candidate Scenerios #3 as per Note 1017866.
    Request e-rec Pro's to post the solution, if they have faced this issue in there e-rec implementation exp.
    Thanks & Regards,
    David.
    Edited by: SAPERECSDN1 on Oct 12, 2010 6:25 PM

    Hello,
    You can check out transaction POWL_QUERYR. Through this you can specify the roles to be assigned to the role. Through transaction POWL_QUERYU you can even specify the roles to be assigned for a specific user. You can copy the specific roles required and assign them to the roles. Any role which is not assigned to specific role will appear to all the roles that have authorization to the workcenter object.
    Regards,

  • Restrict V_V2 transaction

    HI,
    I have requirement i want to run v_v2 by giving Article and site after that remaning qty. i want to post by clicking of SO no.
    When i click on SO it will go va02 transaction and user can change Qty from there.
    But i want to change only qty in VA02 transaction not other filed. I want to restrict to user to not change any value apart from qty value VA02 transaction.
    Kindly it is possible by using Authorization of filed level.
    Regards
    Durgesh.

    Hi ,
    In some business, sometime we need to adjust business transaction by hiding all information not relevant and displaying only the important information.As a case, asset master data maintenance only permitted to change only General data. In this case you have modify the screen of asset maintenance, for detail case see image below :
    Standard : display screen of AS02.
    Purpose : view only General tab.
    To create the transaction variant, proceeds as below :
    1.login to SAP and choose this path : Tools -> AcceleratedSAP  -> Personalization -> SHD0-Transaction Variants
    2.Enter transaction code AS02, and enter the name of Variant (example ZAS02).
    3.Choose create button or F5. The system automatically call transaction code AS02.
    4.Enter the value on the General Tab.
    5.Enter name of screen variant and short text.
    6.Choose the option you want to display screen : Output only , Mandatory, Invisible, etc. In this case set tab Time Dependent, Allocation, Origin, and Depre. Area as invisible by ticking invisible box on optional dialog.
    7.Choose Continue function to proceed next screen, and repeat step 3-6 for all screen.
    8.In the last screen choose exit and save button.
    9.Enter short text for the transaction.
    10.And choose Save button to save your transaction variant.
    Starting Transaction Variant, proceeds as below:
    1.Choose Tools -> AcceleratedSAP  -> Personalization -> SHD0-Transaction Variants.
    2.Enter Transaction Code AS02 and Variant Name ZAS02.
    3.Choose Test button or F8.
    To make this Transaction Variant can be executed individually, you need to created Variant Transaction. The step proceeds as below:
    1.Choose Tools -> AcceleratedSAP  -> Personalization -> SHD0-Transaction Variants.
    2.Enter Transaction Code AS02 and Variant Name ZAS02.
    3.Choose Goto -> Create Variants Transaction.
    4.Enter the name of Transaction code and short text.
    Choose Save to save the Variant Transaction.
    http://husnie.wordpress.com/2007/12/21/changing-the-sap-standard-transaction-variant/
    Edited by: Devireddy omkar on Aug 17, 2011 11:43 AM

  • Transaction iView (WinGUI): "Create Session" opens blank GUI

    Hi All,
    we are using a SAP Transaction iView which displays the WinGUI in the portal and directly opens a SAP transaction.
    The users are used to getting a new session with an already opened navigation tree (SMEN) by clicking "System --> Create Session". However, if the WinGUI is opened in the portal via a Transaction iView, "System --> Create Session" opens a blank GUI session where the users have to manually execute "SMEN" to get to the tree.
    Is there any way to get the usual "Create Session" behavior as if the WinGUI were launched outside the portal and the transaction were entered manually?
    Thanks,
    Jens

    Hi,
    first of all: Apologies... I had found another thread before which described the procedure you were hinting at (manipulating the PAR file) and I even had already downloaded the file from the PCD. But the user in the thread I found described another problem (the menu entry "Create Session" was missing altogether) so I thought this wouldn't solve my problem since we weren't missing this menu entry.
    But you are right: I changed the parameters, deployed the PAR and restarted the portal - the problem is solved! New sessions now automatically show SMEN.
    Thanks a lot!
    Jens

  • Authorization restriction for Transaction PK13N

    Hi @ all
    My colleagues and I are responsible for the authorizations in our system.
    Since few days we test the Kanban functions in SAP.
    In abovementioned transaction are two buttons "To Empty" and "To Full".
    Does anybody know if there is a possibility to restrict some users for these buttons?
    Thanks @ all!!
    Greets Kristin

    Hi Kristin,
    The "Save to Empty" and "Save to Full" buttons are screen elements and can't be restricted with the authorization objects.
    Further, below are the authorization object that are checked with PK13N transaction code:
    C_KANBAN     PP KANBAN Processing
    C_TCLA_BKA     Authorization for Class Types
    CPE_SETTIN     Commodity Pricing Engine: General Settings
    You can imply restriction on any of these.
    If you with to show/remove one of these buttons, you can achieve this with screen variants using SHD0 transaction code.
    Hope this helps.
    Regards,
    Raghu

Maybe you are looking for

  • R12 Importing invoices all distributions have same description

    I am currently working on an import of invoices and invoice lines for R12 utilizing the interface tables and Payables Open Interface Import process. This process is working great except for one small issue. When you click on an invoice that has been

  • Please Help me, How to cut image ?

    I have a image (jpg file). The image is animal, and the image contain 2 basic colours (white is background, black describe animal). I want to cut background around animal Please Help me ??? Please source code .??? Example??

  • What's the best way to do a "queing system"?

    I am trying to create a system where it has a number of queued slots and it accepts X incoming services. Now each service arrives/departs at different times so i could have one arrive 10 seconds from now and departs 20 seconds after arrival while the

  • Master Detail JComboBoxes

    Can anyone assist me with sample code or some direction for creating a master detail relationship between 2 combo boxes. A change in the master should refresh the detail(child) combo box.

  • Upgraded to 3.6.24 last nite, now I can't close any yahoo mail I open

    When I click on the X to close a single yahoo mail on the tab at the top of the mail, the mail will not close. I accepted and upgrade last night. Is it firefox, or a problem with Yahoo?