SAP Reports / Programs | Logistics - General | Variant Configuration(LO-VC) SAP LO

CAVC_TESTF03 SAP ABAP INCLUDE - Include CACOTESTXF03







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


Text pool values


Title: Include CACOTESTXF03


INCLUDES used within this REPORT CAVC_TESTF03

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:

RS_FUNCTION_POOL_CONTENTS CALL FUNCTION 'RS_FUNCTION_POOL_CONTENTS' EXPORTING FUNCTION_POOL = FUNCTION_POOL TABLES FUNCTAB = FUNCTAB EXCEPTIONS FUNCTION_POOL_NOT_FOUND = 1 OTHERS = 2.

DOCU_GET_SHORTTEXT CALL FUNCTION 'DOCU_GET_SHORTTEXT' EXPORTING ID = 'FU' LANGU = SY-LANGU OBJECT = OBJECT IMPORTING SHORTTXT = L_LIST-SHORTTEXT.

FUNCTION_IMPORT_DOKU CALL FUNCTION 'FUNCTION_IMPORT_DOKU' EXPORTING FUNCNAME = NAME IMPORTING GLOBAL_FLAG = GLOBAL_FLAG REMOTE_CALL = REMOTE_CALL UPDATE_TASK = UPDATE_TASK SHORT_TEXT = SHORT_TEXT FREEDATE = FREEDATE TABLES DOKUMENTATION = DOKUMENTATION EXCEPTION_LIST = EXCEPTION_LIST EXPORT_PARAMETER = EXPORT_PARAMETER IMPORT_PARAMETER = IMPORT_PARAMETER TABLES_PARAMETER = TABLES_PARAMETER EXCEPTIONS ERROR_MESSAGE = 1 FUNCTION_NOT_FOUND = 2 INVALID_NAME = 3 OTHERS = 4.

DOCU_EXP CALL FUNCTION 'DOCU_EXP' EXPORTING ID = 'FU' LANGU = SY-LANGU OBJECT = OBJECT TYP = 'T' TABLES LINE = LINES EXCEPTIONS RET_CODE = 1 OTHERS = 2.

GET_TEXTSYMBOL CALL FUNCTION 'GET_TEXTSYMBOL' EXPORTING LANGUAGE = SY-LANGU LINE = LINES-TDLINE START_OFFSET = 0 IMPORTING VALUE = LINES-TDLINE VALUE_LENGTH = V_LENGTH.

FUNCTION_EXISTS CALL FUNCTION 'FUNCTION_EXISTS' EXPORTING FUNCNAME = NAME IMPORTING INCLUDE = INCL EXCEPTIONS FUNCTION_NOT_EXIST = 1 OTHERS = 2.

CALO_LOG_READ_MESSAGES CALL FUNCTION 'CALO_LOG_READ_MESSAGES' TABLES MESSAGES_AND_PARAMETERS = MSG_MESSAGES EXCEPTIONS WARNING = 1 ERROR = 2 OTHERS = 3.

DD_GET_NAMETAB CALL FUNCTION 'DD_GET_NAMETAB' EXPORTING TABNAME = L_TAB TABLES X031L_TAB = NT EXCEPTIONS NOT_FOUND = 1 NO_FIELDS = 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 CAVC_TESTF03 or its description.