RS_AMC_LOG_PROCESSING 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 RS_AMC_LOG_PROCESSING into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
AMC_LOG_PROCESSING - Selection of AMC Log Entries
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.
Selection Text: CHEXTID = Channel Extention ID
Selection Text: CHGRPID = Application ID
Selection Text: CHID = Channel ID
Selection Text: MCONCNT = Message Connection Counter
Selection Text: MCONID = Message Connection ID
Selection Text: MRTCTXID = Message Root Context ID
Selection Text: SCOPE = Scope
Selection Text: SO_CLNT = Client
Selection Text: SO_DATEF = Date from
Selection Text: SO_DATET = Date to
Selection Text: SO_ROLE = Role
Selection Text: SO_STATE = Status
Selection Text: SO_TIMEF = Time from
Selection Text: SO_TIMET = Time to
Selection Text: SO_USER = User Name
Title: Selection of ABAP Messaging Channel (AMC) Log Entries
Text Symbol: 048 = Status Code
Text Symbol: 047 = Warning
Text Symbol: 046 = Text for log entry
Text Symbol: 045 = Layer
Text Symbol: 043 = Description
Text Symbol: 042 = Value
Text Symbol: 041 = Can be deleted
Text Symbol: 040 = Erroneous
Text Symbol: 039 = Successful
Text Symbol: 038 = Delete
Text Symbol: 032 = Message EPP Information
Text Symbol: 030 = Information
Text Symbol: 001 = General Selection Criteria
Text Symbol: 002 = Channel-ID Information
Text Symbol: 003 = Application ID
Text Symbol: 004 = Channel ID
Text Symbol: 005 = Channel Extension ID
Text Symbol: 006 = Timestamp
Text Symbol: 007 = Status
Text Symbol: 008 = Entry-ID
Text Symbol: 009 = Entry-Counter
Text Symbol: 010 = Log Status
INCLUDE AMC_LOG_PROC_DEFINITION.
INCLUDE AMC_LOG_PROC_SELOPT.
INCLUDE AMC_LOG_PROC_INITIAL.
INCLUDE AMC_LOG_PROC_IMPL.
INCLUDE AMC_LOG_PROC_SO_PBO.
INCLUDE AMC_LOG_PROC_SO_PAI.
INCLUDE AMC_LOG_PROC_D0100_PBO01.
INCLUDE AMC_LOG_PROC_D0100_PAI01.
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.
RS_AMC_LOG_PROCESSING - Selection of ABAP Messaging Channel (AMC) Log Entries RS_AMC_LOG_PROCESSING - Selection of ABAP Messaging Channel (AMC) Log Entries RS_AMC_LOG_ADMIN - Administration of ABAP Messaging Channel (AMC) Logging RS_AMC_LOG_ADMIN - Administration of ABAP Messaging Channel (AMC) Logging RS_AMC_BATCH_TEST - AMC: AMC test for batch sessions RS_AMC_BATCH_TEST - AMC: AMC test for batch sessions