Fields in layout

what r the fields in LVC_S_LAYO structure?explain me each one.how to use that

hi,
the fields in the lvc_s_layo are:
Field name               Description                  Value range
CWIDTH_OPT        If this field is set, the ALV             X
                            Grid Control optimizes the
                            column width.
SMALLTITLE         If this field is set, the title     SPACE,X       
                            size in the grid control is
                            set to the font size of the
                            column header.
GRID_TITLE        Title between grid control
                          and toolbar
NO_HEADERS   If this field is set, column       SPACE, 'X'
                          headers are hidden.
NO_MERGING  If this field is set, cells are      SPACE, 'X'
                       not merged when a column
                       is sorted.
NO_TOOLBAR If this field is set, the toolbar   SPACE, 'X'
                       is hidden
ZEBRA            If this field is set, the list         SPACE, 'X'
                      shows a striped pattern in the
                      print preview and when it is printed.
NO_TOTLINE  If this field is set, only subtotals, SPACE, 'X'
   but no totals,  are displayed. 
reward if useful,
thanks and regards.

Similar Messages

  • Calculations on Total column' fields(bps layout: dynamic calmonth)

    hi friends,
    in bps, output layout, based on dynamic calmonth i showing number of months.  I want to system to calulate total(all calmonths) sum for a particular field.
    Lead column    data columns
    Expenses      apr2009  may 2009 june 2009.....mar2010   Total
      Office             20         10        20                                       100
    Usually for caculating total in layout builder 2nd screen, we chose tickmark(total) and then write c(1): c(1)   like that or simply c(1) which calculates all calmonth values.
    My situation is like this, user only enter number of year(s), in terms of range. I populate calmonth field using user-exit based on  year range. Next using calmonth field in layout builder as dynamic field. Now user wants  TOTAL of individual years along with calmonths.  How can i put this condition in layout builder?
    eg:
                       apr2009 may 2009......mar2010  Total(09-10)  apr2010 may 2010  ...mar2011  Total(10-11).apr2011 ..Total(11-12).
    Expenses   10           20   30..............
    Next question, Can i do arthemetic calculation on total fields?
    eg:
    Lead column     apr09 may09 ....mar10 total
    A                         10      20                           100
    B                          20     30                             200
    c                           10    5                              ????(this value i want to calulate by above totals eg:   (200/100)* 85.
    Can it possible to get that?
    thanks,
    kumar

    It is not possible to hide or change the column width during design time if the layout is ALV.
    However if the layout is used in WIB (web interface builder), I believe the column widths can be modified at run time. This would need additional coding.
    Regards

  • Making attrbute of  field in layout dynamic (mandatory on not in config)

    Hi,
    One of the functional team member had some issue with configuration. He checked the box in configuration which is mandatory flag chack box in Manitain Field groups. But a particular field does not change it status in transcation.
    I am having a very basic ABAP question.
    When I go in the SAP program, and see the Attributes of that field in layout editor as Input Field 'Required'. I am wondering if the attribute is set as required, how can configuration make the field non-mandatory. What technique is used to make dynpro field attributes dynamic based on configuration ?
    I am thinking a lot on this.
    Regards,
    Rajesh.

    Even if we find the user exit, how can we modify the code. Because the modify in this means modifying the Field attribute in layourt editor. How can we do this ?
    Thanks.
    Regards,
    Rajesh.

  • How add new field in layout in RDF using XML report definition

    Hi, ALL
    Do you know how add new field in layout of existing report in RDF using XML report definition. If I try change anything in RDF layout, layout which defined in XML override report layout.

    hello,
    in reports 6i we have this limitation, that you can not add a field to a report unless you re-default the whole report, as we do not support positioning-information in the customization file.
    regards,
    the oracle reports team

  • Field selection layout for MIRO

    Hi,
    I want to maintain the field selection layout for MIRO transaction (i.e i want to maintain mandatory/supress fileds for MIRO header data). Where i can manage......?
    Thanks & Regards
    Anilkumar Dalai

    Hi,
    Using the filed selection of the posting key, you can get the required effect.
    Goto OB41, select the posting key 31 and change the field status as required.
    Regards,

  • Field selection layout - MM

    Hi,
    Can any one provide me the complete MM field selection layout. (want to maintain mandatory/supress fileds) for ex mmr, vmr, po, migo, miro and etc ..

    hi
    mat master   OMSR and oms9
    vendor master OMSG
    now go to SM30 here use following objects
    VV_162_B   for pr  and po
    OMJX for MIGO
    OB41 for miro
    regards
    kunal

  • How to block amount field and layout field  in transaction MIR7

    Hi Expert,
    Please tell me how to block amount field and layout field  in transaction MIR7 for a particular user .
    i am trying to block through SHD0 tcode but it is not blocked.please give me the right ans
    Thanks In Advance

    Hi Rajuka,
    I wasn't refering to SHD0 transaction variants. User exists and Customer exists are a very interesting enhancements in ABAP which helps to add custom logic to SAP delievered programs/function modules without actually modifying the original program.
    Just to add a little more details to the concept of Custom Exits (Customized user exits), please refer the links below:
    [http://wiki.sdn.sap.com/wiki/display/ABAP/CustomerExits(CMOD)]
    [http://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=189893877]
    [http://wiki.sdn.sap.com/wiki/display/ERPFI/Creatinguserexitsforsubstitutions]
    You will find a lot of information about custom exists and its types over the web. Also, your developer might provide you a better insight into this concept and its relevancy to your requirement.
    Cheers!
    Sandipan
    Edited by: Sandipan Choudhury on Dec 10, 2010 8:02 AM

  • Additional field in layout of material BOM

    Dear experts,
    I had a requirement that  i need to add a field of material master in bom display layout mode. Say for example as i execute the cs11 and display the bom i can add material type which is stored in material master so in this way i want to add the field external material group.
    Pleae helpt me out to solve this problem
    Regards,
    GS Kothari

    Hi! GSK,
    You can do it through ABAP development. Ask your developer to prepare a Zcs11 report by copying the standard cs11 report and add one columen of Material type to it. I think developer can easily do it without changing the rest of the program in Z report.
    I hope this solves your problem.
    Regards,
    Uday

  • ABAP Query: add field on layout based on Company code

    Hello Experts,
    I currently working on ABAP Query report  for asset master issues and would like one more field added to layout for Company code XXXX . Is it possible to add fields to this layout based on company code .
    Thanks in Advance
    Nupur

    Hello Andreas,
    I'm asking is that possible to change ABAP Query report layout based on Company code.
    For Instance:
    Company code :1111
    Layout should : A B C D E F
    other than 1111.
    layout should : A X Y Z F
    My scenario is :
    ABAP Query is working fine but users from UK wants some more fields on the layout but rest of the country users other than UK, they don't want such changes.
    Regards,
    nupur

  • Label - Field -Label layout

    Hello everyone,
    JDev 11.1.1.5.0 & 11.1.1.6.0
    We want to build a layout where we have a label, the field and then a label again.
    Ex: Max Duration <field> years
    You have to see this in a form layout, where we have different fields. Some of them have this second label, others don't.
    The closes I can get is using a panellabelandmessage tag to include the second label.
              <af:panelLabelAndMessage label="Max Duration" id="plam1" showRequired="true">
                <af:inputText id="it5" required="true" showRequired="false"/>
                <f:facet name="end">
                  <af:outputLabel value="years" id="ol1"/>
                </f:facet>
              </af:panelLabelAndMessage>
            </af:panelFormLayout>The problem arise with the required fields. We can set the showRequired attribute of the panellabelandmessage to true and the one of the inputText to false.
    But whenever the required property of the inputText is set to true, the required icon is always shown, even if the showRequired is set to false.
    This makes that the required icon is shown twice.
    How can we hide the required icon from the inputText field?
    What are possible solutions for this situation?
    Thank you in advance.
    Filip Huysmans.

    Filip,
    the following custom skin entry removes the required icon from all input text labels so they are set on the panelLabelMessage component only
    af|inputText::label .AFRequiredIconStyle{display:none}
    If you need to have more control, you can add a styleClass property as shown below
    <af:panelLabelAndMessage label="Max Duration" id="plam1" showRequired="true">
                <af:inputText id="it5" required="true" showRequired="false" styleClass="noRequiredIcon"/>
                <f:facet name="end">
                  <af:outputLabel value="years" id="ol1"/>
                </f:facet>
              </af:panelLabelAndMessage>In which case the following skin only removes this
    .noRequiredIcon af|inputText::label .AFRequiredIconStyle{display:none}
    If you need this event more dynamic, use EL to set the styleClass value.
    Frank
    Ps.: The question you may ask is: Why do I need to add the af|inputText::label to the skin if the style class determines the instance? The benefit you get from this is that it is the longets match, which means that if there are other components (non input text) that have similar requirements, you can handle them individually

  • Field Group Layout Generation Error

    Hi Experts,
    I have Created a custom field group using Tr EEWB. now i want to do PCUI customization.
    I Have created custom field group and Field Group Structure in tr CRMC_BLUEPRINT_C. now when i am going to create layout for the field group msg coming-
    "Program CRM_BSP_LAYOUTC_GENERATE
    No field group was selected in the blueprint table"
    Please guide me.
    Regards!!

    Have you included the field group as part of the application layout?  Also have you assigned a MAC to the structure referenced by the field group?
    Once you have done those steps, then the field group should normally generate.
    Take care,
    Stephen

  • User Defined Field Print Layout Designer print problem

    I am having a problem with a user defined field in the Business Partner - Addresses table. The user defined field is a "directions" text field that is intended to print on packing slips generated from the sales order. When I use the PLD to add the UDF in the header or in the table, all data lines in the body of the report repeat.
    Please advise if others are seeing this and what work around or SAP plans exist to resolve.
    Glen Kinney
    Corrpac
    [email protected]

    Hi Glen,
    I am facing the same problem.
    I need to add UDFs in Business Partners - Addresses at row level. The field will be used for some Taxation Nos. like CST, LST, VAT. I have tried to add. the fields are added and data saved too.
    But when I am going to PLD of Invoice and tried to get, the Business Partners - Addresses Table not showing in the list.
    Shell I have your help to resolve this.
    Thanks a lot.
    With Warm Regards,
    Chintesh Soni
    India

  • Column field to be added in Layouts of ALV Display.

    Dear Expert,
    I need to add one column field in IW37 transaction layout.IW37 transaction output is diplayed in ALV where i need to add one field in layout set of column.This layout of column can be found under the menu settings> layouts>curent in the ALV output of transaction IW37.Please suggest how to accomplish this?
    Thanks

    Seem you have to find the exit to add field in standard program then find enhancement spot to put your field to gt_fieldcat.
    Otherwise, should copy the standard program and edit by yourself.
    How about your result now? Can you please post your solution?
    Regards,
    Hung Tran

  • Surpress the field space

    Hi All
    i have added one field to exsting report layout
    after that some part of output is going to next page , no of pages increasing
    and when field value is null getting space
    why pages inceasing how can i hadle it be same as before,
    and how to surprass the space
    it is urgent please advice me
    thanks in advace
    ashok.

    Thanks for ur reply shashu,
    it is custom report i just added one field to layout model,
    i set venrtical is veriable for this filed and define formatt code
    i havenot changed anyone
    but why no of pages increasing than previous one
    if we add any column what we need to change
    mense mail frame or any other
    plx advicer me

  • How to make optional fields in alv report

    Hello Experts,
                             Can anyone tell me how to do fields as optional in ALV report Output. My requirement is I want to display only few fields as default in my output and remaining fields will be added if needed by clicking the layout button.For clear example i have totally 10 fields in that fields i want to display only 5 fields and remaining 5 fields will be optional and when i click on layout button then i can add those 5 fields also. Can anyone tell me how to do this.
    Thanks,
    Vinod.

    Hi Vinod,
    As suggested by Eitan, kindly use the attribute NO_OUT = 'X' in field catalog for the appropriate column.  Based on that we can hide the fields.
         L_FIELDCAT-NO_OUT = 'X'.
    Also we can group the hidden fields in layout using SP_GROUP attribute in Field catalog as shown below. Based on that, we can separate the fields based on category/group.
         L_FIELDCAT-SP_GROUP = 'A'.
    Regards
    Rajkumar Narasimman

Maybe you are looking for

  • Installing Snow Leopard on MacBook Pro primo 2011

    How do I install Snow Leopard on my MacBook Pro primo 2011? It came pre-installed with Lion. When I put in my Snow Leopard DVD I just get a kernel panic and must restart. Help! I can't use Lion on my university so I need Snow Leopard.

  • Report for Service Entry Sheet in MM

    Hi all, Is there standard data source & infoproviders are available for "Service Entry Sheet (ML81N)". We need to develop a report for service receipt confirmation along with PO & Vendor payment details. Looking forward your answers. With regards, MK

  • Starting an application within a presentation

    I am doing a presentation in a few days where I would like to do some demos of other software (LaTeX, R, Netlogo). Is it possible to open an application from within a Keynote presentation? That would be neat ...

  • Update on primary key in indexed table

    I need to update an ID# in a table that has been indexed on ID# (and two other columns) using the indextype is ctxsys.context method. Oracle 10g is throwing the following errors: ORA-20000 "failed in the execution of the ODCINDEXUPDATE routine" DRG-5

  • VK31 report

    How to link the V/LD reports through VK31 transaction. I created pricing condition report via V/LA and able to run it through V/LD. But my requirement is we should run the report through VK31 or VK32 / VK33 transaction.  I tried to assign area menu C