RFIDCN_PLACCT_FWD_F06 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_F06 into the relevant SAP transactions such as SE38 or SE80
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.
Title: Include RFIDCN_PLACCT_FWD_F06
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CONVERT_DATE_TO_EXTERNAL CALL FUNCTION 'CONVERT_DATE_TO_EXTERNAL' EXPORTING date_internal = lv_date IMPORTING date_external = l_date_external EXCEPTIONS date_internal_is_invalid = 1 OTHERS = 2.
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.
IDCN_ZJFASSIGN_COSTC_2_BUSA CALL FUNCTION 'IDCN_ZJFASSIGN_COSTC_2_BUSA' EXPORTING im_bukrs = ip_bukrs IMPORTING ex_return = lv_return CHANGING ct_costc_2_busa = ct_costc_2_busa.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = lv_icon_name text = 'Assign CC to BusA'(b01) info = 'Assign Cost Center to Business Area'(b02) IMPORTING result = cv_button_string EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFIDCN_PLACCT_FWD_F06 - Include RFIDCN_PLACCT_FWD_F06 RFIDCN_PLACCT_FWD_F05 - Include RFIDCN_PLACCT_FWD_F05 RFIDCN_PLACCT_FWD_F04 - Include RFIDCN_PLACCT_FWD_F04 RFIDCN_PLACCT_FWD_F03 - Include RFIDCN_PLACCT_FWD_F03 RFIDCN_PLACCT_FWD_F02 - Include RFIDCN_PLACCT_FWD_F02: ALV Subrutines RFIDCN_PLACCT_FWD_F01 - Include RFIDCN_PLACCT_FWD_F01