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

RADMASUT SAP ABAP INCLUDE - DD: Forms for mass activation







RADMASUT 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 RADMASUT 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 RADMASUT. "Basic submit
SUBMIT RADMASUT AND RETURN. "Return to original report after report execution complete
SUBMIT RADMASUT 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: Forms for mass activation


INCLUDES used within this REPORT RADMASUT

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_DOMA_ACTM call function 'DD_DOMA_ACTM' exporting act_mode = act_mode act_ctrl_par = doma_ctrl prid = prid1 off = 0 timer_on = t_on tables doma_names = doma do_act_results = act_res exceptions illegal_value = 1 act_refused = 2 read_failure = 3 put_failure = 4 internal_failure = 5 others = 6.

DD_DTEL_ACTM call function 'DD_DTEL_ACTM' exporting act_mode = act_mode act_ctrl_par = dtelact prid = prid1 timer_on = t_on off = 0 tables rollnames = rollname act_results = act_res exceptions illegal_value = 1 read_failure = 2 put_failure = 3 internal_failure = 4 others = 5.

DD_TABL_ACTM call function 'DD_TABL_ACTM' exporting mode = act_mode getstate = get_state ntab_putstate = ntab_put_state prid = prid1 settmst = settmst tabname = tabname auth_chk = auth_chk excommit = ' ' upgrmode = upgrmode action = action_mdf modeflag = modeflag_m importing act_result = act_res dd02v_wa = dd02v_hd ctrl_tabl_res = tabl_res tables ctrl_tbvi_tab = tbvi ctrl_tbsh_tab = tbsh ctrl_tben_tab = tben exceptions dbchange_failure = 1 ntab_gen_failure = 2 put_failure = 3 read_failure = 4 access_failure = 5 others = 6.

DD_TABT_ACTM call function 'DD_TABT_ACTM' exporting act_mode = act_mode tabname = tabtname get_state = get_state ntabstate = ntabstate cnv_order = cnv_order auth_chk = auth_chk timer_on = t_on prid = prid1 excommit = do_commit importing act_result = act_result exceptions illegal_value = 1 op_failure = 2 others = 3.

TR_SYS_PARAMS call function 'TR_SYS_PARAMS' importing systemtype = system_type exceptions no_systemname = 1 no_systemtype = 2 others = 3.

DD_INDX_ACTIVATE call function 'DD_INDX_ACTIVATE' exporting act_control = act_mode auth_chk = auth_check get_status = get_state indexname = indxname prid = prid1 tabname = tabname importing rc = rc dbact = dbact tables dd03p_tab = dd03p_tab dd12v_tab = dd12v_tab dd17v_tab = dd17v_tab exceptions others = 1.

DD_VIEW_INNER_ACT call function 'DD_VIEW_INNER_ACT' exporting viewname = genwa-name prid = prid1 mode_control = ctrl act_mode = act_mode importing rc = rc dbact = dbact dd25v_hd = dd25v_hd tables dep_tab = vitb.

DD_ENQU_ACT call function 'DD_ENQU_ACT' exporting enquname = enquname actmode = act_mode actions = enact * PROTNAME = ' ' prid = prid1 importing * RESULTS = rc = rc exceptions parameter_error = 1 actok_failure = 2 others = 3.

MC_ACT_MCO call function 'MC_ACT_MCO' exporting act_control = act_control act_mconame = mconame prid = prid1 importing rc = rc tables mctbat_tab = mcomcid exceptions others = 1.

MC_ACT_MCID call function 'MC_ACT_MCID' exporting act_mconame = mconame act_mcid = mcidname act_control = act_control prid = prid1 importing rc = rc tables mctbat_tab = mcomcid exceptions others = 1.

DD_SHLP_ACT call function 'DD_SHLP_ACT' exporting shlpname = shlpname actmode = actmode actions = shact with_shlp = ' ' prid = prid1 importing rc = rc exceptions parameter_error = 1 actok_failure = 2 others = 3.

