SAP Reports / Programs | Cross-Application Components | General Application Functions | Business Application Support(CA-GTF-BS) SAP CA

CNV_20600_RFDT_FB_F110 SAP ABAP Report - Program for converting RFDT for RELID=FB and SRTFD=F110







CNV_20600_RFDT_FB_F110 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 CNV_20600_RFDT_FB_F110 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 CNV_20600_RFDT_FB_F110. "Basic submit
SUBMIT CNV_20600_RFDT_FB_F110 AND RETURN. "Return to original report after report execution complete
SUBMIT CNV_20600_RFDT_FB_F110 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: GP_TEST = Test run
Title: Program for converting RFDT for RELID=FB and SRTFD=F110
Text Symbol: 200 = Record could not be read in cluster
Text Symbol: 201 = key: srtfd
Text Symbol: 203 = step U started at
Text Symbol: 205 = step D started at
Text Symbol: 206 = step S started at


INCLUDES used within this REPORT CNV_20600_RFDT_FB_F110

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:

CNV_INT_PACKAGE_GET CALL FUNCTION 'CNV_INT_PACKAGE_GET' IMPORTING PACKID = GC_PACKID * PHASE = EXCEPTIONS ACTIVE_PACKAGE_NOT_FOUND = 1 OTHERS = 2.

CNV_INT_STATE_INITIALIZE CALL FUNCTION 'CNV_INT_STATE_INITIALIZE' EXPORTING RUNMODE = GD_RUNMODE TABNAME = GC_TABNAME IMPORTING CLUFIELDS = GD_CNVCLUSTER.

CNV_INT_PROTOCOL_INITIALIZE CALL FUNCTION 'CNV_INT_PROTOCOL_INITIALIZE' EXPORTING PACKID = GC_PACKID. "ClusterSolu

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

CNV_INT_STATE_UPDATE CALL FUNCTION 'CNV_INT_STATE_UPDATE' EXPORTING STATE_TEC = GD_CNVCLUSTER-STATE_TEC RECTOTAL = GD_RECORDS_TOTAL CLUID_MIN = GD_CNVCLUSTER-CLUID_MIN CLUID_MAX = GD_CNVCLUSTER-CLUID_MAX.

CNV_INT_PROTOCOL_WRITE_DB CALL FUNCTION 'CNV_INT_PROTOCOL_WRITE_DB'.

CNV_INT_STATE_UPDATE CALL FUNCTION 'CNV_INT_STATE_UPDATE' EXPORTING STATE_TEC = GD_CNVCLUSTER-STATE_TEC.

CNV_INT_PROTOCOL_WRITE_DB CALL FUNCTION 'CNV_INT_PROTOCOL_WRITE_DB'.

CNV_INT_STATE_TASKS_INSERT CALL FUNCTION 'CNV_INT_STATE_TASKS_INSERT' EXPORTING RECORDS_CLUSTER = GD_RECORDS_CLUSTER WITH_END_TASK = T_YES TABLES "ClusterSolu New Basis INSERT_TAB = GT_CNVSTATE "ClusterSolu New Basis EXCEPTIONS NOT_ALLOWED = 1 OTHERS = 2.

CNV_INT_STATE_UPDATE CALL FUNCTION 'CNV_INT_STATE_UPDATE' EXPORTING STATE = 'U' RECREAD = GD_RECORDS_READ RECUPD = GD_RECORDS_CHANGED.

CNV_INT_PROTOCOL_WRITE_DB CALL FUNCTION 'CNV_INT_PROTOCOL_WRITE_DB'.

CNV_INT_STATE_UPDATE CALL FUNCTION 'CNV_INT_STATE_UPDATE' EXPORTING STATE = 'U' RECREAD = GD_RECORDS_READ RECUPD = GD_RECORDS_CHANGED STATE_TEC = GD_CNVCLUSTER-STATE_TEC.

CNV_INT_PROTOCOL_WRITE_DB CALL FUNCTION 'CNV_INT_PROTOCOL_WRITE_DB'.

CNV_INT_STATE_FINISH CALL FUNCTION 'CNV_INT_STATE_FINISH'.

CNV_INT_STATE_GET CALL FUNCTION 'CNV_INT_STATE_GET' IMPORTING RUNSTATE = GD_STATE.

DDUT_DOMVALUE_TEXT_GET CALL FUNCTION 'DDUT_DOMVALUE_TEXT_GET' EXPORTING NAME = 'CNV_STATE' VALUE = GD_DD07V-DOMVALUE_L TEXTS_ONLY = T_YES IMPORTING DD07V_WA = GD_DD07V.

CNV_INT_PROTOCOL_WRITE_DB CALL FUNCTION 'CNV_INT_PROTOCOL_WRITE_DB'.

APPL_LOG_DISPLAY_INTERN





* CALL FUNCTION 'APPL_LOG_DISPLAY_INTERN' * EXPORTING * OBJECT = 'CAGTFBS' * SUBOBJECT = 'CONVERSION' * COLUMN_SELECTION = LD_BALDISP * EXTERNAL_NUMBER_DISPLAY_LENGTH = 48.

CNV_INT_PROTOCOL_MESSAGE CALL FUNCTION 'CNV_INT_PROTOCOL_MESSAGE' EXPORTING MSGTY = LP_MSGTY MSGID = LP_MSGID MSGNO = LP_MSGNO MSGV1 = LP_MSGV1 MSGV2 = LP_MSGV2 MSGV3 = LP_MSGV3 MSGV4 = LP_MSGV4 LEVEL = LP_LEVEL PROBCLASS = LP_CLASS.

CNV_INT_STATE_UPDATE CALL FUNCTION 'CNV_INT_STATE_UPDATE' EXPORTING STATE = 'W'.

CNV_INT_STATE_UPDATE CALL FUNCTION 'CNV_INT_STATE_UPDATE' EXPORTING STATE = 'E'.

CNV_INT_STATE_LOGSTATE_SET CALL FUNCTION 'CNV_INT_STATE_LOGSTATE_SET' EXPORTING STATE = 'E'.

CNV_INT_PROTOCOL_WRITE_DB CALL FUNCTION 'CNV_INT_PROTOCOL_WRITE_DB'.



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