RFIDCFM_BR_TAXFUNDS_ME_FORMS 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 RFIDCFM_BR_TAXFUNDS_ME_FORMS 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FIMA_DAYS_BETWEEN_TWO_DATES CALL FUNCTION 'FIMA_DAYS_BETWEEN_TWO_DATES' EXPORTING I_DATUM_VON = p_from I_DATUM_BIS = p_to I_STGMETH = p_meth IMPORTING E_TAGE = lv_days.
DATE_CONVERT_TO_WORKINGDAY CALL FUNCTION 'DATE_CONVERT_TO_WORKINGDAY' EXPORTING DATE = lv_rev_date DIRECTION = '+' IMPORTING WORKINGDAY = lv_rev_date TABLES FACTORY_CALENDARS = gt_cal .
POSTING_INTERFACE_DOCUMENT call function 'POSTING_INTERFACE_DOCUMENT' EXPORTING i_tcode = p_tcode IMPORTING e_msgid = msgid e_msgno = msgno e_msgty = msgty e_msgv1 = msgv1 e_msgv2 = msgv2 e_msgv3 = msgv3 e_msgv4 = msgv4 e_subrc = subrc TABLES t_blntab = xblntab t_ftpost = ftpost t_fttax = fttax.
POSTING_INTERFACE_START call function 'POSTING_INTERFACE_START' EXPORTING i_function = function i_mode = 'N' i_update = 'S' i_user = usnam EXCEPTIONS client_incorrect = 1 function_invalid = 2 group_name_missing = 3 mode_invalid = 4 update_invalid = 5 others = 6.
POSTING_INTERFACE_REVERSE_DOC CALL FUNCTION 'POSTING_INTERFACE_REVERSE_DOC' EXPORTING I_BELNS = pv_belnr I_BUDAT = lv_date I_BUKRS = pv_bukrs * I_GJAHS = ' ' * I_MONAT = ' ' I_TCODE = lv_tcode * I_VOIDR = ' ' I_STGRD = p_stgrd * I_NO_AUTH = ' ' IMPORTING E_MSGID = msgid E_MSGNO = msgno E_MSGTY = msgty E_MSGV1 = msgv1 E_MSGV2 = msgv2 E_MSGV3 = msgv3 E_MSGV4 = msgv4 E_SUBRC = subrc TABLES T_BLNTAB = xblntab EXCEPTIONS TRANSACTION_CODE_INVALID = 1 NO_AUTHORIZATION = 2 OTHERS = 3 .
DATE_CONVERT_TO_WORKINGDAY CALL FUNCTION 'DATE_CONVERT_TO_WORKINGDAY' EXPORTING DATE = lv_rev_date DIRECTION = '+' IMPORTING WORKINGDAY = lv_rev_date TABLES FACTORY_CALENDARS = gt_cal .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFIDCFM_BR_TAXFUNDS_ME_FORMS - RFIDCFMBRTAXFUNDSMEFORMS RFIDCFM_BR_TAXFUNDS_ME - Month-End Tax Calculation for Funds (Brazil) RFIDCFM_BR_TAXFUNDS_ME - Month-End Tax Calculation for Funds (Brazil) RFIDCFM_BR_TAXFUNDS_ALV - IBIP: Check dataset exists on remote server RFIDCFM_BR_SWAP_TAX_TOP - Include RFIDCFM_BR_SWAP_TAX_TOP RFIDCFM_BR_SWAP_TAX_SEL_SCREEN - Include RFIDCFM_BR_SWAP_TAX_SEL_SCREEN