Why we are going for OOALV insted of function modules ?

Why we are going for OOALV insted of function modules. ?
Its very easy to use function modules directly compared to OOALV.
IS there any particular reasons or any advantanges of using ooalv
Thanks & regards,
hari priya

Hi
a) from abap coding point of view,
alv list is done with Function modules,
alv gris can also be done with FM,
but can also be done using OO concepts.
b) Alv grid (using oo concept) requires
designing the screen layout .
Hence, in one screen, we can show more
then one alv grid
(we cannot show more than
one alv list on one screen)
c) ALV grid uses ActiveX controls
present on the Presentation Server.
Hence, it consumes More Memory
on the presentation server.
d) ALV LIST is Display Only.
Whereas
ALV Grid Can Be made EDITABLE for entry purpose.
e) In alv grid, these options are possible,
but not in alv list.
without horizontal lines
without vertical lines
without cell merging during sorts
display total lines above the entries
ALV LIST Can be coded using only FMs
ALV GRID Can be coded using FMs and object oriented concepts
ALV LIST Can be displayed hieraicharlly
ALV GRID cannot be displayed hierarichally
<b>Reward if usefull</b>

Similar Messages

  • How to find out the Area Menu for a Report/ Table/Function Module

    Hi,
    Is there any procedure to find out the <b>"AREA MEANU"</b> for a Report/Table/Function Module...
    Or is there any Transaction code / Report is available to find out all the report for a particular "AREA MENU".
    Thank you for your quick response...
    Regards,
    Thiru
    <b></b>

    Hi,
    Check these below threads:
    user log in & log out time SAO
    How to find user log-out time ?
    Regards,
    Nitin

  • Why we are going for ABAP Objects?

    Why should we use ABAP Objects instead of Function Group(in Function Module)?
    Moderator message: please search for available information/documentation before asking.
    locked by: Thomas Zloch on Oct 4, 2010 1:09 PM

    Before your thread will land on pile of locked ones, I would like you read [EIGHT REASONS WHY EVERY ABAP DEVELOPER SHOULD GIVE ABAP OBJECTS A SECOND LOOK|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/37c5db90-0201-0010-3a9b-d0a5288f3c15]
    Regards
    Marcin

  • I live in houston why no area code for us

    I live Houston, Tx...why no area code for us? I cant figure out how to turn the video on And im just starting...help! before I give up!

    http://en.wikipedia.org/wiki/Tethering
    Your cell carrier has to allow tethering. Most charge extra for the privilege, though not all do.
    Regards.

  • Program name zxvau02 are reserved for includes of exit function group

    i am facing a problem during user exit.
    when i am trying to change the code in function module (va01) in include zxvvau02
    an error is occurred 'program name zxvau02 are reserved for includes of exit function group'
    so i could not edit the include program.

    Hi,
    1. Find the appropriate Enhancement.
    2. Enter the ABAP code in the "Z" program within the function module.
    3. Create a project.
    4. Add the Enhancement to the project.
    5. Activate the project.
    At the step (2), when I double click on the Include ZX* within source code of the function module to realize the exit, the
    system would prompt to create the include. But NO, it always prompt that the name of include is reserved by SAP and I
    cannot create it... I entered an access key for the object ...

  • ZX... are reserved for includes of exit function groups

    Hello SAPians,
    For implementing  screen exit ,  I tried to modify the following include .
    It throws the warnig saying :
    Program names ZX... are reserved for includes of exit function groups
    Can u tell the way to make it editable
    I appreciate ur idea
    Thanks
    Santhosh

    It is just warning...
    Press Enter to move ahead of the warning.
    This comes when you try to implmenet the include of the user exit very first time.
    Regards,
    Naimesh Patel

  • Program names ZX... are reserved for includes of exit function groups means

    dear all,
    i am doing the enhacement  SRVESSR   for  EXIT_SAPLMLSR_010  in this exit  i got include, when i double click on the ZXMLUU19
    i am getting the  following error.
    Program names ZX... are reserved for includes of exit function groups
    regrds.
    shashi

    Hi,
    When the warning message is displayed press enter key, System will prompt the message "Include ZXMLUU19 does not exist. Create Object? ". Select Yes option. Include will be created.
    Regards
    Vinod

  • Why we should use Macros if we have function Module

    Why we should use Macros if we have function Module and what is the Advantage of Macros than function Module
    Moderator Message: Interview-type questions are not allowed.
    Edited by: kishan P on Oct 7, 2010 2:22 PM

    Put it this way... if you have blueprints for a car you wouldn't want to produce only one car, would you? You would want to produce as many as needed. In another example, you don't want to be able to use only 1 window in Windows. Each window has common features but have different values. That's the purpose of non-static entities
    However, there are instances that you want to have only one value for something. That's when you use static entities.
    Get it? =)

  • Code For Delta Extraction Using Function Module

    Dear Experts,
    I want a sample code for Delta Extraction using Function Module ( If it is customized already working code very helpful ), I have already created Function Module but Full update is happening. If I give delta update again it is retrieving all records. It is very urgent, if you have please send me to the following mail ID.
    [email protected]
    Best Regards,
    SGK.

    Dear KJ,
    Thank for your response. I saw the code that you sent, you have used some ztables like ZSC_DELTA_IP, ZSC_SAFETY_DELTA, ZSC_SET_EXT_TIME
    What are the fields that you have created in these tables , what is use of these tables, can you send the fields that you have used in these tables.
    Thanks & Regards,
    SGK

  • How to get the "last changed by" for a set of function modules?

    How to get the "last changed by" for a set of function modules?
    is there any table to get it??

    See [this|Re: Date of creation of function module] I posted earlier.
    >TFDIR will give you the name of the function group program and the include number.
    >E.g. SAPLZFUNCGROUP Include 01.
    >From this you can construct the include name: LZFUNCGROUPU01.
    >You can look this up in TRDIR to find the creation date (CDAT) of the function module.
    In your case, you need unam and udat.
    matt

  • Tcode for the execution of function module

    Hi!
    A very simple question:
    What is the Tcode for the execution of function module? (Se38,???)
    I have to execute  the function module RRSI_INITIAL_LINE_INSERT with import parameter I_CHABASNM = 0REQUID.
    Thank you very much!
    regards
    Thom

    hi,
    You create new or edit Fm in SE37. You also put the code for that FM in SE37.
    You can call it through pattern button in SE38, where u pass the importing and exporting parameters of that Fm
    Hope this helps, Do rewad.

  • HT6160 What ports are used for Apple Configurator to function with IPads?

    Need to know what ports need to be allowed for Apple Configurator to function.

    Apple Configurator runs locally on an OS X computer. It requires a USB connection. So no ports required for connecting Configurator to iPads.
    However, there are some ports that need to be opened for iPads to work with Apple's server if you are behind a firewall. Here is a list of known TCP and UDP ports used by Apple software products: http://support.apple.com/kb/HT6175?viewlocale=en_US
    To use iPads behind a firewall (Configurator or not), you'll want to definitely open 5223 for Apple Push Notification and the standard ports for HTTP/HTTPS (80 and 443). If you're using an MDM, you will likely need to open 2195 and 2196 as well.  If you still have issues port watch and see what an iPad does when trying to get to the store.
    Hope this answers your question!
    ~Joe

  • If you are looking for the Project Siena Functional Reference ...

    Hello,
    If you are looking for the functional reference direct link
    http://siena.blob.core.windows.net/beta/ProjectSienaBetaFunctionReference.html
    Regards
    StonyArc

    Hope you are refering it to the actual page, which you invoke for any cfm/cfc request then yes, its extension would be .cfm/.cfc page but if you are refering it to its corresponding encoded pages from {ColdFusion10}\cfusion\wwwroot\WEB-INF\cfclasses then its extension would be .class.
    Regards,
    Kaif Akbar

  • Replacement for fuction CONVERSION_EXIT_ALPHA_INPUT SAP Function module

    hi folks..
    do we have any replacement in terms of codes for the fuction CONVERSION_EXIT_ALPHA_INPUT SAP Function module.. i know the use of this fuction module as it converts data in numeric format to character format which is only accpetable in SAP.. cant we do it manualy using the abap codes.. or else it is the only option to do so????

    Hi Ram,
    I guess Isaac got a little confused, anyways try the below code, forgot to add...just curious to know the reason behind your post...any specific reason why you want to avoid the FMs.
    DATA: l_vbeln TYPE vbeln VALUE '12345',
          l_overlay TYPE vbeln VALUE '0000000000'.
    CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
      EXPORTING
        input         = l_vbeln
    IMPORTING
       OUTPUT        = l_vbeln.
    CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT'
      EXPORTING
        input         = l_vbeln
    IMPORTING
       OUTPUT        = l_vbeln.
    * Code to replace Conversion exit alpha input
    SHIFT l_vbeln RIGHT DELETING TRAILING space.
    OVERLAY l_vbeln WITH l_overlay.
    * Code to replace Conversion exit alpha output
    SHIFT l_vbeln LEFT DELETING LEADING '0'.
    IF sy-subrc EQ 0.
    ENDIF.
    Regards,
    Chen
    Edited by: Chen K V on Jun 2, 2011 2:17 PM
    Edited by: Chen K V on Jun 2, 2011 2:18 PM

  • How to set optional for table structure in functiona module

    hi experts,
    as i have small doubt regarding
    while publishing web service by using rfc where i am unable to set optional for table structure i am able to put optional for import parameters may i know how to set optional for table structure ....
    reagrds prabhanjan

    Ignoring the TABLES/CHANGING/EXPORTING argument...
    while publishing web service by using rfc where i am unable to set optional for table structure i am able to put optional for import parameters may i know how to set optional for table structure
    Why not?  There's no issue with marking a TABLES interface parameter with 'Optional' and publishing the function module or function group as a web service...

