SAP Reports / Programs

FMCA_PARTNER_CUSTOMER_MAINTAIN SAP ABAP Report - Business Partner Maintenance: Contract Partner and Customer







FMCA_PARTNER_CUSTOMER_MAINTAIN is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Does not need documentation -> documentation via SAP-Library ..see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter FMCA_PARTNER_CUSTOMER_MAINTAIN into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

BP_FMCA_CUSTOMER - Maintain Contract Partner/Customer


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


Text pool values


Selection Text: P_ACTIV = D Activity Category
Selection Text: P_BP = D Business Partner
Selection Text: P_GROUP = D Grouping
Selection Text: P_LOCAT = Display Locator?
Selection Text: P_ROLE = D BP Role
Selection Text: P_TYPE = D Business Partner Category
Selection Text: P_XACTIV = No Change of Activity?
Selection Text: P_XROLE = No Change of BP Role?
Title: Business Partner Maintenance: Contract Partner and Customer


INCLUDES used within this REPORT FMCA_PARTNER_CUSTOMER_MAINTAIN

INCLUDE ICONFMCA_BDT.


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:

NUMBER_GET_INFO CALL FUNCTION 'NUMBER_GET_INFO' EXPORTING nr_range_nr = lv_tb001-nrrng object = lc_nr_bp IMPORTING interval = lv_nriv EXCEPTIONS interval_not_found = 1 object_not_found = 2 OTHERS = 3.

FMCA_PARTNER_MAINTAIN_NEW_UI CALL FUNCTION 'FMCA_PARTNER_MAINTAIN_NEW_UI' EXPORTING iv_partner = p_bp iv_role = lv_role iv_type = p_type iv_group = lv_group_for_dki iv_activity = p_activ iv_save_mode = 'X' iv_dialog_mode = space iv_sub_header_id = 'BUP001' * IV_DYNID = * IT_FIELD_VALUES = iv_no_navigation = space iv_no_role_switch = p_xrole iv_no_activity_switch = p_xactiv iv_no_dialog = space iv_group_selection = 'X' iv_locator_visible = p_locat * IMPORTING * EV_DATA_CHANGED = * EV_PARTNER_HANDLE = EXCEPTIONS error_occurred = 1 OTHERS = 2.

FMCA_PARTNER_MAINTAIN_NEW_UI CALL FUNCTION 'FMCA_PARTNER_MAINTAIN_NEW_UI' EXPORTING iv_partner = p_bp iv_role = lv_role * IV_TYPE = P_TYPE * IV_GROUP = P_GROUP iv_activity = p_activ iv_save_mode = 'X' iv_dialog_mode = space iv_sub_header_id = 'BUP001' * IV_DYNID = * IT_FIELD_VALUES = iv_no_navigation = space iv_no_role_switch = p_xrole iv_no_activity_switch = p_xactiv iv_no_dialog = space iv_group_selection = 'X' iv_locator_visible = p_locat * IMPORTING * EV_DATA_CHANGED = * EV_PARTNER_HANDLE = EXCEPTIONS error_occurred = 1 OTHERS = 2.



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