SAP Reports / Programs | Production Planning and Control | Production Planning for Process Industries | Process Data Documentation(PP-PI-PDO) SAP PP

PPPIEBRR1 SAP ABAP Report - Batch Record: Read Archive Files from Storage







PPPIEBRR1 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 PPPIEBRR1 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 PPPIEBRR1. "Basic submit
SUBMIT PPPIEBRR1 AND RETURN. "Return to original report after report execution complete
SUBMIT PPPIEBRR1 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: WERKS = D Plant
Selection Text: P_ZEBRA = Striped Pattern
Selection Text: P_VARI = D Layout
Selection Text: P_COLOPT = Optimize Columns
Selection Text: MATNR = D Material
Selection Text: CHARG = D Batch
Title: Batch Record: Read Archive Files from Storage
Text Symbol: VAR = Display Options
Text Symbol: SEK = Selection Criteria
Text Symbol: 004 = Date:
Text Symbol: 003 = User:
Text Symbol: 002 = Page:
Text Symbol: 001 = Batch Record: Read Archive Files from Storage


INCLUDES used within this REPORT PPPIEBRR1

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:

REUSE_ALV_VARIANT_DEFAULT_GET * call function 'REUSE_ALV_VARIANT_DEFAULT_GET' * exporting * i_save = g_save * changing * cs_variant = gx_variant * exceptions * not_found = 2.

ARCHIVE_OPEN_FOR_READ * call function 'ARCHIVE_OPEN_FOR_READ' * exporting * object = c_arch_object * importing * archive_handle = handle * exceptions * internal_error = 01 * no_files_available = 02 * object_not_found = 03 * open_error = 04 * others = 05.

ARCHIVE_GET_NEXT_OBJECT * call function 'ARCHIVE_GET_NEXT_OBJECT' * exporting * archive_handle = handle * importing * object_id = mchp_tab_mark-ebrid * exceptions * end_of_file = 01 * file_io_error = 02 * internal_error = 03 * open_error = 04 * wrong_access_to_archive = 05 * others = 06.

ARCHIVE_GET_NEXT_RECORD * call function 'ARCHIVE_GET_NEXT_RECORD' * exporting * archive_handle = handle * importing * record = arc_buffer-segment * record_flags = arc_buffer-flags * record_structure = arc_buffer-rname * exceptions * end_of_object = 01 * internal_error = 02 * wrong_access_to_archive = 03 * others = 04.

TEXT_READ_ARCHIVE_OBJECT * call function 'TEXT_READ_ARCHIVE_OBJECT' * exporting * archive_handle = handle * id = c_vers_id * language = mchpvt_tab-tdspras * name = thead-tdname * object = c_vers_object * client = sy-mandt * importing * header = texth * tables * lines = textl_tab * exceptions * not_found = 01 * wrong_access_to_archive = 02.

TEXT_READ_ARCHIVE_OBJECT * call function 'TEXT_READ_ARCHIVE_OBJECT' * exporting * archive_handle = handle * client = sy-mandt * language = tc71_tab-comm_lang * name = thead-tdname * object = c_sign_object * id = c_sign_id * importing * header = texth * tables * lines = textl_tab * exceptions * not_found = 01 * wrong_access_to_archive = 02.

ARCHIVE_CLOSE_FILE * call function 'ARCHIVE_CLOSE_FILE' * exporting * archive_handle = handle * exceptions * internal_error = 01 * wrong_access_to_archive = 02.

REUSE_ALV_VARIANT_F4 * call function 'REUSE_ALV_VARIANT_F4' * exporting * is_variant = g_variant * i_save = g_save * importing * e_exit = g_exit * es_variant = gx_variant * exceptions * not_found = 2.

REUSE_ALV_VARIANT_EXISTENCE * call function 'REUSE_ALV_VARIANT_EXISTENCE' * exporting * i_save = g_save * changing * cs_variant = gx_variant.

REUSE_ALV_LIST_DISPLAY * call function 'REUSE_ALV_LIST_DISPLAY' * exporting * i_callback_program = g_repid * i_callback_pf_status_set = 'OWN_STATUS' "Form OWN_STATUS * i_callback_user_command = 'OWN_COMMAND' "Form OWN_COMMAND * i_structure_name = 'DCAUFV_ST' * is_layout = gs_layout ** it_fieldcat = gt_fieldcat[] * i_save = g_save * is_variant = g_variant * it_events = gt_events[] * tables * t_outtab = mchp_tab_mark * exceptions * program_error = 1 * others = 2.

REUSE_ALV_FIELDCATALOG_MERGE * call function 'REUSE_ALV_FIELDCATALOG_MERGE' * exporting * i_structure_name = 'MCHP' * i_client_never_display = 'X' * changing * ct_fieldcat = gt_fieldcat * exceptions * inconsistent_interface = 1 * program_error = 2 * others = 3.

SAPGUI_PROGRESS_INDICATOR * call function 'SAPGUI_PROGRESS_INDICATOR' * exporting * text = text-001. "Chargenprotokoll: Lesen aus Archivdateien

VB_CP_EBR_SHOW_FROM_ARCHIV * call function 'VB_CP_EBR_SHOW_FROM_ARCHIV' * tables * mchp_tab = mchp_tab * mchpv_tab = mchpv_tab * mchpvs_tab = mchpvs_tab * mchpvt_tab = mchpvt_tab * tc71_tab = tc71_tab * tc71d_tab = tc71d_tab * tc75_tab = tc75_tab.



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