SAP Reports / Programs | Financial Accounting | Localization(FI-LOC) SAP FI

RFIDCN_PLACCT_FWD_F01 SAP ABAP INCLUDE - Include RFIDCN_PLACCT_FWD_F01







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


INCLUDES used within this REPORT RFIDCN_PLACCT_FWD_F01

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:

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = l_icon info = l_text IMPORTING result = -status EXCEPTIONS OTHERS = 1.

ENQUEUE_BDC_QID CALL FUNCTION 'ENQUEUE_BDC_QID' EXPORTING datatyp = -datatyp groupid = -groupid qid = -qid EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_red_light info = 'Error'(037) IMPORTING result = -next_action EXCEPTIONS OTHERS = 1.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_green_light info = 'OK'(038) IMPORTING result = -next_action EXCEPTIONS OTHERS = 1.

BDC_OBJECT_READ CALL FUNCTION 'BDC_OBJECT_READ' EXPORTING queue_id = ls_old_map-qid TABLES dynprotab = lt_dynprotab EXCEPTIONS not_found = 1 system_failure = 2 invalid_datatype = 3 OTHERS = 4.

CONVERSION_EXIT_GLEXT_INPUT CALL FUNCTION 'CONVERSION_EXIT_GLEXT_INPUT' "#EC EXISTS EXPORTING "#EC EXISTS INPUT = ip_field_value "#EC EXISTS IMPORTING "#EC EXISTS OUTPUT = l_saknr. "#EC EXISTS

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING INPUT = ip_field_value IMPORTING OUTPUT = ip_field_value(10).

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING INPUT = ip_field_value IMPORTING OUTPUT = ip_field_value(l_len).

CONVERT_DATE_TO_INTERNAL CALL FUNCTION 'CONVERT_DATE_TO_INTERNAL' EXPORTING date_external = ip_field_value IMPORTING date_internal = cv_field EXCEPTIONS date_external_is_invalid = 1 OTHERS = 2.

CONVERT_STRING_TO_INTEGER CALL FUNCTION 'CONVERT_STRING_TO_INTEGER' EXPORTING p_string = ip_field_value IMPORTING p_int = l_integer EXCEPTIONS overflow = 1 invalid_chars = 2 OTHERS = 3.

FI_PERIOD_DETERMINE CALL FUNCTION 'FI_PERIOD_DETERMINE' EXPORTING i_budat = ls_fi_document-bkpf-budat i_bukrs = ls_fi_document-bkpf-bukrs IMPORTING e_gjahr = l_year e_monat = l_month EXCEPTIONS fiscal_year = 1 period = 2 period_version = 3 posting_period = 4 special_period = 5 version = 6 posting_date = 7 OTHERS = 8.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_red_light info = 'Error'(037) IMPORTING result = -next_action EXCEPTIONS OTHERS = 1.

DEQUEUE_BDC_QID CALL FUNCTION 'DEQUEUE_BDC_QID' EXPORTING datatyp = -datatyp groupid = -groupid qid = -qid.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_yellow_light info = 'Warrning'(041) IMPORTING result = -next_action EXCEPTIONS OTHERS = 1.

FI_POSTING_KEY_DATA CALL FUNCTION 'FI_POSTING_KEY_DATA' EXPORTING i_bschl = ls_bseg-bschl IMPORTING e_tbsl = ls_tbsl.

IDCN_GLACC_TEXT_GET CALL FUNCTION 'IDCN_GLACC_TEXT_GET' EXPORTING kontenplan = cs_g_structure-t001_str-ktopl sachkonto = ls_old_posting-credit_hkont sprache = sy-langu dfrom = sy-datum IMPORTING txt20 = ls_old_posting-credit_txt20_skat EXCEPTIONS not_maintained = 1 OTHERS = 2.

IDCN_GLACC_TEXT_GET CALL FUNCTION 'IDCN_GLACC_TEXT_GET' EXPORTING kontenplan = cs_g_structure-t001_str-ktopl sachkonto = ls_old_posting-debit_hkont sprache = sy-langu dfrom = sy-datum IMPORTING txt20 = ls_old_posting-debit_txt20_skat EXCEPTIONS not_maintained = 1 OTHERS = 2.

FI_POSTING_KEY_DATA CALL FUNCTION 'FI_POSTING_KEY_DATA' EXPORTING i_bschl = is_bseg-bschl IMPORTING e_tbsl = ls_tbsl.

IDCN_GLACC_TEXT_GET





CALL FUNCTION 'IDCN_GLACC_TEXT_GET' EXPORTING kontenplan = cs_g_structure-t001_str-ktopl sachkonto = cs_debit_credit-credit_hkont sprache = sy-langu dfrom = sy-datum IMPORTING txt20 = cs_debit_credit-credit_txt20_skat EXCEPTIONS not_maintained = 1 OTHERS = 2.

IDCN_GLACC_TEXT_GET CALL FUNCTION 'IDCN_GLACC_TEXT_GET' EXPORTING kontenplan = cs_g_structure-t001_str-ktopl sachkonto = cs_debit_credit-debit_hkont sprache = sy-langu dfrom = sy-datum IMPORTING txt20 = cs_debit_credit-debit_txt20_skat EXCEPTIONS not_maintained = 1 OTHERS = 2.

CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING date = ls_cline_item-budat foreign_amount = ls_cline_item-historic_wrbtr foreign_currency = ls_cline_item-waers local_currency = -waers IMPORTING local_amount = l_local_wrbtr EXCEPTIONS no_rate_found = 1 overflow = 2 no_factors_found = 3 no_spread_found = 4 derived_2_times = 5 OTHERS = 6.

CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING date = ls_cline_item-budat foreign_amount = ls_cline_item-cumulative_wrbtr foreign_currency = ls_cline_item-waers local_currency = -waers IMPORTING local_amount = l_local_wrbtr EXCEPTIONS no_rate_found = 1 overflow = 2 no_factors_found = 3 no_spread_found = 4 derived_2_times = 5 OTHERS = 6.



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