SAP ABAP Class CL_ABT_DYNPRO_LOAD (Dynpro Load)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
     S_ABAP_TOOLS_UTIL (Package) ABAP: Error Search Tools - Help Functions
Properties
Class CL_ABT_DYNPRO_LOAD  
Short Description Dynpro Load    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package S_ABAP_TOOLS_UTIL   ABAP: Error Search Tools - Help Functions 
Created 20120813   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_ABAP_CHAR_UTILITIES Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CL_ABT_DYNPRO_LOAD has no interface implemented.
Friends
Class CL_ABT_DYNPRO_LOAD has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 BS Instance attribute Private Object reference (TYPE REF TO) IF_ABT_BINARY_STREAMER 20120815
2 DYNNR Instance attribute Private Type reference (TYPE) DYNPRONR Dynpro Number 20120823
3 DYNPRO_HEADER Instance attribute Public Object reference (TYPE REF TO) IF_ABT_DYNPRO_HEADER_ACCESS DHD Quick Read 20120829
4 DYNP_CHECKBUTTON Constant Public Type reference (TYPE) SAP_INT1 '05' 20120815
5 DYNP_CONTROLCONTAINER Constant Public Type reference (TYPE) SAP_INT1 '0F' 20120815
6 DYNP_EFIELD Constant Public Type reference (TYPE) SAP_INT1 '02' 20120815
7 DYNP_EYE_RAW_LN Constant Private Type reference (TYPE) I 8 20120815
8 DYNP_FIELD Constant Public Type reference (TYPE) SAP_INT1 '01' 20120815
9 DYNP_FRAME Constant Public Type reference (TYPE) SAP_INT1 '08' 20120815
10 DYNP_KEYWORD Constant Public Type reference (TYPE) SAP_INT1 '04' 20120815
11 DYNP_LOOP Constant Public Type reference (TYPE) SAP_INT1 '0D' 20120815
12 DYNP_OFIELD Constant Public Type reference (TYPE) SAP_INT1 '03' 20120815
13 DYNP_PUSHBUTTON Constant Public Type reference (TYPE) SAP_INT1 '07' 20120815
14 DYNP_RADIOBUTTON Constant Public Type reference (TYPE) SAP_INT1 '06' 20120815
15 DYNP_SPLITTER Constant Public Type reference (TYPE) SAP_INT1 '14' 20120815
16 DYNP_SUBSCREEN Constant Public Type reference (TYPE) SAP_INT1 '0C' 20120815
17 DYNP_TABLE Constant Public Type reference (TYPE) SAP_INT1 '0E' 20120815
18 DYNP_TABSTRIP Constant Public Type reference (TYPE) SAP_INT1 '10' 20120815
19 DYNP_U_CONTROL Constant Public Type reference (TYPE) SAP_INT1 '0F' 20120815
20 KERNEL_RELEASE Static Attribute Public Type reference (TYPE) STRING 20120829
21 LOAD Instance attribute Private Type reference (TYPE) XSTRING 20120815
22 PROGRAM Instance attribute Private Type reference (TYPE) PROGNAME ABAP Program Name 20120823
23 TYPE Instance attribute Private Type reference (TYPE) R3LOADTYPE Type of Load 20120823
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor 20120829
2 CONSTRUCTOR Instance method Public Constructor 20120815
3 CREATE Static method Public Method 20120824
4 GET_BSDUP_TABLE Instance method Public Method 20120815
5 GET_CONTAINER_TABLE Instance method Public Method 20120815
6 GET_CONTROL_TABLE Instance method Public Method 20120815
7 GET_FIELDNAME_TABLE Instance method Public Method 20120815
8 GET_FIELD_DESCRIPTION_TABLE Instance method Public Method 20120815
9 GET_LITERAL_TABLE Instance method Public Method 20120815
10 GET_LOAD_VERSION Instance method Public Method 20120823
11 GET_MODULE_TABLE Instance method Public Method 20120815
12 GET_PROPERTY_TABLE Instance method Public Method 20120815
13 GET_RADIO_TABLE Instance method Public Method 20120815
14 GET_STEP_TABLE Instance method Public Method 20120815
15 GET_SWITCH_ID_TABLE Instance method Public Method 20120815
16 GET_TABLE_TIMESTAMPS Instance method Public Method 20120815
17 GET_TOOLTIP_TABLE Instance method Public Method 20120815
18 GET_TOOLTIP_TIMESTAMPS Instance method Public Method 20120815
19 WRITE Instance method Public Method Experimental: List Output of Load Table 20120815
20 __FILL_ENTRY Instance method Private Method 20120815
21 __GET_LOAD_TABLE_SIMPLE Instance method Private Method 20120815
22 __GET_LOAD_TABLE_VAR Instance method Private Method 20120815
Events
Class CL_ABT_DYNPRO_LOAD has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 AB_SCREEN_TYPESPEC Public See coding 20120815 begin of ab_screen_typespec, obj_type_name(30) type c, type_name_len type sap_int1, report_name(40) type c, local_type type sap_int1, end of ab_screen_typespec
2 BSDUP_INFO Public See coding 20120815 begin of bsdup_info, id type sap_int1, bsd type ref to data, end of bsdup_info
3 BSDUP_TABLE Public See coding 20120815 bsdup_table type standard table of bsdup_info with non-unique default key
4 BSD_BASE_ENTRY Public See coding 20120815 begin of bsd_base_entry, eleng type dyoffe, next_bsdup_same_area type dyoffe, ftyp type sap_char, etype type sap_int1, area type sap_int1, block type sap_int1, group type sap_int1, row type sap_int2, column type sap_int2, start_row type sap_int2, start_column type sap_int2, attr type flagbyte, attr1 type flagbyte, attr2 type flagbyte, tooltip_type type sap_int1, flag type flagbyte, sfw_bsdup_flag type flagbyte, tooltip type dyoffe, fcodeoffs type dyoffe, contextmenuoffset type dyoffe, contextprogoffset type dyoffe, contextuseparent type flagbyte, text_attr type flagbyte, fldoffs type dyoffe, property_bag type dyoffe, element_id type sap_int4, string_data type dyoffe, end of bsd_base_entry
5 BSD_CHECK Public See coding 20120815 begin of bsd_check. include type bsd_base_entry. types: labeloffs type dyoffe, button type sap_char, check_attr type flagbyte, screen_ln type sap_int1, __fill type sap_int1, dy_bsd_text_ln type sap_int1, dy_bds_text type sap_char, end of bsd_check
6 BSD_ENTRY Public See coding 20120815 begin of bsd_entry. include type bsd_base_entry. types: end of bsd_entry
7 BSD_FIELD Public See coding 20120815 begin of bsd_field. include type bsd_base_entry. types: valueset_id_by_user type dyoffe, combo type flagbyte, svreen_ln type sap_int1, screen_ln_max type sap_int1, dy_bsd_length type sap_int1, dy_bsd_text_ln type sap_int1, __fill type sap_int1, dy_bds_text type sap_char, end of bsd_field
8 BSD_FRAME Public See coding 20120815 begin of bsd_frame. include type bsd_base_entry. types: rows type sap_int2, columns type sap_int2, start_rowse type sap_int2, start_columns type sap_int2, frame_attr type flagbyte, __fill1 type sap_int1, bg_color type sap_char, dy_bsd_text_ln type sap_int1, __fill2 type sap_int1, dy_bds_text type sap_char, end of bsd_frame
9 BSD_PUSH Public See coding 20120815 begin of bsd_push. include type bsd_base_entry. types: subcontoffs type dyoffe, infobuttonoffs type dyoffe, screen_ln type sap_int1, dy_bsd_text_ln type sap_int1, dy_bds_text type sap_char, end of bsd_push
10 BSD_RADIO Public See coding 20120815 begin of bsd_radio. include type bsd_base_entry. types: labeloffs type dyoffe, button type sap_char, radio_attr type flagbyte, screen_ln type sap_int1, __fill type sap_int1, dy_bsd_text_ln type sap_int1, dy_bds_text type sap_char, end of bsd_radio
11 CONTROL_TABLE Public See coding 20120815 control_table type standard table of dynp_control_info with non-unique default key
12 DFLDDUMY Public See coding 20120815 begin of dflddumy, dfldoffs type dyoffe, etype type sap_int1, dfldform type flagbyte, dfldkty type sap_char, dfldflg1 type flagbyte, dfldflg2 type flagbyte, dfldflg3 type flagbyte, dfldflg4 type flagbyte, dfldflg5 type flagbyte, tooltip_type type sap_int1, sfw_field_switch_id type dyoffe, sfw_field_flag type flagbyte, output_style type sap_int1, dfldfill type sap_char, dfldagft type sap_int1, dfldadez type sap_int1, dfldftof type dyoffe, dfldfkof type dyoffe, dfldfsof type dyoffe, dfldfmof type dyoffe, dfldcur type dyoffe, tooltip type dyoffe, dfldgrp1(3) type c, dfldgrp2(3) type c, dfldgrp3(3) type c, dfldgrp4(3) type c, dfldmem(20) type c, dfld_ext_cache_loop type dyoffe, dfld_ext_cache type flagbyte, __filler3 type sap_int1, dfldvars type sap_char, end of dflddumy
13 DFLD_TABLE Public See coding 20120815 dfld_table type standard table of dflddumy with non-unique default key
14 DFTBDUMY Public See coding 20120815 begin of dftbdumy, dftbleng type sap_int1, dftbattr type flagbyte, dftbtype type sap_char, dftboffs type dyoffe, dftbtbof type dyoffe, dftbltof type dyoffe, dftbdfld type dyoffe, dftbealn_x type dyoffe, dftbetyp type sap_char, field_cache_index type dyoffe, dftbname type sap_char, end of dftbdumy
15 DHDDUMMY_46D Public See coding 20120830 begin of dhddummy_46d, hvsgen(3) type x, hleng type dyoffe, dhdlen type dyoffe, hpgmnam(40) type c, hdynnbr(4) type c, hdtype type flagbyte, hdflag type flagbyte, hgroup(4) type c, hgtstamp type sap_timestmp, hmtstamp type sap_timestmp, hctstamp type sap_timestmp, htsddys(8) type c, htstdys(6) type c, hspra type sap_char, char_width type sap_int1, hnpgmna(40) type c, hnpgm(4) type c, etypes(25) type c, pointer_count type sap_int1, dynamic_extension_count type dyoffe, container type dyoffe, control type dyoffe, radiotab type dyoffe, habsd type dyoffe, hafld type dyoffe, hadys type dyoffe, haftb type dyoffe, hamtb type dyoffe, haltb type dyoffe, hattb type dyoffe, haptb type dyoffe, haktb type dyoffe, hfcode type dyoffe, hdlss type dyoffe, hwminrow type sap_int2, hwmincol type sap_int2, hwmaxrow type sap_int2, hwmaxcol type sap_int2, focus type dyoffe, dytypsp type ab_screen_typespec, contextmenuoffset type dyoffe, contextprogoffset type dyoffe, contextuseparent type flagbyte, property_bag type dyoffe, first_bsdup_area0 type dyoffe, end type dy_entry_end, end of dhddummy_46d
16 DHDDUMMY_640 Public See coding 20120830 begin of dhddummy_640, hvsgen(3) type x, alignment_test type sap_int1, system_id type sap_int4, hleng type dyoffe, dhdlen type dyoffe, hpgmnam(40) type c, hdynnbr(4) type c, hdtype type flagbyte, hdflag type flagbyte, hgroup(4) type c, hgtstamp type sap_timestmp, hutstamp type sap_timestmp, hmtstamp type sap_timestmp, hctstamp type sap_timestmp, htsddys(8) type c, htstdys(6) type c, hspra type sap_char, hnpgmna(40) type c, hnpgm(4) type c, etypes(25) type c, pointer_count type sap_int1, __fill_1 type sap_int1, dynamic_extension_count type dyoffe, container type dyoffe, control type dyoffe, radiotab type dyoffe, habsd type dyoffe, hafld type dyoffe, hadys type dyoffe, haftb type dyoffe, hamtb type dyoffe, haltb type dyoffe, hattb type dyoffe, haptb type dyoffe, haktb type dyoffe, tooltip type dyoffe, tooltip_timestamps type dyoffe, tooltip_fixlength type dyoffe, hfcode type dyoffe, hdlss type dyoffe, hdminrow type sap_int2, hdmincol type sap_int2, hdmaxrow type sap_int2, hdmaxcol type sap_int2, scrp_used_rows type sap_int2, scrp_used_cols type sap_int2, focus type dyoffe, dytypsp type ab_screen_typespec, contextmenuoffset type dyoffe, contextprogoffset type dyoffe, contextuseparent type flagbyte, __fill_2 type flagbyte, property_bag type dyoffe, first_bsdup_area0 type dyoffe, field_names_count type dyoffe, end type dy_entry_end, end of dhddummy_640
17 DHDDUMMY_700 Public See coding 20120829 begin of dhddummy_700, hvsgen(3) type x, alignment_test type sap_int1, system_id type sap_int4, hleng type dyoffe, dhdlen type dyoffe, hpgmnam(40) type c, hdynnbr(4) type c, hdtype type flagbyte, hdflag type flagbyte, hgroup(4) type c, hgtstamp type sap_timestmp, hutstamp type sap_timestmp, hmtstamp type sap_timestmp, hctstamp type sap_timestmp, htsddys(8) type c, htstdys(6) type c, hspra type sap_char, hnpgmna(40) type c, hnpgm(4) type c, etypes(25) type c, pointer_count type sap_int1, __fill_1 type sap_int1, dynamic_extension_count type dyoffe, container type dyoffe, control type dyoffe, radiotab type dyoffe, habsd type dyoffe, hafld type dyoffe, hadys type dyoffe, haftb type dyoffe, hamtb type dyoffe, haltb type dyoffe, hattb type dyoffe, haptb type dyoffe, haktb type dyoffe, sfw_dynpro_switch type dyoffe, tooltip type dyoffe, tooltip_timestamps type dyoffe, tooltip_fix_length type dyoffe, hfcode type dyoffe, hdlss type dyoffe, hdminrow type sap_int2, hdmincol type sap_int2, hdmaxrow type sap_int2, hdmaxcol type sap_int2, scrp_used_rows type sap_int2, scrp_used_cols type sap_int2, focus type dyoffe, dytypsp type ab_screen_typespec, contextmenuoffset type dyoffe, contextprogoffset type dyoffe, contextuseparent type flagbyte, property_bag type dyoffe, first_bsdup_area0 type dyoffe, field_names_count type dyoffe, end type dy_entry_end, end of dhddummy_700
18 DHDDUMMY_710 Public See coding 20120830 begin of dhddummy_710, hvsgen(3) type x, alignment_test type sap_int1, system_id type sap_int4, hleng type dyoffe, dhdlen type dyoffe, hpgmnam(40) type c, hdynnbr(4) type c, hdtype type flagbyte, hdflag type flagbyte, hgroup(4) type c, hgtstamp type sap_timestmp, hutstamp type sap_timestmp, hmtstamp type sap_timestmp, hctstamp type sap_timestmp, language_load_tstamp type sap_timestmp, htsddys(8) type c, htstdys(6) type c, hspra type sap_char, original_language type sap_char, language_load type sap_char, hnpgmna(40) type c, hnpgm(4) type c, etypes(25) type c, pointer_count type sap_int1, __fill_1 type sap_int1, dynamic_extension_count type dyoffe, container type dyoffe, control type dyoffe, radiotab type dyoffe, habsd type dyoffe, hafld type dyoffe, hadys type dyoffe, haftb type dyoffe, hamtb type dyoffe, haltb type dyoffe, hattb type dyoffe, haptb type dyoffe, haktb type dyoffe, sfw_dynpro_switch type dyoffe, tooltip type dyoffe, tooltip_timestamps type dyoffe, tooltip_fix_length type dyoffe, hfcode type dyoffe, hdlss type dyoffe, hdminrows type sap_int2, hdmincols type sap_int2, hdmaxrows type sap_int2, hdmaxcols type sap_int2, focus type dyoffe, dytypsp type ab_screen_typespec, contextmenuoffset type dyoffe, contextprogoffset type dyoffe, contextuseparent type flagbyte, property_bag type dyoffe, first_bsdup_area0 type dyoffe, field_names_count type dyoffe, end type dy_entry_end, end of dhddummy_710
19 DHDDUMMY_720 Public See coding 20120829 begin of dhddummy_720, hvsgen(3) type x, alignment_test type sap_int1, system_id type sap_int4, hleng type dyoffe, dhdlen type dyoffe, hpgmnam(40) type c, hdynnbr(4) type c, hdtype type flagbyte, hdflag type flagbyte, hgroup(4) type c, hgtstamp type sap_timestmp, hutstamp type sap_timestmp, hmtstamp type sap_timestmp, hctstamp type sap_timestmp, language_load_tstamp type sap_timestmp, htsddys(8) type c, htstdys(6) type c, source_version type sap_int2, hspra type sap_char, original_language type sap_char, language_load type sap_char, hnpgmna(40) type c, hnpgm(4) type c, etypes(25) type c, pointer_count type sap_int1, sub_version type sap_int1, dynamic_extension_count type dyoffe, container type dyoffe, control type dyoffe, radiotab type dyoffe, habsd type dyoffe, hafld type dyoffe, hadys type dyoffe, haftb type dyoffe, hamtb type dyoffe, haltb type dyoffe, hattb type dyoffe, haptb type dyoffe, haktb type dyoffe, sfw_dynpro_switch type dyoffe, tooltip type dyoffe, tooltip_timestamps type dyoffe, tooltip_fix_length type dyoffe, hfcode type dyoffe, hdlss type dyoffe, hdminrows type sap_int2, hdmincols type sap_int2, hdmaxrows type sap_int2, hdmaxcols type sap_int2, scrp_usedrows type sap_int2, scrp_usedcols type sap_int2, focus type dyoffe, dytypsp type ab_screen_typespec, contextmenuoffset type dyoffe, contextprogoffset type dyoffe, contextuseparent type flagbyte, property_bag type dyoffe, first_bsdup_area0 type dyoffe, field_names_count type dyoffe, field_exit_used type sap_int1, field_exit_active type sap_int1, end type dy_entry_end, end of dhddummy_720
20 DLTBDUMY Public See coding 20120815 begin of dltbdumy, dltbleng type dyoffe, dltbvalu type sap_char, end of dltbdumy
21 DMTBDUMY Public See coding 20120815 begin of dmtbdumy, dmtbleng type sap_int1, __fill type sap_int1, dmtboffb type dyoffe, dmtboffa type dyoffe, dmtbname type sap_char, end of dmtbdumy
22 DPTBDUMY Public See coding 20120815 begin of dptbdumy, eleng type dyoffe, property_bag_static type dyoffe, property_bag_dynamic type dyoffe, property_bag_data_binding type dyoffe, end type dy_entry_end, end of dptbdumy
23 DTTBDUMY Public See coding 20120815 begin of dttbdumy, eleng type dyoffe, dttbname(31) type c, dttbtstamp type sap_timestmp, end type dy_entry_end, end of dttbdumy
24 DYNP_CONTAINER_640 Public See coding 20120830 begin of dynp_container_640, eleng type sap_int1, __fill_1 type sap_int1, id type sap_int1, type type sap_int1, name(30) type c, row type sap_int2, column type sap_int2, rows type sap_int2, columns type sap_int2, start_row type sap_int2, start_column type sap_int2, start_rows type sap_int2, start_columns type sap_int2, visize type sap_int2, hisize type sap_int2, attr1 type flagbyte, attr2 type flagbyte, control type dyoffe, fatheroffs type dyoffe, handle type sap_int4, contextmenuoffset type dyoffe, contextprogoffset type dyoffe, contextuseparent type flagbyte, __fill type flagbyte, composit_name_offset type dyoffe, element_id type sap_int4, end type dy_entry_end, end of dynp_container_640
25 DYNP_CONTAINER_700 Public See coding 20120830 begin of dynp_container_700, eleng type sap_int1, __fill_1 type sap_int1, id type sap_int1, type type sap_int1, name(30) type c, row type sap_int2, column type sap_int2, rows type sap_int2, columns type sap_int2, start_row type sap_int2, start_column type sap_int2, start_rows type sap_int2, start_columns type sap_int2, visize type sap_int2, hisize type sap_int2, attr1 type flagbyte, attr2 type flagbyte, control type dyoffe, fatheroffs type dyoffe, handle type sap_int4, contextmenuoffset type dyoffe, contextprogoffset type dyoffe, contextuseparent type flagbyte, sfw_container_flag type flagbyte, sfw_container_switch_id type dyoffe, composit_name_offset type dyoffe, element_id type sap_int4, end type dy_entry_end, end of dynp_container_700
26 DYNP_CONTAINER_720 Public See coding 20120830 begin of dynp_container_720, eleng type sap_int1, id type sap_int1, type type sap_int1, subtype type sap_int1, name(30) type c, row type sap_int2, column type sap_int2, rows type sap_int2, columns type sap_int2, start_row type sap_int2, start_column type sap_int2, start_rows type sap_int2, start_columns type sap_int2, min_rows type sap_int2, min_cols type sap_int2, inc_rows type sap_int2, inc_cols type sap_int2, attr1 type flagbyte, attr2 type flagbyte, control type dyoffe, fatheroffs type dyoffe, handle type sap_int4, contextmenuoffset type dyoffe, contextprogoffset type dyoffe, contextuseparent type flagbyte, sfw_container_flag type flagbyte, sfw_container_switch_id type dyoffe, composit_name_offset type dyoffe, element_id type sap_int4, end type dy_entry_end, end of dynp_container_720
27 DYNP_CONTROL Public See coding 20120830 begin of dynp_control. include type dynp_control_base. types: end type dy_entry_end, end of dynp_control
28 DYNP_CONTROL_BASE Public See coding 20120830 begin of dynp_control_base, eleng type dyoffe, type type sap_int1, subtype type sap_int1, __fill_base type sap_int1, bsdoffs type dyoffe, property_bag type dyoffe, end of dynp_control_base
29 DYNP_CONTROL_INFO Public See coding 20120815 begin of dynp_control_info, id type sap_int1, control type ref to data, end of dynp_control_info
30 DYNP_CONTROL_LOOP Public See coding 20120815 begin of dynp_control_loop. include type dynp_control_base. types: loop_type type sap_int1, loop_lines type sap_int1, loop_blksize type sap_int1, __filler1 type sap_int1, itbcur type dyoffe, cursor type dyoffe, from type dyoffe, to type dyoffe, attr1 type flagbyte, attr2 type flagbyte, attr3 type flagbyte, index_table type sap_int1, end type dy_entry_end, end of dynp_control_loop
31 DYNP_CONTROL_SPLITTER Public See coding 20120815 begin of dynp_control_splitter. include type dynp_control_base. types: attr type flagbyte, initial_sash_poistion type sap_int1, current_sash_percent type sap_int1, new_sash_percent type sap_int1, fcode_type type sap_char, fcode_offset type dyoffe, cell1offset type dyoffe, cell2offset type dyoffe, end type dy_entry_end, end of dynp_control_splitter
32 DYNP_CONTROL_SUBSCREEN Public See coding 20120815 begin of dynp_control_subscreen. include type dynp_control_base. types: dynpro_name type dyoffe, dynpro_number type dyoffe, viewclass type dyoffe, dynpro type sap_int1, __fill type sap_int1, attr1 type flagbyte, attr2 type flagbyte, end type dy_entry_end, end of dynp_control_subscreen
33 DYNP_CONTROL_TABLE Public See coding 20120815 begin of dynp_control_table. include type dynp_control_base. types: table_type type sap_int1, loop_type type sap_int1, loop_lines type sap_int1, loop_columns type sap_int1, itbcur type dyoffe, controldata type dyoffe, cursor type dyoffe, from type dyoffe, to type dyoffe, attr1 type flagbyte, attr2 type flagbyte, attr3 type flagbyte, index_table type sap_int1, __filler1 type sap_int1, index_table_diag type sap_int1, topline type sap_int4, columns type sap_char, end type dy_entry_end, end of dynp_control_table
34 DYNP_CONTROL_TABSTRIP Public See coding 20120815 begin of dynp_control_tabstrip. include type dynp_control_base. types: no_tab_rows type sap_int1, tab_space type sap_int1, tab_cont_offs type dyoffe, active_button type dyoffe, attr type flagbyte, attr1 type flagbyte, end type dy_entry_end, end of dynp_control_tabstrip
35 DYNP_RADIO_TABLE Public See coding 20120815 begin of dynp_radio_table, eleng type sap_int1, area type sap_int1, block type sap_int1, group type sap_int1, attr type flagbyte, __fill type flagbyte, bsdup type dyoffe, end type dy_entry_end, end of dynp_radio_table
36 DYNP_SWITCH Public See coding 20120815 begin of dynp_switch, entry_length type dyoffe, switch_state type flagbyte, __fill type sap_int1, switch_id type sap_char, end of dynp_switch
37 DYNP_TOOLTIP Public See coding 20120815 begin of dynp_tooltip, entry_length type dyoffe, text_type type sap_int1, text_length type sap_int1, text(60) type c, __filler01 type sap_int1, field_name_length type sap_int1, field_name type sap_char, end type dy_entry_end, end of dynp_tooltip
38 DYOFFE Public Type reference (TYPE) SAP_INT4 20120815
39 DY_ENTRY_END Public Type reference (TYPE) SAP_CHAR 20120815
40 FIELDNAME_TABLE Public See coding 20120815 fieldname_table type standard table of fieldname_table_entry with non-unique default key
41 FIELDNAME_TABLE_ENTRY Public See coding 20120815 begin of fieldname_table_entry, base type dftbdumy, fieldname type string, end of fieldname_table_entry
42 FLAGBYTE Public See coding 20120815 flagbyte(1) type x
43 LITERAL_TABLE Public See coding 20120815 literal_table type standard table of literal_table_entry with non-unique default key
44 LITERAL_TABLE_ENTRY Public See coding 20120815 begin of literal_table_entry, base type dltbdumy, literal type string, end of literal_table_entry
45 MODULE_TABLE Public See coding 20120815 module_table type standard table of module_table_entry with non-unique default key
46 MODULE_TABLE_ENTRY Public See coding 20120815 begin of module_table_entry, base type dmtbdumy, module type string, end of module_table_entry
47 PROPERTY_TABLE Public See coding 20120815 property_table type standard table of dptbdumy with non-unique default key
48 RADIO_TABLE Public See coding 20120815 radio_table type standard table of dynp_radio_table with non-unique default key
49 SAP_CHAR Public See coding 20120815 sap_char(1) type c
50 SAP_INT1 Public See coding 20120815 sap_int1(1) type x
51 SAP_INT2 Public See coding 20120815 sap_int2(2) type x
52 SAP_INT4 Public See coding 20120815 sap_int4(4) type x
53 SAP_TIMESTMP Public See coding 20120815 sap_timestmp(14) type c
54 STEP_TABLE Public See coding 20120815 step_table type standard table of stpdummy with non-unique default key
55 STPDUMMY Public See coding 20120815 begin of stpdummy, dynsof type dyoffe, dynsw type flagbyte, dynsw0 type flagbyte, dynsw1 type flagbyte, dynsw2 type flagbyte, dynmof type dyoffe, dyndfd type dyoffe, dyncdl type dyoffe, sfw_field_switch_id type dyoffe, sfw_field_flag type flagbyte, __fill type sap_int1, dynvar type sap_char, end of stpdummy
56 SWITCH_ID_ENTRY Public See coding 20120815 begin of switch_id_entry, base type dynp_switch, switch type string, end of switch_id_entry
57 SWITCH_ID_TABLE Public See coding 20120815 switch_id_table type standard table of switch_id_entry with non-unique default key
58 TIMESTAMP_TABLE Public See coding 20120815 timestamp_table type standard table of dttbdumy with non-unique default key
59 TOOLTIP_TABLE Public See coding 20120815 tooltip_table type standard table of tooltip_table_entry with non-unique default key
60 TOOLTIP_TABLE_ENTRY Public See coding 20120815 begin of tooltip_table_entry, base type dynp_tooltip, name type string, end of tooltip_table_entry
Method Signatures

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_ABT_DYNPRO_LOAD has no parameter.
Method CLASS_CONSTRUCTOR on class CL_ABT_DYNPRO_LOAD has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_DYNNR Call by reference Type reference (TYPE) DYNPRONR Dynpronummer 20120823
2 Importing P_LOAD Call by reference Type reference (TYPE) XSTRING 20120824
3 Importing P_PROGRAM Call by reference Type reference (TYPE) PROGNAME ABAP-Programmname 20120823
4 Importing P_TYPE Call by reference Type reference (TYPE) R3LOADTYPE Typ der Load 20120823

