SAP Reports / Programs | Materials Management | Purchasing(MM-PUR) SAP MM

RM06BB30F02 SAP ABAP INCLUDE - documentation and ABAP source code







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


INCLUDES used within this REPORT RM06BB30F02

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:

MM_GROUP_REQUISITIONS CALL FUNCTION 'MM_GROUP_REQUISITIONS' EXPORTING i_group_by_company_code = im_par-gbukrs i_group_by_plant = im_par-gwerks i_group_by_purchasing_group = im_par-gekgrp i_group_by_item_category = im_par-gpstyp i_group_by_delivery_date = im_par-glfdat i_group_by_vsr = im_par-gltsnr i_group_by_storage_location = im_par-glgort i_group_by_requisition = im_par-gbanfn i_group_by_requisition_item = im_par-gbnfpo i_group_by_contract = im_par-gkonnr i_gen_sched_lines = im_par-geterz TABLES t_eban = imt_eban t_ebanx = lt_ebanx EXCEPTIONS OTHERS = 0.

ME_CCP_ACTIVE_CHECK CALL FUNCTION 'ME_CCP_ACTIVE_CHECK' IMPORTING ef_ccp_active = lf_ccp_active.

MEX_COMMON_WERK_AND_LTS CALL FUNCTION 'MEX_COMMON_WERK_AND_LTS' EXPORTING i_mawe = lt_mawe i_lifnr = ls_eban-flief IMPORTING e_ltsnr = ch_todo-ltsnr.

MM_PROPOSE_DOC_TYPE CALL FUNCTION 'MM_PROPOSE_DOC_TYPE' EXPORTING im_eban = ls_eban im_gpstyp = im_par-gpstyp IMPORTING ex_bsart = ch_todo-bsart ex_pstyp = ch_todo-pstyp EXCEPTIONS error_message = 0 OTHERS = 0.

MEXF_BSART CALL FUNCTION 'MEXF_BSART' EXPORTING i_bsart = ch_todo-bsart i_bstyp = 'F' IMPORTING e_t161 = ls_t161 EXCEPTIONS error_message = 1 OTHERS = 2.

MEREQS_EBAN_LOOKUP CALL FUNCTION 'MEREQS_EBAN_LOOKUP' EXPORTING im_banfn = ls_req-banfn im_bnfpo = ls_req-bnfpo IMPORTING ex_eban = ls_eban ex_statistics = lf_statistics EXCEPTIONS OTHERS = 0.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.



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