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

RKFPP_FORMS SAP ABAP INCLUDE - RKFPPFORMS







RKFPP_FORMS 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 RKFPP_FORMS 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 RKFPP_FORMS. "Basic submit
SUBMIT RKFPP_FORMS AND RETURN. "Return to original report after report execution complete
SUBMIT RKFPP_FORMS 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 RKFPP_FORMS

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:

KFPSS_GET_PRCTR CALL FUNCTION 'KFPSS_GET_PRCTR' EXPORTING id_pspnr = -rpspnr IMPORTING ed_prctr = lt_objects-prctr ed_objnr = lt_objects-objnr ed_ktext = lt_objects-ktext.

OBJECT_IDENTIFICATION_GET CALL FUNCTION 'OBJECT_IDENTIFICATION_GET' EXPORTING objnr = lt_objects-objnr IMPORTING E_IDENTIFICATION = lt_objects-objid.

KFPRS_DOC_TYPE_AUTHORITY_CHECK CALL FUNCTION 'KFPRS_DOC_TYPE_AUTHORITY_CHECK' EXPORTING i_actvt = '03' i_kokrs = -kokrs i_blart = -blart i_bltyp = -bltyp EXCEPTIONS no_authority = 1.

KFPSS_GET_PRCTR CALL FUNCTION 'KFPSS_GET_PRCTR' EXPORTING id_aufnr = -saufnr id_pspnr = -spspnr id_aufpl = -saufpl id_aplzl = -saplzl IMPORTING ed_prctr = lt_objects-prctr ed_objnr = lt_objects-objnr ed_ktext = lt_objects-ktext.

OBJECT_IDENTIFICATION_GET CALL FUNCTION 'OBJECT_IDENTIFICATION_GET' EXPORTING objnr = lt_objects-objnr IMPORTING E_IDENTIFICATION = lt_objects-objid.

KFPSS_GET_PRCTR CALL FUNCTION 'KFPSS_GET_PRCTR' EXPORTING id_pspnr = -rpspnr IMPORTING ed_prctr = lt_objects-prctr ed_objnr = lt_objects-objnr ed_ktext = lt_objects-ktext.

OBJECT_IDENTIFICATION_GET CALL FUNCTION 'OBJECT_IDENTIFICATION_GET' EXPORTING objnr = lt_objects-objnr IMPORTING E_IDENTIFICATION = lt_objects-objid.

KFPRC_PCA_AUTHORITY_CHECK CALL FUNCTION 'KFPRC_PCA_AUTHORITY_CHECK' EXPORTING i_actvt = '03' i_kokrs = gt_kfpk-kokrs i_prctr = gt_kfpk-rprctr i_prctr2 = gt_kfpk-sprctr EXCEPTIONS no_authority = 1 wrong_input = 2 OTHERS = 3.

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

REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' i_callback_program = v_repid i_callback_pf_status_set = 'ALV_SET_STATUS' i_callback_user_command = 'ALV_USER_COMMAND' is_layout = vs_layout it_fieldcat = vt_fieldcat * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * I_DEFAULT = 'X' i_save = 'A' * IS_VARIANT = ' ' it_events = vt_events * IT_EVENT_EXIT = i_tabname_header = con_header_name i_tabname_item = con_pos_name * I_STRUCTURE_NAME_HEADER = * I_STRUCTURE_NAME_ITEM = is_keyinfo = vs_keyinfo * IS_PRINT = * IS_REPREP_ID = * IMPORTING * e_exit_caused_by_caller = * ES_EXIT_CAUSED_BY_USER = LS_EXIT TABLES t_outtab_header = gt_kfpk t_outtab_item = gt_kfpp EXCEPTIONS program_error = 1 OTHERS = 2.

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



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