Application Development and Automation 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: 
Read only

Parameters in OO ALV

Former Member
0 Likes
568

while creating alv with oops i passed a p[arameter alv_display its is producing the following parameters


 EXPORTING
*    I_SHELLSTYLE      = 0
*    I_LIFETIME        =
   I_PARENT          =  
*    I_APPL_EVENTS     = space
*    I_PARENTDBG       =
*    I_APPLOGPARENT    =
*    I_GRAPHICSPARENT  =
*    I_NAME            =
*    I_FCAT_COMPLETE   = SPACE
*  EXCEPTIONS
*    ERROR_CNTL_CREATE = 1
*    ERROR_CNTL_INIT   = 2
*    ERROR_CNTL_LINK   = 3
*    ERROR_DP_CREATE   = 4
*    others            = 5
    .

i dont no which parameter to pass.any one tell me the passing parameter and what is the associated type

thanks...

Code Formatted by: Alvaro Tejada Galindo on Apr 11, 2008 5:29 PM

while creating alv with oops i passed a p[arameter alv_display its is producing the following parameters


 EXPORTING
*    I_SHELLSTYLE      = 0
*    I_LIFETIME        =
   I_PARENT          =  
*    I_APPL_EVENTS     = space
*    I_PARENTDBG       =
*    I_APPLOGPARENT    =
*    I_GRAPHICSPARENT  =
*    I_NAME            =
*    I_FCAT_COMPLETE   = SPACE
*  EXCEPTIONS
*    ERROR_CNTL_CREATE = 1
*    ERROR_CNTL_INIT   = 2
*    ERROR_CNTL_LINK   = 3
*    ERROR_DP_CREATE   = 4
*    others            = 5
    .

i dont no which parameter to pass.any one tell me the passing parameter and what is the associated type

thanks...

Code Formatted by: Alvaro Tejada Galindo on Apr 11, 2008 5:29 PM

2 REPLIES 2
Read only

Former Member
0 Likes
485

Hi,

Gothrough the standard sample programs

BCALV_EDIT_01

BCALV_EDIT_02

Read only

Former Member
0 Likes
485

Hi swathi,

Please specify the method for which u want to know the parameters to be passed.