SAP Reports / Programs | Cross-Application Components | European Monetary Union: Euro(CA-EUR) SAP CA

CNV_MBT_AUDIT_SIMULATE SAP ABAP Report - Program CNV_MBT_AUDIT_SIMULATE







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


Text pool values


Title: Program CNV_MBT_AUDIT_SIMULATE


INCLUDES used within this REPORT CNV_MBT_AUDIT_SIMULATE

INCLUDE CNV_MBT_PLK.
INCLUDE CNV_MBT_PLK_FORM.
INCLUDE CNV_MBT_LT_AUDIT_CONSTANTS.


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_MBT_ACTION_LOG_GET CALL FUNCTION 'CNV_MBT_ACTION_LOG_GET' EXPORTING ip_from_date = period-per_start ip_to_date = period-per_end TABLES pt_cnvmbtplklog = it_action_log.

CNV_MBT_ACTION_LOG_GET CALL FUNCTION 'CNV_MBT_ACTION_LOG_GET' EXPORTING ip_object_type = c_production_lock TABLES pt_cnvmbtplklog = it_prod_log.

CNV_MBT_ENGINES_GET_ASSIGNMENT CALL FUNCTION 'CNV_MBT_ENGINES_GET_ASSIGNMENT' TABLES pt_pack2engines = lt_pack2engine EXCEPTIONS read_package_to_engine_failed = 1 OTHERS = 2.

CNV_MBT_ENGINES_GET_DEP_PACK CALL FUNCTION 'CNV_MBT_ENGINES_GET_DEP_PACK' EXPORTING ip_packid = ld_packid TABLES pt_packages = lt_packdp EXCEPTIONS no_dependent_packages = 1 OTHERS = 2.

CNV_MBT_PACK_GET_ALL CALL FUNCTION 'CNV_MBT_PACK_GET_ALL' EXPORTING ip_from_all_clients = c_yes TABLES pt_cnvmbtpack = lt_cnvmbtpack EXCEPTIONS get_packages_failed = 1 OTHERS = 2.

CHECK_EXIST_LIMU_FUNC CALL FUNCTION 'CHECK_EXIST_LIMU_FUNC' EXPORTING name = ld_fumo_name aggname = ' ' IMPORTING exist = ld_exist EXCEPTIONS tr_invalid_type = 1 OTHERS = 2.

DD_DOMVALUES_GET CALL FUNCTION 'DD_DOMVALUES_GET' EXPORTING domname = 'CNV_MBT_ENGINES' TABLES dd07v_tab = lt_dd07v EXCEPTIONS wrong_textflag = 1 OTHERS = 2.



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