SAP Reports / Programs

RKDSTRUC SAP ABAP Report - Display structure: $STRUCTURE$







RKDSTRUC is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RKDSTRUC into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

TRMS - Display Structure
CACS_S - Display Structure
TLMS - Display Structure
JBWS - Display structure


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT RKDSTRUC. "Basic submit
SUBMIT RKDSTRUC AND RETURN. "Return to original report after report execution complete
SUBMIT RKDSTRUC VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Display structure: $STRUCTURE$
Text Symbol: ATF = Attr.
Text Symbol: ATT = Attr.Typ
Text Symbol: BDT = Description
Text Symbol: BER = Report
Text Symbol: CHA = Char.value
Text Symbol: CQM = C/Q flag
Text Symbol: DTL = Data elem.
Text Symbol: FCA = Attr. for
Text Symbol: FLD = Field name
Text Symbol: FOR = Form
Text Symbol: RFF = Ref. field
Text Symbol: RFT = Ref. table
Text Symbol: USG = Usage
Text Symbol: ZBZ = TimeRef


INCLUDES used within this REPORT RKDSTRUC

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

REUSE_ALV_GRID_DISPLAY call function 'REUSE_ALV_GRID_DISPLAY' exporting i_save = 'X' i_callback_program = g_repid it_fieldcat = gt_fieldcat[] tables t_outtab = gt_outtab.

RKD_FIELD_TAB_FILL call function 'RKD_FIELD_TAB_FILL' exporting applclass = i_applc i_table = i_table i_rkb1x = sda_rkb1x i_disp_atr = 'X' tables fdep_tab = sda_fdep_tab field_tab = sda_field_tab exceptions rkc_error = 1 rke_error = 2 rkp_error = 3 rks_error = 4 others = 5.

DDIF_TABL_GET call function 'DDIF_TABL_GET' exporting name = i_table langu = sy-langu tables dd03p_tab = sda_dd03p_tab exceptions illegal_input = 1 others = 2.

TRANSACTIONS_INITIALIZE call function 'TRANSACTIONS_INITIALIZE' importing e_applclass = c_applc exceptions others = 1.

RKD_RKB1X_SET call function 'RKD_RKB1X_SET' exporting applclass = c_applc i_rkb1x = asg_rkb1x importing e_table = c_table.

DD_TBHD_GET call function 'DD_TBHD_GET' exporting get_state = 'A' langu = sy-langu prid = 0 tabl_name = asg_dd02l_tabnm withtext = 'X' tracelevel = 0 importing dd02v_wa_a = asg_dd02v_wa_a exceptions illegal_value = 01.

DD_DTEL_GET call function 'DD_DTEL_GET' exporting langu = sy-langu roll_name = i_rolnm tables dd04t_tab_a = gte_dd04t_tab_a exceptions illegal_value = 1 others = 2.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RKDSTRUC or its description.