SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | Use Subcomponents(BC-SRV-GBT) SAP BC

RSSINADM SAP ABAP Report - Maintain Standard Configurations







RSSINADM 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 RSSINADM 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

SINA - SAPBPT: Maintain Standard Config.


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


Text pool values


Selection Text: FOLRG_Y = Resubmissions
Selection Text: FOLRG_T = Private trash
Selection Text: FOLRG_S = Shared trash
Selection Text: FOLRG_Q = Shared folders
Selection Text: FOLRG_P = Private folders
Selection Text: FOLRG_O = Outbox
Selection Text: FOLRG_I = Inbox
Selection Text: FOLRG_D = Default documents
Title: Maintain Standard Configurations
Text Symbol: 013 = Workflow resubmission
Text Symbol: 012 = Workflow outbox
Text Symbol: 011 = Default documents
Text Symbol: 010 = Shared trash
Text Symbol: 009 = Private trash
Text Symbol: 008 = Resubmission
Text Symbol: 007 = Shared folders
Text Symbol: 006 = Private folders
Text Symbol: 005 = Outbox
Text Symbol: 004 = Inbox
Text Symbol: 003 = Configuration maintenance
Text Symbol: 002 = Exit maintenance anyway?
Text Symbol: 001 = is not saved.


INCLUDES used within this REPORT RSSINADM

INCLUDE RSSOCONS.


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:

SIN_CONFIGURATION CALL FUNCTION 'SIN_CONFIGURATION' EXPORTING FUNCTION_S = FUNCTION ACTIVE_CONFIG_S = ACTIVE_CONFIG ACTIVE_CONFIG_DESC_S = ACTIVE_CONFIG_DESC CLIST_S = CLIST F_CONFIG_CHANGE_S = F_CONFIG_CHANGE F_MAINTENANCE_S = 'X' FOLRG_S = FOLRG IMPORTING ACTIVE_CONFIG_S = ACTIVE_CONFIG ACTIVE_CONFIG_DESC_S = ACTIVE_CONFIG_DESC F_CANCELLED_S = F_CANCELLED F_CONFIG_CHANGE_S = F_CONFIG_CHANGE TABLES DCOLUMN_S = DCOLUMN GCOLUMN_S = GCOLUMN TCOLUMN_S = TCOLUMN TFILTER_S = TFILTER TCONFIG_S = TCONFIG TCLASS_S = TCLASS TFCODE_S = TFCODE EXCEPTIONS FUNCTION_NOT_EXIST = 01 DB_ERROR = 02.



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