Using Subfunctions in order to assign access to push buttons....

Hi,
The requirement is to assign access or visibility to push buttons according to the responsibility...
Whereas there is a chapter in EBS Doc (Developer's Guide :part No A83705–03) about the subfunctions(which seems to be the appropriate 'tool' to accomplish the requirement) there is not a specific step-by-step guide of how to declare the subfunctions and use them ... and how to associate them with a specific form or form function....
Is there any guide of this kind...????
Note:
I use EBS 11.5.10.2
Thank you,
Sim

Hi,
It is a solution.... but i'm afraid can not be applicable to my case, because:
a) it must be applied to all custom forms(20-25)
b) the person who is supposed to do the job does know nothing about Forms (forms object properties, triggers, e.t.c.)
For the above reasons, i think the most applicable solution is the use of subfunctions where:
a) we will declare the subfunctions(buttons) for each of these 25 forms... using user friendly names
b) declare them as submenu of each function (form)...
c) the person who will be responsible to give/deny access to users, responsibilities will simply attach the menu (including/excluding) the subfunctions.....
Thank you,
Sim

Similar Messages

  • Can't put IE Metro into full kiosk mode Win 8.1 Enterprise or set IE desktop as default in Assigned Access

    I have searched everywhere for this answer.  Kiosk mode/assigned access is excellent.  But it appears that you can only use IE Modern (Metro) for assigned access and the problem with that is I have found no way to completely lock down IE Modern. 
    I can only partially lock it down but users can still get to the address bar and settings very easily.
    I either need some advice on setting IE to complete lockdown or how to set IE desktop for Assigned  Access.

    I am afraid there is no such feature in metro IE. Maybe you could submit a feedback to
    IE connect
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Can't set IE Desktop as default program for Assigned Access

    I have searched everywhere for this answer.  Kiosk mode/assigned access is excellent.  But it appears that you can only use IE Modern (Metro) for assigned access and the problem with that is I have found no way to completely lock down IE Modern. 
    I can only partially lock it down but users can still get to the address bar and settings very easily.
    I either need some advice on setting IE to complete lockdown or how to set IE desktop for Assigned  Access.

    Perhaps you can create a special application that will be selected for Assigned Access. This application will then start the desktop variant of Internet Explorer (or an intermediate desktop program). There are some articles about such
    operation based on Launcher class and custom file association.

  • Push button not active in sales order Display trasaction

    Hello,
    I added a push button to sales order item -> additional data B tab. The push button is INACTIVE when i see via VA03 transaction where as ACTIVE if i see via VA02 transaction.
    My requirement is that i have to make it active VA03 Transactions also.
    How can i do that?. Please help me in this regard.
    Thank You,
    Naresh.

    Hello,
    I could able to solve the problem
    Thanks to you both.
    I was using the Modification Group 1 parameter in the push button attributes and trying to activate via PBO already - as is mentioned by Karthik.
    But I used screen-ACTIVE = 1 alone. Now as per pawan's message i have used SCREEN-INPUT = 1. and it worked out.
    Thank You once again...
    Regards,
    Naresh

  • Unable to use the Assign Access Control feature in shared services

    Hi,
    When I try to right click on the essbase applicaiton in Shared Services to assign access control( to assign a new filter) I keep getting the following error
    " Internet cannot display the webpage" message with the following
    This problem can be caused by a variety of issues, including:
    Internet connectivity has been lost.
    The website is temporarily unavailable.
    The Domain Name Server (DNS) is not reachable.
    The Domain Name Server (DNS) does not have a listing for the website's domain.
    There might be a typing error in the address.
    If this is an HTTPS (secure) address, click Tools, click Internet Options, click Advanced, and check to be sure the SSL and TLS protocols are enabled under the security section
    All the services are running file and I can create new users/ groups and also perform appication migration.
    I'm using Hyperion 11.1.3.24 on windows 2003 r2.
    Any help is appreciated. Thanks.
    Regards

    vs wrote:
    John,
    I tried the refresh button and nothing appears. I have created a group and gave it filter access. Now I'm trying to attach that filter to the group.
    Appreciate your help.Can we replace backup .sec file for shared services?
    For example: In planning if the .sec file corrupted then we replaced with old .sec file...rite...the same way can we do it in shared services?
    I know if we replace the old sec in planning...it will take old securities only...
    Edited by: Prabhas on Feb 12, 2013 9:27 PM

  • Using Assigned Access on a Domain user account

    We would like to use Assigned Access in Windows 8.1 Enterprise, but it appears to only allow locking down a local user account. Is there any way to lock down a Domain user account with Assigned Access?

    No, it is designed for local user account. Regarding domain user, I think group policy is a better choice.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Which user exit can be use before production order creating?

    which user exit can be use before production order creating?
    i want to check AFPO data,then show error message before production order creating.
    1.i try to use PPCO0001( enhancement when saving the order) to check AFPO data, then show some error message,sap system will generate a abap down error.
    2.i try to use PPCO0007(Exit when saving production order),
    i can show error message,but i can't check AFPO's data.

    Hi,
    You can access AFPOD structure using field symbols.
    Try below mentioned code in routing:
    constants: c_afpod TYPE char30 VALUE '(SAPLCOKO1)AFPOD' .
    FIELD-SYMBOLS: <fs_afpod> TYPE ANY .
    data: wa_afpod TYPE afpod.
    ASSIGN (c_afpod) TO <fs_afpod>.
    wa_afpod = <fs_afpod>.
    Then later you can use wa_afpod in exit PPCO0007. Hope this will work for you.
    Sumit

  • Windows 8.1 Task Sequence and Assigned Access

    Hi all,
    I have to build a few hundred kiosk machines with Windows 8.1, a custom LoB appx app, and assigned access. I am attempting to do it using SCCM OSD, but I have a couple of problems.
    Appx applications cannot be installed during a task sequence, so is pre-provisioning via dism on the command line the answer?
    It seems that assigned access can only be set up for local accounts (from an admin account) after the
    local account has logged in at least once. How would this work as part of a task sequence?
    Any ideas welcome.
    Thanks,
    Simonie.

    Hi,
    You can try the method in the following links, may be it can help you.
    Try It Out: Sideload Windows Store Apps
    http://technet.microsoft.com/en-us/windows/jj874388.aspx
    Planning to Deploy Windows 8 Apps in Configuration Manager
    http://technet.microsoft.com/library/jj822984.aspx
    Sideload Apps with DISM
    http://technet.microsoft.com/en-us/library/hh852635.aspx
    Deploying a Windows Store App with Configuration Manager 2012 SP1
    http://blogs.msdn.com/b/ukhe/archive/2013/04/08/deploying-a-windows-store-app-with-configuration-manager-2012-sp1.aspx
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Bypassing Autologon in Windows 8.1 assigned access

    Good day!
    I am attempting to use Assigned Access in Windows 8.1 to set up a guest facing kiosk for our company. Our current kiosk software just isn't cutting the mustard right now, and Assigned Access is actually doing nearly everythign we ask of it!
    I have set up a forced autologon in the registry (forceautologon=1, autoadminlogon=1), which is working perfectly. However, I don't have any way to escape the autologon now. In windows 7 and XP, I simply held down shift to break the cycle. I've tried tapping
    the windows key 5 times while holding shift, but to no avail. Does anyone know how to break the cycle?

    I created a simple
    apicación in VB.NET, you just
    need to enable remote logging on the machine
    with  auto logon from your computer
    and run the application. When
    the session is opened on the remote machine
    running NoLogin to disable the
    automatic startup, closed session
    and see that pressing OK and
    not entered automatically, or
    run it and restart your computer,if you want to
    re-enable would be the same process.
    https://dl.dropboxusercontent.com/u/27234442/techtools/NoLogin.exe

  • Assign Access Control HTTP 404

    The assign access control throws the http 404 error when i try to provision from shared services. It however works from workspace. Is this a known issue on 11.1.2.2? If there are any ways to make it work, Please post.

    ak123 wrote:
    Its the same when I try from both port 28080 and 9000.So are you running the embedded http server on port 9000? if not and you are using OHS then try accessing Shared Services through that port e.g. http://<sharedservices>:19000/interop/index.jsp
    Actually I am not sure that matters with HFM and you can go direct through 28080 or 19000, worth a try, if not maybe it just needs registering again as Pablo said.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Assign access for the database to None with maxl?

    I need to assign access to the database to none with maxl. Any help will be appreciated. <img src="i/expressions/beer.gif" border="0">

    Do you mean setting the minimum access permission on the database?<BR>For that the command is 'alter database 'Sample'.'Basic' set minimum permission no_access;'<BR><BR>If you want to prevent users from logging on to the database then use something like<BR>'alter application 'Sample' disable connects;'<BR><BR>HTH<BR>

  • Transaction ME23N; Create purchase order- Account assignment tab

    Hello , do you know in which table the info for account assignment for a purchase order is kept?
    e.g just like EKBE is used for Purchase order history.
    thx.

    Table Description u2013 All Tables: Purchasing
    EBAN  Purchase Requisition 
    EBKN  Purchase Requisition Account Assignment 
    EBUB  Index for Stock Transport Requisitions for Materi
    EINA  Purchasing Info Record: General Data 
    EINE  Purchasing Info Record: Purchasing Organization D
    EIPA  Order Price History: Info Record 
    EKAB  Release Documentation 
    EKAN  Vendor Address: Purchasing Document 
    EKBE  History per Purchasing Document 
    EKBEH  Removed PO History Records 
    EKBZ  History per Purchasing Document: Delivery Costs 
    EKBZH  History per Purchasing Document: Delivery Costs 
    EKEH  Scheduling Agreement Release Documentation 
    EKEK  Header Data for Scheduling Agreement Releases 
    EKES  Vendor Confirmations 
    EKET  Scheduling Agreement Schedule Lines 
    EKETH  Scheduling Agreement Schedules: History Tables 
    EKKI  Purchasing Condition Index 
    EKKN  Account Assignment in Purchasing Document 
    EKKO  Purchasing Document Header 
    EKPA  Partner Roles in Purchasing 
    EKPB  "Material Provided" Item in Purchasing Document 
    EKPO  Purchasing Document Item 
    EKPV  Shipping Specific Data on Stock Tfr. for Purch. D 
    EKRS  ERS Procedure: Goods (Merchandise) Movements to b 
    EKUB  Index for Stock Transport Orders for Material 
    EORD  Purchasing Source List 
    EQUK  Quota File: Header 
    EQUP  Quota File: Item 
    T- Tables
    T024  Purchasing Groups 
    T024E  Purchasing Organizations 
    T024W  Valid Purchasing Organizations for Plant 
    T024Z  Purchasing Organizations 
    T027A  Shipping Instructions, Purchasing 
    T027B  Texts: Shipping Instructions 
    T027C  Codes for Compliance with Shipping Instructions 
    T027D  Compliance with Shipping Instructions: Texts 
    T069  Certificate Categories 
    T069Q  Control Data for Source Determination and Checkin 
    T069T  Certificate Categories: Text Description 
    T160  SAP Transaction Control, Purchasing 
    T160B  SAP Transaction Control, List Displays, Purchasin 
    T160C  SAP Transaction Control for List Displays in CALL 
    T160D  Function Authorizations: Purchase Order 
    T160E  Function Authorizations: Purchasing: Descriptions
    T160I  Control of Intrastat Reports 
    T160J  Text Table for Intrastat Reports 
    T160L  Scope of Purchasing Lists 
    T160M  Message Control: Purchasing (System Messages) 
    T160O  Description of Scope of List 
    T160P  Entities Table Routines 
    T160Q  Scope of List: Buyeru2019s Negotiation Sheet: Routine
    T160R  Routines for Buyeru2019s Negotiation Sheet 
    T160S  Selection Parameters for Purchasing Lists 
    T160T  Description of Selection Parameters 
    T160V  Default Values for Purchasing 
    T160W  Description for Default Values for Purchasing Ope
    T160X  Scope of List: Buyeru2019s Negotiation Sheet 
    T160Y  Scope of List: Buyeru2019s Negotiation Sheet: Descrip
    T161  Purchasing Document Types 
    T161A  Linkage of Requisition Doc. Type to Purchasing Do
    T161B  Default Business Transaction Type for Import 
    T161E  Release Codes 
    T161F  Release Point Assignment for Purchase Requisition
    T161G  Release Prerequisite, Purchase Requisition 
    T161H  Fields for Release Procedure, Purchase Requisitio
    T161I  Determination of Release Strategy 
    T161M  FineTuned Control: Message Types 
    T161N  Message Determination Schemas: Assignment 
    T161P  Check of Document Type, Document Category, Item C
    T161R  REORG Control, Purchasing 
    T161S  Release Indicator, Purchase Requisition 
    T161T  Texts for Purchasing Document Types 
    T161U  Texts for Release Indicator 
    T161V  Shipping Specific Data for Stock Tfr. for Purch. 
    T161W  Order Types for Stock Transfer 
    T161Z  Additional Checks for Outline Agreements on Reorg
    T162  Field Selection, Purchasing Document 
    T162K  Field Selection, Account Assignment Fields, Purch
    T162T  Description of Field Selection Reference Key 
    T162X  Description of Field Groups from T162/T162K 
    T162Y  Groups: Field Selection 
    T163  Item Categories in Purchasing Document 
    T163A  Check Item Category/Account Assignment Category 
    T163B  Purchase Order History Categories 
    T163C  Texts for Purchase Order History Categories 
    T163D  Assignment Internal/External Confirmation Categor
    T163E  Confirmation Categories 
    T163F  Confirmation Categories: Descriptions 
    T163G  Confirmation Control 
    T163I  Texts for Account Assignment Categories 
    T163K  Account Assignment Categories in Purchasing Docum
    T163KS  Assignment of Tax Indicator to Account Assignment
    T163L  Confirmation Control Keys 
    T163M  Confirmation Control Keys: Description 
    T163P  Release Creation Profile 
    T163S  Description for Release Creation Profile 
    T163X  "Zombie" T163X 
    T163Y  Texts for Item Categories 
    T165K  Copying Options: Header Texts 
    T165P  Copying Options: Item texts 
    T166A  Supplement Text in Purchasing Document Printouts 
    T166C  Print Relevant Purchasing Document Changes 
    T166K  Header Texts in Purchasing Document Printouts 
    T166P  Item Texts in Purchasing Document Printouts 
    T166T  Change Texts in Purchasing Document Printouts 
    T166U  Headings in Purchasing Document Printout 
    T167  Number Range Management for Purchasing Master Dat 
    T167T  Transaction Description 
    T168  Screen Control, Purchasing 
    T168F  Function Codes, Purchasing 
    T168T  Screen Titles 
    T16FB  Release Indicators: Purchasing Document 
    T16FC  Release Codes 
    T16FD  Description of Release Codes 
    T16FE  Descriptions of Release Indicators: Purchasing Do 
    T16FG  Release Groups 
    T16FH  Descriptions of Release Groups 
    T16FK  Release Statuses 
    T16FS  Release Strategies

  • Purchase order Account Assignment changes

    Hi Guys,
    May you please share the light?
    Weu2019ve deleted Purchase order Account Assignment & entered the new one but the PO Item changes tells us old Account Assignment was deleted and the new one was entered but the system doesnu2019t tells us what was the old value on the item changes. I tried to check the old value on table EKBZ, CDHDR, CDPOS but I couldnu2019t find what the old Account Assignmnent was. Please let me know if there is a table I can use to find the old Account Assignment Value
    Regards,
    Sandile

    HI
    In ME22n in check the changes in header check
    Environment: Item changes.
    Here you can find the changes , as well as the old and new values.
    Regards
    Girish

  • Sales Order - Account Assignment Grp

    Hi All,
    In Sales Order -> Billing tab, there is a field called Account assignment group. At the moment, when a material is added to sales order during creation stage, this field gets updated from the data maintained in the material master & cannot be changed.
    I would like to know, can we make this field selectable? If we can, then what are the impacts which would happen?
    Hope my question is clear, await inputs.
    Vivek

    hi,
    Please find the user exit corresponding to program  MV45AFZZ
    User exits in the program MV45AFZZ
    The user exits which you can use for modifications in sales document processing are listed below.
    USEREXIT_DELETE_DOCUMENT
    This user exit can be used for deleting data, which was stored in a separate table during sales document creation, for example, if the sales document is deleted.
    For example, if an additional table is filled with the name of the person in charge (ERNAM) during order entry, this data can also be deleted after the sales order has been deleted.
    The user exit is called up at the end of the FORM routine BELEG_LOESCHEN shortly before the routine BELEG_SICHERN.
    USEREXIT_FIELD_MODIFICATION
    This user exit can be used to modify the attributes of the screen fields.
    To do this, the screen fields are allocated to so-called modification groups 1 - 4 and can be edited together during a modification in ABAP. If a field has no field name, it cannot be allocated to a group.
    The usage of the field groups (modification group 1-4) is as follows:
    o     Modification group 1: Automatic modification with transaction MFAW
    o     Modification group 2: It contains 'LOO' for step loop fields
    o     Modification group 3: For modifications which depend on check tables or on other fixed information
    o     Modification group 4: is not used
    The FORM routine is called up for every field of a screen. If you require changes to be made, you must make them in this user exit.
    This FORM routine is called up by the module FELDAUSWAHL.
    See the Screen Painter manual for further information on structuring the interface.
    USEREXIT_MOVE_FIELD_TO_VBAK
    Use this user exit to assign values to new fields at sales document header level. It is described in the section "Transfer of the customer master fields into the sales document" .
    The user exit is called up at the end of the FORM routine VBAK_FUELLEN.
    USEREXIT_MOVE_FIELD_TO_VBAP
    Use this user exit to assign values to new fields at sales document item level. It is described in the section "Copy customer master fields into the sales document".
    The user exit is called up at the end of the FORM routine VBAP_FUELLEN.
    USEREXIT_MOVE_FIELD_TO_VBEP
    Use this user exit to assign values to new fields at the level of the sales document schedule lines.
    The user exit is called up at the end of the FORM routine VBEP_FUELLEN.
    USEREXIT_MOVE_FIELD_TO_VBKD
    Use this user exit to assign values to new fields for business data of the sales document. It is described in the section "Copy customer master fields into sales document".
    The user exit is called up at the end of the FORM routine VBKD_FUELLEN.
    USEREXIT_NUMBER_RANGE
    Use this user exit to define the number ranges for internal document number assignment depending on the required fields. For example, if you want to define the number range depending on the sales organization (VKORG) or on the selling company (VKBUR), use this user exit.
    The user exit is called up in the FORM routine BELEG_SICHERN.
    USEREXIT_PRICING_PREPARE_TKOMK
    Use this user exit if you want to include and assign a value to an additional header field in the communication structure KOMK taken as a basis for pricing.
    USEREXIT_PRICING_PREPARE_TKOMP
    Use this user exit if you want to include or assign a value to an additional item field in the communication structure KOMP taken as a basis for pricing.
    USEREXIT_READ_DOCUMENT
    You use this user exit if further additional tables are to be read when importing TA01 or TA02.
    The user exit is called up at the end of the FORM routine BELEG_LESEN.
    USEREXIT_SAVE_DOCUMENT
    Use this user exit to fill user-specific statistics update tables.
    The user exit is called up by the FORM routine BELEG-SICHERN before the COMMIT command.
    Note
    If a standard field is changed, the field r185d-dataloss is set to X. The system queries this indicator at the beginning of the safety routine. This is why this indicator must also be set during the maintenance of user-specific tables that are also to be saved.
    USEREXIT_SAVE_DOCUMENT_PREPARE
    Use this user exit to make certain changes or checks immediately before saving a document. It is the last possibility for changing or checking a document before posting.
    The user exit is carried out at the beginning of the FORM routine BELEG_SICHERN.
    hope this helps u
    regards,
    Arun prasad

  • Service Order Settlement - assigned to PSG

    Hi,
    I need a help regarding Service Order Settlement assigned to Profitability Segment.
    Currently, in our system every item of SD Invoice posts revenues and COGS to profitability segment (PSG).
    Main characteristic of PSG are: Customer, Product, Division, Profit Center.
    We have implemented CS module using in Car maintenance service.
    And now in CS module it is not possible to get PA document automatically after an invoice posting so we have to settle Service Order to PSG.
    But Settlement rule for Service Order is not on item level (per every material-product separately).
    We wants to have the same rules (per Product char.) for Service Order as we had so far in SD.
    Is it possible to customize Settlement rule of Service Order on item level?
    For instance according to an Invoice items from document flow:
    Thanks,
    Zoran

    Resolved

Maybe you are looking for

  • To run the java application without jdk package

    i would like to know whether possible to make the java .class file as .exe file to run in window environment without the help of jdk package.....if the answer is yes,,,,,is it going to use the jvm???is it come together with window os or not and start

  • Extract list of users in OBIEE 11g

    Can someone please tell me what is the way to extract the list of users using OBIEE 11g with their roles and permissions. Thanks in advance.

  • Need unique Variants in ALV interactive report

    Hello Experts,                       I have a ALV interactive report in which a layout variant  created in one layout is been reflecting in all other layouts, which i dont want. I want to create different variants for different layouts in interactive

  • Error during accessing ME53N

    Hi All, When I run the T-code ME53N , i am getting error  "Error in function module TREEV_CREATE_COLUMN_TREE"  . Please let me know how i can avoid this error and display the PR through ME53N. Thanks in advance

  • Video Format when Creating New Project

    I'm using iMovie HD v. 6.0.3 and I'm wondering, when I first start the movie creation process in iMovie, which video format do I want to choose? DV, DV Widescreen, HD 1080i, HDV 720p, MPEG-4, or iSight? I will be exporting it to iDVD to burn the fina