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

CNV_10300_P_VAKEY SAP ABAP INCLUDE - Conversion: Conv. function for variable key field with conditions







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


Text pool values


Title: Conversion: Conv. function for variable key field with conditions


INCLUDES used within this REPORT CNV_10300_P_VAKEY

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_10000_OBJECTTYPES_GET CALL FUNCTION 'CNV_10000_OBJECTTYPES_GET' EXPORTING PACKID = GC_PACKID SELECTION_ONLY = '' TABLES T_COMBI = T_COMBI EXCEPTIONS PACKAGE_CHECK_NOT_YET_COMPLETE = 1 WRONG_PACKAGE = 2 WRONG_PHASE = 3 FUNCTION_NOT_POSSIBLE = 4 OTHERS = 5.

DD_TBHD_GET CALL FUNCTION 'DD_TBHD_GET' EXPORTING TABL_NAME = LD_COND-TABNAME IMPORTING DD02V_WA_A = LD_DD02V.

DD_EXISTS_DATA CALL FUNCTION 'DD_EXISTS_DATA' EXPORTING REFTAB = LD_DD02V-SQLTAB TABCLASS = LD_DD02V-TABCLASS TABNAME = LD_DD02V-TABNAME IMPORTING SUBRC = LD_SUBRC.

DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING TABNAME = LD_COND-TABNAME TABLES X031L_TAB = LT_X031L."#EC *

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING TABNAME = TABNAME FIELDNAME = FIELDNAME TABLES DFIES_TAB = DFIES_TAB EXCEPTIONS NOT_FOUND = 1 INTERNAL_ERROR = 2 OTHERS = 3.

CNV_10000_CHECKOBJECT CALL FUNCTION 'CNV_10000_CHECKOBJECT' EXPORTING P_OBJECT = P_OBJECTTYPE = P_OBJECTTYPE_DOM IMPORTING X_CONVERT = X_CONV_TMP X_REFOBJTYPE = X_REFOBJTYPE X_REFOBJ = X_REFOBJ P_OBJECTTYPE = P_OBJECTTYPE_DOM EXCEPTIONS NO_DERIVATION = 1 INVALID_OBJECTTYPE = 2 OTHERS = 3.

CNV_FIND_BEST_FORM_WITH_TABLE CALL FUNCTION 'CNV_FIND_BEST_FORM_WITH_TABLE' EXPORTING MANDT = SY-MANDT PACKID = GC_PACKID TABNAME = TABNAME FIELDNAME = FIELDNAME IMPORTING BEST_FORM = CONVFUNC TABLES I_CNVFIELDS = I_CNVFIELDS I_CNVFIPARS = I_CNVFIPARS I_DFIES = I_DFIES O_FORMS = I_FORMS O_PARAMS = I_PARAMS EXCEPTIONS OTHERS = 1.



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