SAP Reports / Programs | Production Planning and Control | Sales and Operations Planning | Sales Plan(PP-SOP-SP) SAP PP

MMCP6FKA SAP ABAP INCLUDE - Capacity Planning







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


Text pool values


Title: Capacity Planning


INCLUDES used within this REPORT MMCP6FKA

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:

CY01_PER_EIN_READ_KOMBI CALL FUNCTION 'CY01_PER_EIN_READ_KOMBI' EXPORTING IN_GRUPPE = CRHD_TAB-GRUPPE IN_KOMBI = CRHD_TAB-KOMBI IN_PERIODE = KV_SPALTE TABLES OUT_PER_EIN = KF_CYPER_EIN EXCEPTIONS OTHERS = 1.

CY01_INDEX_INFORMATION_READ CALL FUNCTION 'CY01_INDEX_INFORMATION_READ' EXPORTING IN_INDEX = KF_CYPER_EIN-INDEX_BED IN_STRUKTUR = CON_KBED * KBED_INFO = 'X' * AFVG_INFO = ' ' * AFKO_INFO = ' ' * PLAF_INFO = ' ' SAUF_INFO = 'X' * CRHD_INFO = 'X' * KAKO_INFO = 'X' * PERS_INFO = ' ' IMPORTING * OUT_KBED = KBEDD_EXT * OUT_AFVG = * OUT_AFKO = * OUT_PLAF = OUT_SAUF = HLP_SAUF * OUT_CRHD = HLP_CRHD * OUT_KAKO = HLP_KAKO * OUT_PERS = EXCEPTIONS OTHERS = 1.

MC_LIST_POPUP CALL FUNCTION 'MC_LIST_POPUP' EXPORTING I_FORMNAME1 = 'KAPA_VERURSACHER_KOPF_AUSGEBEN' I_FORMNAME2 = 'KAPA_VERURSACHER_POS_AUSGEBEN' I_FORMNAME3 = 'KAPA_VERURSACHER_POS_DETAIL' * I_POPUP_LENGTH = 15 * I_POPUP_LINSZ = ' ' I_POPUP_TITLE = TEXT-900 I_POPUP_WIDTH = 108 * I_PROGNAME = SY-CPROG * I_START_COLUMN = 20 * I_START_ROW = 3 EXCEPTIONS OTHERS = 1.

NAMETAB_GET CALL FUNCTION 'NAMETAB_GET' EXPORTING * LANGU = SY-LANGU * ONLY = ' ' TABNAME = PERBED-GSTRU * IMPORTING * HEADER = * RC = TABLES NAMETAB = HLP_NAMETAB EXCEPTIONS INTERNAL_ERROR = 1 TABLE_HAS_NO_FIELDS = 2 TABLE_NOT_ACTIV = 3 NO_TEXTS_FOUND = 4 OTHERS = 5.

MC_LIST_POPUP CALL FUNCTION 'MC_LIST_POPUP' EXPORTING I_FORMNAME1 = 'KAPA_IS_KOPF_DETAIL' I_FORMNAME2 = 'KAPA_IS_POS_DETAIL' I_POPUP_LENGTH = 11 * i_popup_linsz = 78 I_POPUP_TITLE = TEXT-900 I_POPUP_WIDTH = 80 * I_PROGNAME = SY-CPROG * I_START_COLUMN = 20 * I_START_ROW = 3 EXCEPTIONS OTHERS = 1.



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