SAP ABAP Class /KYK/CL_ALV_REPORT_HANLDER (List Utility class for kayal)
Hierarchy
SAP_FIN (Software Component) SAP_FIN
   FI (Application Component) Financial Accounting
     /KYK/FIN_FI (Package) Financial Accounting
Properties
Class /KYK/CL_ALV_REPORT_HANLDER  
Short Description List Utility class for kayal    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /KYK/FIN_FI   Financial Accounting 
Created 20060426   SAP 
Last change 20100310   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 T Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class /KYK/CL_ALV_REPORT_HANLDER has no interface implemented.
Friends
Class /KYK/CL_ALV_REPORT_HANLDER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ENC_ERROR Instance attribute Private Type reference (TYPE) CHAR1 Single-Character Indicator 20060426
2 LIST_V_COLS Instance attribute Private Type reference (TYPE) T_LIST_V_COLS 20060426
3 REP_NAME Instance attribute Private Type reference (TYPE) SY-REPID 20060426
4 RESULT_LIST Instance attribute Private Type reference (TYPE) RES_TABTYPE 20060426
5 SCREEN_NO Instance attribute Private Type reference (TYPE) SY-DYNNR Current Screen Number 20060712
Methods
# Method Level Visibility Method type Description Created on
1 BUILD_AND_EXECUTE_BDC Instance method Private Method Tests the report program for errors 20060712
2 EXECUTE_NEW Instance method Private Method obsolete/ Dont use 20060531
3 EXECUTE_REPORT Instance method Public Method Executes the report 20060426
4 GET_ADDITIONAL_DATA Instance method Public Method Obsolete/ Dont use 20060426
5 GET_BASIC_LIST Instance method Public Method Returns the structure from the returned list- Obsolete 20060426
6 GET_FOOTER_DATA Instance method Public Method Reads the Footer data -Obsolete 20060503
7 GET_HEADER_DATA Instance method Public Method reads the Header data for each list - Obsolete 20060503
8 GET_LIST_COUNT Instance method Public Method Retruns the number of list - Obsolete 20060426
9 HAS_ERROR Instance method Public Method Checks whether execution is successful -Obsolete 20060426
Events
Class /KYK/CL_ALV_REPORT_HANLDER has no event.
Types
Class /KYK/CL_ALV_REPORT_HANLDER has no local type.
Method Signatures

Method BUILD_AND_EXECUTE_BDC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) WDKMSG_TTY Messages from Call Transaction 20060712
2 Importing OK_CODE Call by reference Type reference (TYPE) SY-UCOMM Function code that PAI triggered 20060712
3 Importing PARAM_TABLE Call by reference Type reference (TYPE) RSPARAMS_TT parameters 20060712
4 Changing RES_TABLE Call by reference Type reference (TYPE) STANDARD TABLE 20060712
5 Changing RES_WA Call by reference Type reference (TYPE) DATA 20060712
6 Importing SEL_CRITERIA Call by reference Type reference (TYPE) POWL_SELCRIT_TTY Selection criteria meta description 20060712
7 Importing TR_CODE Call by reference Type reference (TYPE) TCODE Transaction Code 20060712
# Exception Resumable Description Created on
1 TRANSACTION_NOT_AVAILABLE 20060712

Method EXECUTE_NEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PARAM_TABLE Call by reference Type reference (TYPE) RSPARAMS_TT rsparams Table 20060531
2 Changing RES_TABLE Call by reference Type reference (TYPE) STANDARD TABLE 20060531
3 Changing RES_WA Call by reference Type reference (TYPE) ANY 20060531

Method EXECUTE_NEW on class /KYK/CL_ALV_REPORT_HANLDER has no exception.

Method EXECUTE_REPORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing OK_CODE Call by reference Type reference (TYPE) SY-UCOMM Function code that PAI triggered 20060426
2 Importing PARAM_TABLE Call by reference Type reference (TYPE) RSPARAMS_TT rsparams Table 20060426
3 Importing REPORT_NAME Call by reference Type reference (TYPE) TSTC-PGMNA Program Name 20060712
4 Changing RESULT_TAB Call by reference Type reference (TYPE) ANY TABLE Table to hold the list entries 20060531
5 Changing RES_MESSAGES Call by reference Type reference (TYPE) WDKMSG_TTY Messages from Call Transaction 20060426
6 Changing RES_WA Call by reference Type reference (TYPE) DATA structure of the list entry 20060531
7 Importing SCR_NO Call by reference Type reference (TYPE) TSTC-DYPNO Screen number 20060712
8 Importing SEL_CRITERIA Call by reference Type reference (TYPE) POWL_SELCRIT_TTY Selection criteria meta description 20060530
9 Importing TR_CODE Call by reference Type reference (TYPE) TSTC-TCODE Transaction Code 20060426

Method EXECUTE_REPORT on class /KYK/CL_ALV_REPORT_HANLDER has no exception.

Method GET_ADDITIONAL_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COL_COUNT Call by reference Type reference (TYPE) I 20060426
2 Importing FIELD_CATALOG Call by reference Type reference (TYPE) LVC_T_FCAT Field Catalog for List Viewer Control 20060426
3 Importing INDEX Call by reference Type reference (TYPE) I Number of the list to be retrieved 20060426
4 Changing RESULT_TABLE Call by reference Type reference (TYPE) STANDARD TABLE 20060426
5 Changing WA_STRUCTURE Call by reference Type reference (TYPE) ANY Number of columns in the list 20060426
# Exception Resumable Description Created on
1 BASIC_LIST_NOT_RETRIEVED 20060426

Method GET_BASIC_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COL_COUNT Call by reference Type reference (TYPE) I 20060426
2 Importing FIELD_CATALOG Call by reference Type reference (TYPE) LVC_T_FCAT Field Catalog for List Viewer Control 20060426
3 Importing INDEX Call by reference Type reference (TYPE) I Number of the list to be retrieved 20060426
4 Changing RESULT_TABLE Call by reference Type reference (TYPE) STANDARD TABLE 20060426
5 Changing WA_STRUCTURE Call by reference Type reference (TYPE) ANY Number of columns in the list 20060426

Method GET_BASIC_LIST on class /KYK/CL_ALV_REPORT_HANLDER has no exception.

Method GET_FOOTER_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INDEX Call by reference Type reference (TYPE) I 20060503
2 Exporting RESULT_TABLE Call by reference Type reference (TYPE) STRINGTAB Table with Strings 20060503

Method GET_FOOTER_DATA on class /KYK/CL_ALV_REPORT_HANLDER has no exception.

Method GET_HEADER_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INDEX Call by reference Type reference (TYPE) I 20060503
2 Exporting RESULT_TABLE Call by reference Type reference (TYPE) STRINGTAB Table with Strings 20060503

Method GET_HEADER_DATA on class /KYK/CL_ALV_REPORT_HANLDER has no exception.

Method GET_LIST_COUNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COL_COUNT Call by reference Type reference (TYPE) I 20060426
2 Returning COUNT Value transfer Type reference (TYPE) I 20060426

Method GET_LIST_COUNT on class /KYK/CL_ALV_REPORT_HANLDER has no exception.

Method HAS_ERROR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning HAS_ERROR Value transfer Type reference (TYPE) CHAR1 Single-Character Indicator 20060426

Method HAS_ERROR on class /KYK/CL_ALV_REPORT_HANLDER has no exception.
History
Last changed by/on SAP  20100310 
SAP Release Created in 100