Method CONSTRUCTOR on class CL_ABT_DYNPRO_LOAD has no exception.

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_DYNNR Call by reference Type reference (TYPE) DYNPRONR Dynpronummer 20120824
2 Returning P_LOAD Value transfer Object reference (TYPE REF TO) CL_ABT_DYNPRO_LOAD Dynpro-Load 20120824
3 Importing P_PROGRAM Call by reference Type reference (TYPE) PROGNAME ABAP-Programmname 20120824
4 Importing P_TYPE Call by reference Type reference (TYPE) R3LOADTYPE CL_ABAP_CHAR_UTILITIES=>ENDIAN Typ der Load 20120824
# Exception Resumable Description Created on
1 CX_ABT_EOD End Of Data 20120824
2 CX_ABT_LOAD_DEFECT Defekte Load 20120829

Method GET_BSDUP_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning P_BSDUP_TABLE Value transfer Object reference (TYPE REF TO) DATA 20120815
# Exception Resumable Description Created on
1 CX_ABT_EOD 20120815
2 CX_ABT_LOAD_DEFECT 20120815

Method GET_CONTAINER_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning P_CONTAINER_TABLE Value transfer Object reference (TYPE REF TO) DATA 20120815
# Exception Resumable Description Created on
1 CX_ABT_EOD 20120815
2 CX_ABT_LOAD_DEFECT 20120815
3 CX_ABT_RELEASE_NOT_SUPPORTED 20120830

