SAP Reports / Programs

RMCAADJU SAP ABAP Report - WIS: Correction of Data in the Standard Info Structures







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

MCAQ - WIS: Correct Data


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 RMCAADJU. "Basic submit
SUBMIT RMCAADJU AND RETURN. "Return to original report after report execution complete
SUBMIT RMCAADJU 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: EDATE = Finish date
Title: WIS: Correction of Data in the Standard Info Structures
Text Symbol: 022 = Excluded from the change
Text Symbol: 021 = System did not find any records to be changed
Text Symbol: 020 = Error when changing
Text Symbol: 019 = records changed.
Text Symbol: 016 = S303:
Text Symbol: 015 = S302:
Text Symbol: 014 = S301:
Text Symbol: 013 = S300:
Text Symbol: 010 = Info structure
Text Symbol: 009 = Group view (S303)
Text Symbol: 008 = Object view (S302)
Text Symbol: 007 = Process view (S301)
Text Symbol: 006 = Organization view (S300)
Text Symbol: 005 = Application component
Text Symbol: 004 = Task group
Text Symbol: 003 = Task
Text Symbol: 002 = Task filter
Text Symbol: 001 = Evaluation period


INCLUDES used within this REPORT RMCAADJU

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:

RH_SEARCH_TASK CALL FUNCTION 'RH_SEARCH_TASK' IMPORTING ACT_OBJECT_EXT = TASK EXCEPTIONS NO_ACTIVE_PLVAR = 1 NO_ORG_OBJECT_SELECTED = 2 NO_VALID_TASK_TYPE = 3 OTHERS = 4.

RH_SEARCH_TASK CALL FUNCTION 'RH_SEARCH_TASK' EXPORTING ACT_OTYPE = 'T' IMPORTING ACT_OBJECT_EXT = TASKGROU EXCEPTIONS NO_ACTIVE_PLVAR = 1 NO_ORG_OBJECT_SELECTED = 2 NO_VALID_TASK_TYPE = 3 OTHERS = 4.

BM_FUNCTION_RANGE_F4 CALL FUNCTION 'BM_FUNCTION_RANGE_F4' IMPORTING SEL_ID = FUNCAREA EXCEPTIONS OTHERS = 1.

RH_WF_OBJID_UNPACK CALL FUNCTION 'RH_WF_OBJID_UNPACK' EXPORTING ACT_OBJECT_EXT = TASK IMPORTING ACT_OBJECT_EXT = TASK.

RH_CHECK_ORG_OBJECT_EXISTS CALL FUNCTION 'RH_CHECK_ORG_OBJECT_EXISTS' EXPORTING ACT_OBJECT_EXT = TASK IMPORTING ACT_STEXT = TASK_TEXT EXCEPTIONS NO_ACTIVE_PLVAR = 01 NO_ORG_OBJECT = 02 ORG_OBJECT_NOT_FOUND = 03.

RH_WF_OBJID_UNPACK CALL FUNCTION 'RH_WF_OBJID_UNPACK' EXPORTING ACT_OBJECT_EXT = TASKGROU IMPORTING ACT_OBJECT_EXT = TASKGROU.

RH_CHECK_ORG_OBJECT_EXISTS CALL FUNCTION 'RH_CHECK_ORG_OBJECT_EXISTS' EXPORTING ACT_OBJECT_EXT = TASKGROU IMPORTING ACT_STEXT = TASK_TEXT EXCEPTIONS NO_ACTIVE_PLVAR = 01 NO_ORG_OBJECT = 02 ORG_OBJECT_NOT_FOUND = 03.

SWI_GET_RELATED_TASKS CALL FUNCTION 'SWI_GET_RELATED_TASKS' EXPORTING TASK_ID = TASKGROU TABLES TASK_LIST = TASK_LIST EXCEPTIONS NOT_FOUND = 1 NO_ACTIVE_PLVAR = 2 OTHERS = 3.

SWI_GET_TASKS_OF_FUNCAREA CALL FUNCTION 'SWI_GET_TASKS_OF_FUNCAREA' EXPORTING FUNCAREA = FUNCAREA TABLES LIST = TASK_LIST EXCEPTIONS FUNCAREA_NOT_FOUND = 01 NO_ACTIVE_PLVAR = 02 WEGID_NOT_FOUND = 03.



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