CNV_MBT_AUTH_MACROS 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_MBT_AUTH_MACROS into the relevant SAP transactions such as SE38 or SE80
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.
Title: MBT PCL: Macoros for calling DMIS authority checks
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CNV_MBT_AUTHORITY_CHECK call function 'CNV_MBT_AUTHORITY_CHECK' exporting im_area = lmd_area im_level = lmd_level im_activity = lmd_activity im_msgty = lmd_msgty im_msgid = lmd_msgid im_msgno = lmd_msgno im_msgv1 = lmd_msgv1 im_msgv2 = lmd_msgv2 * im_msgv3 = * IM_MSGV4 = exceptions no_authority = 1 others = 2.
CNV_MBT_ACTIVITIES_AUTH_CHECK call function 'CNV_MBT_ACTIVITIES_AUTH_CHECK' exporting im_packid = &1 im_activity_id = &2 im_actvt = &3 * IMPORTING * EV_AUTHORIZED = exceptions not_authority = 1 others = 2 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
CNV_MBT_AUTH_MACROS - MBT PCL: Macoros for calling DMIS authority checks CNV_MBT_AUTH_CHECK_MAINT - Include CNV_MBT_AUTH_CHECK_MAINT CNV_MBT_AUDIT_SIMULATE - Program CNV_MBT_AUDIT_SIMULATE CNV_MBT_AUDIT_SIMULATE - Program CNV_MBT_AUDIT_SIMULATE CNV_MBT_ATTACHMENT_MGMT_46_TOP - Include CNV_MBT_ATTACHMENT_MGMT_46_TOP CNV_MBT_ATTACHMENT_MGMT_46 - Attachement Management