RSSNC40A 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 RSSNC40A into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
SNC3 - User initial control list 3.1-4.0
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: Transfer user access control list from 3.1 to 4.0
Text Symbol: 007 = SNC is not active
Text Symbol: 008 = Only nec. for initial release betw. 3.0D and 4.0
Text Symbol: 009 = Conversion error
Text Symbol: 010 = No. of empty entries to be deleted
Text Symbol: 011 = No. of entries without UserID to be deltd
Text Symbol: 001 = Convert table
Text Symbol: 002 = For client
Text Symbol: 003 = No. of entries to be convrtd
Text Symbol: 004 = Number of entries created
Text Symbol: 005 = Number of entries deleted
Text Symbol: 006 = Not nec. - table empty
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SUBST_GET_SOURCERELEASE CALL FUNCTION 'SUBST_GET_SOURCERELEASE' IMPORTING EV_SOURCERELEASE = EV_SOURCERELEASE EXCEPTIONS NO_ENTRY_FOUND = 1 OTHERS = 2.
SNC_CHECK_ACTIVE CALL FUNCTION 'SNC_CHECK_ACTIVE' IMPORTING ACTIVE = SNC_ACTIVE EXCEPTIONS OTHERS = 0.
SNC_CONVERT_PNAME_TO_KNAME CALL FUNCTION 'SNC_CONVERT_PNAME_TO_KNAME' EXPORTING PNAME = IUSRACL-PNAME IMPORTING KNAMELEN = IUSRACL-KNAMELEN KNAME = IUSRACL-KNAME HNAME = IUSRACL-HNAME RC = RC EXCEPTIONS INTERNAL_ERROR = 1 OTHERS = 2.
TR_APPEND_LOG CALL FUNCTION 'TR_APPEND_LOG' * EXPORTING * OPEN_FILE = 'X' * CLOSE_FILE = 'X' * CONDENSE = 'X' * MASTER_LANGU = 'E' * ACCEPT_NOT_INIT = ' ' * IV_SUPPRESS_STATISTICS = ' ' TABLES XMSG = XMSG EXCEPTIONS FILE_NOT_FOUND = 1 WRONG_CALL = 2 OTHERS = 3.
TR_FLUSH_LOG CALL FUNCTION 'TR_FLUSH_LOG' EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSSNC40A - Transfer user access control list from 3.1 to 4.0 RSSNC40A - Transfer user access control list from 3.1 to 4.0 RSSNAPTA - Cleanup Program for SNAPT RSSNAPTA - Cleanup Program for SNAPT RSSNAPDL - Reorganization Program for Table SNAP of Short Dumps RSSNAPDL - Reorganization Program for Table SNAP of Short Dumps