SAP Reports / Programs

/VIRSA/FF_LOG_AUTO_ARCHIVE SAP ABAP Report - Superuser privilege management Log data archive







/VIRSA/FF_LOG_AUTO_ARCHIVE 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 /VIRSA/FF_LOG_AUTO_ARCHIVE into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

/VIRSA/FFARCHIVE - Log Data Auto Archive


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


Text pool values


Selection Text: P_ALOC = Application Server File
Selection Text: P_DFLAG = Delete Log Data after Archive
Selection Text: P_DLOAD = Archive Log Data
Selection Text: P_ULOAD = Upload Log Data
Title: Superuser privilege management Log data archive
Text Symbol: 001 = Log table Deletion
Text Symbol: 002 = Do you really want to Delete?
Text Symbol: 003 = Yes
Text Symbol: 004 = No
Text Symbol: 005 = Records Archived :
Text Symbol: 006 = Archive Information
Text Symbol: 007 = Background Job
Text Symbol: 008 = Close
Text Symbol: 009 = Archive Log Data


INCLUDES used within this REPORT /VIRSA/FF_LOG_AUTO_ARCHIVE

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:

/VIRSA/FF_GET_CONFIG_VALUE CALL FUNCTION '/VIRSA/FF_GET_CONFIG_VALUE' EXPORTING * SYSID = CONFIG_PAR = 'FFROLE' IMPORTING CONFIG_PARVAL = ff_flag.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING TITEL = TEXT-006 TXT1 = '' "TEXT-009 TXT2 = MSG_INS. "#EC

JOB_OPEN CALL FUNCTION 'JOB_OPEN' EXPORTING DELANFREP = D JOBNAME = JOBNAME IMPORTING JOBCOUNT = CURRENT_JOB EXCEPTIONS CANT_CREATE_JOB = 01 INVALID_JOB_DATA = 02 JOBNAME_MISSING = 03 OTHERS = 99.

SO_NAME_CONVERT_API1 CALL FUNCTION 'SO_NAME_CONVERT_API1' EXPORTING NAME = ISOUDNAMEI1 TABLES NAMES = ISOUDNAMEI1 EXCEPTIONS USER_NOT_EXIST = 1 PARAMETER_ERROR = 2 X_ERROR = 3 OTHERS = 4.

JOB_CLOSE CALL FUNCTION 'JOB_CLOSE' EXPORTING JOBCOUNT = CURRENT_JOB JOBNAME = JOBNAME STRTIMMED = 'X' * RECIPIENT_OBJ = ISWOTOBJID EXCEPTIONS CANT_START_IMMEDIATE = 1 INVALID_STARTDATE = 2 JOBNAME_MISSING = 3 JOB_CLOSE_FAILED = 4 JOB_NOSTEPS = 5 JOB_NOTEX = 6 LOCK_FAILED = 7 OTHERS = 8.

SCROLLING_IN_TABLE CALL FUNCTION 'SCROLLING_IN_TABLE' EXPORTING ENTRY_ACT = -TOP_LINE ENTRY_FROM = 1 ENTRY_TO = -LINES LAST_PAGE_FULL = 'X' LOOPS = OK_CODE = P_OK OVERLAPPING = 'X' IMPORTING ENTRY_NEW = L_TC_NEW_TOP_LINE EXCEPTIONS * NO_ENTRY_OR_PAGE_ACT = 01 * NO_ENTRY_TO = 02 * NO_OK_CODE_OR_PAGE_GO = 03 OTHERS = 0.



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 /VIRSA/FF_LOG_AUTO_ARCHIVE or its description.