SAP Reports / Programs

RMCFCUST SAP ABAP Report - Performance Customizing: PPIS







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

MCRH - Display Settings: PPIS
MCRG - Change Settings: PPIS


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


Text pool values


Title: Performance Customizing: PPIS
Text Symbol: 001 = Save performance
Text Symbol: 002 = settings first?
Text Symbol: 003 = Exit performance settings
Text Symbol: 004 = Back
Text Symbol: 005 = Cancel settings?
Text Symbol: 006 = Cancel
Text Symbol: 007 = The costs and goods receipt indicators do not agree with the
Text Symbol: 008 = update activation. Do you still want to save the settings?
Text Symbol: 009 = Save settings


INCLUDES used within this REPORT RMCFCUST

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:

ENQUEUE_E_MCPPCUST CALL FUNCTION 'ENQUEUE_E_MCPPCUST' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING textline1 = text-001 textline2 = text-002 titel = text-003 IMPORTING answer = uc_answer EXCEPTIONS OTHERS = 0.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING textline1 = text-001 textline2 = text-002 titel = text-004 IMPORTING answer = uc_answer EXCEPTIONS OTHERS = 0.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING textline1 = text-001 textline2 = text-002 titel = text-003 IMPORTING answer = uc_answer EXCEPTIONS OTHERS = 0.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = 'N' textline1 = text-007 * Die Kennzeichen Kosten und Warenausgang stimmen mit der Fortschreibung textline2 = text-008 * nicht überein. Möchten Sie die Einstellungen trozdem sichern?

MCS_OBJECTS_INSERT CALL FUNCTION 'MCS_OBJECTS_INSERT' TABLES t_ko200 = t_hlp_ko200 t_e071k = t_hlp_e071k EXCEPTIONS exists_globaly = 01 display_only = 02 stop_action = 03.

POPUP_TO_CONFIRM_LOSS_OF_DATA CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING textline1 = text-001 textline2 = text-005 titel = text-006 IMPORTING answer = uc_answer EXCEPTIONS OTHERS = 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 RMCFCUST or its description.