Screen layout group

Hi   SAP Experts ,
I need a clarification .
Can anybody please explain about  "Screen layout group " and what is the use and where we use this ?
Thanks & regards
Sarma

hi,
Screen Elements
These are the various objects that can be placed on the screen and help in proper functioning of the screen. Following is the list of screen elements
u2022         Text field
A field which is output only, used for displaying hard coded static text on the screen. This cannot be modified during run time. If the text contains several words, they should be separated
u2022         Input/Output field
A field used by the user for data-entry. This is also called a template. Use underscore characters in the text field to define its size. The maximum length can be 255 characters.
u2022         Dropdown list box
It is a special type of input/output field. It contains a list of entries from which the user can choose one. You cannot type an entry into the text field of this box.
u2022         Check Boxes
Field to allow the user to choose multiples from a logical group of values.
u2022         Radio button
Element provided to group logically related values. The user can select only one out of the group; the other elements automatically get disabled.
u2022         Push button
Element used to trigger a particular function. The function code associated is transferred to the flow logic when the push button is pressed.
u2022         Box
Display element that is used to improve the cosmetics of a screen. Related parts of the screen can be grouped by enclosing them in a box
u2022         Subscreen
Rectangular area of a screen used to display other screens at run time. This element cannot include any other elements
u2022         Table controls/Step Loops
Complex graphical elements to allow tabular display of data.
u2022         Tabstrip control
Element that gives a card file like look u2013 every card is a screen that can be used for different purpose
u2022         Status icon
Output element containing an icon. This icon is specified during run time. This can ne used to indicate the status in the transaction.
u2022         OK_CODE field
Important field that is used for transferring the function code from the dynpro to the flow logic
Screen Fields
All the attributes of a screen field are defined using SE51. A screen field can be given any name, but when the name corresponds to an existing dictionary object, all the attributes of the field are derived from the attributes of the dictionary object. These field attributes dictate the automatic checks that are done by SAP in a dynpro dialog (value range check, online help, list of values etc)
Screen Layout
This is the placement of the various graphical and non-graphical elements on the screen. A screen is designed in Screen Painter as per the specifications gathered from the user.
Define the ok code field in the field list for the Screens
Whenever user does any interaction with the screens, a field is required to trap the action that the user is trying to perform. To do this, define 4 character variable by the name v_okcode_screennumber.
Assign function codes to the various buttons on the screen that the user is likely to press.
These function codes are then transferred via the variable to the flow logic of the screen, to decide the path to be taken by the flow of the transaction
regards,
balajia

