SAP Reports / Programs | Cross-Application Components | Joint Venture und Production Sharing Accounting(CA-JVA) SAP CA

VACICF01 SAP ABAP INCLUDE - Datadefinitions for RGJVACDL







VACICF01 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 VACICF01 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 VACICF01. "Basic submit
SUBMIT VACICF01 AND RETURN. "Return to original report after report execution complete
SUBMIT VACICF01 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 VACICF01

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:

JV_AUTHORITY_CHECK_PROCESS * CALL FUNCTION 'JV_AUTHORITY_CHECK_PROCESS' * EXPORTING * PROCESS_CODE = 'ARCHIVE' * ACTIVITY = '16' * BUKRS = '0000'.

ARCHIVE_SAVE_JV_PRICING_INDEX CALL FUNCTION 'ARCHIVE_SAVE_JV_PRICING_INDEX' EXPORTING I_DELETE_OLD_INDEX = V_DELETE_OLD_INDEX IMPORTING E_INSERTED_RECORDS_COUNT = LV_INDEX_LINES E_DELETED_RECORDS_COUNT = LV_DL_LINES TABLES T_INDEX_ID = FT_INDEX_ID.

ARCHIVE_CLOSE_FILE CALL FUNCTION 'ARCHIVE_CLOSE_FILE' EXPORTING ARCHIVE_HANDLE = FV_HANDLE.

ARCHIVE_ADMIN_SET_STATUS CALL FUNCTION 'ARCHIVE_ADMIN_SET_STATUS' EXPORTING FILES_ARE_CONVERTED = LV_SPACE INDEX_CREATED = LV_SET TABLES ARCHIVE_FILES = LT_ARCH_FILES.

ARCHIVE_OPEN_FOR_READ CALL FUNCTION 'ARCHIVE_OPEN_FOR_READ' EXPORTING OBJECT = FV_ARCH_OBJECT MAINTAIN_INDEX = LV_MAINTAIN_INDEX IMPORTING ARCHIVE_HANDLE = FV_HANDLE TABLES ARCHIVE_FILES = S_FILES SELECTED_FILES = T_SELECTED_FILES.

ARCHIVE_GET_NEXT_OBJECT CALL FUNCTION 'ARCHIVE_GET_NEXT_OBJECT' EXPORTING ARCHIVE_HANDLE = FV_HANDLE IMPORTING OBJECT_ID = LV_OBJECT_ID OBJECT_OFFSET = LV_ADK_OFFSET ARCHIVE_NAME = LV_ADK_ARCHIVE_NAME EXCEPTIONS END_OF_FILE = 1.

ARCH_CONVERT_RANGE_TO_ADMI CALL FUNCTION 'ARCH_CONVERT_RANGE_TO_ADMI' TABLES T_SELECTED_FILES = LT_SELECT_FILES T_SELECT_OPTIONS = S_FILES EXCEPTIONS OTHERS = 1.

ARCHIVE_ADMIN_POPUP_DOCUMENTS CALL FUNCTION 'ARCHIVE_ADMIN_POPUP_DOCUMENTS' EXPORTING OBJECT = P_OBJECT SHOW_DELETED_RUN = LV_SET DIALOG_TYPE = LV_DIALOG_TYPE TABLES SELECTED_FILES = LT_SELECT_FILES EXCEPTIONS CANCELLED_BY_USER = 2 NO_FILES_SELECTED = 3 OTHERS = 5.

ARCH_CONVERT_ADMI_TO_RANGE CALL FUNCTION 'ARCH_CONVERT_ADMI_TO_RANGE' TABLES T_SELECTED_FILES = LT_SELECT_FILES T_SELECT_OPTIONS = S_FILES.



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