SAP Reports / Programs

/J7L/RBUS03 SAP ABAP Report - Program for Object Type /J7L/BUS03: REA Reference Article







/J7L/RBUS03 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 /J7L/RBUS03 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 /J7L/RBUS03. "Basic submit
SUBMIT /J7L/RBUS03 AND RETURN. "Return to original report after report execution complete
SUBMIT /J7L/RBUS03 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 /J7L/BUS03: REA Reference Article


INCLUDES used within this REPORT /J7L/RBUS03

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:

J_7L_CALL_TRANSACTION CALL FUNCTION 'J_7L_CALL_TRANSACTION' EXPORTING fields = fields EXCEPTIONS pids_not_complete = 01 preisl_does_not_exist = 02 OTHERS = 03.

J_7L_ARTICLE_EXISTS CALL FUNCTION 'J_7L_ARTICLE_EXISTS' EXPORTING i_matnr = object-key-refarticlenumber * I_BUKRS = * I_LAND1 = * I_VRKME = IMPORTING e_flg_article_exits = exists e_tabname = tabname EXCEPTIONS OTHERS = 01.

J_7L_CALL_TRANSACTION CALL FUNCTION 'J_7L_CALL_TRANSACTION' EXPORTING fields = fields EXCEPTIONS pids_not_complete = 01 preisl_does_not_exist = 02 OTHERS = 03.

J_7L_CALL_TRANSACTION CALL FUNCTION 'J_7L_CALL_TRANSACTION' EXPORTING fields = fields EXCEPTIONS pids_not_complete = 01 preisl_does_not_exist = 02 OTHERS = 03.

J_7L_ARTICLE_GET_DETAIL CALL FUNCTION 'J_7L_ARTICLE_GET_DETAIL' EXPORTING i_matnr = object-key-refarticlenumber i_variante = object-key-refarticlevariant i_bukrs = tmp_bukrs i_land = tmp_land1 i_vrkme = tmp_vrkme i_flg_buffer_on = space i_flg_enque_art = ilockmode IMPORTING return = return TABLES o_m01 = tmp_m01 o_m02 = tmp_m02 o_m03 = tmp_m03 o_m04 = tmp_m04 o_m05 = tmp_m05 o_m06 = tmp_m06 o_m07 = header o_m08 = references o_m09 = tmp_m09 o_m10 = tmp_m10 o_m11 = declarationkeys.

J_7L_ARTICLE_SET_DETAIL CALL FUNCTION 'J_7L_ARTICLE_SET_DETAIL' EXPORTING i_flg_ch_doc_on = ichdocon i_flg_const_check_on = iconsistencycheckon i_flg_test_modus_on = itestmodeon i_modus_enqueue_art = ilockmode i_modus_condition = icondmode i_modus_update = iupdmode i_modus_plausib_check = iplausmode i_flg_copy_modus = icopymode i_wf_event = iwfcontrol IMPORTING return = return TABLES i_m01 = tmp_m01 i_m02 = tmp_m02 i_m03 = tmp_m03 i_m04 = tmp_m04 i_m05 = tmp_m05 i_m06 = tmp_m06 i_m07 = header i_m08 = references i_m09 = tmp_m09 i_m10 = tmp_m10 i_m11 = declarationkeys.

J_7L_REFARTICLE_GET_REFERENCED CALL FUNCTION 'J_7L_REFARTICLE_GET_REFERENCED' EXPORTING i_matnr = object-key-refarticlenumber I_VARIANTE = object-key-refarticlevariant i_reftyp = object-_j_7lm07-reftyp IMPORTING * RETURN = RETURN o_article_list = article_list.

J_7L_REFARTICLE_GET_LIST CALL FUNCTION 'J_7L_REFARTICLE_GET_LIST' EXPORTING i_maxrows = imaxrows i_matram_tab = imatnrselection i_varianteraso_tab = ivariantselection i_reftypraso_tab = ireftypselection i_ignore_deleted = iignoredeleted IMPORTING return = return o_refarticle_list = refarticlelist.



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 /J7L/RBUS03 or its description.