SAP Reports / Programs | Project System | Revenues and Earnings | Transfer Prices and Decentralized Responsibility(PS-REV-TRF) SAP PS

MKFPRALV SAP ABAP INCLUDE - documentation and ABAP source code







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


INCLUDES used within this REPORT MKFPRALV

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:

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = ct_event.

AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING TCODE = 'CJG3' EXCEPTIONS OK = 0 NOT_OK = 1 OTHERS = 2.

OBJECT_IDENTIFICATION_GET CALL FUNCTION 'OBJECT_IDENTIFICATION_GET' EXPORTING objnr = g_kfpk-robjnr IMPORTING identification = ld_ident e_text = ld_text.

OBJECT_IDENTIFICATION_GET CALL FUNCTION 'OBJECT_IDENTIFICATION_GET' EXPORTING objnr = g_kfpk-sobjnr IMPORTING identification = ld_ident e_text = ld_text.

OBJECT_IDENTIFICATION_GET CALL FUNCTION 'OBJECT_IDENTIFICATION_GET' EXPORTING objnr = g_kfpk-robjnr IMPORTING identification = ld_ident e_text = ld_text.

OBJECT_IDENTIFICATION_GET CALL FUNCTION 'OBJECT_IDENTIFICATION_GET' EXPORTING objnr = g_kfpk-sobjnr IMPORTING identification = ld_ident e_text = ld_text.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' i_callback_program = ld_repid i_callback_pf_status_set = 'ALV_SET_STATUS' i_callback_user_command = 'ALV_USER_COMMAND' * I_STRUCTURE_NAME = is_layout = ls_layout it_fieldcat = lt_fieldcat[] it_excluding = lt_excluding[] * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' i_save = 'A' is_variant = ls_variant it_events = lt_events * IT_EVENT_EXIT = IS_PRINT = ls_print * IS_REPREP_ID = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES t_outtab = gt_outtab * EXCEPTIONS * PROGRAM_ERROR = 1 * OTHERS = 2 .

OBJECT_IDENTIFICATION_GET CALL FUNCTION 'OBJECT_IDENTIFICATION_GET' EXPORTING objnr = g_kfpk-robjnr IMPORTING identification = ld_ident e_text = ld_text.

OBJECT_IDENTIFICATION_GET CALL FUNCTION 'OBJECT_IDENTIFICATION_GET' EXPORTING objnr = g_kfpk-sobjnr IMPORTING identification = ld_ident e_text = ld_text.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = et_events.

KFPSS_GET_SM_FROM_SCREEN CALL FUNCTION 'KFPSS_GET_SM_FROM_SCREEN' TABLES et_sm = lt_sm.

READ_TEXT CALL FUNCTION 'READ_TEXT' EXPORTING id = ltext_id language = sy-langu name = para-tdname object = ltext_object TABLES lines = lt_textlines EXCEPTIONS not_found = 1.

CONVERT_TEXT CALL FUNCTION 'CONVERT_TEXT' EXPORTING direction = 'EXPORT' format_type = 'ASCII' tabletype = 'ASC' tab_substitute = ' 4'"replace tab by 4 spaces TABLES foreign = lt_textlines_out itf_lines = lt_textlines.



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