Similar Messages

  • SAP ISU Contract screen layout-Group bpx

    Hi Gurus,
    In TA es20c following tab  layout data for contract iis available for contract .It  also  has a data called group box.standard group box startes with S ex,s0001,s0002.I am also  seeing  user defined which starts with " V".Can any 1 assist me how a group box can be created apart from copying the standard??
    Thanks

    screen painter concept

  • Group Asset Screen Layout  disabled fields

    Hi All,
    We have created asset masters with Book and Tax depreciation, For tax depreciation we are assigning Group asset. Issue is while doing take over value with t- Code AS92,  system should  propose the field of APC Value and Accumulated Depreciation Value but  both the fields are  proposing only for Book Depreciation
    In case of  tax depreciation APC value is editable and Accumulated Dep value is disabled,  requirement is we need to enter both the values for tax dep along with group asset assignment.
    This is happening only when we are assigning group asset while creation of asset master. if you donu2019t assign group asset to the asset master then system is allowing us to enter both values in both the depreciation area.
    I have checked necessary configuration regarding screen layout and not found any solution.
    Kindly help in this regard.
    Regards,
    Sahil K

    Hi:
           Please check for missing authorization if any in Transaction code ANSICHT. Have you checked group layout in AOLA..
           Regards

  • How to make use of the 'Groups' in Screen Layout?

    Hi All,
    I have a screen with 10 input fields (F1, F2, .. F10).
    I set the 'Groups' attribute in the screen layout to 'DIS'.
    How could I make use of this 'Groups' attribute so that when I loop the screen, I will only disable fields with the 'Groups' attribute set to 'DIS'? Thanks
    I tried the following codes, but it's not working:
      LOOP AT SCREEN.
        IF SCREEN-GROUPS IS NOT 'DIS'.
          SCREEN-INPUT = '1'.
          MODIFY SCREEN.
        ENDIF.
      ENDLOOP.
    It says ==> The data object 'SCREEN' does not have a component called 'GROUPS'.

    In the Attributes of a screen field, there is an attribute called "Groups". This has 4 options for input (4 text boxes)
    SCREEN has 4 fields GROUP1, GROUP2, GROUP3 and GROUP4.
    The first text box under Groups attribute corresponds to SCREEN-GROUP1,
    2nd text box for SCREEN-GROUP2
    3rd text box for SCREEN-GROUP3
    4th text box for SCREEN-GROUP4
    Hope this helps.
    Thanks,
    Balaji

  • How to create new field groups in AA master data screen layout?

    Hello,
    We are using ECC 6.0
    We have created bunch of new fields for asset master data, but we want to make them visible only for particular asset class. So we need to customize in SPRO Asset Master Data Screen Layout, but there no specific field groups that we can customize. So how to create and add new field groups to manage them by radiobuttons Required, Optional, No or Display?

    hi,
    think, it's not possible.
    look here:
    http://help.sap.com/saphelp_47x200/helpdata/en/4f/71e05a448011d189f00000e81ddfac/frameset.htm
    "The field groups and their respective fields are defined in system tables"
    kind regards
    Andreas

  • Change/ Add screen in Group Box specify tab layout for Asset master Record

    Hi All,
    I need to add or change group box in specify tab layout for Asset Master Record. Please advice where i can change or create new Group Box.
    Thanks & Regards,
    Pankaj

    Hi,
    Try at below path:
    Financial Accounting (New)>>Asset Accounting>>Master Data>>Screen Layout>>Define Screen Layout for Asset Master Data.
    here you can change the layout for the same.
    Kind Regards,
    Mehul

  • Define Account group with screen Layout (Vendor)

    Hello,
    Normally, for Intra-Inter company suppliers, we don't apply Withholding Tax.
    In the customizing of vendor account group, for the group "Inter-Intra company suppliers", witholding Tax informations are suppressed.
    The problem is i want to change that only for one company code. Because in Portugal, there is Withholding Tax applied for Intra-Inter company suppliers.
    Is it possible to change Account group screen layout of that account group only for One Company code ? And how ?
    Thanks
    Edited by: Alexis.TN on Nov 2, 2009 6:47 PM

    Hello Dianne,
    There is screen layout per company code (vendor), but what i need is per company code and per account group.
    This means, for a specific Account group, i need a sepcific screen layout only for a specific company code.
    I think it's not possible....
    Edited by: Alexis.TN on Nov 3, 2009 10:53 AM

  • Add field group to Asset Master Data Screen Layout

    Hi Gurus !!
    Does anybody know how to add field group in SPRO(Define Screen Layout for Asset Master Data)?. I have created my layout by coping 1000, but then I need to add Fund Center in Time-Dependent data logical field group.
    Thanks a lot,
    Sasha

    I don't think you can add a funds center to the Time dependent tab.
    Instead you need to use Derivatuon strategy. Use tcode FMDERIVE for strategy and FMDERIVER for GL accounts to cost center and cost centers to asset numbers or number range. From here the system derives teh funds center.

  • Screen Layout for Leasing Tab_leasing groups

    Hello Gurus,
    In the screen layout of the leasing tab, I have Leasing Data 1, 2 , leasing long text and capital lease method. How and from where can I change the fields that are included in the groups leasing data 1 & 2. Can I maintain the screen layout for leasing tab as per fields wise instead of field group wise.
    Thanks in Advance

    hello
    Thanks for the reply, from the path suggested I am not able to reach to the point where i can separate / change the fields in the groups leasing data 1 / 2. Can you please tell me exactly where to go and what to do for making the fields active / inactive instead of the making the whole group of fields active / inactive.
    Thanks in Advance

  • Screen layout for Customer group

    Is there any way we can define a screen layout for a particular customer group(having particular fields mandatory and remaining optional).
    Any help will be appreciated.
    Thanks,
    ALAM.

    It is through the transaction code OBD2
    The path is
    SPRO-FINANCIAL ACCOUNTING-ACCOUNTS RECEIVABLE AND ACCOUNTS PAYABLE-CUSTOMER ACCOUNTS-MASTERDATA-PREPARATIONS FOR CREATING MASTERDATA-DEFINE ACCOUNT GROUPS WITH SCREEN LAYOUT
    Hope this helps.
    Pls reward if this helps.

  • PO Screen Layout - Goods Receipt Indicator

    Hi Guru,
    I need help in opening up the Goods Receipt indicator in PO for editing. Can someone guide me on which field in the GR/IR control selection group should I be changing in customizing in order to open up this field?
    If there are other configuration involved, please let me know too. Thanks.
    Regards,
    new@SAP

    Hi
    the field GR in the PO item is controlled by the usage of material being used, Account assignment category.
    In case of material which is Quantified & Valuated in the Plant, you cannot remove the GR & IR flag.
    In case of account assigned PO's this indicator is changeable.
    Using screen layouts you cannot control them.
    Thanks & Regards
    Kishore

  • Screen layout for Special G/L indicator

    Hi everyone!
    I would like to know if you create a new special g/l indicator, you can change the screen layout that the system gives you. I need to create some which can have a screen layout similar to the one used in 01 key account.
    Thanks in advanced,
    Olga

    Hi Santosh,
    I´m going to give you some examples about what I want to do. First, I would like to used the special G/L indicator H security deposit which is configurated like as others special G/L transaction types. When I post with this Special G/L indicator the system shows me some fields in the accounting screen layout such as "Due on", "Invoice reference", "Assignment", etc. I would like to change this screen layout because I need fields like "Payment terms", "Payment block indicator", etc. What I did was to change field group status of the reconcilation account that this special G/L indicator has, and key accounting configuration that this special G/L indicator uses. It doesn't work because I make these fields optional and the system didn´t show me those.
    Other I need to do It's make new special G/L indicators because I need to post with a different reconciliation account and I need to configurated the screen layout with fields such us Payment terms, Payment blick indicator, etc. I mean I need to create my own screen layout.
    I don´t know if this gives you more details about what I want to do.
    Thanks so much.
    Best regards, Olga

  • Vendor Master Screen layout

    Dear ABAP Experts,
    I need to know which fields are mandatory, optional and no-input to create Vendor Master record through BDC, If anyone knows please tell me , which function module helps to get all screen fields with details based on Accounting group as Input. Tcode for Vendor Master Screen layout is OBD3.
    Thanks In advance

    Hi,
    You can do that in:
    SPRO>Financial Accounting (New)>Accounts Receivable and Accounts Payable>Vendor Accounts>Master Data> Preparations for Creating Vendor Master Data>Define Screen Layout per Activity (Vendors)>Create vendor (Purchasing)>Purchasing data
    and for confirmation you can do setting under:
    SPRO>Materials Management>Purchasing>Confirmations>Set Up Confirmation Control
    and SPRO>Materials Management>Inventory Management and Physical Inventory>Rough Goods Receipt>Set Up Confirmation Control

  • FB60 User freindly screen layouts

    Dear all
    We have following requirement from client.  Your advices highly appreciated here...
    At T.Code FB60 "Enter Vendor Invoice......"  SAP standard screen provides Vendor details section at top and GL line items section at bottom as a table.  I know how to modify fields at GL line item table with the help of "Screen and Transaction variants".  
    However,  at Vendor details screen tabs.  there are total 5 tabs available for different information (like Basic data, Payment, Details, Tax and Notes).  At present client uses very few feilds of all these tabs.. like  5 feilds at Basic data,  2 feilds at Payment tab, one feild at Details tab  and so..
    User need to go to each tab separately to enter these feilds and there are many other feilds where users never enter data.
    Client requirement is make invisible all un-used feilds and provide all feilds which are frequently used at one screen instead of seperate tabs.
    We have knowledge that this requirement can be met with the help of "GUIXT " product.  but,  client is not ready to use GUIXT  product here.
    Can you help me, is there any other way of meeting this requirement ?
    Thanks in advance for all your feedback and help.
    best reg
    S. Habib Pasha.

    Hi,
    Please use the account group with screen layout for vendors to define which filed is required/invisible or not.The path to make the changes is
    SPRO:Sap reference IMG: Financial Accounting: Accounts Receivable and Accounts Payable: Vendor Accounts: Master Data: Preparation for creating Vendor Master Data: Define Accounts Group with Screen Layout.
    Regards,
    Bharath.

  • Start Screen Layout missing icon

    One of the program I pinned to the Start Screen is missing. The program that's missing is the Opera browser. I created a custom start screen layout with all the programs I want in different namegroups. I put the AppsFolderLayout.bin file in the Default profile.
    I am preparing a Windows 8.1 image. I do this so all users can have the same Start Screen layout. The first time I did this, it worked fine. I logged in as new users in the computers and I see all the programs I pinned to the Start Screen. 
    Right now, I'm doing the exact thing for a new Windows 8.1 image. I placed the AppsFolderLayout.bin file in the Default profile. I logged in as a new user and many. The Start Screen is empty, other than the Desktop and Computer tiles, since it's a new
    Windows install, The programs that are pinned are not installed yet. When I install the programs, the tiles will populate to the Start Screen. All of them worked, except for the Opera browser. The Opera browser is not showing the Start Screen. I made sure
    the program is pinned before I exported the layout. The program is installed for all user.
    I checked the program is installed when I log in as different users. I
    even deleted the user profiles that was installed on and logged in again, the icon is still not there. 
    Would a new version of the browser cause this issue? I even installed the version I had when I first had it working and it didn't work. Let me know what would cause this issue.

    Hi,
    Please use the command “get-startapps” in powershell.
    We have tested. Every time we reinstall the Opera, the AppID will change.
    The AppID is the identifier of app. If it changes automatically, the Operating System can’t customize Start screen by different AppID.
    Please refer to the following article to customize Windows 8.1 start screen.
    Customize Windows 8.1 Start Screens by Using Group Policy
    http://technet.microsoft.com/en-us/library/dn467928.aspx
    If you change the AppID in xml file to match the ID in the PC you want to customize Start screen. The Opera will show out.
    Best Regard,

Maybe you are looking for