ROIU_MKTGRP_LIST_PROCESSING 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 ROIU_MKTGRP_LIST_PROCESSING into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
O3UCA_MKGRPL - List processing for Marketing Groups
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.
Selection Text: WARNING = Warning
Selection Text: P_VNAME = D Joint venture
Selection Text: P_TO = To
Selection Text: P_MATNR = D Material
Selection Text: P_MAJPD = D Major product code
Selection Text: P_FR = From
Selection Text: P_DOI_NO = D DOI
Selection Text: P_BUKRS = D Company code
Selection Text: NOT_WARN = No Warning
Selection Text: BOTH = Both
Title: Marketing Group List Processing
Text Symbol: VEN = Venture
Text Symbol: VDO = Venture/DOI
Text Symbol: STA = Start Date
Text Symbol: SCO = Scope of List
Text Symbol: PTO = To
Text Symbol: PAR = Parameters
Text Symbol: OPT = OPT_LIST
Text Symbol: DOI = DOI
Text Symbol: 500 = Error in Flush
Text Symbol: 003 = Major Product
Text Symbol: 002 = DOI Description
Text Symbol: 001 = The control could not be created.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
OIU_TCODE_AUTHORITY CALL FUNCTION 'OIU_TCODE_AUTHORITY' "SOGK024121 GS EXPORTING "SOGK024121 GS I_OBJECT = 'O_OI0_TCD' "SOGK024121 GS I_TCODE = c_disptran. "SOGK024121 GS
OIU_PAGE_HEADING CALL FUNCTION 'OIU_PAGE_HEADING' EXPORTING i_bhdgd = bhdgd.
DOMAIN_VALUE_GET CALL FUNCTION 'DOMAIN_VALUE_GET' EXPORTING i_domname = 'OIU_MAJPD_CD' i_domvalue = g_domain_value IMPORTING e_ddtext = g_domain_text EXCEPTIONS not_exist = 0 OTHERS = 0.
OIU_VENTURE_MASTER_READ CALL FUNCTION 'OIU_VENTURE_MASTER_READ' EXPORTING i_bukrs = w_report_tb-bukrs i_vname = w_report_tb-vname force_db = space IMPORTING e_oiu_do_jv = venture_info EXCEPTIONS none_found = 0 OTHERS = 0.
OIU_DI_MASTER_READ CALL FUNCTION 'OIU_DI_MASTER_READ' EXPORTING i_bukrs = w_report_tb-bukrs i_vname = w_report_tb-vname i_doi_no = w_report_tb-doi_no IMPORTING e_oiu_do_di = doi_info EXCEPTIONS none_found = 0 OTHERS = 0.
DOMAIN_VALUE_GET * CALL FUNCTION 'DOMAIN_VALUE_GET' * EXPORTING * i_domname = 'OIU_MAJPD_CD' * i_domvalue = g_domain_value * IMPORTING * e_ddtext = g_domain_text * EXCEPTIONS * not_exist = 0 * OTHERS = 0.
DOMAIN_VALUE_GET * CALL FUNCTION 'DOMAIN_VALUE_GET' * EXPORTING * i_domname = 'OIU_MAJPD_CD' * i_domvalue = g_domain_value * IMPORTING * e_ddtext = g_domain_text * EXCEPTIONS * not_exist = 0 * OTHERS = 0.
POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = g_repid txt2 = sy-subrc txt1 = text-001.
POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = g_repid txt2 = sy-subrc txt1 = text-500.
POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = g_repid txt2 = sy-subrc txt1 = text-500.
OIU_TCODE_AUTHORITY CALL FUNCTION 'OIU_TCODE_AUTHORITY' "SOGK024121 GS EXPORTING "SOGK024121 GS I_OBJECT = 'O_OI0_TCD' "SOGK024121 GS I_TCODE = c_creatran. "SOGK024121 GS
POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = g_repid txt2 = sy-subrc txt1 = text-500.
OIU_TCODE_AUTHORITY CALL FUNCTION 'OIU_TCODE_AUTHORITY' "SOGK024121 GS EXPORTING "SOGK024121 GS I_OBJECT = 'O_OI0_TCD' "SOGK024121 GS I_TCODE = l_tran. "SOGK024121 GS
SELECT_OPTIONS_RESTRICT CALL FUNCTION 'SELECT_OPTIONS_RESTRICT' EXPORTING restriction = w_restrict.
RS_REFRESH_FROM_SELECTOPTIONS CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS' EXPORTING curr_report = repid * IMPORTING * SP = TABLES selection_table = sel_set EXCEPTIONS not_found = 1 no_report = 2 OTHERS = 3 .
OIU_HELP_VALUES_MATNR CALL FUNCTION 'OIU_HELP_VALUES_MATNR' EXPORTING program = sy-cprog dynnr = sy-dynnr fieldname = field mode = ' ' TABLES prcd_tab = pdcd_tb.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ROIU_MKTGRP_LIST_PROCESSING - Marketing Group List Processing ROIU_MKTGRP_LIST_PROCESSING - Marketing Group List Processing ROIU_MIGR_CW_SUM_PAYABLE - Report ROIU_MIGR_CW_SUM_PAYABLE ROIU_MIGR_CW_SUM_PAYABLE - Report ROIU_MIGR_CW_SUM_PAYABLE ROIU_MIGRATE_AR_BALANCE - Accounts Receivable Reconciliation Balance Migration Program ROIU_MIGRATE_AR_BALANCE - Accounts Receivable Reconciliation Balance Migration Program