SAP Reports / Programs

SDV_ALF SAP ABAP Report - Subprogram for ALF Display







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


Text pool values


Title: Subprogram for ALF Display


INCLUDES used within this REPORT SDV_ALF

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 = l_acc_flag exceptions others = 0.

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

SDV_ALF_PRINT_PAGES call function 'SDV_ALF_PRINT_PAGES' exporting arc_id = arc_id doc_id = doc_id offset = l_offset page_printer = page_printer page_formular = page_formular.

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_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.

SDV_ALF_ASK_CODEPAGE call function 'SDV_ALF_ASK_CODEPAGE' changing codepage = l_codepage exceptions cancled_by_user = 1 others = 2.

SDV_ALF_ASK_PAGE_COLS call function 'SDV_ALF_ASK_PAGE_COLS' changing page_cols = l_page_cols exceptions cancled_by_user = 1 others = 2.

SDV_ALF_ASK_SCROLLBAR_SIZE call function 'SDV_ALF_ASK_SCROLLBAR_SIZE' changing sbsize = l_sbsiz exceptions cancled_by_user = 1 others = 2.

SDV_ALF_ASK_POS call function 'SDV_ALF_ASK_POS' exporting min_offset = min_offset max_offset = max_offset changing page_offset = page_offset exceptions cancled_by_user = 1 invalid_data = 2 others = 3.

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 = ' '.

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



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