RM06BB30F03 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 RM06BB30F03 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!
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_bypassing_buffer = space i_callback_program = ls_variant-report i_structure_name = gt_struct_name is_layout = ls_layout it_fieldcat = gt_fieldcat it_sort = gt_sort it_events = lt_events is_variant = ls_variant IMPORTING es_exit_caused_by_user = ls_exit_caused_by_user TABLES t_outtab = gt_outtab EXCEPTIONS OTHERS = 0.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = im_struct_name i_bypassing_buffer = ' ' CHANGING ct_fieldcat = cht_fieldcat EXCEPTIONS OTHERS = 0.
MESSAGE_TEXT_BUILD CALL FUNCTION 'MESSAGE_TEXT_BUILD' EXPORTING msgid = ls_message-msgid msgnr = ls_message-msgno msgv1 = ls_message-msgv1 msgv2 = ls_message-msgv2 msgv3 = ls_message-msgv3 msgv4 = ls_message-msgv4 IMPORTING message_text_output = ls_outtab-t_msg.
MESSAGE_TEXT_BUILD CALL FUNCTION 'MESSAGE_TEXT_BUILD' EXPORTING msgid = ls_message-msgid msgnr = ls_message-msgno msgv1 = ls_message-msgv1 msgv2 = ls_message-msgv2 msgv3 = ls_message-msgv3 msgv4 = ls_message-msgv4 IMPORTING message_text_output = ls_outtab-t_msg.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_led_red info = l_info IMPORTING result = ch_icon_red EXCEPTIONS OTHERS = 0.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_led_yellow info = l_info IMPORTING result = ch_icon_yellow EXCEPTIONS OTHERS = 0.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_led_green info = l_info IMPORTING result = ch_icon_green EXCEPTIONS OTHERS = 0.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_expand info = l_info IMPORTING result = ch_icon_expand EXCEPTIONS OTHERS = 0.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_collapse info = l_info IMPORTING result = ch_icon_collapse EXCEPTIONS OTHERS = 0.
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = lf_dtelname all_types = 'X' IMPORTING dfies_wa = ls_dfies_wa EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.
WY_LFA1_SINGLE_READ CALL FUNCTION 'WY_LFA1_SINGLE_READ' EXPORTING pi_lifnr = ls_outtab-lifnr PI_READ_CAM = l_use_cam "IAV PI_ACCESS_TO_ADDR_VERSION = l_use_addr_ver "IAV IMPORTING po_lfa1 = ls_lfa1 EXCEPTIONS OTHERS = 0.
MMPUR_CONTRACTS_DISPLAY CALL FUNCTION 'MMPUR_CONTRACTS_DISPLAY' EXPORTING im_konnr = ls_outtab-konnr EXCEPTIONS OTHERS = 1.
MMPUR_REQUISITION_DISPLAY CALL FUNCTION 'MMPUR_REQUISITION_DISPLAY' EXPORTING im_banfn = ls_outtab-banfn im_bnfpo = ls_outtab-bnfpo EXCEPTIONS OTHERS = 1.
ME_DISPLAY_PURCHASE_DOCUMENT CALL FUNCTION 'ME_DISPLAY_PURCHASE_DOCUMENT' EXPORTING i_ebeln = ls_outtab-ebeln i_enjoy = 'X' EXCEPTIONS OTHERS = 1.
REUSE_ALV_GRID_LAYOUT_INFO_GET CALL FUNCTION 'REUSE_ALV_GRID_LAYOUT_INFO_GET' IMPORTING es_layout = ls_layout et_filter = lt_filter es_grid_scroll = ls_grid_scroll es_print = ls_print EXCEPTIONS OTHERS = 1.
REUSE_ALV_GRID_LAYOUT_INFO_SET CALL FUNCTION 'REUSE_ALV_GRID_LAYOUT_INFO_SET' EXPORTING is_layout = ls_layout it_fieldcat = gt_fieldcat it_sort = gt_sort it_filter = lt_filter is_grid_scroll = ls_grid_scroll is_print = ls_print EXCEPTIONS OTHERS = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RM06BB30F03 - documentation and ABAP source code 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