SAP Reports / Programs | Financial Accounting(FI) SAP FI

RFKORI90 SAP ABAP INCLUDE - Form Printout Include Module: General Subroutines







RFKORI90 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 RFKORI90 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 RFKORI90. "Basic submit
SUBMIT RFKORI90 AND RETURN. "Return to original report after report execution complete
SUBMIT RFKORI90 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 Printout Include Module: General Subroutines


INCLUDES used within this REPORT RFKORI90

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:

CALCULATE_TAX_FROM_NET_AMOUNT CALL FUNCTION 'CALCULATE_TAX_FROM_NET_AMOUNT' EXPORTING i_bukrs = save_bukrs i_mwskz = save_mwskz i_waers = save_waers i_wrbtr = save_wrbtr IMPORTING e_fwnav = save_fwnav e_fwste = save_fwste TABLES t_mwdat = mwdat.

CHECK_JURISDICTION_ACTIVE CALL FUNCTION 'CHECK_JURISDICTION_ACTIVE' EXPORTING * I_LAND = i_bukrs = save_bukrs IMPORTING e_isactive = xactiv e_external = xexter EXCEPTIONS input_incomplete = 1 input_inconsistent = 2 OTHERS = 3.

READ_CUSTOMIZED_MESSAGE CALL FUNCTION 'READ_CUSTOMIZED_MESSAGE' EXPORTING i_arbgb = 'FB' i_dtype = 'I' i_msgnr = '853' IMPORTING e_msgty = message_type.

DELETE_TEXT CALL FUNCTION 'DELETE_TEXT' EXPORTING id = hthead-tdid language = hthead-tdspras name = hthead-tdname object = hthead-tdobject savemode_direct = 'X' EXCEPTIONS not_found = 04.

CONTROL_FORM CALL FUNCTION 'CONTROL_FORM' EXPORTING command = 'ENDPROTECT'.

DETERMINE_DUE_DATE CALL FUNCTION 'DETERMINE_DUE_DATE' EXPORTING i_faede = faede IMPORTING e_faede = faede EXCEPTIONS OTHERS = 1.

ROUND_AMOUNT * CALL FUNCTION 'ROUND_AMOUNT' * EXPORTING COMPANY = SKTLIT-BUKRS * CURRENCY = SKTLIT-WAERS * AMOUNT_IN = SKTLIT-WSKTO * IMPORTING AMOUNT_OUT = SKTLIT-WSKTO.

ROUND_AMOUNT CALL FUNCTION 'ROUND_AMOUNT' EXPORTING company = sktlit-bukrs currency = sktlit-waers amount_in = sktlit-wskt1 IMPORTING amount_out = sktlit-wskt1.

ROUND_AMOUNT CALL FUNCTION 'ROUND_AMOUNT' EXPORTING company = sktlit-bukrs currency = sktlit-waers amount_in = sktlit-wskt2 IMPORTING amount_out = sktlit-wskt2.

CLOSE_FORM CALL FUNCTION 'CLOSE_FORM' IMPORTING RESULT = itcpp EXCEPTIONS unopened = 3.

CLOSE_FORM CALL FUNCTION 'CLOSE_FORM' IMPORTING RESULT = itcpp EXCEPTIONS unopened = 3.

END_FORM CALL FUNCTION 'END_FORM' IMPORTING RESULT = itcpp.

END_FORM CALL FUNCTION 'END_FORM' IMPORTING RESULT = itcpp.

OPEN_FORM CALL FUNCTION 'OPEN_FORM' EXPORTING archive_index = h_archive_index archive_params = h_archive_params device = htddevice dialog = hdialog form = ' ' OPTIONS = itcpo IMPORTING RESULT = itcpp EXCEPTIONS form = 5.

START_FORM CALL FUNCTION 'START_FORM' EXPORTING archive_index = h_archive_index form = finaa-formc language = save_langu startpage = 'FIRST' IMPORTING language = language.

CORRESPONDENCE_DATA_BUSAB CALL FUNCTION 'CORRESPONDENCE_DATA_BUSAB' EXPORTING i_bukrs = save_bukrs i_busab = save_busab i_langu = language IMPORTING e_t001s = t001s e_fsabe = fsabe EXCEPTIONS busab_not_found = 01 OTHERS = 02.

WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING window = 'RECEIVER'.

END_FORM CALL FUNCTION 'END_FORM'.

READ_FORM





CALL FUNCTION 'READ_FORM' EXPORTING * CLIENT = form = form * LANGUAGE = * OLANGUAGE = * OSTATUS = * STATUS = * THROUGHCLIENT = * THROUGHLANGUAGE = IMPORTING * FORM_HEADER = found = found * HEADER = * OLANGUAGE = TABLES form_lines = htline pages = hitctg page_windows = hitcth paragraphs = hitcdp strings = hitcds tabs = hitcdq windows = hitctw.

START_FORM CALL FUNCTION 'START_FORM' EXPORTING archive_index = h_archive_index form = form language = language startpage = startpage * PROGRAM = ' ' * MAIL_APPL_OBJECT = ' ' IMPORTING language = language EXCEPTIONS form = 5.

PAYMENT_MEDIUM_PRINT CALL FUNCTION 'PAYMENT_MEDIUM_PRINT' EXPORTING i_paymo = paymo i_itcpo = itcpo * I_DEVICE = 'PRINTER' * I_DIALOG = ' ' i_language = language i_xopen = 'X' i_archive_index = h_archive_index i_archive_params = h_archive_params * IMPORTING * E_LANGUAGE = TABLES t_fimsg = hfimsg EXCEPTIONS OTHERS = 0.

FI_MESSAGE_COLLECT CALL FUNCTION 'FI_MESSAGE_COLLECT' EXPORTING i_fimsg = hfimsg * I_XAPPN = ' ' EXCEPTIONS * MSGID_MISSING = 1 * MSGNO_MISSING = 2 * MSGTY_MISSING = 3 OTHERS = 4 .

CONTROL_FORM CALL FUNCTION 'CONTROL_FORM' EXPORTING command = 'PROTECT'.

SK_NUMBER_TO_DEST * CALL FUNCTION 'SK_NUMBER_TO_DEST' "Faxgerät bestimmen * EXPORTING SERVICE = 'TELEFAX' * NUMBER = FINAA-TDTELENUM * COUNTRY = FINAA-TDTELELAND * EXCEPTIONS COUNTRY_NOT_CONFIGURED = 1 * SERVICE_NOT_SUPPORTED = 2 * SERVER_NOT_FOUND = 3 * NUMBER_EMPTIED = 4 * NUMBER_EMPTY = 5 * NUMBER_NOT_LEGAL = 6.

TELECOMMUNICATION_NUMBER_CHECK CALL FUNCTION 'TELECOMMUNICATION_NUMBER_CHECK' EXPORTING service = 'TELEFAX' number = finaa-tdtelenum country = finaa-tdteleland EXCEPTIONS OTHERS = 4.

SO_PROFILE_READ CALL FUNCTION 'SO_PROFILE_READ' * EXPORTING * LOCAL = ' ' IMPORTING profile = hprofil EXCEPTIONS communication_failure = 1 profile_not_exist = 2 system_failure = 3 OTHERS = 4.

OPEN_FI_PERFORM_00002310_P CALL FUNCTION 'OPEN_FI_PERFORM_00002310_P' EXPORTING i_bkorm = bkorm i_koart = save_koart i_kna1 = kna1 i_knb1 = knb1 i_lfa1 = lfa1 i_lfb1 = lfb1 TABLES t_fimsg = t_fimsg CHANGING c_finaa = finaa c_itcpo = itcpo c_archive_index = h_archive_index c_archive_params = h_archive_params.

FI_MESSAGE_COLLECT CALL FUNCTION 'FI_MESSAGE_COLLECT' EXPORTING i_fimsg = t_fimsg i_xappn = 'X' EXCEPTIONS msgid_missing = 1 msgno_missing = 2 msgty_missing = 3 OTHERS = 4.

GET_PRINT_PARAM CALL FUNCTION 'GET_PRINT_PARAM' EXPORTING i_bname = sy-uname IMPORTING e_usr01 = usr01.

