SAP Reports / Programs | Public Sector Management | Funds Management | Information system(PSM-FM-IS) SAP PSM

IHHPLSN0 SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

DYNP_VALUES_READ call function 'DYNP_VALUES_READ' exporting dyname = l_progname dynumb = '1000' * TRANSLATE_TO_UPPER = ' ' tables dynpfields = l_t_dynpfields exceptions invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 invalid_parameter = 7 undefind_error = 8 others = 9.

CONVERSION_EXIT_FIPEX_INPUT call function 'CONVERSION_EXIT_FIPEX_INPUT' EXPORTING input = l_fipex IMPORTING output = l_fipex EXCEPTIONS others = 1.

FM_PPLAN_GET_FROM_FIKRS_GJAHR * CALL FUNCTION 'FM_PPLAN_GET_FROM_FIKRS_GJAHR' * EXPORTING * I_FIKRS = L_FIKRS * I_GJAHR = L_GJAHR * IMPORTING * E_PPLAN = L_PPLAN * EXCEPTIONS * PPLAN_NOT_FOUND = 1 * OTHERS = 2.

FM_COM_ITEM_READ_HIER call function 'FM_COM_ITEM_READ_HIER' EXPORTING i_fikrs = l_fikrs i_gjahr = l_gjahr i_varnt = l_varnt i_fipex = l_fipex i_flg_sort = 'X' TABLES e_t_fmhici = l_t_fmhici EXCEPTIONS others = 1.

FM_COM_ITEM_READ_SINGLE_DATA call function 'FM_COM_ITEM_READ_SINGLE_DATA' exporting i_fikrs = l_fikrs * I_VARNT = '000' i_gjahr = l_gjahr i_fipex = l_t_fmhici-fipex i_flg_text = 'X' * I_FLG_HIERARCHY = ' ' importing * E_F_FMCI = e_f_fmcit = l_f_fmcit EXCEPTIONS MASTER_DATA_NOT_FOUND = 1 HIERARCHY_DATA_NOT_FOUND = 2 INPUT_ERROR = 3.

HELP_VALUES_GET_WITH_TABLE call function 'HELP_VALUES_GET_WITH_TABLE' IMPORTING select_value = l_fipex TABLES fields = l_t_fields valuetab = l_t_value EXCEPTIONS field_not_in_ddic = 1 more_then_one_selectfield = 2 no_selectfield = 3 others = 4.

DYNP_VALUES_READ call function 'DYNP_VALUES_READ' exporting dyname = l_progname dynumb = '1000' * TRANSLATE_TO_UPPER = ' ' tables dynpfields = l_t_dynpfields exceptions invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 invalid_parameter = 7 undefind_error = 8 others = 9.

CONVERSION_EXIT_FIPEX_INPUT call function 'CONVERSION_EXIT_FIPEX_INPUT' EXPORTING input = l_fipex IMPORTING output = l_fipex EXCEPTIONS others = 1.

FM_COM_ITEM_READ_HIER call function 'FM_COM_ITEM_READ_HIER' exporting i_fikrs = l_fikrs i_gjahr = l_gjahr i_varnt = l_varnt i_fipex = l_fipex * I_FLG_SORT = 'X' tables e_t_fmhici = l_t_fmhici exceptions others = 1.

HELP_VALUES_GET_WITH_TABLE call function 'HELP_VALUES_GET_WITH_TABLE' IMPORTING select_value = l_vfictr TABLES fields = l_t_fields valuetab = l_t_value EXCEPTIONS field_not_in_ddic = 1 more_then_one_selectfield = 2 no_selectfield = 3 others = 4.

DYNP_VALUES_READ call function 'DYNP_VALUES_READ' exporting dyname = l_progname dynumb = '1000' * TRANSLATE_TO_UPPER = ' ' tables dynpfields = l_t_dynpfields exceptions invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 invalid_parameter = 7 undefind_error = 8 others = 9.

CONVERSION_EXIT_FIPEX_INPUT call function 'CONVERSION_EXIT_FIPEX_INPUT' EXPORTING input = l_fipex IMPORTING output = l_fipex EXCEPTIONS others = 1.

FM_PPLAN_GET_FROM_FIKRS_GJAHR * CALL FUNCTION 'FM_PPLAN_GET_FROM_FIKRS_GJAHR' * EXPORTING * I_FIKRS = L_FIKRS * I_GJAHR = L_GJAHR * IMPORTING * E_PPLAN = L_PPLAN * EXCEPTIONS * PPLAN_NOT_FOUND = 1 * OTHERS = 2.

FM_COM_ITEM_READ_HIER call function 'FM_COM_ITEM_READ_HIER' exporting i_fikrs = l_fikrs i_gjahr = l_gjahr i_varnt = l_varnt i_fipex = l_fipex * I_FLG_SORT = 'X' tables e_t_fmhici = l_t_fmhici exceptions others = 1.

HELP_VALUES_GET_WITH_TABLE call function 'HELP_VALUES_GET_WITH_TABLE' IMPORTING select_value = l_fipex TABLES fields = l_t_fields valuetab = l_t_value EXCEPTIONS field_not_in_ddic = 1 more_then_one_selectfield = 2 no_selectfield = 3 others = 4.



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