SAP Reports / Programs

OADIALF3 SAP ABAP Report - Display of stored print lists







OADIALF3 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 OADIALF3 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 OADIALF3. "Basic submit
SUBMIT OADIALF3 AND RETURN. "Return to original report after report execution complete
SUBMIT OADIALF3 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: SAP_OBJ = sapobj
Selection Text: REQUEST = Request
Selection Text: REPORT = Report
Selection Text: PFAD = path
Selection Text: OFFSET = Offset
Selection Text: DOC_ID = docid
Selection Text: BPAGE = bpage
Selection Text: AR_OBJ = arobj
Selection Text: ARC_ID = arcid
Selection Text: APAGE = apage
Title: Display of stored print lists
Text Symbol: 011 = Determine list size...
Text Symbol: 010 = Free search running
Text Symbol: 009 = Attrib. search running
Text Symbol: 008 = StSytm
Text Symbol: 007 = Page
Text Symbol: 006 = Buffer
Text Symbol: 005 = Reduce buffer ...
Text Symbol: 004 = REQUEST
Text Symbol: 003 = PATH
Text Symbol: 002 = Data transfer running ...
Text Symbol: 001 = List preparation running ...


INCLUDES used within this REPORT OADIALF3

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:

ARCHIVOBJECT_STATUS call function 'ARCHIVOBJECT_STATUS' exporting archiv_doc_id = doc_id archiv_id = arc_id * SIGN = ' ' doc_type = 'ALF' * SIGNATURE = 'X' * IMPORTING * ARCHIV_OBJECT_STATUS = * AR_DATE = * AR_TIME = * DOCUMENT_TYPE = tables al_components = al_components exceptions error_archiv = 1 error_communicationtable = 2 error_kernel = 3 others = 4.

ARCHIVOBJECT_GET_BYTES call function 'ARCHIVOBJECT_GET_BYTES' exporting archiv_id = arc_id archiv_doc_id = doc_id document_type = 'ALF' length = 1 offset = offset * MODE = ' ' importing length = length * OFFSET = tables archivobject = buffer exceptions error_archiv = 1 error_communicationtable = 2 error_kernel = 3 others = 4.

ARCHIVOBJECT_DISPLAY call function 'ARCHIVOBJECT_DISPLAY' exporting archiv_doc_id = archiv_doc_id * ARCHIV_DOC_INDEX = ' ' archiv_id = archiv_id * OBJECTTYPE = ' ' * OBJECT_ID = ' ' * AR_OBJECT = ' ' * LANGUAGE = ' ' * SIGN = ' ' * WINDOW_ID = ' ' * WINDOW_TITLE = ' ' * DOC_TYPE = ' ' * POSITIONINALFFILE = ' ' * NOGET = ' ' * PATHOFFILE = ' ' * EOF = ' ' * DALENGTH = ' ' * PFSTATUS = ' ' * REPORT = ' ' * IMPORTING * RETURNCODE = exceptions error_archiv = 1 error_communicationtable = 2 error_kernel = 3 others = 4.

RSPO_GET_SIZE_OF_LAYOUT call function 'RSPO_GET_SIZE_OF_LAYOUT' EXPORTING layout = IMPORTING ANSWER = L_ANSWER COLUMNS = L_PAGE_COLS LINES = L_PAGE_LINS EXCEPTIONS OTHERS = 0.

SCMS_AO_TABLE_GET_BYTES call function 'SCMS_AO_TABLE_GET_BYTES' EXPORTING arc_id = arc_id doc_id = doc_id offset = l_offset length = l_length IMPORTING length = l_rlength TABLES data = l_data EXCEPTIONS error_http = 1 error_archiv = 2 error_kernel = 3 error_config = 4 others = 5.

SCMS_BINARY_TO_FTEXT call function 'SCMS_BINARY_TO_FTEXT' exporting input_length = l_length * FIRST_LINE = 0 * LAST_LINE = 0 * APPEND_TO_TABLE = ' ' * MIMETYPE = ' ' * WRAP_LINES = ' ' * IMPORTING * OUTPUT_LENGTH = tables binary_tab = l_data ftext_tab = l_text exceptions failed = 1 others = 2 .

AUTHORITY_CHECK_DATASET call function 'AUTHORITY_CHECK_DATASET' EXPORTING program = 'OADIALF3' activity = sabc_act_read filename = a_filename EXCEPTIONS no_authority = 1 activity_unknown = 2.

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

AUTHORITY_CHECK_DATASET call function 'AUTHORITY_CHECK_DATASET' EXPORTING program = 'OADIALF3' activity = sabc_act_read filename = a_filename EXCEPTIONS no_authority = 1 activity_unknown = 2.

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

ARCHIVOBJECT_GET_BYTES call function 'ARCHIVOBJECT_GET_BYTES' exporting archiv_id = arc_id archiv_doc_id = doc_id document_type = 'ALF' length = length offset = offset * MODE = ' ' * SIGNATURE = ' ' * SHIFT_FLAG = ' ' * COMPID = 'data' importing length = r_length offset = offset tables archivobject = buffer exceptions error_archiv = 1 error_communicationtable = 2 error_kernel = 3 others = 4.

SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 0 text = text.

ARCHIVOBJECT_NOTE_DISPLAY call function 'ARCHIVOBJECT_NOTE_DISPLAY' EXPORTING archiv_doc_id = doc_id archiv_id = arc_id doc_type = 'ALF' show_note = has_note append_note = append IMPORTING has_note = has_note.

ARCHIVOBJECT_SEARCH call function 'ARCHIVOBJECT_SEARCH' EXPORTING archive = arc_id arc_doc_id = doc_id CHANGING offset = p_offset EXCEPTIONS not_found = 1 others = 2.

ARCHIVOBJECT_SEARCH call function 'ARCHIVOBJECT_SEARCH' EXPORTING archive = arc_id arc_doc_id = doc_id no_dialog = 'X' CHANGING offset = p_offset EXCEPTIONS not_found = 1 others = 2.

ARCHIVOBJECT_SEARCH_ATTR call function 'ARCHIVOBJECT_SEARCH_ATTR' EXPORTING archive = arc_id arc_doc_id = doc_id CHANGING offset = p_offset EXCEPTIONS not_found = 1 others = 2.

ARCHIV_WRITE_LOG call function 'ARCHIV_WRITE_LOG' EXPORTING command = 'PRIN' logging = 'OADIALF3' 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 = 'OADIALF3' 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 = 'OADIALF3' 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.

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.



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