SAP Reports / Programs | Public Sector Management | Funds Management | Budgeting(PSM-FM-BCS-BU) SAP PSM

IRFFMHIE_IMPORTF03 SAP ABAP INCLUDE - Include IRFFMHIE_IMPORTF03







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


Text pool values


Title: Include IRFFMHIE_IMPORTF03


INCLUDES used within this REPORT IRFFMHIE_IMPORTF03

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:

BAPI_USER_GET_DETAIL CALL FUNCTION 'BAPI_USER_GET_DETAIL' EXPORTING username = l_user IMPORTING address = l_f_address TABLES return = lt_return addssf = lt_addssf.

SSF_KRN_VERIFY CALL FUNCTION 'SSF_KRN_VERIFY' EXPORTING SSFTOOLKIT = L_F_SSFA-SSFTOOLKIT "'SAPSECULIB'.

SSF_VERIFY CALL FUNCTION 'SSF_VERIFY' EXPORTING SSF_DEST = wa_ssf-rfcdest STR_FORMAT = L_F_SSFA-SSFFORMAT B_INC_CERTS = L_F_SSFA-INCCERTS * B_INENC = IN_ENC OSTR_SIGNED_DATA_L = u_DATALEN STR_PAB = L_F_SSFA-PAB STR_PAB_PASSWORD = L_F_SSFA-PABPW IMPORTING OSTR_OUTPUT_DATA_L = c_DATALEN CRC = L_SSFRETURN TABLES OSTR_SIGNED_DATA = IN_DATA_TABLE SIGNER_RESULT_LIST = l_T_VERSIG_LIST OSTR_OUTPUT_DATA = OUT_DATA_TABLE * CERTIFICATELIST = EXCEPTIONS SSF_RFC_ERROR = 1 SSF_RFC_NO_MEMORY = 2 SSF_RFC_GET_DATA_ERROR = 3 SSF_RFC_SEND_DATA_ERROR = 4 SSF_RFC_INPUT_DATA_ERROR = 5 SSF_FB_INPUT_PARAMETER_ERROR = 6 SSF_RFC_DESTINATION_ERROR = 7 OTHERS = 8.

SSFH_TABUTF8_TO_TABCHAR CALL FUNCTION 'SSFH_TABUTF8_TO_TABCHAR' EXPORTING OSTR_OUTPUT_DATA_L = u_DATALEN * CODEPAGE = '4110' IMPORTING CSTR_OUTPUT_DATA_L = l_datalen TABLES OSTR_OUTPUT_DATA = c_T_DATA_TABLE CSTR_OUTPUT_DATA = c_t_imex EXCEPTIONS CONVERSION_ERROR = 1 INTERNAL_ERROR = 2 OTHERS = 3.

SSF_KRN_DEVELOPE CALL FUNCTION 'SSF_KRN_DEVELOPE' EXPORTING SSFTOOLKIT = L_F_SSFA-SSFTOOLKIT STR_FORMAT = L_F_SSFA-SSFFORMAT * B_OUTDEC = 'X' * IO_SPEC = 'T' OSTR_ENVELOPED_DATA_L = u_DATALEN IMPORTING OSTR_OUTPUT_DATA_L = c_datalen CRC = l_SSFReturn TABLES OSTR_ENVELOPED_DATA = IN_DATA_TABLE RECIPIENT = L_T_DEV_RECIP_LIST OSTR_OUTPUT_DATA = OUT_DATA_TABLE EXCEPTIONS SSF_KRN_ERROR = 1 SSF_KRN_NOOP = 2 SSF_KRN_NOMEMORY = 3 SSF_KRN_OPINV = 4 SSF_KRN_NOSSFLIB = 5 SSF_KRN_RECIPIENT_ERROR = 6 SSF_KRN_INPUT_DATA_ERROR = 7 SSF_KRN_INVALID_PAR = 8 SSF_KRN_INVALID_PARLEN = 9 SSF_FB_INPUT_PARAMETER_ERROR = 10 OTHERS = 11.

SSF_DEVELOPE CALL FUNCTION 'SSF_DEVELOPE' EXPORTING SSF_DEST = wa_ssf-rfcdest STR_FORMAT = L_F_SSFA-SSFFORMAT * B_OUTDEC = 'X' * IO_SPEC = 'T' OSTR_ENVELOPED_DATA_L = u_DATALEN IMPORTING OSTR_OUTPUT_DATA_L = c_datalen CRC = l_SSFReturn TABLES OSTR_ENVELOPED_DATA = IN_DATA_TABLE RECIPIENT = L_T_DEV_RECIP_LIST OSTR_OUTPUT_DATA = OUT_DATA_TABLE EXCEPTIONS SSF_RFC_ERROR = 1 SSF_RFC_NO_MEMORY = 2 SSF_RFC_GET_DATA_ERROR = 3 SSF_RFC_SEND_DATA_ERROR = 4 SSF_RFC_RECIPIENT_ERROR = 5 SSF_RFC_INPUT_DATA_ERROR = 6 SSF_FB_INPUT_PARAMETER_ERROR = 7 SSF_RFC_DESTINATION_ERROR = 8 OTHERS = 9.

SSFH_TABUTF8_TO_TABCHAR CALL FUNCTION 'SSFH_TABUTF8_TO_TABCHAR' EXPORTING OSTR_OUTPUT_DATA_L = c_DATALEN * CODEPAGE = '4110' IMPORTING CSTR_OUTPUT_DATA_L = l_datalen TABLES OSTR_OUTPUT_DATA = OUT_DATA_TABLE CSTR_OUTPUT_DATA = c_t_imex EXCEPTIONS CONVERSION_ERROR = 1 INTERNAL_ERROR = 2 OTHERS = 3.



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