SAP Reports / Programs

RPUTX2D0 SAP ABAP Report - documentation and ABAP source code







RPUTX2D0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report updates table P01T_AGS 'Assignment of Postal Code to AGS'...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RPUTX2D0 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 RPUTX2D0. "Basic submit
SUBMIT RPUTX2D0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPUTX2D0 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_PSWD = Password
Selection Text: P_UPDATE = Database Update
Title: Read Postal Code and Municipality Data for Elster
Text Symbol: A01 = Delete all entries from
Text Symbol: A02 = Table P01T_AGS?
Text Symbol: A03 = Delete Existing Entries
Text Symbol: A04 = File Plz_Ort_AGS_Tabelle
Text Symbol: A05 = Read File:
Text Symbol: A06 = Read Data
Text Symbol: S01 = Read Postal Code and Municipality Key
Text Symbol: S02 = See the Report Documentation
Text Symbol: T02 = Production
Text Symbol: T10 = Information


INCLUDES used within this REPORT RPUTX2D0

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:

HR_REFRESH_STAT_LIST call function 'HR_REFRESH_STAT_LIST'.

HR_REFRESH_ERROR_LIST call function 'HR_REFRESH_ERROR_LIST'.

HR_PAL_LOG_REFRESH call function 'HR_PAL_LOG_REFRESH'. "GSG Usability

POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting textline1 = text-a01 "Sollen alle Einträge aus textline2 = text-a02 "Tabelle P01T_AGS gelöscht werden? titel = text-a03 "Bisherige Einträge löschen cancel_display = c_no importing answer = g_answer exceptions others = 1.

HR_APPEND_ERROR_LIST * call function 'HR_APPEND_ERROR_LIST' "GSG Usabilityv * exporting * arbgb = 'HRPAYDEST' * msgty = 'E' * msgno = 303.

HR_PAL_GENRL_MSG_ADD call function 'HR_PAL_GENRL_MSG_ADD' exporting i_msgid = 'HRPAYDEST' i_msgty = 'E' i_msgno = 303. "GSG Usability^

HR_APPEND_ERROR_LIST * call function 'HR_APPEND_ERROR_LIST' "GSG Usabilityv * exporting * arbgb = 'HRPAYDEST' * msgty = 'E' * msgno = 301.

HR_PAL_GENRL_MSG_ADD call function 'HR_PAL_GENRL_MSG_ADD' exporting i_msgid = 'HRPAYDEST' i_msgty = 'E' i_msgno = 301. "GSG Usability^

WS_FILENAME_GET call function 'WS_FILENAME_GET' exporting def_filename = space def_path = space mask = g_mask title = text-a04 "Plz_Ort_AGS_Tabelle.txt

HR_APPEND_ERROR_LIST * call function 'HR_APPEND_ERROR_LIST' "GSG Usabilityv * exporting * arbgb = 'HRPAYDEST' * msgty = 'E' * msgno = 303.

HR_PAL_GENRL_MSG_ADD call function 'HR_PAL_GENRL_MSG_ADD' exporting i_msgid = 'HRPAYDEST' i_msgty = 'E' i_msgno = 303. "GSG Usability^

POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting textline1 = text-a05 "Datei einlesen: textline2 = g_filename titel = text-a06 "Daten einlesen cancel_display = c_no importing answer = g_answer exceptions others = 1.

HR_APPEND_ERROR_LIST * call function 'HR_APPEND_ERROR_LIST' "GSG Usabilityv * exporting * arbgb = 'HRPAYDEST' * msgty = 'E' * msgno = 303.

HR_PAL_GENRL_MSG_ADD call function 'HR_PAL_GENRL_MSG_ADD' exporting i_msgid = 'HRPAYDEST' i_msgty = 'E' i_msgno = 303. "GSG Usability^

WS_UPLOAD

GUI_UPLOAD * call function 'WS_UPLOAD' * exporting * codepage = 'IBM' * filename = g_filename * filetype = 'ASC' call function 'GUI_UPLOAD' exporting * codepage = 'IBM' filename = g_filename filetype = 'ASC' tables data_tab = it_filedata exceptions others = 4.

HR_APPEND_ERROR_LIST * call function 'HR_APPEND_ERROR_LIST' "GSG Usabilityv * exporting * arbgb = 'HRPAYDEST' * msgty = 'E' * msgno = 302.

HR_PAL_GENRL_MSG_ADD call function 'HR_PAL_GENRL_MSG_ADD' exporting i_msgid = 'HRPAYDEST' i_msgty = 'E' i_msgno = 302. "GSG Usability^

HR_PAL_STATS_MSG_ADD CALL FUNCTION 'HR_PAL_STATS_MSG_ADD' EXPORTING i_stcnt = g_anz_alt i_msgid = 'HRPAYDEST' i_msgno = '305' EXCEPTIONS program_error = 1 OTHERS = 2.






HR_PAL_STATS_MSG_ADD CALL FUNCTION 'HR_PAL_STATS_MSG_ADD' EXPORTING i_stcnt = g_anz_alt i_msgid = 'HRPAYDEST' i_msgno = '308' EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_STATS_MSG_ADD CALL FUNCTION 'HR_PAL_STATS_MSG_ADD' EXPORTING i_stcnt = g_anz_ver i_msgid = 'HRPAYDEST' i_msgno = '309' EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_STATS_MSG_ADD CALL FUNCTION 'HR_PAL_STATS_MSG_ADD' EXPORTING i_stcnt = g_anz_neu i_msgid = 'HRPAYDEST' i_msgno = '306' EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_STATS_MSG_ADD CALL FUNCTION 'HR_PAL_STATS_MSG_ADD' EXPORTING i_stcnt = g_anz_mod i_msgid = 'HRPAYDEST' i_msgno = '307' EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_LOG_DISPLAY CALL FUNCTION 'HR_PAL_LOG_DISPLAY' EXPORTING i_s_display_profile = l_s_display_profile * i_s_flat_profile = EXCEPTIONS program_error = 1 no_logs = 2 OTHERS = 3.



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