SAP Reports / Programs | Basis Components | Security | Secure Network Communications(BC-SEC-SNC) SAP BC

RSSNC40A SAP ABAP Report - Transfer user access control list from 3.1 to 4.0







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

SNC3 - User initial control list 3.1-4.0


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


Text pool values


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


INCLUDES used within this REPORT RSSNC40A

No INCLUDES are used within this REPORT code!


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:

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.



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