Method GET_CONTROL_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning P_CONTROL_TABLE Value transfer Object reference (TYPE REF TO) DATA 20120815
# Exception Resumable Description Created on
1 CX_ABT_EOD 20120815
2 CX_ABT_LOAD_DEFECT 20120815

Method GET_FIELDNAME_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning P_FIELDNAME_TABLE Value transfer Object reference (TYPE REF TO) DATA 20120815
# Exception Resumable Description Created on
1 CX_ABT_EOD 20120815
2 CX_ABT_LOAD_DEFECT 20120815

Method GET_FIELD_DESCRIPTION_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning P_DFLD_TABLE Value transfer Object reference (TYPE REF TO) DATA 20120815
# Exception Resumable Description Created on
1 CX_ABT_EOD 20120815
2 CX_ABT_LOAD_DEFECT 20120815

Method GET_LITERAL_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning P_LITERAL_TABLE Value transfer Object reference (TYPE REF TO) DATA 20120815
# Exception Resumable Description Created on
1 CX_ABT_EOD 20120815
2 CX_ABT_LOAD_DEFECT 20120815

Method GET_LOAD_VERSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning P_VERSION Value transfer Type reference (TYPE) I 20120823
# Exception Resumable Description Created on
1 CX_ABT_LOAD_DEFECT 20120823

