RADFDSAV 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 RADFDSAV into the relevant SAP transactions such as SE38 or SE80
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.
Selection Text: ERRORS = Failed checks
Selection Text: INTO_TAB = Store result in TSPDD2
Selection Text: STAND = SAP standard tables
Selection Text: NOT_SPDD = Tables not in SPDD
Selection Text: MUCH = Tables w. more than 254 fields
Selection Text: LOCKED = Locked tables
Selection Text: IN_SPDD = Tables in SPDD list
Title: Report for Finding Fields with Risk of Being Deleted
Text Symbol: NIS = Not in the SPDD object list
Text Symbol: POS = POS.
Text Symbol: REM = Comment
Text Symbol: REP = Is locked by a repair
Text Symbol: SAP = Has been reset to the SAP standard
Text Symbol: LEN = Length
Text Symbol: CNV = Following tables missing in trgt. strct. for INCV:
Text Symbol: ERR = Could not be examined
Text Symbol: FLD = Field
Text Symbol: ISP = Was not adjusted in SPDD
Text Symbol: KME = No risk of field losses
Text Symbol: T01 = Following table fields were deleted by the upgrade
Text Symbol: T02 = Check if this is really desired
Text Symbol: TAB = Table
Text Symbol: TYP = Type
No SAP DATABASE tables are accessed within this REPORT code!
SUBST_WRITE_PROTOCOL call function 'SUBST_WRITE_PROTOCOL' exporting acttype = acttype ifname = protfile * IMPORTING * EFNAME = tables p_tab = p_tab.
DD_GET_NAMETAB call function 'DD_GET_NAMETAB' exporting status = 'A' tabname = tabellen-tabname importing * F_STATUS = * R_MODEFLAG = * R_STATUS = x030l_wa = x030l_tmp tables x031l_tab = x031l_tmp exceptions others = 1.
DD_GET_NAMETAB call function 'DD_GET_NAMETAB' exporting status = 'N' tabname = tabellen-tabname importing * F_STATUS = * R_MODEFLAG = * R_STATUS = x030l_wa = x030l_tmp tables x031l_tab = x031l_tmp exceptions others = 3.
DD_GET_NAMETAB call function 'DD_GET_NAMETAB' exporting status = 'N' tabname = tablast * IMPORTING * F_STATUS = * R_MODEFLAG = * R_STATUS = * X030L_WA = tables x031l_tab = x031l_tmp exceptions others = 1.
SUBST_GET_MODIFICATION_STATE call function 'SUBST_GET_MODIFICATION_STATE' exporting iv_pgmid = 'LIMU' iv_object = 'TABD' iv_obj_name = obj_name * IV_NO_STD = ' ' importing * EV_CHSTATE = ev_lastmod = lastmod.
SUBST_GET_ACTIVE_UVERS_ENTRY call function 'SUBST_GET_ACTIVE_UVERS_ENTRY' importing ew_uvers = uvers_wa exceptions others = 1.
SVRS_CHECK_VERSIONS_CLOSED call function 'SVRS_CHECK_VERSIONS_CLOSED' exporting objname = objname objtype = 'TABL' exceptions not_yet_versioned = 1 versioning_closed = 2 others = 3.
SUBST_APPEND_PROTOCOL call function 'SUBST_APPEND_PROTOCOL' exporting l_level = level2 l_severity = severity * L_LANGU = 'E' * L_MSAG = 'TG' l_msgnr = msgnr l_newobj = 'X' l_v1 = var1 * L_V2 = ' ' * L_V3 = ' ' * L_V4 = ' ' tables p_tab = p_tab.
SUBST_APPEND_PROTOCOL call function 'SUBST_APPEND_PROTOCOL' exporting l_level = level2 l_severity = 'E' * L_LANGU = 'E' * L_MSAG = 'TG' l_msgnr = '455' * L_NEWOBJ = ' ' l_v1 = var1 * L_V2 = ' ' * L_V3 = ' ' * L_V4 = ' ' tables p_tab = p_tab.
SUBST_APPEND_PROTOCOL call function 'SUBST_APPEND_PROTOCOL' exporting l_level = level3 l_severity = sev * L_LANGU = 'E' * L_MSAG = 'TG' l_msgnr = '456' * L_NEWOBJ = ' ' l_v1 = msgv1 l_v2 = msgv2 l_v3 = msgv3 l_v4 = msgv4 tables p_tab = p_tab..
STRF_SETNAME call function 'STRF_SETNAME' exporting dirtype = acttype filename = protlist subdir = subprot importing file = protfile.
SUBST_APPEND_PROTOCOL call function 'SUBST_APPEND_PROTOCOL' exporting l_level = level1 * L_SEVERITY = ' ' * L_LANGU = 'E' l_msag = 'TG' l_msgnr = '457' l_newobj = 'X' * L_V1 = ' ' * L_V2 = ' ' * L_V3 = ' ' * L_V4 = ' ' tables p_tab = p_tab.
SUBST_APPEND_PROTOCOL call function 'SUBST_APPEND_PROTOCOL' exporting l_level = level1 l_severity = maxseverity * L_LANGU = 'E' l_msag = 'TG' l_msgnr = msgnr l_newobj = ' ' * L_V1 = ' ' * L_V2 = ' ' * L_V3 = ' ' * L_V4 = ' ' tables p_tab = p_tab.
DDIF_NAMETAB_GET call function 'DDIF_NAMETAB_GET' exporting tabname = includes_new-precfield tables x031l_tab = x031l_int exceptions not_found = 1 others = 2.
SVRS_GET_VERSION_INFO call function 'SVRS_GET_VERSION_INFO' exporting objname = objname objtype = tabd_type versno = lsm1_versno importing infovers = infovers exceptions others = 1.
SVRS_GET_VERSION_TABD_40 call function 'SVRS_GET_VERSION_TABD_40' exporting object_name = objname versno = infovers tables dd02v_tab = dd02v_int dd03v_tab = dd03v_int dd05v_tab = dd05v_int dd08v_tab = dd08v_int exceptions others = 2.
SUBST_APPEND_PROTOCOL call function 'SUBST_APPEND_PROTOCOL' exporting l_level = '4' l_severity = ' ' l_msgnr = '449' l_v1 = var1 tables p_tab = p_tab.
SUBST_APPEND_PROTOCOL call function 'SUBST_APPEND_PROTOCOL' exporting l_level = '2' l_severity = 'E' l_msgnr = '473' tables p_tab = p_tab.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RADFDSAV - Report for Finding Fields with Risk of Being Deleted RADFDSAV - Report for Finding Fields with Risk of Being Deleted RADEXUTIL - DD: Utilities for External Views RADEXUTIL - DD: Utilities for External Views RADENXPR - XPRA for Regenerating all Lock Function Modules RADENXPR - XPRA for Regenerating all Lock Function Modules