PS report S_ALR_87013558 - add layout for alv output

Hi Friends
In Standard report of PS S_ALR_87013558 I hav to add a selection screen field for selecting layout and accordingly the ALV layout will be displayed. Can it be achieved by enhancing, or we need to copy the report and modify and configure or is there any other way to do it.
Thanks
Moumita

Hi,
I think that can be achived through the dynamic selections to add fields to the dynamic selector you check the transaction CATS_SELVIEW press f4 on name of view and select standard then display you can see all functional groups, tables, table fields. Assign the respective according to your critaria.

Similar Messages

  • Page-break in alv background job for alv output variant not coming correctl

    Hi,
    I have created an ALV grid report. When i run the report in background i get the output with correct page-break on FIELD1. Now when i run the report in background with an "ALV output variant" (its the ALV variant that controls the fields display in the output; this is not the program variant), i do not get the page-break on FIELD1.  I have already build the sort criteria and using:
    gs_sort-group = '* '.     "New-Page
    Please let me know what could be reason for not getting the page-break in background when i am using the alv output variant and how do i correct this problem.
    Regards,
    Rakesh

    Hello Everyone,
    I have solved the problem. While running the program in background, we get the page-breaks when we use the below part of code in the sort catalogue with the condition that the program variant should not use any ALV layout variant.
    gs_sort-group = '* '.     "New-Page
    If you are using the ALV layout variant in the program variant then we can check the ROWPOS, COLPOS, and NO_OUT for that ALV layout variant and pass them along in the fieldcatalog table. You should be careful with not to pass the layout variant in the DISVARIANT. You can notice that i have cleared it and simply passing the program name into that.
    *C-- Process separately for jobs running in Background. Actually
    *C-- sortcat-group solves the problem only in Foreground. In background
    *C-- when ALV layout variant is not selected then it works otherwise it
    *C-- fails. So for background jobs we are reading the fieldcat and then
    *C-- passing the same in the display FM.
      IF sy-batch = 'X'.
        CALL FUNCTION 'REUSE_ALV_VARIANT_SELECT'
          EXPORTING
           i_dialog                  = ' '
           i_user_specific           = ' '
           i_default                 = ' '
    *   I_TABNAME_HEADER          =
    *   I_TABNAME_ITEM            =
            it_default_fieldcat       = gt_fieldcat
            i_layout                  = gs_layout
    *   I_BYPASSING_BUFFER        =
    *   I_BUFFER_ACTIVE           =
         IMPORTING
    *   E_EXIT                    =
           et_fieldcat               = lt_fieldcat
    *     et_sort                   = gt_sort[]
    *   ET_FILTER                 =
    *     es_layout                 = gs_layout
         CHANGING
           cs_variant                = gs_disvariant
         EXCEPTIONS
           wrong_input               = 1
           fc_not_complete           = 2
           not_found                 = 3
           program_error             = 4
           OTHERS                    = 5
        IF sy-subrc <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
        ENDIF.
        CLEAR gs_fieldcat.
        LOOP AT gt_fieldcat INTO gs_fieldcat.
    *C-- Transfer all position changes to gt_fieldcat from lt_fieldcat
          CLEAR ls_fieldcat.
          READ TABLE lt_fieldcat
                INTO ls_fieldcat
                WITH KEY fieldname = gs_fieldcat-fieldname.
          IF sy-subrc = 0.
            gs_fieldcat-row_pos = ls_fieldcat-row_pos.
            gs_fieldcat-col_pos = ls_fieldcat-col_pos.
            gs_fieldcat-no_out = ls_fieldcat-no_out.
            MODIFY gt_fieldcat FROM gs_fieldcat INDEX sy-tabix.
            CLEAR gs_fieldcat.
          ENDIF.
        ENDLOOP.
    *C-- Clear the disvariant for the background job as it contains the ALV
    *C-- layout varinat
        CLEAR gs_disvariant.
        gs_disvariant-report = 'ZGPPMP0001'.
    Then pass gt_fieldcat to 'REUSE_ALV_GRID_DISPLAY'.
    The reason i'm doing it this way is that when we pass the layout variant name, the contents in gt_fieldcat were getting modified.
    One more thing i'd like to point out is that that, i tried to delete the fields with no_out = 'x'. Now when i ran the program in background with all the fields in sort catalog (suppose there are 2 fields field1 and field2) also in fieldcatalog it ran fine. In the next run in background i removed one of the fields in sort catalog from the fieldcatalog (delete the fields with no_out = 'x') and i got dump. Basically i had hidden field1 and so the code which was deleting fields with no_out = 'x' deleted this field from gt_fieldcat. So basically we should not delete fields with no_out = 'x'.
    I was getting ABAP runtime errors    MESSAGE_TYPE_X in the following part of the standard code.
    000310     LOOP AT CT_SORT INTO LS_SORT.
    000320
    000330       READ TABLE IT_FIELDCAT ASSIGNING <LS_FIELDCAT>
    000340            WITH KEY FIELDNAME = LS_SORT-FIELDNAME BINARY SEARCH.
    000350       IF SY-SUBRC NE 0.
         >         MESSAGE X000(0K).
    000370       ENDIF.
    000380
    000390       LS_SORT-SELTEXT = <LS_FIELDCAT>-SELTEXT.
    i have just mentioned this part because when i checked the forum many people were getting such errors "MESSAGE_TYPE_X". This could also be one of the reasons.

  • Reporting Services Add-in for Sharepoint- does it need an SQL Server license?

    In a new project we will be creating an SSRS in Sharepoint integrated mode. For this we'll need SQL Server and Sharepoint on that box.
    We'll also have one or more SharePoint Web Front End (WFE) servers. To allow them to connect to the SSRS-in-sharepoint-mode box, and to present the user with the right user interface for doing so, I believe we can install the Reporting Services Add-In for
    Sharepoint on the WFE servers.
    The question is, do we need to have  SQL Server license for each WFE server where we use the Reporting Services Add-In, or is it free to use?
    We've had advice that we need to buy a SQL Server license everywhere we use the add-in, but I am not sure this is correct.
    Thanks in advance,
    Rich

    Hello there,
    The Reporting service Add-in for SharePoint can be downloaded free on Microsoft Download site. That means it does not need any license on the add-in.
    Regards,
    Edward
    Edward Zhu
    TechNet Community Support

  • SQL Server Reporting Services Add-In for SharePoint not installing properly

    Environment: Windows Server 2008R2, SQL Server 2012, SharePoint 2013 Enterprise
    When I run the install for SQL Server 2012 Reporting Services Add-in for SharePoint it SHOULD install to c:\program files\common files\Microsoft Shared\Web Server Extensions\14 AND 15. Specifically it should drop a mess of ASPx pages for admin to the \templates\Admin\ReportServer
    folder. In this environment it only pushes them to the 14 folder and not the 15. Any ideas on why this would happen? I have not ever seen this before and it is hosing the install completely.

    Hi Gouranga,
    According to your description, when you install the SQL Server 2012 Reporting Services Add-in for SharePoint 2013, you find the files are installed into the folder for sharepoint 2010(..../14). Right?
    In Reporting Services, Not all features are supported in all combinations of report server, Reporting Services add-in for SharePoint, and SharePoint Products. Please see the linke below:
    Supported Combinations of SharePoint and Reporting Services Server and Add-in (SQL Server 2012)
    As you can see in the link, the SQL Server 2012 Reporting Services Add-in is only for Sharepoint 2010. This the reason why it's installed into the file for sharepoint 2010.
    Reference:
    Where to find the Reporting Services add-in for SharePoint Products (SharePoint 2010 and SharePoint 2013)
    Install or Uninstall the Reporting Services Add-in for SharePoint
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou

  • Missing shared feature Reporting Services Sharepoint and Reporting Services Add-in for Sharepoint products

    Hi, when I try to install SQL Server 2012 SP1 (ISO from Microsoft Download website) on a Windows Server 2012 and try to select the shared feature options: 
    - Reporting Services Sharepoint
    - Reporting Services Add-in for Sharepoint products
    They are both missing from the list.
    How do I solve this? Help!

    Hello,
    Did you download the SQL Server 2012 Express with Advanced Services edition from the Microsoft website? If so, this edition did not support SharePoint Integration mode.
    Just as Alberto post above, Business intelligence features are not all available in all editions of SQL Server 2012. You can refer to the following link about support features in Editions of SQL Server 2012:
    Reference:http://technet.microsoft.com/library/cc645993(SQL.110).aspx#Reporting
    Regards,
    Fanny Liu
    If you have any feedback on our support, please click here.
    Fanny Liu
    TechNet Community Support

  • Difference between Reporting Services Sharepoint Mode and Reporting Services Add In for Sharepoint 2013

    Hi, We are building company site with Sharepoint 2013 Enterprise Edition and were wondering what is the difference between Reporting Services Sharepoint Mode and Reporting Services Add In for Sharepoint 2013? What are the roles/purposes of each one? What
    happens if only Reporting Services Sharepoint Mode  installed or vise versa.
    Thank you in advance

    Reporting Services in SharePoint mode is a service for displaying, managing, and creating SSRS reports within SharePoint. The addin is a pre-req for SharePoint that is used to display reports and is required for Reporting Services in Native or SharePoint
    mode, but does not by itself do anything.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Co41 enhancement for add field in ALV output

    I must add a custom filed to ALV output of transaction CO41 and i trying to use all the 25 enhancements provided (that i find in other post CO41- Enhancement ), but i haven't found any way to get the desired results.
    Can any body help me?
    Thanks in advance.

    Hi,
    I had the same requirement to add a custom field to ALV output of transaction CO41.
    1. I first added the custom field to an new append-structure to the structure SFC_POCO.
    2. Then i added this field to the Dynpro-Screen 200 in the function-group COUP (by choosing the table control, pressing F6 and then adding the custom field of SFC_POCO).
    3. At last i added an Enhancement to the function CO_UP_PLANNED_ORDERS_SELECT and filled my custom field with data there.
    Please reward if useful.
    Regards,
    Henry

  • How to set default layout for ALV grid ?

    Dear all,
    When execute ALV reports, the user customize the layout for their own purpose. But each time they run that report, they must choose again their layout. Is there any way to set the layout as default ?
    Thank you very much,
    Sylvecat.

    Hi,'
    After you have created a layout just follow the steps listed below for making it as default layout:
    1. Click (Save Layout).
    2. Enter a name in the Save Layout field. The name must begin with a letter.
    3. Type in a description for the layout in the Name field.
    4. Select the Default Setting check box if you want this layout to be the default layout every time you run
    the report.
    5. Click (Continue).
    Note: A warning message will appear if you are trying to save over an existing layout. Close the box by
    selecting the X in the upper right hand corner or choose Yes to overwrite the layout.
    Reward Points if found helpfull..
    Cheers,
    Chandra Sekhar.

  • Reporting Services Add-In for SharePoint Products

    Hi,
    Can I use the SSRS Web part installed by the add-in to see local mode reports just by instaling the add-in or do I also need to install the "Reporting Services - Sharepoint" on SS Shared Features setup wizard?
    Thanks,
    DD

    Hi,
    Per the MSDN article: To use the Web Part, you must have installed and configured the Reporting Services Add-in and configured the report server for SharePoint integration.
    You must also have reports to display in the viewer. You can only open reports that are in a library, a library folder, report history, or a link from a Library Web Part to a Report Viewer Web Part.
    You cannot open reports that are saved as an attachment to an item in a custom list.
    More reference:
    http://msdn.microsoft.com/en-IN/library/ms159772.aspx
    As this issue is related to reporting service, if you have more issues about reporting service, I recommend you post your issue to the forum for Reporting Service.
    http://social.technet.microsoft.com/Forums/sqlserver/en-US/home?forum=sqlreportingservices
    More experts will assist you, then you will get more information relation to this topic.
    Thank you for your understanding and support.
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • Configuring Reporting Service Add-in for sharepoint - HTTP status 401: Unauthorized.

    I have the following setup
    Machine 1
    WSS 3.0
    Installed Reporting Service Add-in
    Machine 2
    Reporting Service
    Sharepoint Object Model
    SQL Server
    Sharepoint and Report Server DB
    I have congigured Reporting Service for Sharepoint Integrated Mode adn Created new Reprot Server DB
    Sahre Point Integration is Green and verified link
    In Sharepoint Central Administration
    Manage Reporting Service Integratio i have selected the URL and "Trusted Account" as my web applications use "Windows Integration - NTLM".
    All services, DB access everything running under one domain user account.
    I am logged into sharepoint with same account. When clieck on set server defaults i get following error
    An unexpected error occurred while connecting to the report server. Verify that the report server is available and configured for SharePoint integrated mode. --> Server was unable to process request. ---> The request failed with HTTP status 401: Unauthorized.
    Same error when i try to add a report to a sharepoint webapplication
    The domain account is part of "Farm Administration", "site colletion administrato" and local administrator also on both servers.
    Can someone let me know how to fix this.

    jpmartop,
    were you able to get this to work?
    We have a 4 server topolgy.
    moss
    wfe
    sql
    ssrs
    and are using Kerberos.
    I've installed the wfe on the ssrs and am using a domain user for services, web and pools.
    I get all green dots in the ssrs config.
    in Central Admin, Grant access seems to work with the domain user, but set defaults gives me:
    HTTP status 401: Unauthorized.
    What should my web security on the default web site and reports and reports server look like? Integrated Security
    Should the SSRS WFE entry in MOSS have Web application service turned on?
    I've checked that my SPNs are good.I've installed sql server sp2 and a did windows update on all servers..
    Could it be the user I log into the Central Admin with.. it's got server administrator and Farm administrator?
    Thanks for any help or information.

  • PowerView - Can't install reporting services add-in for sharepoint

    hey,
    i'm trying to install PowerView on our existing sharepoint server.
    i'm following the steps in the deployment document-->
    http://msdn.microsoft.com/en-us/library/hh231687%28v=sql.110%29.aspx
    i'm stuck now with the installtion of the " Reporting Services Add-in" nothing seenms to work, i've tried to follow the steps in this document -->
    http://msdn.microsoft.com/en-us/library/aa905871%28SQL.110%29.aspx
    and the error that i'm facing is -->
    SSRSCustomActionError: Could not load file or assembly 'Microsoft.ReportingServices.SharePoint.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. The system cannot find the file specified.
    i've checked in windows\assembly folder and the Microsoft.ReportingServices.SharePoint.Common version is 11.0.0.0
    so, i have a newer version then i need?
    what can i do?
    Dave

    Hello.
    After having the same issue like you in a recently installed SahrePoint 2013 SP1 farm, and using the information I found in http://msdn.microsoft.com/en-us/library/aa905871%28v=sql.110%29.aspx, I traced with the tool procmon the operation, and finally solved
    the problem after discovering a little bug.
    These were the steps I performed:
    1.- I installed "Microsoft SQL Server 2012 RS Add-in for SharePoint" with the command
    Msiexec.exe /i rsSharePoint.msi SKIPCA=1
    2.- I executed PROCMON ...creating a filter of include the Process Name "rsCustomAction.exe"
    3.- I executed a elevated Command Prompt, and going to %temp% folder (in my case C:\Users\%username%\AppData\Local\Temp), executed rsCustomAction.exe /i
    4.- After execute this command I obtained in the Command Prompt the error:
    C:\INSTALL\RS>rsCustomAction.exe /i
    2014-09-29 08:59:20: User: sharepoint-farm
    2014-09-29 08:59:20: Installing Report Server feature.
    2014-09-29 08:59:23: Calling copyappbincontents command.
    2014-09-29 08:59:23: Install error: The system cannot find the file specified
    2014-09-29 08:59:24: Error details: System.ComponentModel.Win32Exception (0x80004005): The system cannot find the file specified
       at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
       at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
       at RSCustomAction.BaseProcessLaunch.LaunchCommand(String fileName, String arguments, Boolean ignoreExitCode)
       at RSCustomAction.PsconfigCommands.CopyAppBinContents()
       at RSCustomAction.RSFeatureSetup.Install(Boolean repair, Int32 addRetries)
    2014-09-29 08:59:24: Uninstalling Report Server feature.
    2014-09-29 08:59:24: Stopping W3SVC service.
    2014-09-29 08:59:26: Removing Report Server web application files
    2014-09-29 08:59:26: Removed file C:\inetpub\wwwroot\wss\VirtualDirectories\80\App_GlobalResources\ReportServer.resx.
    2014-09-29 08:59:26: Removed file C:\inetpub\wwwroot\wss\VirtualDirectories\22816\App_GlobalResources\ReportServer.resx.
    2014-09-29 08:59:26: Removing Report Server web.config modifications
    2014-09-29 08:59:26: web.config file located at C:\inetpub\wwwroot\wss\VirtualDirectories\80\web.config
    2014-09-29 08:59:26: web.config file located at C:\inetpub\wwwroot\wss\VirtualDirectories\22816\web.config
    2014-09-29 08:59:26: Starting W3SVC service.
    2014-09-29 08:59:26: SSRSCustomActionError: The system cannot find the file specified
    5.- Tracing the results in PROCMON, I discovered an extrange issue: The installation was looking for the command PSCONFIG.exe but in a in a folder different than standard.
    The installation was look for PSCONFIG in
    C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\BIN\BIN
    C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\BIN\BIN
    ...instead C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\BIN or C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\BIN
    So... the solution which worked for me was to create C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\BIN\BIN and place here PSCONFIG.EXE and PSCONFIG.EXE.CONFIG obtained from C:\Program Files\Common Files\Microsoft Shared\Web Server
    Extensions\15\BIN
    After doing it, the "Microsoft SQL Server 2012 RS Add-in for SharePoint" was installed fine as you can see en the next Command Prompt capture:
    C:\INSTALL\RS>rsCustomAction.exe /i
    2014-09-29 09:09:16: User: sharepoint-farm
    2014-09-29 09:09:16: Installing Report Server feature.
    2014-09-29 09:09:19: Calling copyappbincontents command.
    2014-09-29 09:11:56: SharePoint Products Configuration Wizard version 15.0.4569.1503. Copyright (C) Microsoft Corporation 2012. All rights reserved.
    Performing configuration task 1 of 3
    Initializing SharePoint Products configuration...
    Successfully initialized the SharePoint Products configuration.
    Performing configuration task 2 of 3
    Installing the application content files...
    Installing the SharePoint Central Administration Web Application content files...
    Installing the SharePoint Web Application content files...
    Successfully installed the application content files.
    Performing configuration task 3 of 3
    Finalizing the SharePoint Products configuration...
    Successfully completed the SharePoint Products configuration.
    Total number of configuration settings run: 3
    Total number of successful configuration settings: 3
    Total number of unsuccessful configuration settings: 0
    Successfully stopped the configuration of SharePoint Products.
    Configuration of the SharePoint Products has succeeded.
    2014-09-29 09:11:56:
    2014-09-29 09:11:56: copyappbincontents command completed successfully.
    2014-09-29 09:12:17: Adding ReportServer feature to farm.
    2014-09-29 09:12:18: Installed ReportServer feature.
    2014-09-29 09:12:38: Adding ReportServerStapling feature to farm.
    2014-09-29 09:12:38: Installed ReportServerStapling feature.
    2014-09-29 09:12:58: Adding ReportServerItemSync feature to farm.
    2014-09-29 09:12:58: Installed ReportServerItemSync feature.
    2014-09-29 09:13:18: Adding ReportServerCentralAdmin feature to farm.
    2014-09-29 09:13:21: Installed ReportServerCentralAdmin feature.
    2014-09-29 09:13:21: Activating Report Server feature to root level site collections.
    2014-09-29 09:13:21: Activating feature in web app 'dev-apps.eg.local - 80'
    2014-09-29 09:13:31: Activating feature to root site collection: http://dev-apps.eg.local
    2014-09-29 09:13:31: Feature already activated in site collection http://dev-apps.eg.local
    2014-09-29 09:13:31: Activating Report Server feature in all admin site collections.
    2014-09-29 09:13:31: Activating feature in web app 'SharePoint Central Administration v4'
    2014-09-29 09:13:31: Activating feature to root site collection: http://egdevsps-ap1:10000
    2014-09-29 09:13:42: Activated feature for root site collection: http://egdevsps-ap1:10000
    2014-09-29 09:13:42: Activating feature to root site collection: http://egdevsps-ap1:10000/sites/Help
    2014-09-29 09:13:42: Activated feature for root site collection: http://egdevsps-ap1:10000/sites/Help
    2014-09-29 09:13:42: Activating Report Server Central Admin feature in root-level admin site collections.
    2014-09-29 09:13:42: Activating feature in web app 'SharePoint Central Administration v4'
    2014-09-29 09:13:42: Activating feature to root site collection: http://egdevsps-ap1:10000
    2014-09-29 09:13:42: Feature already activated in site collection http://egdevsps-ap1:10000
    2014-09-29 09:13:42: Calling InstallHelp command.
    2014-09-29 09:15:26: SharePoint Products Configuration Wizard version 15.0.4569.1503. Copyright (C) Microsoft Corporation 2012. All rights reserved.
    Performing configuration task 1 of 3
    Initializing SharePoint Products configuration...
    Successfully initialized the SharePoint Products configuration.
    Performing configuration task 2 of 3
    Installing help collections...
    Successfully installed help collections.
    Performing configuration task 3 of 3
    Finalizing the SharePoint Products configuration...
    Successfully completed the SharePoint Products configuration.
    Total number of configuration settings run: 3
    Total number of successful configuration settings: 3
    Total number of unsuccessful configuration settings: 0
    Successfully stopped the configuration of SharePoint Products.
    Configuration of the SharePoint Products has succeeded.
    2014-09-29 09:15:26:
    2014-09-29 09:15:26: InstallHelp command completed successfully.
    2014-09-29 09:15:26: Stopping W3SVC service.
    2014-09-29 09:15:29: Starting W3SVC service.
    The command completed successfully
    Maybe this is a bug, or maybe a result of failed installation of PowerPivot, but the true is: for me that was the solution
    Regards.

  • Add routine for line output in ME55 via OMGK

    Dear all,
    i successfully added a routine for line output in ME55 via OMGK. output works fine in me55.
    I added a text-element in report SAPFM06B in order to use it as header for my output.
    i also defined the header in view V_T16LD, but it doesnt work.
    can anybody give advice?
    Regards
    REA

    FYI, in case anyone else is having this issue, I solved it by using a <BR> tag and adding in the stylesheet:
    br {mso-data-placement:same-cell;}

  • Display Layouts for ALV reports

    Client is on 4.7 and it appears that the list of display layouts is out of wack for program RPTBAL00.  When choosing a particular layout an error messages returns with "template not found in BDS" then the program crashes.  Other layouts work as expected.  Any ideas on what could be causing the problem?

    There is an OSS Note associated with this. If I am not mistaken it is <b>696069</b> and two excel files(one of them is sap_mm.xls) have to be imported in client 00.
    Also check note <b>414920</b>.
    Please check service.sap.com and let us know if you did find any solution for this.
    Regards,
    Subramanian V.
    Message was edited by: Subramanian Venkateswaran

  • Junk values in Excel for ALV output

    Hello
    I have developed a FM based (not OOPS) ALV and its giving output/report, fine.
    But, when user want to get it into excel, then,
    1) If user selects the CntrlShiftF7 - Microsoft Excle icon - I am getting just blank excel opened on my SAP GUI, i did not see any data on the excel, its just blank excel
    2) If user selects the Local file - CntrlShiftF9 - and then selects the Spreadsheet radio button (selected the encoding as 000000): Then, user getting some junk (########) values in the saved excel, like for Invoice number, Date fields/columns.
    We are on ECC 6.0 with windows 7
    Thank you

    Hi,
    I tried the same code page which is used in the example... but no luck.
    Regards,
    Vinay

  • Resolved:how to set default LAYOUT for ALV list display

    hey guys,
      In my alv report there are 20 cloumns.
    after display i usualy choose 12 of them from CHOOSE LAYOUT option and then give it to print...
    how to set this LAYOUT as default
    sorry guys i figured it out..
    but can we give it programiticlay?
    Edited by: kumar gaurav on May 27, 2008 8:15 AM

    hi,
    you can do it.
    after declaring the catlog table you will give as
    wa_catlog-seltext_l = 'material'.
    wa_catlog-datatype = 'char'.
    wa_catlog-outputlen = 18.
    wa_catlog-fieldname = 'matnr'.
    append wa_catlog to i_catlog.
    clear wa_catlog.
    wa_catlog-seltext_l = 'plantl'.
    wa_catlog-datatype = 'char'.
    wa_catlog-outputlen = 4.
    wa_catlog-fieldname = 'werks'.
    append wa_catlog to i_catlog.
    clear wa_catlog.
    similarly what sequence you give here i.e. material  ,  plant  etc. you get the output in the same oder you can even give only the fields you want in the output.
    rewards points if useful.
    siri

Maybe you are looking for

  • HP 7310 scanner doesn't work with Mac Mountain Lion

    I just tried to scan a photo on my 7310 Officejet All-in-one.  It tells me I need to install software for this feature.  I know I scanned a photo with this same setup before.  However I upgraded to Mountain Lion and now it's not working.  I tried to

  • HT4906 lost some photos in photo stream

    I recently switched from the iPhone 3GS to the iPhone 5.  All my photos were in photostream.  When I backed up my phone and turned on Photostream less than half my photos showed up on my phone.  I am freaking out.  These were pics of my puppy!!

  • Time Capsule Back Up

    I'm back again with the same problem I had previously. I purchased a 750GB Momentus XT internal hard drive for my MBP (vintage June 2009 and 500MB hard drive). I recently purchased a Seagate 750GB Hard Drive, installed the new hard drive in my MBP an

  • Chrome playing all symbols at once despite "stop" triggers?

    Hi Everyone, I'm working on an animation (Edge Animate CC 2014) where several sets of events are grouped in symbols--each has a "stop" trigger at 0:00 and then a "play" trigger at the appropriate time. This works fine in Firefox & Safari, but Chrome

  • Inactive version

    Hello friends, I am an outsider for web-dynpro i am facing one problem ... when i am running cProjects (BSP Application) ..web page is showing me error that dpr_settings is inactive....... when in SE80 i went to web dynpro  dpr_mainframe component(wh