Method GET_MODULE_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning P_MODULE_TABLE Value transfer Object reference (TYPE REF TO) DATA 20120815
# Exception Resumable Description Created on
1 CX_ABT_EOD 20120815
2 CX_ABT_LOAD_DEFECT 20120815

Method GET_PROPERTY_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning P_PROPERTIES Value transfer Object reference (TYPE REF TO) DATA 20120815
# Exception Resumable Description Created on
1 CX_ABT_EOD 20120815
2 CX_ABT_LOAD_DEFECT 20120815

Method GET_RADIO_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning P_RADIO_TABLE Value transfer Object reference (TYPE REF TO) DATA 20120815
# Exception Resumable Description Created on
1 CX_ABT_EOD 20120815
2 CX_ABT_LOAD_DEFECT 20120815

Method GET_STEP_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning P_STEP_TABLE Value transfer Object reference (TYPE REF TO) DATA 20120815
# Exception Resumable Description Created on
1 CX_ABT_EOD 20120815
2 CX_ABT_LOAD_DEFECT 20120815

Method GET_SWITCH_ID_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning P_SWITCH_ID_TABLE Value transfer Object reference (TYPE REF TO) DATA 20120815
# Exception Resumable Description Created on
1 CX_ABT_EOD 20120815
2 CX_ABT_LOAD_DEFECT 20120815

