SAP Reports / Programs | Basis Components | ABAP Workbench, Java IDE and Infrastructure | Customer Enhancements(BC-DWB-CEX) SAP BC

RSMODWRD SAP ABAP Report - List of Changed Keywords







RSMODWRD is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report changes key word texts of data elements...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RSMODWRD into the relevant SAP transactions such as SE38 or SE80


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 RSMODWRD. "Basic submit
SUBMIT RSMODWRD AND RETURN. "Return to original report after report execution complete
SUBMIT RSMODWRD 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: ACTFLAG = Action
Selection Text: DE = Data element
Selection Text: REL = SAP Release
Selection Text: SPRACHE = Maintenance language
Title: List of Changed Keywords
Text Symbol: 012 = no longer in DDIC
Text Symbol: 013 = SAP restores
Text Symbol: 017 = No key words have yet been changed
Text Symbol: 001 = Rel.
Text Symbol: 002 = Data element
Text Symbol: 003 = Original SAP
Text Symbol: 004 = Changed by customer
Text Symbol: 011 = _Customer restores
001 Rel Data element
002 SAP key words
003 Changed keywords


INCLUDES used within this REPORT RSMODWRD

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:

JOB_OPEN CALL FUNCTION 'JOB_OPEN' EXPORTING JOBNAME = JOBNAME IMPORTING JOBCOUNT = JOBCOUNT.

JOB_CLOSE CALL FUNCTION 'JOB_CLOSE' EXPORTING JOBNAME = JOBNAME JOBCOUNT = JOBCOUNT STRTIMMED = 'X'.

TR_OBJECT_CHECK CALL FUNCTION 'TR_OBJECT_CHECK' EXPORTING WI_KO200 = LS_KO200 IMPORTING WE_ORDER = LV_ORDER TABLES WT_E071K = LT_E071K "leer EXCEPTIONS OTHERS = 1.

TR_OBJECT_INSERT CALL FUNCTION 'TR_OBJECT_INSERT' EXPORTING WI_ORDER = LV_ORDER WI_KO200 = LS_KO200 TABLES WT_E071K = LT_E071K EXCEPTIONS OTHERS = 1.

DDIF_DTEL_PUT CALL FUNCTION 'DDIF_DTEL_PUT' EXPORTING NAME = DD04V-ROLLNAME DD04V_WA = DD04V EXCEPTIONS OTHERS = 0.

DTEL_ACTIVATE CALL FUNCTION 'DTEL_ACTIVATE' IN BACKGROUND TASK EXPORTING ROLLNAME = DD04V-ROLLNAME.

DTEL_ACTIVATE CALL FUNCTION 'DTEL_ACTIVATE' exporting rollname = dd04v-rollname.

DDIF_DTEL_GET CALL FUNCTION 'DDIF_DTEL_GET' EXPORTING NAME = DE * STATE = 'A' LANGU = SPRACHE IMPORTING * GOTSTATE = DD04V_WA = DD04V * TPARA_WA = EXCEPTIONS ILLEGAL_INPUT = 1 OTHERS = 2.



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