SAP Reports / Programs | Service | ASAP (AcceleratedSAP)(SV-ASA) SAP SV

REVLCLIMP SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

SATT_GET_SUBJECT CALL FUNCTION 'SATT_GET_SUBJECT' EXPORTING I_LANGU = SY-LANGU * I_T_ROADMAP = TABLES * E_T_SUBJECT = E_T_SUBJECTT = L_T_SSUBJECTT .

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING TABNAME = A_TABNAME * FIELDNAME = ' ' * LANGU = SY-LANGU * LFIELDNAME = ' ' ALL_TYPES = 'X' * GROUP_NAMES = ' ' * IMPORTING * X030L_WA = * DDOBJTYPE = * DFIES_WA = * LINES_DESCR = TABLES * DFIES_TAB = FIXED_VALUES = A_T_FIXED_VALUES EXCEPTIONS NOT_FOUND = 1 INTERNAL_ERROR = 2 OTHERS = 3 .

QADB_QUESTIONS_GET CALL FUNCTION 'QADB_QUESTIONS_GET' * EXPORTING * LANGU = SY-LANGU * ADDONID = ' ' * TIMESTAMP = * USERNAME = * IMPORTING * ERROR_OCCURED = * PROCESSING_STATUS = TABLES QUE_IDS = L_T_QUE_IDS QUESTIONS = L_T_QUESTIONS * ERRORS = * REV_ATTRIBUTES = .

QADB_QUESTIONS_GET CALL FUNCTION 'QADB_QUESTIONS_GET' * EXPORTING * LANGU = SY-LANGU * ADDONID = ' ' * TIMESTAMP = * USERNAME = * IMPORTING * ERROR_OCCURED = * PROCESSING_STATUS = TABLES QUE_IDS = L_T_QUE_IDS QUESTIONS = L_T_QUESTIONS * ERRORS = * REV_ATTRIBUTES = .

SQADB02_QUESTION_CHANGE CALL FUNCTION 'SQADB02_QUESTION_CHANGE' EXPORTING I_NEW_QUEID = I_QUEID * I_VERSION = I_QTYP = 'R' IMPORTING E_REPID = A_SUB_REPID E_SUBNR = A_SUB_DYNNR CHANGING P_SQADB01 = A_SQADB01 P_OKCODE = A_OKCODE EXCEPTIONS ERROR = 1 NOT_FOUND = 2 EXISTS = 3 CANCELED = 4 OTHERS = 5 .

SQADB02_QUESTION_GET CALL FUNCTION 'SQADB02_QUESTION_GET' CHANGING P_SQADB01 = A_SQADB01 EXCEPTIONS ERROR = 1 NOT_FOUND = 2 EXISTS = 3 CANCELED = 4 OTHERS = 5.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING * I_BUFFER_ACTIVE = I_STRUCTURE_NAME = 'SQAREV01_S' * I_CLIENT_NEVER_DISPLAY = 'X' I_BYPASSING_BUFFER = 'X' CHANGING CT_FIELDCAT = A_T_FIELDCATALOG EXCEPTIONS INCONSISTENT_INTERFACE = 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 REVLCLIMP or its description.