Method GET_TABLE_TIMESTAMPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning P_TIMESTAMPS Value transfer Object reference (TYPE REF TO) DATA 20120815
# Exception Resumable Description Created on
1 CX_ABT_EOD 20120815
2 CX_ABT_LOAD_DEFECT 20120815

Method GET_TOOLTIP_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning P_TOOLTIPS Value transfer Object reference (TYPE REF TO) DATA 20120815
# Exception Resumable Description Created on
1 CX_ABT_EOD 20120815
2 CX_ABT_LOAD_DEFECT 20120815

Method GET_TOOLTIP_TIMESTAMPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning P_TIMESTAMPS Value transfer Object reference (TYPE REF TO) DATA 20120815
# Exception Resumable Description Created on
1 CX_ABT_EOD 20120815
2 CX_ABT_LOAD_DEFECT 20120815

Method WRITE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_NAME Call by reference Type reference (TYPE) STRING 20120815
2 Importing P_TABLE Call by reference Type reference (TYPE) ANY TABLE 20120815

Method WRITE on class CL_ABT_DYNPRO_LOAD has no exception.

Method __FILL_ENTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing P_FIELD Call by reference Object reference (TYPE REF TO) DATA 20120815
2 Importing P_TYPE Call by reference Type reference (TYPE) STRING 20120815
# Exception Resumable Description Created on
1 CX_ABT_EOD 20120815

Method __GET_LOAD_TABLE_SIMPLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_OFFS Call by reference Type reference (TYPE) DYOFFE 20120815
2 Importing P_OFFSET_FIELD Call by reference Type reference (TYPE) STRING 'ELENG' 20120815
3 Changing P_TABLE Call by reference Type reference (TYPE) STANDARD TABLE 20120815
# Exception Resumable Description Created on
1 CX_ABT_LOAD_DEFECT 20120815

Method __GET_LOAD_TABLE_VAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_OFFS Call by reference Type reference (TYPE) DYOFFE 20120815
2 Importing P_OFFSET_FIELD Call by reference Type reference (TYPE) STRING 'ELENG' 20120815
3 Changing P_TABLE Call by reference Type reference (TYPE) STANDARD TABLE 20120815
4 Importing P_VAR_FIELD Call by reference Type reference (TYPE) STRING 20120815
# Exception Resumable Description Created on
1 CX_ABT_LOAD_DEFECT 20120815
History
Last changed by/on SAP  20130531 
SAP Release Created in 740