SAP Reports / Programs

RBUS2107 SAP ABAP Report - Program for Object Type BUS2107: Publication Sales Order







RBUS2107 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 RBUS2107 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 RBUS2107. "Basic submit
SUBMIT RBUS2107 AND RETURN. "Return to original report after report execution complete
SUBMIT RBUS2107 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 for Object Type BUS2107: Publication Sales Order
Text Symbol: T02 = (not yet updated)


INCLUDES used within this REPORT RBUS2107

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:

ISM_CRM_MCAMP_PROPOSAL_SET call function 'ISM_CRM_MCAMP_PROPOSAL_SET' exporting pv_marketing_campaign_proposal = lv_campaign.

ISM_CRM_MCAMP_PROPOSAL_SET call function 'ISM_CRM_MCAMP_PROPOSAL_SET'.

ISM_CRM_MCAMP_PROPOSAL_SET call function 'ISM_CRM_MCAMP_PROPOSAL_SET' exporting pv_marketing_campaign_proposal = lv_campaign.

ISM_SALES_ORDER_DIALOG call function 'ISM_SALES_ORDER_DIALOG' exporting process = jksod_c_process_create trvog = trvog auart = auart importing vbeln_new = vbeln posex_new = posex.

ISM_CRM_MCAMP_PROPOSAL_SET call function 'ISM_CRM_MCAMP_PROPOSAL_SET'.

ISM_ICON_SALESORDER_GET call function 'ISM_ICON_SALESORDER_GET' importing icon = l_icon_order.

ICON_CREATE call function 'ICON_CREATE' exporting name = l_icon_order add_stdinf = ' ' importing result = object-icon.

ISP_SELECT_SINGLE_TJAKT call function 'ISP_SELECT_SINGLE_TJAKT' exporting auart = object-_jkak-auart importing tjakt_i = l_tjakt exceptions others = 4.

ISP_NAME_READ call function 'ISP_NAME_READ' exporting gpnr_in = object-_jkak-gpag xforce_select_jgtadra = space importing namekurz = l_namekurz exceptions others = 0.

ISM_SALES_ITEM_OVERVIEW call function 'ISM_SALES_ITEM_OVERVIEW' exporting gpnr = gpnr vbeln = vbeln seldat_from = seldat_from seldat_to = seldat_to.

ISM_SALES_ORDER_DIALOG call function 'ISM_SALES_ORDER_DIALOG' exporting process = jksod_c_process_transferoffer trvog = l_trvog vbeln = l_vbeln_offer gpag = l_gpag importing vbeln_new = l_vbeln_new.

F4IF_FIELD_VALUE_REQUEST call function 'F4IF_FIELD_VALUE_REQUEST' exporting tabname = 'JKAK' fieldname = 'VBELN' tables return_tab = l_returntab exceptions others = 0.

CONVERSION_EXIT_ALPHA_INPUT call function 'CONVERSION_EXIT_ALPHA_INPUT' exporting input = -fieldval importing output = l_vbeln.



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