SAP Reports / Programs | Aerospace & Defence Industry Solution | Aerospace & Defence Industry Solution(IS-AD) SAP IS

ADPRIOTOOLF06 SAP ABAP INCLUDE - documentation and ABAP source code







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


INCLUDES used within this REPORT ADPRIOTOOLF06

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:

TREEV_SET_SCREEN_UPDATE CALL FUNCTION 'TREEV_SET_SCREEN_UPDATE' EXPORTING HANDLE = TREE UPDATE = C_UPDATE * no_flush = EXCEPTIONS FAILED = 1 CNTL_SYSTEM_ERROR = 2 OTHERS = 3.

TREEV_COLUMN_SET_HIDDEN CALL FUNCTION 'TREEV_COLUMN_SET_HIDDEN' EXPORTING HANDLE = TREE COLUMN_NAME = C_COLUMN HIDDEN = C_HIDDEN NO_FLUSH = 'X' EXCEPTIONS FAILED = 1 COLUMN_NOT_FOUND = 2 INSTANCE_NOT_FOUND = 3 NO_COLUMN_TREE = 4 CNTL_SYSTEM_ERROR = 5 ILLEGAL_COLUMN_NAME = 6 OTHERS = 7.

TREEV_COLUMN_SET_WIDTH CALL FUNCTION 'TREEV_COLUMN_SET_WIDTH' EXPORTING HANDLE = TREE COLUMN_NAME = C_COLUMN WIDTH = L_WIDTH WIDTH_CHAR = SPACE * NO_FLUSH = EXCEPTIONS FAILED = 1 COLUMN_NOT_FOUND = 2 INSTANCE_NOT_FOUND = 3 NO_COLUMN_TREE = 4 CNTL_SYSTEM_ERROR = 5 ILLEGAL_COLUMN_NAME = 6 OTHERS = 7.

REUSE_ALV_VARIANT_SAVE CALL FUNCTION 'REUSE_ALV_VARIANT_SAVE' EXPORTING * I_TABNAME_HEADER = * I_TABNAME_ITEM = IT_FIELDCAT = FIELDCAT * IT_SORT = * IT_FILTER = I_DIALOG = 'X' I_OVERWRITE = 'X' I_USER_SPECIFIC = L_USER_SPECIFIC IMPORTING E_EXIT = l_exit CHANGING CS_VARIANT = G_VARIANT EXCEPTIONS WRONG_INPUT = 1 FC_NOT_COMPLETE = 2 FOREIGN_LOCK = 3 VARIANT_EXISTS = 4 NAME_RESERVED = 5 PROGRAM_ERROR = 6 OTHERS = 7.

REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING IS_VARIANT = G_VARIANT * i_tabname_header = * I_TABNAME_ITEM = * it_default_fieldcat = I_SAVE = G_SAVE IMPORTING E_EXIT = L_EXIT ES_VARIANT = GX_VARIANT EXCEPTIONS NOT_FOUND = 1 PROGRAM_ERROR = 2 OTHERS = 3.

TREEV_HEADER_GET_WIDTH CALL FUNCTION 'TREEV_HEADER_GET_WIDTH' EXPORTING HANDLE = TREE HEADER_NAME = WA_FIELDCAT-FIELDNAME * NO_FLUSH = IMPORTING WIDTH = L_WIDTH EXCEPTIONS FAILED = 1 HEADER_NOT_FOUND = 2 INSTANCE_NOT_FOUND = 3 TREE_HAS_NO_HEADERS = 4 CNTL_SYSTEM_ERROR = 5 OTHERS = 6.

REUSE_ALV_LIST_LAYOUT_INFO_SET *CALL FUNCTION 'REUSE_ALV_LIST_LAYOUT_INFO_SET' ** EXPORTING ** IS_LAYOUT = ** IT_FIELDCAT = ** IT_SORT = ** IT_FILTER = ** IS_LIST_SCROLL = * .

REUSE_ALV_LIST_LAYOUT_INFO_GET * CALL FUNCTION 'REUSE_ALV_LIST_LAYOUT_INFO_GET' * IMPORTING * ES_LAYOUT = ES_LAYOUT * ET_FIELDCAT = ET_FIELDCAT * ET_SORT = ET_SORT * ET_FILTER = ET_FILTER * ES_LIST_SCROLL = ES_LIST_SCROLL * ES_VARIANT = ES_VARIANT * E_WIDTH = E_WIDTH * ET_MARKED_COLUMNS = ET_MARKED_COLUMNS * ET_FILTERED_ENTRIES = ET_FILTERED_ENTRIES * ET_FILTERED_ENTRIES_HEADER = ET_FILTERED_ENTRIES_HEADER * ET_FILTERED_ENTRIES_ITEM = ET_FILTERED_ENTRIES_ITEM * TABLES ** ET_OUTTAB = ET_OUTTAB * ET_OUTTAB_HEADER = ET_OUTTAB_HEADER * ET_OUTTAB_ITEM = ET_OUTTAB_ITEM ** ET_COLLECT00 = ** ET_COLLECT01 = ** ET_COLLECT02 = ET_COLLECT02 ** ET_COLLECT03 = ET_COLLECT03 ** ET_COLLECT04 = ET_COLLECT04 ** ET_COLLECT05 = ET_COLLECT05 ** ET_COLLECT06 = ET_COLLECT06 ** ET_COLLECT07 = ET_COLLECT07 ** ET_COLLECT08 = ET_COLLECT08 ** ET_COLLECT09 = ET_COLLECT09 * EXCEPTIONS * NO_INFOS = 1 * PROGRAM_ERROR = 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 ADPRIOTOOLF06 or its description.