SAP Reports / Programs | Public Sector Contract Accounts Receivable and Payable | Public Sector Contract Accounts Receivable and Payable | Public Sector Contract Accounts Receivable and Payable(IS-PS-CA) SAP IS

FMCA_RETURN_CREATE_TOP SAP ABAP INCLUDE - FMCARETURNCREATETOP







FMCA_RETURN_CREATE_TOP 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 FMCA_RETURN_CREATE_TOP 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 FMCA_RETURN_CREATE_TOP. "Basic submit
SUBMIT FMCA_RETURN_CREATE_TOP AND RETURN. "Return to original report after report execution complete
SUBMIT FMCA_RETURN_CREATE_TOP VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT FMCA_RETURN_CREATE_TOP

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:

FKK_BUPA_READ_SINGLE CALL FUNCTION 'FKK_BUPA_READ_SINGLE' EXPORTING i_partner = lv_gpart EXCEPTIONS partner_not_found = 1 partner_in_role_not_found = 2.

FKK_ACCOUNT_READ CALL FUNCTION 'FKK_ACCOUNT_READ' EXPORTING i_vkont = lv_vkont i_gpart = lv_gpart IMPORTING e_fkkvk = lv_fkkvk e_fkkvkp = lv_fkkvkp EXCEPTIONS OTHERS = 1.

FMCA_DPSOB_READ CALL FUNCTION 'FMCA_DPSOB_READ' EXPORTING i_psobkey = lv_psobkey 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 = lv_gpart i_partneracc = lv_vkont TABLES t_dpsob_bp_acc = lt_dpsob_bp_acc t_dpsob = lt_dpsob EXCEPTIONS not_found = 1 invalid_input = 2 OTHERS = 3.

FKK_BUPA_READ_SINGLE CALL FUNCTION 'FKK_BUPA_READ_SINGLE' EXPORTING i_partner = lv_gpart EXCEPTIONS partner_not_found = 1 partner_in_role_not_found = 2.

FKK_ACCOUNT_READ CALL FUNCTION 'FKK_ACCOUNT_READ' EXPORTING i_vkont = lv_vkont i_gpart = lv_gpart IMPORTING e_fkkvk = lv_fkkvk e_fkkvkp = lv_fkkvkp EXCEPTIONS OTHERS = 1.

FMCA_DPSOB_READ CALL FUNCTION 'FMCA_DPSOB_READ' EXPORTING i_psobkey = lv_psobkey 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 = lv_gpart i_partneracc = lv_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_xfbtax_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 = lv_persl IMPORTING e_tfkperiod = lv_tfkperiod.

FKK_BUPA_READ_SINGLE CALL FUNCTION 'FKK_BUPA_READ_SINGLE' EXPORTING i_partner = lv_gpart EXCEPTIONS partner_not_found = 1 partner_in_role_not_found = 2.

FKKDMS_READ_CUSTOMIZING CALL FUNCTION 'FKKDMS_READ_CUSTOMIZING' EXPORTING iv_inpch = lv_inpc IMPORTING es_tfk068ft = ls_ictext EXCEPTIONS not_found = 1 invalid_parameters = 2 OTHERS = 3.

ISR_CUST_SCENARIO_GET CALL FUNCTION 'ISR_CUST_SCENARIO_GET' EXPORTING id_scenario = lv_formfield_temp-scenario id_version = lv_formfield_temp-scenario_version IMPORTING es_qisrscenario = lv_isrscenario.

SYSTEM_UUID_C_CREATE CALL FUNCTION 'SYSTEM_UUID_C_CREATE' IMPORTING uuid = lv_form-case_guid.

FMCA_RETURN_CREATE CALL FUNCTION 'FMCA_RETURN_CREATE' EXPORTING i_return_id = lv_return-return_id i_abtyp = lv_return-revenue_type i_apply_from = lv_return-apply_from i_period = lv_return-period_key i_taxpayer = lv_return-taxpayer i_account = lv_return-account i_reg_id = lv_return-reg_id i_reg_type = lv_return-reg_type it_return = it_return[] it_forms = lt_forms it_formdata = lt_formdata *IMPORTING * E_RETURN_ID = * ET_RETURN = EXCEPTIONS * TAXPAYER_NOT_FOUND = 1 * ACCOUNT_NOT_FOUND = 2 * REGID_NOT_FOUND = 3 * ABTYP_NOT_FOUND = 4 * WF_ERROR = 5 * INVALID_PERIOD = 6 * RETURN_EXISTS_ALREADY = 7 * POBJ_CREATION_FAILED = 8 * INTERNAL_ERROR = 9 OTHERS = 10 .

FMCA_TRM_WI_CREATE CALL FUNCTION 'FMCA_TRM_WI_CREATE' EXPORTING i_return = lv_return_db i_commit = 'X' EXCEPTIONS OTHERS = 2.

SCROLLING_IN_TABLE CALL FUNCTION 'SCROLLING_IN_TABLE' EXPORTING entry_act = -top_line entry_from = 1 entry_to = -lines last_page_full = 'X' loops = ok_code = p_ok overlapping = 'X' IMPORTING entry_new = l_tc_new_top_line EXCEPTIONS * NO_ENTRY_OR_PAGE_ACT = 01 * NO_ENTRY_TO = 02 * NO_OK_CODE_OR_PAGE_GO = 03 OTHERS = 0.



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