DD_TTYP_SET_ACT call function 'DD_TTYP_SET_ACT' exporting act_mode = actmode act_ctrl_par = ttypact auth_chk = 'X' prid = prid1 off = 0 len = 0 timer_on = t_on trace = 0 tables ttyp_names = ttyps act_results = actres ctrl_tabl_res = tablres exceptions illegal_value = 1 act_refused = 2 read_failure = 3 put_failure = 4 internal_failure = 5 others = 6.

DD_MASS_REQUESTS_INSERT call function 'DD_MASS_REQUESTS_INSERT' exporting objname = tbatg_wa-tabname idname = tbatg_wa-indname objtype = tbatg_wa-object fct = tbatg_wa-fct success_mess_type = ' ' modeflag = tbatg_wa-execmode importing subrc = rc exceptions unexpected_error = 1 others = 2.

DD_GET_NAMETAB call function 'DD_GET_NAMETAB' exporting status = 'A' tabname = ntchgwa-name get_all = 'X' importing r_status = got_state x030l_wa = x030l_wa_a tables x031l_tab = x031l_tab_a exceptions not_found = 1 no_fields = 2 others = 3.

DD_TABL_GET call function 'DD_TABL_GET' exporting get_state = get_state tabl_name = ntchgwa-name add_typeinfo = 'D' importing dd02v_wa_a = dd02v_wa_a dd02v_wa_n = dd02v_wa_n dd09l_wa_a = dd09l_wa_a dd09l_wa_n = dd09l_wa_n got_state = got_state tables dd03p_tab_a = dd03p_tab_a dd03p_tab_n = dd03p_tab_n dd05m_tab_a = dd05m_tab_a dd05m_tab_n = dd05m_tab_n dd08v_tab_a = dd08v_tab_a dd08v_tab_n = dd08v_tab_n dd12v_tab_a = dd12v_tab_a dd12v_tab_n = dd12v_tab_n dd17v_tab_a = dd17v_tab_a dd17v_tab_n = dd17v_tab_n dd35v_tab_a = dd35v_tab_a dd35v_tab_n = dd35v_tab_n dd36m_tab_a = dd36m_tab_a dd36m_tab_n = dd36m_tab_n exceptions access_failure = 1 others = 2.

DD_NTAB_GEN call function 'DD_NTAB_GEN' exporting dd02v_wa = dd02v_wa_a dd09l_wa = dd09l_wa_a importing x030l_wa = x030l_wa tables dd03p_tab = dd03p_tab_a dd08v_tab = dd08v_tab_a x031l_tab = x031l_tab exceptions wrong_datatype = 1 wrong_tabtype = 2 others = 3.

SYSTEM_UUID_CREATE call function 'SYSTEM_UUID_CREATE' importing uuid = uuid exceptions others = 0.

DD_PUT_NAMETAB call function 'DD_PUT_NAMETAB' exporting status = 'A' x030l_wa = x030l_wa importing r_subrc = rc tables x031l_tab = x031l_tab exceptions write_error = 1 others = 2.

DD_PUT_NAMETAB





call function 'DD_PUT_NAMETAB' exporting status = 'N' x030l_wa = x030l_wa importing r_subrc = rc tables x031l_tab = x031l_tab exceptions write_error = 1 others = 2.

DD_TTYP_GET call function 'DD_TTYP_GET' exporting get_state = get_state prid = prid ttyp_name = ntchgwa-name importing dd40v_wa_a = dd40v_wa_a dd40v_wa_n = dd40v_wa_n got_state = got_state tables dd42v_tab_a = dd42v_tab_a dd42v_tab_n = dd42v_tab_n exceptions illegal_value = 1 op_failure = 2 others = 3.

DD_TABLTYPE_NTAB_GEN call function 'DD_TABLTYPE_NTAB_GEN' exporting dd40v_wa = dd40v_wa_a dd41v_wa = dd41v_wa_row importing x030l_wa = x030l_wa tables dd42v_tab = dd42v_tab_a x031l_tab = x031l_tab exceptions wrong_datatype = 1 wrong_fieldname = 2 others = 3.

DD_PUT_NAMETAB call function 'DD_PUT_NAMETAB' exporting status = put_state x030l_wa = x030l_wa importing r_subrc = rc tables x031l_tab = x031l_tab exceptions write_error = 1 others = 2.

