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
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RM06BB30F02 - documentation and ABAP source code RM06BB30F01 - documentation and ABAP source code RM06BB30F00 - documentation and ABAP source code RM06BB30 - Automatic Creation of Purchase Orders from Requisitions RM06BB30 - Automatic Creation of Purchase Orders from Requisitions RM06BB20 - Automatic Creation of Purchase Orders from Requisitions