CLOSE_FORM CALL FUNCTION 'CLOSE_FORM' IMPORTING RESULT = itcpp TABLES otfdata = hotfdata EXCEPTIONS unopened = 3.

DISPLAY_OTF CALL FUNCTION 'DISPLAY_OTF' EXPORTING control = itcpp IMPORTING RESULT = itcpp TABLES otf = hotfdata EXCEPTIONS OTHERS = 1.

CORRESPONDENCE_POPUP_EMAIL CALL FUNCTION 'CORRESPONDENCE_POPUP_EMAIL' EXPORTING i_intad = finaa-intad IMPORTING e_answer = hanswer e_intad = finaa-intad EXCEPTIONS OTHERS = 1.

CONVERT_OTF_AND_ARCHIVE CALL FUNCTION 'CONVERT_OTF_AND_ARCHIVE' EXPORTING arc_p = h_archive_params arc_i = h_archive_index TABLES otf = hotfdata EXCEPTIONS OTHERS = 1.

FI_MESSAGE_COLLECT CALL FUNCTION 'FI_MESSAGE_COLLECT' EXPORTING i_fimsg = hs_fimsg EXCEPTIONS OTHERS = 4.

CONVERT_OTF CALL FUNCTION 'CONVERT_OTF' EXPORTING format = hformat * MAX_LINEWIDTH = 132 IMPORTING bin_filesize = doc_size bin_file = ld_binfile TABLES otf = hotfdata lines = htline EXCEPTIONS err_max_linewidth = 1 err_format = 2 err_conv_not_possible = 3 OTHERS = 4.

SO_OBJECT_SEND CALL FUNCTION 'SO_OBJECT_SEND' EXPORTING * EXTERN_ADDRESS = ' ' * FOLDER_ID = ' ' * FORWARDER = ' ' * OBJECT_FL_CHANGE = ' ' object_hd_change = x_object_hd_change * OBJECT_ID = ' ' object_type = document_type * OUTBOX_FLAG = ' ' * OWNER = FSABE-USRNAM * STORE_FLAG = ' ' * DELETE_FLAG = ' ' * SENDER = FSABE-USRNAM * CHECK_ALREADY_SENT = ' ' originator = horiginator originator_type = 'B' IMPORTING * OBJECT_ID_NEW = sent_to_all = x_sent_to_all TABLES objcont = x_objcont objhead = x_objhead * OBJPARA = * OBJPARB = receivers = x_receivers * PACKING_LIST = * ATT_CONT = * ATT_HEAD = * NOTE_TEXT = EXCEPTIONS active_user_not_exist = 1 communication_failure = 2 component_not_available = 3 folder_not_exist = 4 folder_no_authorization = 5 forwarder_not_exist = 6 note_not_exist = 7 object_not_exist = 8 object_not_sent = 9 object_no_authorization = 10 object_type_not_exist = 11 operation_no_authorization = 12 owner_not_exist = 13 parameter_error = 14 substitute_not_active = 15 substitute_not_defined = 16 system_failure = 17 too_much_receivers = 18 user_not_exist = 19 x_error = 20 OTHERS = 21.

CONVERT_OTF_AND_ARCHIVE CALL FUNCTION 'CONVERT_OTF_AND_ARCHIVE' " 1343362 EXPORTING arc_p = h_archive_params arc_i = h_archive_index TABLES otf = hotfdata EXCEPTIONS OTHERS = 1.

FI_MESSAGE_COLLECT CALL FUNCTION 'FI_MESSAGE_COLLECT' EXPORTING i_fimsg = h_fimsg EXCEPTIONS OTHERS = 4.




CLOSE_FORM CALL FUNCTION 'CLOSE_FORM' IMPORTING RESULT = itcpp EXCEPTIONS unopened = 3.

CURRENCY_GET_SUBSEQUENT CALL FUNCTION 'CURRENCY_GET_SUBSEQUENT' EXPORTING currency = cwaers process = xprocess date = idate bukrs = ibukrs IMPORTING currency_new = new_waers.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'BSID' TABLES dfies_tab = xdfies EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.

