SAP Reports / Programs | Financial Accounting | Contract Accounts Receivable and Payable | Basic Functions(FI-CA-BF) SAP FI

SAPMEMMA_CASE_CATEGORY SAP ABAP dialog Program - Maintenance Dialog for Case Category







SAPMEMMA_CASE_CATEGORY is a standard Module pool for a dialog screen ABAP Program 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 SAPMEMMA_CASE_CATEGORY 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

EMMACCAT3 - Display Case Category
EMMACCAT2 - Change Case Category
EMMACCAT1M - Create Case Category from Message
EMMACCAT1 - Create Case Category
EMMACCAT4 - Delete Case Category
EMMACCAT5 - Transport Case Category


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


Text pool values


Title: Maintenance Dialog for Case Category
Text Symbol: 039 = Where-Used List for Case Objects
Text Symbol: 038 = Where-Used List for Messages
Text Symbol: 037 = Clarification Case Text
Text Symbol: 036 = Message Reference to Business Objects or Table Fields
Text Symbol: 035 = Reference to Business Object or DDIC
Text Symbol: 034 = Message Long Text
Text Symbol: 033 = Continue
Text Symbol: 032 = Delete container element
Text Symbol: 031 = Action Box Call
Text Symbol: 030 = Priority
Text Symbol: 029 = Complex Condition
Text Symbol: 028 = Delete
Text Symbol: 027 = Delete messages?
Text Symbol: 026 = Delete Messages
Text Symbol: 025 = Use
Text Symbol: 024 = Description
Text Symbol: 023 = Not used
Text Symbol: 022 = Where-Used List
Text Symbol: 021 = Data Flow Defined
Text Symbol: 020 = Data Flow Not Yet Defined
Text Symbol: 018 = Workflow
Text Symbol: 017 = BOR Method
Text Symbol: 016 = Time Type for Due Date Calculation
Text Symbol: 015 = Do you really want to delete case category &?
Text Symbol: 014 = Case category & was changed; do you really want to terminate processiing?
Text Symbol: 013 = Primary Business Object
Text Symbol: 012 = In Message
Text Symbol: 011 = Parameters
Text Symbol: 010 = Variable
Text Symbol: 009 = Case Cat. Selection
Text Symbol: 008 = Case category & has been changed; save changes?
Text Symbol: 007 = Processor Rule
Text Symbol: 006 = Data Flow
Text Symbol: 005 = Case Container
Text Symbol: 004 = Message Pool
Text Symbol: 003 = Case Object
Text Symbol: 002 = Message





Text Symbol: 001 = Condition for Priority:


INCLUDES used within this REPORT SAPMEMMA_CASE_CATEGORY

INCLUDE MEMMA_CASE_CATEGORYTOP.
INCLUDE MEMMA_CASE_CATEGORYO03.
INCLUDE MEMMA_CASE_CATEGORYO02.
INCLUDE MEMMA_CASE_CATEGORYI01.
INCLUDE MEMMA_CASE_CATEGORYI02.
INCLUDE MEMMA_CASE_CATEGORYI03.
INCLUDE MEMMA_CASE_CATEGORYF01 .
INCLUDE MEMMA_CASE_CATEGORYF02.
INCLUDE MEMMA_CASE_CATEGORYM01.
INCLUDE MEMMA_CASE_CATEGORYM03.
INCLUDE MEMMA_CASE_CATEGORYF03.
INCLUDE MEMMA_CASE_CATEGORYF04.


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:

No SAP FUNCTION MODULES are executed within this report code!



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