SAP Reports / Programs

DEV_SAVE_SE28_DATA SAP ABAP Report - DEV Reporting (SE28): Program DEV_SAVE_SE28_DATA







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


Text pool values


Selection Text: P_DRELN = New Release Name for Data
Selection Text: P_DRELO = OldA Release Name for Data
Selection Text: P_RFCDES = RFC Destination
Selection Text: P_TEST = Test
Selection Text: SO_DATE = Date
Title: DEV Reporting (SE28): Program DEV_SAVE_SE28_DATA
Text Symbol: 001 = RFC Destination
Text Symbol: 002 = Release der Datensätze
Text Symbol: 003 = Anzahl Zeilen von SMTC_HLIST (46X)
Text Symbol: 004 = Anzahl Zeilen von SMTC_HIST (46X)
Text Symbol: 005 = Anzahl Zeilen von SMTC_HLIST (6XX)
Text Symbol: 006 = Anzahl Zeilen von SMTC_HIST (6XX)


INCLUDES used within this REPORT DEV_SAVE_SE28_DATA

INCLUDE DEV_SAVE_SE28_DATATOP.


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:

DEV_GET_SAP_RELEASE CALL FUNCTION 'DEV_GET_SAP_RELEASE' IMPORTING e_saprelease = g_saprelease.

DEV_READ_SE28_DATA CALL FUNCTION 'DEV_READ_SE28_DATA' DESTINATION p_rfcdes EXPORTING i_data_release = p_drelo i_tarsys_release = g_saprelease i_startdate = g_startdate i_enddate = g_enddate TABLES e_smtc_hist_46x = g_smtc_hist_46x e_smtc_hist_6xx = g_smtc_hist_6xx e_smtc_hlist_46x = g_smtc_hlist_46x e_smtc_hlist_6xx = g_smtc_hlist_6xx EXCEPTIONS communication_failure = 1 MESSAGE g_error_message system_failure = 2 MESSAGE g_error_message OTHERS = 3. "#EC ENHOK

DEV_WRITE_SE28_DATA CALL FUNCTION 'DEV_WRITE_SE28_DATA' DESTINATION 'NONE' EXPORTING i_saprelease = p_dreln TABLES i_smtc_hist_46x = g_smtc_hist_46x i_smtc_hist_6xx = g_smtc_hist_6xx i_smtc_hlist_46x = g_smtc_hlist_46x i_smtc_hlist_6xx = g_smtc_hlist_6xx EXCEPTIONS communication_failure = 1 MESSAGE g_error_message system_failure = 2 MESSAGE g_error_message OTHERS = 3. "#EC ENHOK



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