SDCAS75C 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 SDCAS75C into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
VC05 - Sales support monitor
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: Sales support monitor
Text Symbol: F01 = Display variant
Text Symbol: F02 = List variant
INCLUDE SD75CTOP.
INCLUDE DBVC1TDD.
INCLUDE DBVC1TO2.
INCLUDE RVREUSE_GLOBAL_DATA.
No SAP DATABASE tables are accessed within this REPORT code!
SD_CAS_CONTACT_LIST CALL FUNCTION 'SD_CAS_CONTACT_LIST' EXPORTING FI_INCL_ADDRESSLIST = P_ADRESS TABLES FT_VBKPA = GT_VBKPA FT_VBKA = GT_VBKA FT_VBPA = GT_VBPA FT_KNA1 = GT_KNA1 FT_KNVV = GT_KNVV FT_VBADR = GT_VBADR FT_VBFA = GT_VBFA FT_VBAK = GT_VBAK CHANGING FC_KIND_OF_LIST = P_LVARI-KIND FC_TABNAME_HEADER = P_LVARI-TABNAME_HEADER FC_TABNAME_ITEM = P_LVARI-TABNAME_ITEM FC_VARIANT = P_DVARI EXCEPTIONS OTHERS = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SDCAS75C - Sales support monitor SDCAS75C - Sales support monitor SDB_UNICODE_CONV_LC - Convert Columns from UNICODE to ASCII in liveCache SDB_UNICODE_CONV_LC - Convert Columns from UNICODE to ASCII in liveCache SDB_REGISTER_LCTABLES - Register liveCache Tables in LCTABLES and Transport Entry SDB_REGISTER_LCTABLES - Register liveCache Tables in LCTABLES and Transport Entry