SAP Reports / Programs

RKMODIMP SAP ABAP Report - Importing Models From Report Painter in Client 0







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

OPMI - Import models activities
ORMI - Import models orders
OKMI - Import models Cost Center Accounting
OCMI - Import models cost elements


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


Text pool values


Title: Importing Models From Report Painter in Client 0
Text Symbol: 001 = Import templates
Text Symbol: 002 = Online
Text Symbol: 003 = Background
Text Symbol: 004 = Choose processing mode
Text Symbol: 005 = Source client
Text Symbol: 006 = Background processing
Text Symbol: 007 = Start date
Text Symbol: 008 = Start date
Text Symbol: 009 = Immediate start


INCLUDES used within this REPORT RKMODIMP

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:

POPUP_TO_DECIDE CALL FUNCTION 'POPUP_TO_DECIDE' EXPORTING TEXTLINE1 = TEXT-001 TEXT_OPTION1 = TEXT-002 TEXT_OPTION2 = TEXT-003 TITEL = TEXT-004 IMPORTING ANSWER = ANSWER.

POPUP_GET_VALUES_USER_HELP CALL FUNCTION 'POPUP_GET_VALUES_USER_HELP' EXPORTING POPUP_TITLE = TEXT-006 F1_FORMNAME = 'HELP_CLIENT' F1_PROGRAMNAME = 'RKMODIMP' IMPORTING RETURNCODE = ANSWER TABLES FIELDS = I_SVAL EXCEPTIONS OTHERS = 1.

JOB_OPEN CALL FUNCTION 'JOB_OPEN' EXPORTING JOBNAME = JOBNAME * strtimmed = startimmed SDLSTRTDT = STARTDATE SDLSTRTTM = STARTTIME IMPORTING JOBCOUNT = JOBCOUNT EXCEPTIONS OTHERS = 6.

JOB_CLOSE CALL FUNCTION 'JOB_CLOSE' EXPORTING JOBNAME = JOBNAME JOBCOUNT = JOBCOUNT STRTIMMED = STARTIMMED SDLSTRTDT = STARTDATE SDLSTRTTM = STARTTIME EXCEPTIONS JOB_NOSTEPS = 5 OTHERS = 8.

BP_JOB_DELETE CALL FUNCTION 'BP_JOB_DELETE' EXPORTING FORCEDMODE = ' ' JOBCOUNT = JOBCOUNT JOBNAME = JOBNAME EXCEPTIONS CANT_DELETE_EVENT_ENTRY = 01 CANT_DELETE_JOB = 02 CANT_DELETE_JOBLOG = 03 CANT_DELETE_STEPS = 04 CANT_DELETE_TIME_ENTRY = 05 CANT_DERELEASE_SUCCESSOR = 06 CANT_ENQ_PREDECESSOR = 07 CANT_ENQ_SUCCESSOR = 08 CANT_ENQ_TBTCO_ENTRY = 09 CANT_UPDATE_PREDECESSOR = 10 CANT_UPDATE_SUCCESSOR = 11 COMMIT_FAILED = 12 JOBCOUNT_MISSING = 13 JOBNAME_MISSING = 14 JOB_DOES_NOT_EXIST = 15 JOB_IS_ALREADY_RUNNING = 16 NO_DELETE_AUTHORITY = 17.



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