SAP Reports / Programs | Supplier Relationship Management | Enterprise Buyer | Enterprise/Business Partner Management(SRM-EBP-ADM) SAP SRM

BBP_ATTR_IF_BUPA SAP ABAP dialog Program - Program RHBUPA00 - Interface PD-Org - Business Partner







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


Text pool values


Title: Program RHBUPA00 - Interface PD-Org - Business Partner


INCLUDES used within this REPORT BBP_ATTR_IF_BUPA

INCLUDE MPH5ATOP.
INCLUDE MPHFCOD0.
INCLUDE RHHRSDAT.
INCLUDE RHBUPATOP.


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:

BUP_PARTNER_CHECK_MACO CALL FUNCTION 'BUP_PARTNER_CHECK_MACO' EXPORTING * i_partner_maco = bup_maco "XMK 08012001 i_partner_maco = bup_part_id CHANGING e_partner = bup_objid EXCEPTIONS no_partner_found = 1 several_partners_found = 2 OTHERS = 3.

BUP_PARTNER_IN_INTERVAL_GET CALL FUNCTION 'BUP_PARTNER_IN_INTERVAL_GET' TABLES t_intervals = bup_range t_partner = i_bupaexst EXCEPTIONS no_partner_found = 1 OTHERS = 2.

BBP_OM_STRUC_AUTH_BUPA CALL FUNCTION 'BBP_OM_STRUC_AUTH_BUPA' CHANGING ct_partners = lt_bupas.

BUPA_ACT_ANALYZE_FOR_BAPI CALL FUNCTION 'BUPA_ACT_ANALYZE_FOR_BAPI' EXPORTING * IV_PARTNER_GUID = iv_bp_number = lv_partner iv_activity = gc_activity_chan * IV_RESET_BUFFER = ' ' IMPORTING ev_result_type = lv_result_type * EV_SUCCESSOR = TABLES ct_results = lt_results.

RH_DETERMINE_ORG_OBJID CALL FUNCTION 'RH_DETERMINE_ORG_OBJID' EXPORTING org_object_type = $bupa_otype act_plvar = plvar f4_mode = $cross IMPORTING org_object_objid = bup_realo EXCEPTIONS OTHERS = 1.

BUP_PARTNER_FILL_TAB CALL FUNCTION 'BUP_PARTNER_FILL_TAB' EXPORTING i_partner_maco = l_bup_part_id "XMK 08012001 TABLES t_partner = bupa_temp EXCEPTIONS no_partner_found = 1 OTHERS = 2.

BBP_OM_STRUC_AUTH_BUPA CALL FUNCTION 'BBP_OM_STRUC_AUTH_BUPA' CHANGING ct_partners = lt_bupas.

BUP_PARTNER_MAINTAIN * CALL FUNCTION 'BUP_PARTNER_MAINTAIN' * EXPORTING * i_aktyp = aktyp * i_xinit = ' ' ** I_XSAVE = 'X' ** I_XUPDTASK = 'X' ** I_APPLI = ** IMPORTING ** E_STATE = ** E_STATE_FCODE = ** E_HANDLE = * TABLES * t_rltyp = rltyp ** T_RLTGR = * t_fldvl = fldvl * t_scrsel = scrsel * .

RH_USER_NAME_READ * CALL FUNCTION 'RH_USER_NAME_READ' * TABLES * user_tab = user_tab * EXCEPTIONS * OTHERS = 0.

BUP_PARTNER_CHECK CALL FUNCTION 'BUP_PARTNER_CHECK' EXPORTING i_partner = bp_name EXCEPTIONS partner_not_found = 1 OTHERS = 2.

BBP_OM_STRUC_AUTH_BUPA CALL FUNCTION 'BBP_OM_STRUC_AUTH_BUPA' CHANGING ct_partners = lt_bupas.

BUP_PARTNER_DESCRIPTION_GET CALL FUNCTION 'BUP_PARTNER_DESCRIPTION_GET' EXPORTING i_partner = bp_name * I_XMEMORY = ' ' * I_XWA = ' ' IMPORTING e_description = h2 e_description_name = h3 EXCEPTIONS partner_not_found = 1 OTHERS = 2.

BUPA_DESCRIPTION_READ * CALL FUNCTION 'BUPA_DESCRIPTION_READ' * EXPORTING * iv_partner = bp_name ** IV_PARTNER_GUID = ** IV_VALID_TIME = ** IV_RESET_BUFFER = * IMPORTING * ev_description = h2 * EXCEPTIONS * no_partner_specified = 1 * no_valid_record_found = 2 * OTHERS = 3.

BBP_OM_STRUC_AUTH_BUPA CALL FUNCTION 'BBP_OM_STRUC_AUTH_BUPA' CHANGING ct_partners = lt_bupas.

BBP_OM_STRUC_AUTH_BUPA CALL FUNCTION 'BBP_OM_STRUC_AUTH_BUPA' CHANGING ct_partners = lt_bupas.

BUP_PARTNER_FILL_TEXT_BUFFER CALL FUNCTION 'BUP_PARTNER_FILL_TEXT_BUFFER' TABLES slct_partner = slct_partner bupaexst = i_bupaexst EXCEPTIONS no_partner_found = 1 no_slct_partner = 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 BBP_ATTR_IF_BUPA or its description.