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

VACDLF01 SAP ABAP INCLUDE - Form Routines for RGJVACDL







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


Text pool values


Title: Form Routines for RGJVACDL


INCLUDES used within this REPORT VACDLF01

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' EXCEPTIONS NO_AUTHORITY = 1 PROCESS_NOT_EXIST = 2 OTHERS = 3 .

ARCHIVE_SAVE_JV_PRICING_INDEX CALL FUNCTION 'ARCHIVE_SAVE_JV_PRICING_INDEX' EXPORTING I_DELETE_OLD_INDEX = FV_DELETE_OLD_INDEX IMPORTING E_INSERTED_RECORDS_COUNT = LV_INDEX_LINES TABLES T_INDEX_ID = FT_INDEX_ID.

ARCHIVE_GIVE_STATISTICS CALL FUNCTION 'ARCHIVE_GIVE_STATISTICS' "< ALN EXPORTING "< ALN archive_handle = LFV_handle "< ALN TABLES "< ALN table = stat_itab. "< ALN

ARCHIVE_GET_CUSTOMIZING_DATA CALL FUNCTION 'ARCHIVE_GET_CUSTOMIZING_DATA' EXPORTING OBJECT = LV_ARCH_OBJECT IMPORTING COMMIT_COUNT_FOR_DELETE_PRG = LV_ADK_COMMIT_COUNT MAINTAIN_INDEX = LV_ARCH_INDEX.

ARCHIVE_GET_INFORMATION CALL FUNCTION 'ARCHIVE_GET_INFORMATION' EXPORTING ARCHIVE_HANDLE = FV_HANDLE IMPORTING ARCHIVE_CREATION_RELEASE = FW_STATISTIC-AR_CR_REL ARCHIVE_CREATION_SYSTEM = FW_STATISTIC-AR_SYS OBJECT = FW_STATISTIC-OBJECT EXCEPTIONS OTHERS = 3.

ARCHIVE_WRITE_STATISTICS CALL FUNCTION 'ARCHIVE_WRITE_STATISTICS' EXPORTING ARCHIVE_HANDLE = FV_HANDLE STATISTICS_ONLY_PER_RUN = LV_SET EXCEPTIONS INTERNAL_ERROR = 1 OTHERS = 2.

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 FILES_ARE_DELETED = P_PROD INDEX_CREATED = LV_SET TABLES ARCHIVE_FILES = FT_SELECT_FILES.

ARCHIVE_OPEN_FOR_DELETE CALL FUNCTION 'ARCHIVE_OPEN_FOR_DELETE' EXPORTING OBJECT = FV_ARCH_OBJECT TEST_MODE = P_TEST IMPORTING ARCHIVE_HANDLE = FV_HANDLE TABLES SELECTED_FILES = FT_SELECT_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.

ARCHIVE_GET_NEXT_RECORD CALL FUNCTION 'ARCHIVE_GET_NEXT_RECORD' EXPORTING ARCHIVE_HANDLE = FV_HANDLE IMPORTING RECORD = LW_RECORD_STRING RECORD_STRUCTURE = LV_STRUCTURE_NAME EXCEPTIONS END_OF_OBJECT = 1.

ARCHIVE_GET_TABLE CALL FUNCTION 'ARCHIVE_GET_TABLE' EXPORTING ARCHIVE_HANDLE = FV_HANDLE RECORD_STRUCTURE = LV_JVKONV_STRUCT ALL_RECORDS_OF_OBJECT = ' ' TABLES TABLE = LT_JVKONV_CAR EXCEPTIONS END_OF_OBJECT = 1.

ARCH_CONVERT_ADMI_TO_RANGE CALL FUNCTION 'ARCH_CONVERT_ADMI_TO_RANGE' TABLES T_SELECTED_FILES = FT_FILES T_SELECT_OPTIONS = LR_FILES_SEL_OPT.



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