FBL3N screen layout is in disable

Dear Experts ,
Can you tell me in TC FBL3N , screen layout ikon shows disable , how i can make  enable
tell how this  screen layout settings locked and unlocked for newly create screen layout
Thanks
Bhaskar

Dear Bhaskar,
unfortunately from Your problem description is not so easy to understand what it means layout disable.
Anyway I can immagine that the field is grey and that You cannot insert a predefine layout.
So this could be an authorization missing.
Please run SU24 for the transaction FBL3N. You will see all the objects that the transaction calls.
In particular there is the obkect F_IT_ALV that manages the "Line Item Display: Change and Save Layout".     
Pleasde check if the user has this authorization by SU53 and checking his profile PFCG.
I hope this helps You.
Mauri

Similar Messages

  • FBL3n screen layout in Material field

    Hi Experts,
    I had done config. for FBL3n report in Special Field
    BSEG     MATNR     Material
    BSEG     MENGE     Quantity
    when i was see 3 GL A/c report.
    1) INVENTORY GL a/c Material Code is blank display.
    2) LOSS / GAIN PRICE VARIANCE, GL A/c Material Code is blank display.
    3) GR/IR CLEARING GL A/c it is updated with Material Code and Quantity.
         in GR/IR two line item is display one is GR (WE)  & IR (RE)
         In IR line item Material Code is display.
    Why Material Code is not updated in GL  INVENTORY & LOSS / GAIN PRICE VARIANCE ?
    Please Guide?
    Regards,
    Jemes

    Hi Jemes,
    I presume that you are executing FBL3N transaction.
    Kindly take the help of an ABAPer and try the programe  RFPOSXEXTEND(in SE38 transaction code).
    Once you  run this programe the system will capture the Material Code and Quatity Value in FBL3N report.
    I am not sure not much this program work in 4.7 version,but i have made changes to many clients above 5.0 version and it has worked for us.
    If the above program is non executable in 4.7 version,then the work around will be to write a exit  in relevant BTE.
    Check with your technical guy and ask to find the relevant BTE number and call this BTE while executing FBL3N to update the Material Code and Quantity Values.
    Hope this will solve your problem,if not revert,we will find some other workarounds.
    Regards,

  • Default FBL3N Screen Variant

    How do you default a screen variant to show up for a FBL3N screen layout to always appear as soon as you enter the transaction without manually pulling the screen variant?

    Hi Hari Nair Junior,
    Go to Txn FBL3N. Plz click customized local layout (ALT+F12)>option>local data tab>history "ON".
    Hope this will help u.
    TQ
    Regards,
    Nazrul

  • 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

  • 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

  • How do I get a Up One Level in the Topics page of my screen layout?

    I am trying to insert an "Up One Screen" on my Topic page in my screen layouts and it's only allowing me to add a hyperlink to the Table of Contents. Any suggestions?

    What do you mean by Up One Screen? Where is Rh only allowing you to add a hyperlink to the TOC?
    What sort of help are you generating?
    What version of Rh are you using?
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • My  iPod touch screen says it is disabled.  Connect to iTunes.  When I connect the device to the computer a window pops up and said that the iPod is locked and I need to enter the passcode on the iPod..... I can't get it to do anything.  Any ideas?

    My  iPod touch screen says it is disabled.  Connect to iTunes.  When I connect the device to the computer a window pops up and said that the iPod is locked and I need to enter the passcode on the iPod..... I can't get it to do anything.  Any ideas?

    Place the iOS device in Recovery Mode and then connect to your computer and restore via iTunes. The iPod will be erased.
    iOS: Wrong passcode results in red disabled screen        
    If recovery mode does not work try DFU mode.
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings

  • Error of Specify Chart-of-Dep.-Dependent Screen Layout/Acct Assignment

    HI
    My previous asset error was cleared by assigning non-tax  While  using the option of Specify Chart-of-Dep.-Dependent Screen Layout/Acct Assignment the following error is coming ..... Steps are attached (File and URL)
    http://rapidshare.com/files/135200425/asset_error.doc.html 
    pls help me ....
    Thanks & Regards,
    Kalai

    Hi,
    There are 2 set-up parts:
    General setting that is working for all depreciation area's
    Chart-of-Dep.-Dependent Screen Layout/Acct Assignment (Tcode: ANK1)
    When you have only 1 area it don't have sense to create Chart-of-Dep.-Dependent Screen Layout/Acct Assignment.
    For me  20 Chart-of-Dep are using the standard one and for 1 is using his own Chart-of-Dep.-Dependent Screen Layout/Acct Assignment   
    This is the reason for the errors

  • Error While defining screen layout in asset account

    Hi Guru's,
         I tried to define screen layout rules in asset accounting but it showing error "screen layout control"410"does not exist.can any body tell me whats wrong?
    Thanks

    Refer SAP note 1035757 or 489268

  • 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 Field in the Asset Master Record

    What is the use of the screen in the asset master record, ANLA-FELEI?
    We have some assets where there are different values between this screen layout and the screen layout defined at the asset class (i.e. through configuration).
    It seems the one defined within the asset class takes precedence.

    HI
    Scree Layout controls the diplay of fields, it may not be necessary for a user to use all the fileds provided by SAP. Hence the options like Required, Optional and Suppress are used to control the screen diplay and the TABs to be displayed based on the need.
    Asses within the same class will have same fields since the screen layout are assigned to an Asset class.
    Scree layout for the Tab Depreciation Area can also be controlled with the screen layout defied for the Depreciation Area.  With this one can have different screen layouts per dep. area.
    Hope i'm clear to  you.
    Thanks,
    Vijay

  • HT2305 I have forget my 4 digit passcode for my ipad 3 and exhausted all the attempts, Now the screen shows "ipad is disabled connect to itunes" How can I unlock my ipad now. Also I have not put "Find my iphone" in icloud as well. Please guide me to unloc

    I have forget my 4 digit passcode for my ipad 3 and exhausted all the attempts, Now the screen shows "ipad is disabled connect to itunes" How can I unlock my ipad now. Also I have not put "Find my iphone" in icloud as well. Please guide me to unlock it.

    Also when I am trying to connect ipad to my windows PC, it shows, your software is up to date and later starts restoring while updating again. Then automatically it stops to update halfway and I have to repeat the process again and again, still in vain.

  • I have an ipod touch 8gb that is disabled. on the screen it reads ipod disabled connect to itunes. But when i connect it to itunes, it says that it cant work with the ipod because it is locked with a passcode. what now?

    I have an ipod touch 8gb that is disabled. on the screen it reads ipod disabled connect to itunes. But when i connect it to itunes, it says that it cant work with the ipod because it is locked with a passcode. what now?

    Place the iOS device in Recovery Mode and then connect to your computer and restore via iTunes. The iPod will be erased.
    iOS: Wrong passcode results in red disabled screen
    If recovery mode does not work try DFU mode.
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    The previous responses did not say how to place in recovery mode or DFU mode

  • 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

Maybe you are looking for