SAP Reports / Programs | Basis Components | ABAP Workbench, Java IDE and Infrastructure | Activation Program, Conversion Program, DB Utility, MC, SPDD(BC-DWB-DIC-AC) SAP BC

RADDTUT0 SAP ABAP INCLUDE - DD: Subroutines for Data Element Activation Program







RADDTUT0 is a standard ABAP INCLUDE 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 RADDTUT0 into the relevant SAP transactions such as SE38 or SE80


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 RADDTUT0. "Basic submit
SUBMIT RADDTUT0 AND RETURN. "Return to original report after report execution complete
SUBMIT RADDTUT0 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: DD: Subroutines for Data Element Activation Program


INCLUDES used within this REPORT RADDTUT0

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:

DD_TYPE_NTAB_GEN CALL FUNCTION 'DD_TYPE_NTAB_GEN' EXPORTING DD04L_WA = DD04L_WA DD01L_WA = DD01L_WA IMPORTING X030L_WA = NTAB_HD_WA X031L_WA = NTAB_FD_WA EXCEPTIONS OTHERS = 1.

DD_GET_NAMETAB CALL FUNCTION 'DD_GET_NAMETAB' EXPORTING STATUS = active_ntabstate TABNAME = DD04L_WA-ROLLNAME IMPORTING X030L_WA = NTAB_HD_WA_OLD TABLES X031L_TAB = NTAB_FD_TAB_OLD EXCEPTIONS OTHERS = 3.

SYSTEM_UUID_CREATE * CALL FUNCTION 'SYSTEM_UUID_CREATE' * IMPORTING * UUID = UUID * EXCEPTIONS * OTHERS = 0.

SYSTEM_UUID_CREATE * CALL FUNCTION 'SYSTEM_UUID_CREATE' * IMPORTING * UUID = UUID * EXCEPTIONS * OTHERS = 0.

SYSTEM_UUID_CREATE * CALL FUNCTION 'SYSTEM_UUID_CREATE' * IMPORTING * UUID = UUID * EXCEPTIONS * OTHERS = 0.

DD_PUT_NAMETAB * CALL FUNCTION 'DD_PUT_NAMETAB' * EXPORTING * MODEFLAG = ACT_RESULTS-MODEFLAG * STATUS = NTABSTATE * X030L_WA = NTAB_HD_TAB * TRTYPE = ' ' * IMPORTING * R_SUBRC = * TABLES * X031L_TAB = ntab_fd_tab_curr * EXCEPTIONS * OTHERS = 1.

DB_EXISTS_TABLE CALL FUNCTION 'DB_EXISTS_TABLE' EXPORTING TABNAME = 'DDFTX' IMPORTING SUBRC = subrc.

DD_RANGE_DEL * CALL FUNCTION 'DD_RANGE_DEL' * EXPORTING * DELETE_DUPS = 'X' * FORMID = 'DD_DDFTX_RANGE_DEL' * LENGTH = LEN * OFFSET = OFF * PRID = PRID * RANGE_SIZE = 64 * REPID = 'RADBTDAC' * TABLES * SYMBOL_TAB = DTEL_PUT_TAB * EXCEPTIONS * OTHERS = 01.

DD_RANGE_DELETE call function 'DD_RANGE_DELETE' exporting POINTER = pointer formid = 'DD_DDFTX_RANGE_DEL' repid = 'RADBTDAC' * FROM_INDEX = 0 * TO_INDEX = 0 * DELETE_DUPS = 'X' * PAR1 = ' ' * PAR2 = ' ' * PAR3 = ' ' * PAR4 = ' ' PRID = prid tables symbol_tab = dtel_put_tab EXCEPTIONS ILLEGAL_VALUE = 1 OTHERS = 2.

FUNCTION_EXIST_MULTIPLE CALL FUNCTION 'FUNCTION_EXIST_MULTIPLE' TABLES FUNCTAB = CONVEXIT_TAB EXCEPTIONS OTHERS = 1.

DD_SHFD_SET_GET CALL FUNCTION 'DD_SHFD_SET_GET' EXPORTING GET_STATE = 'A' " <- zugeord. Obj. muß immer aktiv sein

DD_ROLL_GET CALL FUNCTION 'DD_ROLL_GET' EXPORTING GET_STATE = 'A' pointer = pointer " uh, 08.05.2000

DD_DTEL_SET_PUT call function 'DD_DTEL_SET_PUT' exporting put_state = ctrl_dtel_act-dtput prid = prid replace = 'X' tables dd04t_tab = dd04t_tab_put dd04l_tab = dd04l_tab_put exceptions others = 01.



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 RADDTUT0 or its description.