Maybe you are looking for

  • Want Flash movie to scale with table cell. NOT WORKING!

    Greetings; I have authored a Flash movie and it is working fine. When I use the html page output by Flash it scales fine but when I cut and paste this code into a table cell the movie will not scale (in Firefox) and not showup at all in IE 7. Help ap

  • How to connect pcs to secured apple network?

    My girlfriend has two pcs, one for work and one for personal use.  She is able to connect to my apple network if it is the automatic, unsecured setting but if I setup a secured network it seems to be nearly impossible her to connect.  We have tried t

  • Commercial invoice number Pop up in MIGO ( if the PO Imports )

    Hello In the imports scenario, in order to capture an excise invoice along with the GR through MIGO transaction, the commercial invoice number has to be entered in the pop-up prompted in MIGO. The excise duties flow from the values captured in the co

  • Joins and FAE

    Dear all, this is my requirement EBAN     Purchase Requisition      BANFN     Purchase Requisition Number      BNFPO     Item Number of Purchase Requisition      LOEKZ     Deletion Indicator in Purchasing Document      STATU     Processing status of

  • Pen pressure sensitivity stops when I have more than one window open

    I recently upgraded to Flash CC and have noticed some new bugs. Here's one of them: When I have more than one document open at a time, my pen pressure sensitivity stops working. In fact, it seems to work on the newest opened document, but will stop w