Is there any alternative method for GET_FRONTEND_FIELDCATALOG in CL_GUI_ALV

Hi all,
Please let me know if there is any alternative method for GET_FRONTEND_FIELDCATALOG (CL_GUI_ALV_GRID class) in the class CL_SALV* family. I need to capture the field catalog(Or list of fields) of the current output list.
I have saved many layouts on my ALV output with different combinations of fields, When I select one layout and click on the custom button it should process only the fields displayed on ALV.Please let me know how do I get the fields displayed on ALV using CL_SALV_* family classes.
Thanks,
Prathap

Hi,
Check this link...[Setting up Layout|http://help-abap.blogspot.com/2008/09/salv-model-4-setting-up-layout.html]

Similar Messages

  • Is there any native method for converting String value to Hungarian notat..

    Hello. there.
    This might be very simple question. but I'm just curious about this.
    I am wondering if Java API offer the any native method for converting uppercased string value to lowercase which obey the Hungarian notation.
    What I'm going to do is using Reflection for excuting RFC function on SAP. I was found it is very similar to JDBC Programming.
    Please refer to blow codes.
    //mTable
    JCoTable mTable = function.getTableParameterList().getTable(rtnTblNm);
        for (int i = 0; i < mTable.getNumRows(); i++) {
         mTable.setRow(i);
         HashMap tmpData = new HashMap ();
              for (int j=0; j < mTable.getNumColumns(); j++) {
                     // I want to set key String [userNo] instead of  [USER_NO] here.
              tmpData.put(mTable.getMetaData().getName(j).toLowerCase(), mTable.getString(j));
              result.add(tmpData);
    } Basically, The idea was from ibatis framework [com.ibatis.common.beans.classInfo] dropcase();
    Any idea would be very helpful for me. Thank you.
    Edited by: hosung.seo on Aug 30, 2009 10:42 PM
    Edited by: hosung.seo on Aug 30, 2009 10:50 PM

    ejp wrote:
    Hungarian notation is a representation of logical/arithmetic expressions in postfix form. Not what you're talking about.
    So your title is very confusing to the people here who know what it means, which is probably all of them, because people read threads based on their title.From now on, I will pay more attention when I post an question.
    If the titile as " +Is there any native method for converting String value to camelcase?"+ would be easier to what i'm pointing at.
    As I mentioned in above sorce code, converting [USER_NO] to [userNo] isn't relevant Hungarian notation. yes, it was ambiguous. Agree! :)
    But some answer wasn't fit to converting case or recognizing "underscore" delimiter. I was expecting toCamelCase() such as blew. Thanks.
        public static String toCamelCase(String name) {
            String lowerName = name.toLowerCase();
            String[] pieces = lowerName.split("_");
            if (pieces.length == 1) {
                return lowerName;
            StringBuffer result = new StringBuffer(pieces[0]);
            for (int i = 1; i < pieces.length; i++) {
                result.append(Character.toUpperCase(pieces.charAt(0)));
    result.append(pieces[i].substring(1));
    return result.toString();

  • Is there any alternative available for frameset

    Hi,
    Other than struct tiles, Is there any alternatives availabe for frameset
    Thanks in advance...

    maybe inline frames or a div elements.
    You are speking about html right?
    MeTitus
    Message was edited by:
    Me_Titus

  • Is there any alternative battery for Nokia X2-00?

    Hi there, I was just wonderin'... is there any alternative battery for Nokia X2? coz BL-C4 battery is a li'l bit short for its lifespan. It could only take a few hours to play some music (through headset/loudspeaker)
    please help, thanks in advance...

    Hi Hanumantji,
    Can you provide us your phone model? One possible reason why the phone hangs is that there is not enough memory available to carry out phone functions. You can move your data files from phone to memory card (provided that your phone supports Memory Card). If still the same, you can try to restore the phone to its factory settings as indicated on your manual. 

  • Is there any alternative logic for this issue

    Hello all ,
    I have a  program which is executed as a background job for every 15 minutes . Now my requirement is If this batch job is successfully finished, i have to capture that time and date at which the batch job is successfully finished and update the corresponding time and date in a ZTABLE .
    In order to achieve this , i have created a separate program which will also be running in background.in this program , using the table TBTCO, i m getting the last date and  last time at which the batch job is successfully finished and modifying the ZTABLE accordingly
    Is there any alternate solution for this ?
    thanks&regards,
    G.Pavan

    Hi gpavansap,
    When you define background job in SM36, your first step should be the program which you have scheduled now.
    Create a second step in the same job with another program which would just update system date and time to the ZTABLE. No need to read TBTCO and all.
    The second step would immediately execute as soon as the first step ended successfully.
    If you don't want to create a separate program. you can have a check-box "Update ZTable Only" in the selection screen of the first program itself. If this check-box is selected, the program should only update ZTABLE and do nothing else. Create a variant of your selection screen with this check-box selected and schedule this variant as "Second Step" of your back-ground job.
    Regards
    Suresh

  • Location.href not working in firefox. Is there any alternative script for that?

    window. location.href not working when i try to submit an ajax form.
    I am a programmer. This code works on all browser except firefox.
    Any solution for this? or any alternative code for location.href?

    A good place to ask advice about web development is at the mozillaZine "Web Development/Standards Evangelism" forum.
    *http://forums.mozillazine.org/viewforum.php?f=25
    The helpers at that forum are more knowledgeable about web development issues.<br>
    You need to register at the mozillaZine forum site in order to post at that forum.

  • Is ther any alternative solution for music downloads other than iTunes

    Plz suggest me if there is any other service out there that provides music download service other than iTunes.
    One with DRM-Free & Monthly subscription would be awesome..!
    Thanks in advance.

    Okay, in removing duplicate posts, these got pulled. Here they are...
    <hr width="95%">
    StarDeb55 Posted: May 29, 2007 9:14 PM
    Kirk, I'm almost certain that any Napster downloads have DRM on them. 2nd problem is that Napster doesn't work for a Mac.
    The forums are having problems as you can see. When you post it is taking over 30 minutes to appear in the thread at the moment, so it's really not necessary to re-post.
    <hr width="95%">
    Kirk Boragine Posted: May 29, 2007 9:32 PM
    StarDeb55
    My mistake. I've been happily listening to their streams. The subscription service does not work for Macs, yet. Sorry to all for the post(s).
    [ sorry about that, Nubz N.]
    PM G5, PM G4, iPods   Mac OS X (10.4.9)   Mac OS 9.2.2

  • Is there any alternative program for RSSTAT10 in ECC6.0 system

    Dear ABAPers,
    Issue scenario:
    We are trying to create a report program in the ECC system to provide the details of the server workload. This report is a copy of the program RSSTAT10 which is working fine in other systems(3.1,4.7). The report works fine in those systems. But when we try to copy the same on ECC,we get a dump " CALL_FUNCTION_CONFLICT_TYPE ".
    The Reason for the dump :
    1.The reason is the mismatch of the field length in the import export parameters of the FM.
    2.There are a few includes and FModules that do not exist in the ECC system, but are available in the other systems. For eg. RSSTAT10 is not available.
    Our question is :
    Since RSSTAT10 is unavailable in the ECC is there an alternate program that can be used in order to generate the report that provides the details of the server workload in the ECC system?
    Regards,
    Prathap

    Check
    Program:- RSSTAT15 in ECC 6.0
    Edited by: Bala Krishna on Aug 14, 2008 12:44 PM

  • Is there any alternative statement for OPEN CURSOR?

      OPEN CURSOR WITH HOLD l_cursor FOR
              SELECT paledger vrgar versi perio paobjnr pasubnr belnr posnr
                             hzdat usnam gjahr perde wadat fadat budat altperio papaobjnr
                            papasubnr kndnr artnr fkart frwae kursf kursbk kurskz rec_waers
                           kaufn kdpos rkaufnr skost prznr bukrs kokrs werks gsber vkorg
                         vtweg spart hrkft plikz kstar pspnr kstrg rbeln rposn sto_belnr
                         sto_posnr prctr pprctr rkestatu timestmp copa_awtyp copa_aworg
                     copa_bwzpt copa_awsys ktgrd kmhi01 kmhi02 kmhi03 hie04 hie05
                     hie06 hie07 prdha ww003 kunwe pstyv ww150 vsart ww152 ww153
                     ww154 ww155 crmelem ww156 ww157 vbund vv002_me vv001_me vv003_me
                     vv002 vv070 vv071 vv072 vv073 vv074 vv075 vv076 vv077 vv078
                     vv079 vv080 vv081 vv095 vv096 vv040 vv104 vv001 vv003 vv004
                     vv028 vv105 vv150 vv151 vv152 vv153 vv154 vv155 vv038 vv068
                     vv030 vv156 vv157 vv158 vv159 vv160 vv161 vv162 vv035 vv166
                     vv167 vv168 vv169 vv170 vv171 vv172 vv163 vv164 vv165 vv045
                     vv046 vv047 vv059 vv031 vv032 vv039 vv173 vv195 vv194 vv193
                     vv192 vv191 vv184 vv185 vv186 vv187 vv188 vv189 vv190 vv174
                     vv175 vv176 vv177 vv178 vv179 vv180 vv181 vv182 vv183
              FROM (l_table)                                    "ce1na01
              WHERE  paledger IN r_curr_ty
              AND   vrgar IN r_record
              AND   perio EQ lv_period.
    *  Fetch in Packets of 10000
        DO .
          FETCH NEXT CURSOR l_cursor
            INTO TABLE lt_data
            PACKAGE SIZE 10000.
    *  No More Data
          IF NOT sy-subrc IS INITIAL.
            CLOSE CURSOR l_cursor.
            EXIT.
          ENDIF.
         ENDDO.
    This is my current code. while executing it is taking more time so we need optimize this statement. Could you please suggest me.

    No.

  • Are there any alternative methods to transferring non iTunes media content from an iPhone to a computer?

    I cannot seem to transfer some music from my old iphone 4 onto my computer to put it on my iphone 5

    Requires a third party utility ...
    See the post by Zevoneer here  >  Transfer Non-Purchased Songs?: Apple Support Communities

  • Is there any alternative tcode to maintain Exchange rates other than OB08

    Hi All,
    Just i want to know is there any alternative tcode for maintaining exchange rate other than OB08.
    I want to maintain the exchange rate for one perticular user only.
    Thanks,
    suraj

    Exchange rates are valid for everyone, they cannot be maintained for a single user. However it is possible to create separate exchange rate types and maintain separate exchange rates for them. These types could be added to some special document types, but it only works in FI.

  • Any alternative method to replace post trigger

    Hi All
    I am executing a query from table in forms.
    in post-query trigger i write some codes. Because of more data in table and post-query firing after each reocrd data fetching become slow,
    Is any alternative methods for this i mean without using post-query trigger that code want to fire.

    Hi Francois
    Thanks for your valuable suggestion.
    while calling data from view in data block in which trigger i will perform post-query code( i already written some code to fetch values to non data base items in post -query, how can i get it, in
    which query i want to write it for fastest data retrival)
    Thanks in Advance
    Aneesh

  • Hi I have recentrly bought IPAD AIR , is there any flash version supporting this model or is there any alternative for flash siles to open ?

    Hi,
    I have recently bought IPAD AIR , is there any flash version supporting this model or is there any alternative for flash sites to open ?

    iPad do not support Flash
    However Skyfire, Photon, iSwifter, Browse2Go and Puffin Web Browser will provide limited Flash capability

  • Is there any alternative to console cable for pix 501 firewall?

    I need help on CISCO PIX 501 Firewall, it comes with console cable having serial port, but systems now a days & the one i am having are not having serial port so i am not able to access command-in-line , is there any alternative way, can it be accessed using ethernet or lan wire, if so please provide steps, waiting for your valueable responses, ...

    Hi,
    Have you considered getting an USB adapter for the Console cable?
    I had to get that for my first work laptop since they happened to order a model without the serial port. For the most part it worked just fine.
    I guess depending on your PIX configurations you might be able to boot it up and attach a PC directly to it and manage it.
    - Jouni

  • Is there any alternative for adding servlet name in Web.xml?

    Hi,
    I am new to Weblogic and I have an application(Ear file) which was developed
    in Websphere and I am trying to install in weblogic 8.1. I have installed my application
    in Websphere without adding servlet entries in Web.xml and it was working fine.
    I have installed the same Ear file in Tomcat and added the
    following to make all my all servlets work.
    <servlet-mapping>
    <servlet-name>invoker</servlet-name>
    <url-pattern>/servlet/*</url-pattern>
    </servlet-mapping>
    Is there any alternative of doing like that in WebLogic instead of adding each
    and every servlet entry in web.xml because my application has around 200 servlets
    Thanks&Regards,
    Gopi.

    Is Servlet servlet same as weblogic.servlet.ServletServlet?
    Deepak
    Rob Woollen <[email protected]> wrote:
    Yes, you could register weblogic.servlet.ServletServlet.
    -- Rob
    Gopi Krishna wrote:
    Hi,
    I am new to Weblogic and I have an application(Ear file) whichwas developed
    in Websphere and I am trying to install in weblogic 8.1. I have installedmy application
    in Websphere without adding servlet entries in Web.xml and it was workingfine.
    I have installed the same Ear file in Tomcat and added the
    following to make all my all servlets work.
    <servlet-mapping>
    <servlet-name>invoker</servlet-name>
    <url-pattern>/servlet/*</url-pattern>
    </servlet-mapping>
    Is there any alternative of doing like that in WebLogic instead ofadding each
    and every servlet entry in web.xml because my application has around200 servlets
    Thanks&Regards,
    Gopi.

Maybe you are looking for

  • AMD dual core 64 X2 and Opteron 1**; what motherboard.

    Hi to everybody, my name is Mauro and I am Italian. I have had for many years a lot of mobos MSI that are shown always reliable and with really excellent utility. An example the LiveUpdate that unlike utility of other brand is very comfortable and re

  • How Do I put photos on my nano?

    Please help me I do reward.

  • Changes in Production object

    Hi Friends, I have created on Z table for my requirement, and transported to the production. Now the user wants me to change the type of field when I am trying to change it, its asking me Access key. Can any one tell me what to do. Regards, Line

  • Combobox and Flash player version 9,0,16,0

    Does anybody know that if you use a combobox component in flash, it creates conflict with specific sub version of flash player like: 9,0,16,0 and does not load properly and the flsh file is stuck on the first frame of the movie. The file runs ok on s

  • IOS 8 has put my iPhone 5c into recovery mode

    I've downloaded IOS 8 on my mac ready for install on my iPhone. I knew i didn't have enough space or time, so once it stopped downloading i ejected the iPhone and my phone got stuck on the apple with the status bar. It then went into recovery mode, a