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
Below is a list of transaction codes which are relevant to this SAP report
MCRH - Display Settings: PPIS
MCRG - Change Settings: PPIS
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.
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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RMCFCUST - Performance Customizing: PPIS RMCFCUST - Performance Customizing: PPIS RMCFCSCP - Copies Versions from Communication Structure MCKALKW RMCFCSCP - Copies Versions from Communication Structure MCKALKW RMCF27TP - documentation and ABAP source code RMCF27F0 - documentation and ABAP source code