SAP Reports / Programs | Master Data | SAP Media | Master Data(IS-M-MD) SAP IS

RJGBUSSTART SAP ABAP Report - Call SAP Business Partner







RJGBUSSTART 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 RJGBUSSTART 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

JGZ42 - IS-M: Create Commission Recipient
JGZ43 - IS-M: Change Commission Recipient
JGZ44 - IS-M: Display Commission Recipient
JGZ71 - IS-M: Change Media Sales Agent
JGZ39 - IS-M: Create Field Collector
JGZ38 - IS-M: Display Researcher
JGZ40 - IS-M: Change Field Collector
JGZ37 - IS-M: Change Researcher
JGZ50 - IS-M: Create Publisher
JGZ41 - IS-M: Display Field Collector
JGZ92 - IS-M: Display Household
JGZ36 - IS-M: Create Researcher
JGZ70 - IS-M: Create Media Sales Agent
JGZ91 - IS-M: Change Household
JGZ62 - IS-M: Display Media Customer
JGZ61 - IS-M: Change Media Customer
JGZ35 - IS-M: Display Carrier
JGZ60 - IS-M: Create Media Customer
JGZ34 - IS-M: Change Carrier
JGZ33 - IS-M: Create Carrier
JGZ32 - IS-M: Display Service Company
JGZ52 - IS-M: Display Publisher
JGZ51 - IS-M: Change Publisher
JGZ90 - IS-M: Create Household
JGZ72 - IS-M: Display Media Sales Agent
JGZ31 - IS-M: Change Service Company
JGZ30 - IS-M: Create Service Company
JGZ25 - IS-M: Display Retailer
JGZ24 - IS-M: Change Retailer
JGZ20 - IS-M: Create Sales Customer
JGZ21 - IS-M: Change Sales Customer
JGZ22 - IS-M: Display Sales Customer
JGZ23 - IS-M: Create Retailer


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


Text pool values


Title: Call SAP Business Partner


INCLUDES used within this REPORT RJGBUSSTART

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:

BUS_CONTROL_MAIN CALL FUNCTION 'BUS_CONTROL_MAIN' EXPORTING i_objap = gv_objap i_aktyp = gv_aktyp i_action = gv_action i_xinit = gv_xinit i_xsave = gv_xsave i_xupdtask = gv_xupdtask i_appli_call = gv_appli_call i_varnr = gv_varnr i_otitl = gv_otitl i_sicht_start = gv_sicht_start i_xarchive = gv_xarchive i_xhelp = gv_xhelp IMPORTING e_state = e_state e_state_fcode = e_state_fcode e_chashlp = e_chashlp TABLES t_rltyp = gt_rltyp t_rltgr = gt_rltgr t_sicht = gt_sicht t_appli = gt_appli t_fldvl = gt_fldvl t_scrsel = gt_scrsel.

BUS_TBZ1E_SELECT_WITH_TCODE CALL FUNCTION 'BUS_TBZ1E_SELECT_WITH_TCODE' EXPORTING i_tcode = sy-tcode TABLES t_tbz1e = gt_tbz1e EXCEPTIONS not_found = 1 OTHERS = 2.

BUP_TB109_SELECT_SINGLE CALL FUNCTION 'BUP_TB109_SELECT_SINGLE' EXPORTING i_tcode = sy-tcode IMPORTING e_tb109 = gs_tb109 EXCEPTIONS not_found = 1 OTHERS = 2.

BUS_CONTROL_MAIN CALL FUNCTION 'BUS_CONTROL_MAIN' EXPORTING i_objap = tbz1e-objap i_action = tbz1e-aktyp TABLES t_rltyp = gt_rltyp t_rltgr = gt_rltgr.

BUP_TB003_SELECT_WITH_ROLECAT * CALL FUNCTION 'BUP_TB003_SELECT_WITH_ROLECAT' * EXPORTING * i_rolecategory = gs_tb109-rolecategory * TABLES * t_tb003 = gt_tb003 * EXCEPTIONS * OTHERS = 1.

BUP_TB003G_SELECT_WITH_RLGRCAT CALL FUNCTION 'BUP_TB003G_SELECT_WITH_RLGRCAT' EXPORTING i_rltgrcat = gs_tb109-rltgrcat IMPORTING e_tb003g = gs_tb003g EXCEPTIONS not_found = 1 OTHERS = 2.

BUP_TB003_SELECT_WITH_ROLECAT CALL FUNCTION 'BUP_TB003_SELECT_WITH_ROLECAT' EXPORTING i_rolecategory = gs_tb109-rolecategory TABLES t_tb003 = gt_tb003 EXCEPTIONS OTHERS = 1.

BUP_PARTNER_MAINTAIN CALL FUNCTION 'BUP_PARTNER_MAINTAIN' EXPORTING i_aktyp = gs_tb109-aktyp i_role = gv_role TABLES t_role = gt_role t_rolegrp = gt_rolegrp.



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