CURRENCY_DOCUMENT_CONVERT CALL FUNCTION 'CURRENCY_DOCUMENT_CONVERT' EXPORTING * RATE_TYPE = 'M' from_currency = iwaers to_currency = ewaers local_currency = ihwaer date = idate * RATE = conversion_mode = 'O' TABLES fieldlist = fieldlist_bsid * T_LINES = CHANGING line = cbsid EXCEPTIONS * FIELD_UNKNOWN = 1 * FIELD_NOT_AMOUNT = 2 * ERROR_IN_CONVERSION = 3 * ILLEGAL_PARAMETERS = 4 OTHERS = 5 .

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'BSIK' TABLES dfies_tab = xdfies EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.

CURRENCY_DOCUMENT_CONVERT CALL FUNCTION 'CURRENCY_DOCUMENT_CONVERT' EXPORTING * RATE_TYPE = 'M' from_currency = iwaers to_currency = ewaers local_currency = ihwaer date = idate * RATE = conversion_mode = 'O' TABLES fieldlist = fieldlist_bsik * T_LINES = CHANGING line = cbsik EXCEPTIONS * FIELD_UNKNOWN = 1 * FIELD_NOT_AMOUNT = 2 * ERROR_IN_CONVERSION = 3 * ILLEGAL_PARAMETERS = 4 OTHERS = 5 .

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'BSEG' TABLES dfies_tab = xdfies EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.

CURRENCY_DOCUMENT_CONVERT CALL FUNCTION 'CURRENCY_DOCUMENT_CONVERT' EXPORTING * RATE_TYPE = 'M' from_currency = iwaers to_currency = ewaers local_currency = ihwaer date = idate * RATE = conversion_mode = 'O' TABLES fieldlist = fieldlist_bseg * T_LINES = CHANGING line = cbseg EXCEPTIONS * FIELD_UNKNOWN = 1 * FIELD_NOT_AMOUNT = 2 * ERROR_IN_CONVERSION = 3 * ILLEGAL_PARAMETERS = 4 OTHERS = 5 .

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'BSET' TABLES dfies_tab = xdfies EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.

CURRENCY_DOCUMENT_CONVERT CALL FUNCTION 'CURRENCY_DOCUMENT_CONVERT' EXPORTING * RATE_TYPE = 'M' from_currency = iwaers to_currency = ewaers local_currency = ihwaer date = idate * RATE = conversion_mode = 'O' TABLES fieldlist = fieldlist_bset * T_LINES = CHANGING line = cbset EXCEPTIONS * FIELD_UNKNOWN = 1 * FIELD_NOT_AMOUNT = 2 * ERROR_IN_CONVERSION = 3 * ILLEGAL_PARAMETERS = 4 OTHERS = 5 .

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'RF140' TABLES dfies_tab = xdfies EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.

CURRENCY_DOCUMENT_CONVERT CALL FUNCTION 'CURRENCY_DOCUMENT_CONVERT' EXPORTING * RATE_TYPE = 'M' from_currency = iwaers to_currency = ewaers local_currency = ihwaer date = idate * RATE = conversion_mode = 'O' TABLES fieldlist = fieldlist_rf140 * T_LINES = CHANGING line = crf140 EXCEPTIONS * FIELD_UNKNOWN = 1 * FIELD_NOT_AMOUNT = 2 * ERROR_IN_CONVERSION = 3 * ILLEGAL_PARAMETERS = 4 OTHERS = 5 .

CONVERT_FOREIGN_TO_FOREIGN_CUR CALL FUNCTION 'CONVERT_FOREIGN_TO_FOREIGN_CUR' EXPORTING * CLIENT = SY-MANDT date = idate * TYPE_OF_RATE = 'M' from_amount = camnt from_currency = iwaers to_currency = ewaers local_currency = ihwaer conversion_mode = 'X' IMPORTING to_amount = camnt * EXCEPTIONS * NO_RATE_FOUND = 1 * OVERFLOW = 2 * NO_FACTORS_FOUND = 3 * NO_SPREAD_FOUND = 4 * DERIVED_2_TIMES = 5 * OTHERS = 6 .

