SAP Reports / Programs

FMCA_CONFIRMATION_LETTER_LIB SAP ABAP Report - FMCACONFIRMATIONLETTERLIB







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

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:

FMCA_FPF_HIS_SELECT CALL FUNCTION 'FMCA_FPF_HIS_SELECT' EXPORTING iv_return_id = xt_coh-data1 iv_ertsp = lv_timestamp IMPORTING et_fpf_his = lt_fpf_his.

FMCA_TAX_OBLIGATION_SELECT CALL FUNCTION 'FMCA_TAX_OBLIGATION_SELECT' EXPORTING iv_gpart = x_fpf_his-gpart iv_psobkey = x_fpf_his-psobkey iv_abtyp = lv_abtyp iv_persl_from = lv_persl_from iv_persl_to = lv_persl_to * IV_DATE_FROM = * IV_DATE_TO = CHANGING et_tax_obligation = lt_taxobl EXCEPTIONS invalid_input = 1 error_occurred = 2 OTHERS = 3.

FMCA_DPSOB_READ CALL FUNCTION 'FMCA_DPSOB_READ' EXPORTING i_psobkey = x_fpf_his-psobkey IMPORTING e_dpsob = ls_dpsob EXCEPTIONS not_found = 1 invalid_input = 2 OTHERS = 3.

BUP_PARTNER_GET CALL FUNCTION 'BUP_PARTNER_GET' EXPORTING i_partner = x_fpf_his-gpart IMPORTING e_but000 = ls_bus000 e_but000_int = ls_bus000_int e_but000_validity = ls_bus000_validity EXCEPTIONS partner_not_found = 1 OTHERS = 4.

FMCA_RETURN_READ CALL FUNCTION 'FMCA_RETURN_READ' EXPORTING i_return_id = x_coh-data1 IMPORTING et_return = lt_header et_messages = lt_msg EXCEPTIONS return_not_found = 1 registration_not_found = 2 form_not_found = 3 input_error = 4 no_auth = 5 return_not_unique = 6 registration_not_unique = 7 OTHERS = 8.

FMCA_RETURN_READ CALL FUNCTION 'FMCA_RETURN_READ' EXPORTING i_return_id = x_header-return_id IMPORTING et_forms = lt_form et_formdata = lt_form_field_data et_messages = lt_msg EXCEPTIONS return_not_found = 1 registration_not_found = 2 form_not_found = 3 input_error = 4 no_auth = 5 return_not_unique = 6 registration_not_unique = 7 OTHERS = 8.

FMCA_FPF_FORMDATA_MERGE CALL FUNCTION 'FMCA_FPF_FORMDATA_MERGE' EXPORTING it_form = lt_form it_form_field_data = lt_form_field_data IMPORTING et_form_data = lt_formdata.

FKK_ACCOUNT_READ CALL FUNCTION 'FKK_ACCOUNT_READ' EXPORTING i_vkont = x_fpf_his-vkont IMPORTING e_fkkvk = ls_fkkvk EXCEPTIONS not_found = 1 foreign_lock = 2 not_valid = 3 OTHERS = 4.

FMCA_DPSOB_BP_ACC_READ CALL FUNCTION 'FMCA_DPSOB_BP_ACC_READ' EXPORTING i_psobkey = x_fpf_his-psobkey i_partner = x_fpf_his-gpart i_partneracctyp = ls_fkkvk-vktyp IMPORTING e_dpsob_bp_acc = ls_dpsob_bp_acc EXCEPTIONS not_found = 1 invalid_input = 2 OTHERS = 3.

BUB_RELATION_GET CALL FUNCTION 'BUB_RELATION_GET' EXPORTING i_partner1 = x_fpf_his-gpart i_partner2 = lv_partner i_date_to = lv_dateto i_date_from = lv_datefrom i_reltyp = lv_reltyp i_xrf = ' ' i_dftval = lv_dftval IMPORTING e_relation = ls_but050 EXCEPTIONS relation_not_found = 1 wrong_parameters = 2 OTHERS = 3.



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