DD_DTEL_GET call function 'DD_DTEL_GET' exporting get_state = get_state roll_name = ntchgwa-name importing got_state = got_state dd04l_wa_a = dd04l_wa_a dd04l_wa_n = dd04l_wa_n dd01l_wa = dd01l_wa tpara_wa = tpara_wa tables dd04t_tab_a = dd04t_tab_a dd04t_tab_n = dd04t_tab_n exceptions illegal_value = 1 others = 2.

DD_TYPE_NTAB_GEN call function 'DD_TYPE_NTAB_GEN' exporting dd04l_wa = dd04l_wa_a dd01l_wa = dd01l_wa importing x030l_wa = x030l_wa x031l_wa = x031l_wa exceptions wrong_datatype = 1 others = 2.

DD_PUT_NAMETAB call function 'DD_PUT_NAMETAB' exporting status = put_state x030l_wa = x030l_wa importing r_subrc = rc tables x031l_tab = x031l_tab exceptions write_error = 1 others = 2.

DD_GET_NAMETAB_HEADER call function 'DD_GET_NAMETAB_HEADER' exporting status = get_state tabname = name importing r_status = got_state x030l_wa = x030l_wa exceptions not_found = 1 others = 2.

DD_GET_NAMETAB_HEADER call function 'DD_GET_NAMETAB_HEADER' exporting status = get_state tabname = name importing r_status = got_state x030l_wa = x030l_wa exceptions not_found = 1 others = 2.

DD_PUT_NAMETAB_HEADER call function 'DD_PUT_NAMETAB_HEADER' exporting status = write_state x030l_wa = x030l_wa_a importing r_subrc = rc exceptions write_error = 1 others = 2.

DD_PUT_NAMETAB_HEADER call function 'DD_PUT_NAMETAB_HEADER' exporting status = write_state x030l_wa = x030l_wa importing r_subrc = rc exceptions write_error = 1 others = 2.

DD_PUT_NAMETAB call function 'DD_PUT_NAMETAB' exporting status = write_state x030l_wa = x030l_wa_a importing r_subrc = rc tables x031l_tab = x031l_tab_a exceptions write_error = 1 others = 2.

UPG_GET_UPGRADE_INFO call function 'UPG_GET_UPGRADE_INFO' exporting iv_component = '*' iv_newrelease = ' ' iv_upgtype = 'A' iv_readmode = 'ACT' iv_comp_select = 'A' iv_buffered = ' ' tables tt_upginfo = uvers_tab exceptions readmode_unknown = 1 component_not_active = 2 ambigious_entries = 3 no_upgrade_active = 4 others = 5.

SUBST_GET_ACTIVE_UVERS_ENTRY * call function 'SUBST_GET_ACTIVE_UVERS_ENTRY' * importing * ew_uvers = uvers_wa * exceptions * no_svers_entry = 1 * ambigious_entries = 2 * no_exchange_active = 3 * others = 4.

ENQUEUE_ESDICT call function 'ENQUEUE_ESDICT' exporting mode_rsdeo = mode objtype = objtype objname = objname * X_OBJTYPE = ' ' * X_OBJNAME = ' ' * _SCOPE = '2' * _WAIT = ' ' * _COLLECT = ' ' exceptions foreign_lock = 1 system_failure = 2 others = 3.

DEQUEUE_ESDICT call function 'DEQUEUE_ESDICT' exporting mode_rsdeo = mode objtype = objtype objname = objname.

TR_SYS_PARAMS call function 'TR_SYS_PARAMS' importing systemname = system_name systemtype = system_type exceptions no_systemname = 01 no_systemtype = 02.

DB_DROP_VIEW call function 'DB_DROP_VIEW' exporting prid = prid viewname = viewname importing subrc = rc exceptions program_not_generated = 1 program_not_written = 2 view_not_dropped = 3 others = 4.

DD_CREATE_VIEW call function 'DD_CREATE_VIEW' exporting prid = prid viewname = viewname exceptions basetab_error = 1 db_error = 2 dd_error = 3 view_exists = 4 view_not_created = 5 no_dbview = 6 others = 7.

DD_NAMETAB_DELETE call function 'DD_NAMETAB_DELETE' exporting tabname = ntdeltab-name IMPORTING SUBRC = rc.






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