MDS_CCARD_CHECK_REPORT 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 MDS_CCARD_CHECK_REPORT 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: Program ZTEST_CC
Text Symbol: 001 = There are no credit cards assigned to more than one BP
Text Symbol: 002 = Following credit cards are assigned to more than one BP
Text Symbol: 003 = CREDIT CARD
Text Symbol: 004 = PARTNER
INCLUDE MDS_CC_STATUS_1000O01.
INCLUDE MDS_CC_STATUS_1001O01.
INCLUDE MDS_CC_USER_COMMAND_1000I01.
INCLUDE MDS_CCARD_CHECK_REPORT_EXCLF01.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MDS_CCARD_CHECK_REPORT - Program ZTEST_CC MDS_CCARD_CHECK_REPORT - Program ZTEST_CC MDS_BPVEND_LINK_CHECK_RPTTOP - Include MDS_BPCUST_LINK_CHECK_RPTTOP MDS_BPVEND_LINK_CHECK_REPORT - Business Partner - > Customer consistency check report for Link table MDS_BPVEND_LINK_CHECK_REPORT - Business Partner - > Customer consistency check report for Link table MDS_BPCUST_LINK_CHECK_RPTTOP - Include MDS_BPCUST_LINK_CHECK_RPTTOP