FMCABILLI is a standard Executable ABAP Report 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 FMCABILLI into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FMCABILLI - Object-Based Tax Billing
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.
Selection Text: XSINV = D .
Selection Text: XSDOC = D .
Selection Text: VTREF = D .
Selection Text: SUBAP = D .
Selection Text: NOPRN = D .
Selection Text: NOINV = D .
Selection Text: INV = D .
Selection Text: DOC = D .
Selection Text: DATE = D .
Selection Text: ADJST = D .
Selection Text: ABTYP = D .
Selection Text: XSIMU = Simulation Run
Selection Text: VKONT = Contract Account
Selection Text: TRC = Display BRF Trace
Selection Text: TAXST = Assessment Printout
Selection Text: PRSIM = Simulate Assessment Printout
Selection Text: PERSL = Period Key
Selection Text: PDF = PDF Document of Assessment
Selection Text: MSG = Display Messages
Selection Text: GPART = Business Partner
Selection Text: DSP = Display Document
Title: Create Billing Documents for Object-Based Tax
Text Symbol: F50 = Run Control
Text Symbol: F40 = Output Options
Text Symbol: F30 = Assessment Printout
Text Symbol: F20 = Invoicing
Text Symbol: F10 = Billing
Text Symbol: F01 = Selection Details
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FKK_BUPA_READ_SINGLE CALL FUNCTION 'FKK_BUPA_READ_SINGLE' EXPORTING i_partner = gpart EXCEPTIONS partner_not_found = 1 partner_in_role_not_found = 2.
FKK_ACCOUNT_READ CALL FUNCTION 'FKK_ACCOUNT_READ' EXPORTING i_vkont = vkont i_gpart = gpart IMPORTING e_fkkvk = l_fkkvk e_fkkvkp = l_fkkvkp EXCEPTIONS OTHERS = 1.
FMCA_DPSOB_READ CALL FUNCTION 'FMCA_DPSOB_READ' EXPORTING i_psobkey = vtref i_valdt = sy-datlo i_bypass_buffer = space EXCEPTIONS not_found = 1 invalid_input = 2 OTHERS = 3.
FMCA_DPSOBBPACC_PARTNER_SELECT CALL FUNCTION 'FMCA_DPSOBBPACC_PARTNER_SELECT' EXPORTING i_partner = gpart i_partneracc = vkont TABLES t_dpsob_bp_acc = lt_dpsob_bp_acc t_dpsob = lt_dpsob EXCEPTIONS not_found = 1 invalid_input = 2 OTHERS = 3.
FMCA_REVTYPE_READ CALL FUNCTION 'FMCA_REVTYPE_READ' EXPORTING i_xobtax_only = 'X' IMPORTING et_fmca_revtype = lt_tfmca_revtype EXCEPTIONS not_found = 1 invalid_input = 2 OTHERS = 3.
FMCA_TFKPERIOD_READ CALL FUNCTION 'FMCA_TFKPERIOD_READ' EXPORTING i_persl = persl-low IMPORTING e_tfkperiod = lv_tfkperiod.
FMCA_TFKPERIOD_READ CALL FUNCTION 'FMCA_TFKPERIOD_READ' EXPORTING i_persl = persl-high IMPORTING e_tfkperiod = lv_tfkperiod.
FMCA_POBB_FPP_LOGIC CALL FUNCTION 'FMCA_POBB_FPP_LOGIC' EXPORTING is_standard = l_standard i_simulation = xsimu irt_revtype = lrt_revtype irt_persl = lrt_persl it_fkkvk = lt_fkkvk it_fkkvkp = lt_fkkvkp it_dpsob = lt_dpsob it_dpsob_bp_acc = lt_dpsob_bp_acc IMPORTING et_billdocnumber = lt_billdocnumber et_return = lt_return e_trc = l_trc.
FKK_INV_BILLDOC_DISP CALL FUNCTION 'FKK_INV_BILLDOC_DISP' EXPORTING x_billdoc_tab = lt_billdoc_tab EXCEPTIONS OTHERS = 1.
BRF_TRACE_DISPLAY CALL FUNCTION 'BRF_TRACE_DISPLAY'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FMCABILLI - Create Billing Documents for Object-Based Tax FMCABILLI - Create Billing Documents for Object-Based Tax FMCA1101 - WIS: Condition if Single Step FMCA1100 - WIS: Condition, if Single Step in a Process FMBS_OUTPUT_PROTOCOL_TYPES - Include FMBS_OUTPUT_PROTOCOL_TYPES FMBS_OUTPUT_PROTOCOL_TOP - Include FMBS_OUTPUT_PROTOCOL_TOP