SAP Reports / Programs

OADIALF4 SAP ABAP Report - Display of stored print lists







OADIALF4 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 OADIALF4 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 OADIALF4. "Basic submit
SUBMIT OADIALF4 AND RETURN. "Return to original report after report execution complete
SUBMIT OADIALF4 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: APAGE = apage
Selection Text: ARC_ID = D Content Repository ID
Selection Text: AR_OBJ = D Document Type
Selection Text: BPAGE = bpage
Selection Text: DOC_ID = docid
Selection Text: ENCODING = D Character Format
Selection Text: OFFSET = Offset
Selection Text: PAG_COLS = Line Length
Selection Text: PFAD = path
Selection Text: P_COLS = Line Length
Selection Text: P_ENCOD = D Character Format
Selection Text: P_POS = Position in Percent
Selection Text: REPORT = D Report Name
Selection Text: REQUEST = D Reference Flag
Selection Text: SAP_OBJ = D Object Type
Selection Text: TITLE = Window Title
Title: Display of stored print lists
Text Symbol: 003 = PATH
Text Symbol: 004 = REQUEST
Text Symbol: 005 = Position in Total List


INCLUDES used within this REPORT OADIALF4

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:

GET_ACCESSIBILITY_MODE call function 'GET_ACCESSIBILITY_MODE' importing accessibility = acc_flag exceptions others = 0.

SAPGUI_SET_FUNCTIONCODE call function 'SAPGUI_SET_FUNCTIONCODE' exporting functioncode = 'REFR' exceptions function_not_supported = 1 others = 2.

GET_PRINT_PARAMETERS call function 'GET_PRINT_PARAMETERS' exporting destination = page_printer layout = page_formular importing out_parameters = params out_archive_parameters = aparams valid = valid.

JOB_OPEN call function 'JOB_OPEN' exporting jobname = jname importing jobcount = jnumber exceptions cant_create_job = 1 invalid_job_data = 2 jobname_missing = 3 others = 4.

JOB_CLOSE call function 'JOB_CLOSE' exporting jobcount = jnumber jobname = jname strtimmed = 'X' exceptions cant_start_immediate = 1 invalid_startdate = 2 jobname_missing = 3 job_close_failed = 4 job_nosteps = 5 job_notex = 6 lock_failed = 7 others = 8.

ARCHIV_DISPLAY_LIST call function 'ARCHIV_DISPLAY_LIST' tables archivtreffer = l_conn exceptions error_archiv = 1 others = 2.

ARCHIV_GET_CONNECTIONS call function 'ARCHIV_GET_CONNECTIONS' exporting objecttype = wa_l_conn-sap_object object_id = wa_l_conn-object_id tables connections = l_conn2 exceptions nothing_found = 1 others = 2.

ARCHIV_CHECK_CONNECTIONS CALL FUNCTION 'ARCHIV_CHECK_CONNECTIONS' EXPORTING ARCHIV_ID = wa_l_conn-ARCHIV_ID ARC_DOC_ID = wa_l_conn-ARC_DOC_ID TABLES connections = connections.

ARCHIV_DISPLAY_LIST call function 'ARCHIV_DISPLAY_LIST' tables archivtreffer = l_conn exceptions error_archiv = 1 others = 2.

ARCHIVOBJECT_DISPLAY call function 'ARCHIVOBJECT_DISPLAY' exporting archiv_doc_id = archiv_doc_id archiv_id = archiv_id exceptions others = 1.

ARCHIV_WRITE_LOG call function 'ARCHIV_WRITE_LOG' exporting command = 'PRIN' logging = logging message_id = 'OA' message_number = '182' string1 = string1 string2 = string2.

ARCHIV_GET_ARCHIVINFOS call function 'ARCHIV_GET_ARCHIVINFOS' exporting archiv_id = toar7-archiv_id importing phys_archivpath = archivpath exceptions error_communicationtable = 1 others = 2.

ARCHIV_WRITE_LOG call function 'ARCHIV_WRITE_LOG' exporting command = 'PRIN' logging = logging message_id = sy-msgid message_type = sy-msgty message_number = sy-msgno msgv1 = sy-msgv1 msgv2 = sy-msgv2 msgv3 = sy-msgv3 msgv4 = sy-msgv4 string1 = ' ' string2 = ' '.

FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING LOGICAL_FILENAME = gc_fname CHANGING PHYSICAL_FILENAME = filename EXCEPTIONS LOGICAL_FILENAME_NOT_FOUND = 1 VALIDATION_FAILED = 2 OTHERS = 3.

ARCHIV_WRITE_LOG call function 'ARCHIV_WRITE_LOG' exporting command = 'PRIN' logging = logging message_id = 'OA' message_number = '183' string1 = string1 string2 = string2.

FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING LOGICAL_FILENAME = gc_fname_w CHANGING PHYSICAL_FILENAME = filenames EXCEPTIONS LOGICAL_FILENAME_NOT_FOUND = 1 VALIDATION_FAILED = 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 OADIALF4 or its description.