Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

which are the standard classes for events in ALV and explain each class pls

Former Member
0 Kudos

which are the standard classes for events in ALV and explain each class pls

POINTS WILL BE AWARDED,

REGARDS,

jagrut bharatkumar Shukla

1 ACCEPTED SOLUTION

anversha_s
Active Contributor
0 Kudos

hi,

some links.

www.sapgenie.com

www.abap4u.com

http://help.sap.com/saphelp_nw2004s/helpdata/en/5e/88d440e14f8431e10000000a1550b0/frameset.htm

download the PDF from following link.

http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVALV/BCSRVALV.pdf

The ALV object Grid methods allow the same functionality as ALV grid report function modules but are displayed within

a screen (dialog program). SAP has provided a suit of programs which demonstrate how to For examples see standard SAP

programs as detailed below:

BCALV_EDIT_01 This report illustrates the simplest case of using an editable/noneditable ALV Grid Control.

BCALV_EDIT_02 This report illustrates how to set chosen cells of an ALV Grid Control editable.

BCALV_EDIT_03 In this example the user may change values of fields SEATSOCC (occupied seats) and/or PLANETYPE.

The report checks the input value(s) semantically and provides protocol messages in case of error

BCALV_EDIT_04 This report illustrates how to add and remove lines to a table using the ALV Grid Control and how to

implement the saving of the new data.

BCALV_EDIT_05 This example shows how to use checkboxes within an ALV Grid Control. You learn:

(1) how to define a column for editable checkboxes for an attribute of your list

(2) how to evaluate the checked checkboxes

(3) how to switch between editable and non-editable checkboxes

BCALV_EDIT_06 This example shows how to define a dropdown listbox for all cells of one column in an editable ALV

Grid Control.

BCALV_EDIT_07 This example shows how to define dropdown listboxes for particular cells of your output table.

BCALV_EDIT_08 This report implements an ALV Grid Control with an application specific F4 help. The following aspects

are dealt with:

(1) how to replace the standard f4 help

(2) how to pass the selected value to the ALV Grid Control

(3) how to build an f4 help, whose value range depend on a value of another cell.

Rgds

Anversha

4 REPLIES 4

anversha_s
Active Contributor
0 Kudos

hi,

some links.

www.sapgenie.com

www.abap4u.com

http://help.sap.com/saphelp_nw2004s/helpdata/en/5e/88d440e14f8431e10000000a1550b0/frameset.htm

download the PDF from following link.

http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVALV/BCSRVALV.pdf

The ALV object Grid methods allow the same functionality as ALV grid report function modules but are displayed within

a screen (dialog program). SAP has provided a suit of programs which demonstrate how to For examples see standard SAP

programs as detailed below:

BCALV_EDIT_01 This report illustrates the simplest case of using an editable/noneditable ALV Grid Control.

BCALV_EDIT_02 This report illustrates how to set chosen cells of an ALV Grid Control editable.

BCALV_EDIT_03 In this example the user may change values of fields SEATSOCC (occupied seats) and/or PLANETYPE.

The report checks the input value(s) semantically and provides protocol messages in case of error

BCALV_EDIT_04 This report illustrates how to add and remove lines to a table using the ALV Grid Control and how to

implement the saving of the new data.

BCALV_EDIT_05 This example shows how to use checkboxes within an ALV Grid Control. You learn:

(1) how to define a column for editable checkboxes for an attribute of your list

(2) how to evaluate the checked checkboxes

(3) how to switch between editable and non-editable checkboxes

BCALV_EDIT_06 This example shows how to define a dropdown listbox for all cells of one column in an editable ALV

Grid Control.

BCALV_EDIT_07 This example shows how to define dropdown listboxes for particular cells of your output table.

BCALV_EDIT_08 This report implements an ALV Grid Control with an application specific F4 help. The following aspects

are dealt with:

(1) how to replace the standard f4 help

(2) how to pass the selected value to the ALV Grid Control

(3) how to build an f4 help, whose value range depend on a value of another cell.

Rgds

Anversha

Former Member
0 Kudos

Hi,

CL_ALV_EVENT_DATA Changing Data Container for Events

CL_ALV_EVENT_TOOLBAR_SET ALV Context Menu

CL_ALV_TABLE_CREATE Dynamic Creation of ALV Data Table

CL_ALV_TREE_BASE Basis Class ALV Tree Control

CL_CK_ALVTREE_NKEY_2_OBJECT Converter Node Key < > Object

CL_COST_COSTINGVERSION_ALV Display Costing Versions

CL_COST_CROSS_COMPANY_ALV Display Costing Versions

CL_COST_SPLITTING_CTR_AREA_ALV Display Costing Versions

CL_FTR_GUI_ENTRY_ALV Class: ALV Grid Control for Initial Screen (Without Tool

CL_GUI_ALV_GRID List Viewer

CL_GUI_ALV_GRID_BASE Basis Class for ALV Grid

CL_GUI_ALV_TREE ALV Tree Control

CL_GUI_ALV_TREE_SIMPLE Simple ALV Tree

CL_GUI_PS_ALV_TREE_SIMPLE Simple ALV Tree

CL_PT_GUI_TMW_ALV_TREE Small Modification to CL_GUI_ALV_TREE

<b>Regards,

Jackie.</b>

Former Member
0 Kudos

Hi,

Please go through the following link.

http://help.sap.com/saphelp_47x200/helpdata/en/e1/8e51341a06084de10000009b38f83b/frameset.htm

Reward points if helpful.

Thanks.