SAP Reports / Programs | Supplier Relationship Management | Enterprise Buyer | RFx(SRM-EBP-BID) SAP SRM

/SAPSRM/ASSIGN_DUMMY_PTR_BD SAP ABAP Report - Create/Assign Dummy partners in Supplier System for Bidder Decoupling







/SAPSRM/ASSIGN_DUMMY_PTR_BD 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 /SAPSRM/ASSIGN_DUMMY_PTR_BD 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

/SAPSRM/ASGN_DUMY_BD - Assign Dummy partners for BD


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 /SAPSRM/ASSIGN_DUMMY_PTR_BD. "Basic submit
SUBMIT /SAPSRM/ASSIGN_DUMMY_PTR_BD AND RETURN. "Return to original report after report execution complete
SUBMIT /SAPSRM/ASSIGN_DUMMY_PTR_BD 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: ORG_ID = D .
Selection Text: P_CITY = D .
Selection Text: P_CTRY = D .
Title: Create/Assign Dummy partners in Supplier System for Bidder Decoupling
Text Symbol: 001 = Created Successfully
Text Symbol: 002 = Goods Recipient
Text Symbol: 003 = Requester
Text Symbol: 004 = Ship-To
Text Symbol: 005 = Location
Text Symbol: 006 = Creation Failed
Text Symbol: 007 = Already Exists
Text Symbol: 008 = Business Partner already exists
Text Symbol: 009 = Own logical system not defined
Text Symbol: 010 = Dummy Location
Text Symbol: 011 = Bid Decoupling
Text Symbol: 012 = Dummy Ship-To
Text Symbol: 013 = Dummy Requester
Text Symbol: 014 = Dummy Goods Recipient


INCLUDES used within this REPORT /SAPSRM/ASSIGN_DUMMY_PTR_BD

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:

OWN_LOGICAL_SYSTEM_GET CALL FUNCTION 'OWN_LOGICAL_SYSTEM_GET' IMPORTING own_logical_system = lv_logsys EXCEPTIONS own_logical_system_not_defined = 1 OTHERS = 2.

BBP_CREATE_ORGANIZATION CALL FUNCTION 'BBP_CREATE_ORGANIZATION' EXPORTING is_data = ls_bp_gen_data is_data_organ = ls_bp_org_data is_address = ls_bp_addr_data IMPORTING ev_partner = lv_location TABLES it_adtel = lt_adtel it_adsmtp = lt_adsmtp it_locmap = lt_loc_map EXCEPTIONS error_creating_bupa = 1 error_creating_orgunit = 2 error_linking_bupa_to_orgunit = 3 error_getting_db_lock = 4 error_locking_db = 5 error_message_passed = 6 OTHERS = 7.

BBP_CREATE_ORGANIZATION CALL FUNCTION 'BBP_CREATE_ORGANIZATION' EXPORTING is_data = ls_bp_gen_data is_data_organ = ls_bp_org_data is_address = ls_bp_addr_data IMPORTING ev_partner = lv_shipto TABLES it_adtel = lt_adtel it_adsmtp = lt_adsmtp it_locmap = lt_loc_map EXCEPTIONS error_creating_bupa = 1 error_creating_orgunit = 2 error_linking_bupa_to_orgunit = 3 error_getting_db_lock = 4 error_locking_db = 5 error_message_passed = 6 OTHERS = 7.

BBP_ES_EEWA_CREATE_EMPLO_EXT CALL FUNCTION 'BBP_ES_EEWA_CREATE_EMPLO_EXT' EXPORTING is_employee_data = ls_employee_data it_workplace_address = lt_wp_address iv_orgunit_id = org_id IMPORTING es_employee_id = ls_requestor.

BBP_ES_EEWA_CREATE_EMPLO_EXT CALL FUNCTION 'BBP_ES_EEWA_CREATE_EMPLO_EXT' EXPORTING is_employee_data = ls_employee_data it_workplace_address = lt_wp_address iv_orgunit_id = org_id IMPORTING es_employee_id = ls_goods_recipient.

BUPA_NUMBERS_GET CALL FUNCTION 'BUPA_NUMBERS_GET' EXPORTING iv_partner_guid = ls_requestor-guid IMPORTING ev_partner = lv_requestor.

BUPA_NUMBERS_GET CALL FUNCTION 'BUPA_NUMBERS_GET' EXPORTING iv_partner_guid = ls_goods_recipient-guid IMPORTING ev_partner = lv_gr.



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 /SAPSRM/ASSIGN_DUMMY_PTR_BD or its description.