SAP Reports / Programs

0817_OALINES SAP ABAP Report - Test for Generating Outgoing Documents







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


Text pool values


Title: Test for Generating Outgoing Documents
Text Symbol: 000 = Selection Parameter
Text Symbol: 001 = Could Not Read Printer Settings
Text Symbol: 005 = Test Archive


INCLUDES used within this REPORT 0817_OALINES

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_PRINT_PARAMETERS call function 'GET_PRINT_PARAMETERS' "get print-parameters exporting archive_info = info(3) archive_mode = '2' archive_text = text-005 ar_object = arobject authority = '_' copies = count cover_page = '_' data_set = '_' expiration = days immediately = 'X' list_name = 'oalines' list_text = text-005 mode = mode new_list_id = 'X' no_dialog = 'X' receiver = sy-uname release = 'X' report = 'OACONTA2' sap_cover_page = 'D' sap_object = sapobj type = '_' importing out_archive_parameters = a_parameters out_parameters = p_parameters exceptions archive_info_not_found = 1.

SSF_FUNCTION_MODULE_NAME call function 'SSF_FUNCTION_MODULE_NAME' exporting formname = form_name importing fm_name = fm_name exceptions no_form = 1 no_function_module = 2 others = 3.

OA0817_DISPLAY call function 'OA0817_DISPLAY' exporting key = objid importing daten = d exceptions not_found = 1 others = 2.



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