CURRENCY_CHECK_FOR_PROCESS CALL FUNCTION 'CURRENCY_CHECK_FOR_PROCESS' EXPORTING process = hprocess IMPORTING all_bukrs = xalw_bukrs TABLES t_bukrs = alw_bukrs EXCEPTIONS process_not_maintained = 1 OTHERS = 2.

CURRENCY_CHECK_FOR_PROCESS CALL FUNCTION 'CURRENCY_CHECK_FOR_PROCESS' EXPORTING process = 'SAPF140' IMPORTING all_bukrs = xalw_bukrs TABLES t_bukrs = alw_bukrs EXCEPTIONS process_not_maintained = 1 OTHERS = 2.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'WITH_ITEM' TABLES dfies_tab = xdfies EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.

CURRENCY_DOCUMENT_CONVERT CALL FUNCTION 'CURRENCY_DOCUMENT_CONVERT' EXPORTING * RATE_TYPE = 'M' from_currency = iwaers to_currency = ewaers local_currency = ihwaer date = idate * RATE = conversion_mode = 'O' TABLES fieldlist = fieldlist_with_item * T_LINES = CHANGING line = cwith_item EXCEPTIONS * FIELD_UNKNOWN = 1 * FIELD_NOT_AMOUNT = 2 * ERROR_IN_CONVERSION = 3 * ILLEGAL_PARAMETERS = 4 OTHERS = 5 .

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'TCJ_POSITIONS' TABLES dfies_tab = xdfies EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.

CURRENCY_DOCUMENT_CONVERT CALL FUNCTION 'CURRENCY_DOCUMENT_CONVERT' EXPORTING * RATE_TYPE = 'M' from_currency = iwaers to_currency = ewaers local_currency = ihwaer date = idate * RATE = conversion_mode = 'O' TABLES fieldlist = fieldlist_tcj_p * T_LINES = CHANGING line = ctcj_positions EXCEPTIONS * FIELD_UNKNOWN = 1 * FIELD_NOT_AMOUNT = 2 * ERROR_IN_CONVERSION = 3 * ILLEGAL_PARAMETERS = 4 OTHERS = 5 .

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'TCJ_DOCUMENTS' TABLES dfies_tab = xdfies EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.

CURRENCY_DOCUMENT_CONVERT CALL FUNCTION 'CURRENCY_DOCUMENT_CONVERT' EXPORTING * RATE_TYPE = 'M' from_currency = iwaers to_currency = ewaers local_currency = ihwaer date = idate * RATE = conversion_mode = 'O' TABLES fieldlist = fieldlist_tcj_d * T_LINES = CHANGING line = ctcj_documents EXCEPTIONS * FIELD_UNKNOWN = 1 * FIELD_NOT_AMOUNT = 2 * ERROR_IN_CONVERSION = 3 * ILLEGAL_PARAMETERS = 4 OTHERS = 5 .

FP_JOB_OPEN CALL FUNCTION 'FP_JOB_OPEN' CHANGING ie_outputparams = Gs_outputparams "1636232 EXCEPTIONS cancel = 1 usage_error = 2 system_error = 3 internal_error = 4 OTHERS = 5.

/1BCDWB/SM00000474 CALL FUNCTION save_fm_name " '/1BCDWB/SM00000474' EXPORTING /1BCDWB/DOCPARAMS = gs_docparams GS_ADDRESS = gs_address_pdf GS_INFO_PDF_T = gs_info_pdf_t GS_IDES_FORM_PDF_T = gs_ides_form_pdf_t GS_DKAD2_PDF = gs_dkad2_pdf GS_TOTAL = ztotal_t * IMPORTING * /1BCDWB/FORMOUTPUT = * EXCEPTIONS * USAGE_ERROR = 1 * SYSTEM_ERROR = 2 * INTERNAL_ERROR = 3 * OTHERS = 4 .

FP_JOB_CLOSE CALL FUNCTION 'FP_JOB_CLOSE' IMPORTING e_result = fp_joboutput EXCEPTIONS usage_error = 1 system_error = 2 internal_error = 3 OTHERS = 4.

FI_SEND_PDF_IN_BUNDLE Call function 'FI_SEND_PDF_IN_BUNDLE' "1636232 exporting Ib_send = 'Y' "1636232 tables Et_messages = Lt_messages. "1636232

