SAP Reports / Programs | Controlling | Overhead Cost Controlling | Activity-Based Costing(CO-OM-ABC) SAP CO

MP1209F1 SAP ABAP INCLUDE - Form Routines







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


Text pool values


Title: Form Routines


INCLUDES used within this REPORT MP1209F1

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:

K_ACTTYPE_SELECT_SINGLE CALL FUNCTION 'K_ACTTYPE_SELECT_SINGLE' EXPORTING kokrs = c_p1209-subty lstar = c_p1209-lstar date_from = c_p1209-begda date_to = c_p1209-endda TABLES it_csla_ex = lt_csla_ex EXCEPTIONS OTHERS = 1.

K_ACTTYPE_SELECT_SINGLE CALL FUNCTION 'K_ACTTYPE_SELECT_SINGLE' EXPORTING kokrs = p_p1209-subty lstar = p_p1209-lstar date_from = p_p1209-begda date_to = p_p1209-endda TABLES it_csla_ex = lt_csla_ex EXCEPTIONS OTHERS = 1.

CY_T006A_READ CALL FUNCTION 'CY_T006A_READ' EXPORTING einheit = p_p1209-unit IMPORTING at006a = ls_t006a EXCEPTIONS OTHERS = 1.

RH_GET_ACTIVE_WF_PLVAR CALL FUNCTION 'RH_GET_ACTIVE_WF_PLVAR' EXPORTING ask_plvar_dialog = 'X' IMPORTING act_plvar = gd-plvar.

POPUP_TO_CONFIRM_DATA_LOSS CALL FUNCTION 'POPUP_TO_CONFIRM_DATA_LOSS' EXPORTING titel = text-tit IMPORTING answer = ld_answer.

K_KOKRS_SET CALL FUNCTION 'K_KOKRS_SET' EXPORTING display = ld_display popup = '1' IMPORTING e_kokrs = rk1209-kokrs.

RH_MACO CALL FUNCTION 'RH_MACO' EXPORTING seark = rk1209-seark plvar = gd-plvar no_dialog = 'X' orgbeg = gd-from orgend = gd-to TABLES otype_tab = lt_otypes condition = lt_condtab sel_objects = t_tasks EXCEPTIONS f15 = 1 wrong_condition = 2 nothing_found = 3 OTHERS = 4.

RH_READ_INFTY_NNNN CALL FUNCTION 'RH_READ_INFTY_NNNN' EXPORTING authority = ld_authority with_stru_auth = space infty = '1209' istat = '1' extend = 'X' subty = rk1209-kokrs begda = gd-from endda = gd-to sort = 'X' TABLES innnn = i1209 objects = lt_object EXCEPTIONS OTHERS = 1.

RH_INSERT_INFTY CALL FUNCTION 'RH_INSERT_INFTY' EXPORTING fcode = 'INSE' vtask = 'D' TABLES innnn = lt1209_ins EXCEPTIONS OTHERS = 1.

RH_UPDATE_INFTY CALL FUNCTION 'RH_UPDATE_INFTY' EXPORTING vtask = 'D' TABLES innnn = lt1209_mod EXCEPTIONS OTHERS = 1.

RH_DELETE_INFTY CALL FUNCTION 'RH_DELETE_INFTY' EXPORTING vtask = 'D' TABLES innnn = lt1209_del EXCEPTIONS OTHERS = 1.

RH_INSERT_INFTY CALL FUNCTION 'RH_INSERT_INFTY' EXPORTING fcode = 'INSE' vtask = 'D' TABLES innnn = lt1209_ins 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 MP1209F1 or its description.