SAP Reports / Programs | Service | ASAP (AcceleratedSAP)(SV-ASA) SAP SV

RBMA99A SAP ABAP Report - Components which are not assigned to a structure







RBMA99A is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Components which are not assigned to a hierarchy structure are displayed...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RBMA99A 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 RBMA99A. "Basic submit
SUBMIT RBMA99A AND RETURN. "Return to original report after report execution complete
SUBMIT RBMA99A VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: P_ALL = All Components
Selection Text: P_DEL = Components with Delete Flag
Selection Text: P_NOREF = Components w/o Assignments
Selection Text: P_REF = Components with Assignments
Selection Text: P_WSYST = With Original System
Selection Text: P_WTEXT = With Short Text
Selection Text: R_SYSTEM = Original System
Title: Components which are not assigned to a structure
Text Symbol: 001 = Component Selection
Text Symbol: 002 = List Output
Text Symbol: 010 = Delete Components
Text Symbol: 020 = Delete Selected Objects?


INCLUDES used within this REPORT RBMA99A

INCLUDE LSF00TOP.


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:

STREE_GET_OBJECTS_IN_STRUCTURE call function 'STREE_GET_OBJECTS_IN_STRUCTURE' exporting structure_id = struct_ids tables object_list = object_refs.

STREE_GET_NODES_FOR_GIVEN_REF *CALL FUNCTION 'STREE_GET_NODES_FOR_GIVEN_REF' * TABLES * I_LIST_OF_REFERENCES = REFS_IN * E_LIST_OF_REFERENCES = REFS_OUT.

BM_OBJECT_IS_USED call function 'BM_OBJECT_IS_USED' exporting object_type = c_ttyp_function_range object_id = df14l_tab-fctr_id exceptions not_used = 1.

REUSE_ALV_LIST_DISPLAY call function 'REUSE_ALV_LIST_DISPLAY' exporting i_callback_program = repid i_callback_pf_status_set = 'SET_STATUS_WITH_DELETE' i_callback_user_command = 'DELETE_MARKED_RECORDS' is_layout = alv_layout it_fieldcat = alv_fieldcat[] tables t_outtab = complist.

POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting titel = text-010 textline1 = text-020 textline2 = space defaultoption = 'N' importing answer = l_answer.

BM_OBJECT_MAINTAIN call function 'BM_OBJECT_MAINTAIN' exporting i_mode = c_mode_delete i_object_type = c_ttyp_function_range i_object_id = complist-fctr_id _deletion_check = space.

BM_WHERE_USED_LIST_BMFR call function 'BM_WHERE_USED_LIST_BMFR' exporting component_id = complist-fctr_id exceptions others = 0.



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