FI_CHECK_FAX_MAIL_OPTIONS Call function 'FI_CHECK_FAX_MAIL_OPTIONS' "1636232 exporting Ib_bundling = 'X' "1636232 importing Ed_device = Htddevice "1636232 Eb_send = Gb_send "1636232 Eb_archive = Gb_archive "1636232 tables It_mail_recip = Gt_mail_recip "1636232 It_fax_recip = Gt_fax_recip "1636232 changing Cs_params = P_outputparams. "1636232

READ_TEXT CALL FUNCTION 'READ_TEXT' EXPORTING object = 'TEXT' id = 'FIKO' name = ld_name language = id_langu IMPORTING header = ld_header TABLES lines = ld_lines EXCEPTIONS not_found = 1 OTHERS = 2.

READ_TEXT CALL FUNCTION 'READ_TEXT' EXPORTING object = 'TEXT' id = 'FIKO' name = ld_name language = sy-langu IMPORTING header = ld_header TABLES lines = ld_lines EXCEPTIONS not_found = 1 OTHERS = 2.

READ_TEXT CALL FUNCTION 'READ_TEXT' EXPORTING object = 'TEXT' id = 'FIKO' name = ld_name language = selections-tdspras IMPORTING header = ld_header TABLES lines = ld_lines EXCEPTIONS not_found = 1 OTHERS = 2.

SX_INTERNET_ADDRESS_TO_NORMAL Call function 'SX_INTERNET_ADDRESS_TO_NORMAL' "1640757 exporting Address_unstruct = Ls_tmp "1640757 importing Address_normal = Ls_tmp "1640757 exceptions Error_address = 2 "1640757 Error_group_address = 3. "1640757

CONVERT_ITF_TO_ASCII CALL FUNCTION 'CONVERT_ITF_TO_ASCII' EXPORTING Tabletype = 'BIN' IMPORTING X_DATATAB = ltxt_tdtab_x256 TABLES itf_lines = it_lines EXCEPTIONS invalid_tabletype = 1 OTHERS = 2.

CONVERT_OTF CALL FUNCTION 'CONVERT_OTF' EXPORTING FORMAT = ld_hformat IMPORTING bin_filesize = doc_size bin_file = ld_binfile TABLES otf = lt_hotfdata LINES = htline EXCEPTIONS err_max_linewidth = 1 err_format = 2 err_conv_not_possible = 3 OTHERS = 4.

FI_GET_FAX_MAIL_RECEIVERS Call function 'FI_GET_FAX_MAIL_RECEIVERS' exporting Id_faxnr = Ld_faxnr Id_land1 = Finaa-Tdteleland Id_mailadr = Finaa-Intad tables Ct_mail_recip = Gt_mail_recip Ct_fax_recip = Gt_fax_recip exceptions No_data = 1.

FI_SEND_PDF_IN_BUNDLE Call function 'FI_SEND_PDF_IN_BUNDLE' exporting Ib_send = Gb_send Ib_archive = Gb_archive Id_device = Htddevice Id_t001_adrnr = Gs_address_pdf-Adrnr Id_sender = Gd_sender Id_sender_type = Gd_sender_type Is_fsabe = Fsabe Is_receiver = Dkadr Is_outputparams = Gs_outputparams Id_langu = Language Id_mail_text = Finaa-Mail_body_text Id_fax_cover = Finaa-Formc Is_t047i = Ls_t047i Ib_outbox = Finaa-Mail_outbox_link Id_priority = Finaa-Mail_importance Id_sensitivity = Finaa-Mail_sensitivity Id_mail_status = Finaa-Mail_status_attr "1745760 importing Es_error = Ls_message tables It_mail_receivers = Gt_mail_recip It_fax_receivers = Gt_fax_recip It_dara = It_daratab Et_messages = Lt_messages.

FI_PROC_CURR_CHANGE_ACTIVE CALL FUNCTION 'FI_PROC_CURR_CHANGE_ACTIVE' IMPORTING E_ACTIVE = cv_pcccheck EXCEPTIONS NOT_ACTIVE = 1 ERROR_OCCURRED = 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 RFKORI90 or its description.