SAP Reports / Programs

RSVMCIP03 SAP ABAP Report - VMC Test Program - Communication







RSVMCIP03 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 RSVMCIP03 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 RSVMCIP03. "Basic submit
SUBMIT RSVMCIP03 AND RETURN. "Return to original report after report execution complete
SUBMIT RSVMCIP03 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: Z = Additional Parameter for Java
Selection Text: Y = Additional Parameter for Java
Selection Text: X = Additional Parameter for Java
Selection Text: VARIANT = Variant for Internal Mode Test
Selection Text: UPDATE = Test Update
Selection Text: TIME = Get Calling Time
Selection Text: SYNC = Synchronous Commit
Selection Text: STIME = Sleep Time (Sec)
Selection Text: STEPS = Statistics Steps
Selection Text: SLEEP = Sleep between calls
Selection Text: SGC = Trigger Shared Garbage Collec.
Selection Text: ROLLBACK = Rollback work
Selection Text: RABAX = Raise Rabax
Selection Text: OUTPUT = Write Output List
Selection Text: MSG_TYPE = Message Type
Selection Text: MSG = Raise ABAP Message
Selection Text: LOOPS = Loops to perform
Selection Text: LLOOP = Local Action Between Calls
Selection Text: LBLOCK = Block Local Action
Selection Text: KERNSTAT = Activate Kernel Statistics
Selection Text: JFUN = Java Function Name
Selection Text: JAVA = Call Java Function
Selection Text: INPUT3 = Third Input for Java Function
Selection Text: INPUT2 = Second Input for Java Function
Selection Text: INPUT1 = Input for Java Function
Selection Text: IMODE = Test Internal Mode
Selection Text: DUMP = Dump Before Next Call
Selection Text: DEST = Destination
Selection Text: DBSELECT = Block in SQL Select
Selection Text: CONFIRM = Confirm Before Next Call
Selection Text: CONFCNT = Confirm After n Calls
Selection Text: COMMIT = Commit Work
Selection Text: CLOSE = Close Connection
Selection Text: CLEAN = Clean RFC Server
Selection Text: ARFC = Asynchronous RFC
Selection Text: ALOOPS = ABAP Loops
Selection Text: AFUN = ABAP Function Name
Selection Text: ABAP = Call ABAP Function





Title: VMC Test Program - Communication
Text Symbol: 001 = Next Call


INCLUDES used within this REPORT RSVMCIP03

INCLUDE PERFINCL.


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:

PF_SWITCH_INTERVALS call function 'PF_SWITCH_INTERVALS' exporting dest = dest on = 1 steps = steps.

PF_SWITCH_KERNEL_STATISTIC call function 'PF_SWITCH_KERNEL_STATISTIC' exporting dest = dest on = 1.

PF_NEW_INTERVAL_LOOP CALL FUNCTION 'PF_NEW_INTERVAL_LOOP'.

RFC_CONNECTION_CLOSE CALL FUNCTION 'RFC_CONNECTION_CLOSE' EXPORTING DESTINATION = DEST EXCEPTIONS system_failure = 1 communication_failure = 2 OTHERS = 3.

SVMCRT_ADMIN_SHCLOSURE_ADMIN call function 'SVMCRT_ADMIN_SHCLOSURE_ADMIN' destination space exporting command = command importing rc = rc exceptions others = 1.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING TEXTLINE1 = TEXT-001 TITEL = TEXT-001 DEFAULTOPTION = 'J' IMPORTING ANSWER = MY_ANSWER.

TH_GET_OWN_WP_NO CALL FUNCTION 'TH_GET_OWN_WP_NO' IMPORTING WP_PID = pid.

TH_DUMP_WP CALL FUNCTION 'TH_DUMP_WP' EXPORTING WP_PID = pid.

SYSTEM_RESET_RFC_CONNECTION CALL FUNCTION 'SYSTEM_RESET_RFC_CONNECTION' EXPORTING DESTINATION = DEST.

TH_VB_TEST_01 CALL FUNCTION 'TH_VB_TEST_01' IN UPDATE TASK EXPORTING OPCODE = 'U' TEXT = 'VMC UPDATE'.

TH_TEST_RFC CALL FUNCTION 'TH_TEST_RFC' DESTINATION 'NONE' KEEPING LOGICAL UNIT OF WORK exporting no_loops = iloops.

TH_TEST_RFC CALL FUNCTION 'TH_TEST_RFC' DESTINATION 'NONE' exporting no_loops = iloops.

SVMCRT_ADMIN_SHCLOSURE_ADMIN call function 'SVMCRT_ADMIN_SHCLOSURE_ADMIN' destination space exporting command = command importing rc = rc exceptions others = 1.

PF_SWITCH_KERNEL_STATISTIC call function 'PF_SWITCH_KERNEL_STATISTIC' exporting dest = dest on = 0.

PF_READ_KERNEL_STAT call function 'PF_READ_KERNEL_STAT' exporting dest = dest WITH_GATEWAY = with_remote_stat read_remote_stat = with_remote_stat.

PF_SWITCH_INTERVALS call function 'PF_SWITCH_INTERVALS' exporting dest = dest on = 0 steps = 0.



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