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

RBM_VARIANTS_LIST SAP ABAP Report - Overview of Software Module Variants







RBM_VARIANTS_LIST 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 RBM_VARIANTS_LIST 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 RBM_VARIANTS_LIST. "Basic submit
SUBMIT RBM_VARIANTS_LIST AND RETURN. "Return to original report after report execution complete
SUBMIT RBM_VARIANTS_LIST 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: TCODE = Transaction
Selection Text: RT_TEXT = D Name
Selection Text: RT_STATE = D Modeling Status
Selection Text: RT_LUSER = Last Changed By
Selection Text: RT_LRELE = Last Release
Selection Text: RT_LDATE = Last Changed on
Selection Text: RT_FUSER = Created by
Selection Text: RT_FRELE = First Release
Selection Text: RT_FDATE = Created On
Selection Text: RT_DF04L = Software Module
Selection Text: RT_DEVCL = D Package
Selection Text: Q_QUEST = Questions
Selection Text: OUTPUT = Output
Selection Text: ORGA = Organizational Units
Selection Text: INPUT = Input
Selection Text: IMGACTI = IMG Activity
Selection Text: F_FUNCT = Functions
Selection Text: FUSER = Created by
Selection Text: FRELEASE = First Release
Selection Text: FDATE = Created On
Selection Text: DEVCLASS = Package
Selection Text: BUIS = Business objects
Title: Overview of Software Module Variants
Text Symbol: DOC = Documentation
Text Symbol: 100 = No Software Module Selected
Text Symbol: 005 = Structure
Text Symbol: 002 = Selection for Analysis
Text Symbol: 001 = Module Selection


INCLUDES used within this REPORT RBM_VARIANTS_LIST

INCLUDE: LSF00TOP, RBMTYPES01.
INCLUDE: LSF00TOP, RBMTYPES01.


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:

BM_VARIANTS_DISPLAY_FOR_COMP CALL FUNCTION 'BM_VARIANTS_DISPLAY_FOR_COMP' EXPORTING flag_show = sel_flags TABLES proc_df04l = i_df04l.

BM_FUNCTIONS_GET CALL FUNCTION 'BM_FUNCTIONS_GET' EXPORTING language = sy-langu with_attributes = 'X' * WITH_TADIR = ' ' TABLES i_function_ids = p_i_funct_ids e_functions = p_i_funct_out .

QADB_QUESTIONS_WITH_ASS_GET CALL FUNCTION 'QADB_QUESTIONS_WITH_ASS_GET' EXPORTING langu = sy-langu TABLES que_ids = p_i_que_ids questions = p_i_questions contexts = p_i_contexts cont_values = p_i_cont_values categories = p_i_categories answer_poss = p_i_answer_poss actions = p_i_actions que_keywords = p_i_que_keywords keywords = p_i_keywords errors = p_i_errors .

QADB_QUESTION_DOCU_GET CALL FUNCTION 'QADB_QUESTION_DOCU_GET' EXPORTING queid = p_i_que_ids-def langu = sy-langu * ADDONID = ' ' * IMPORTING * ERROR_OCCURED = * PROCESSING_STATUS = TABLES documentation = documentation * ERRORS = .

BAPI_HIERSTRUCT_READMULTIPLE CALL FUNCTION 'BAPI_HIERSTRUCT_READMULTIPLE' EXPORTING mode = 'SHOW' language = sy-langu lastuser = space TABLES hierarchystructurestoread = p_imgtoread headers = p_img_headers nodes = p_img_nodes references = p_img_references.

BAPI_HIERSTRUCT_READMULTIPLE CALL FUNCTION 'BAPI_HIERSTRUCT_READMULTIPLE' EXPORTING mode = 'SHOW' language = sy-langu lastuser = space TABLES hierarchystructurestoread = p_i_hierarchystructurestoread headers = p_tc_headers nodes = p_tc_nodes references = p_tc_references .

BM_REF_TC_GET_REF_DATA CALL FUNCTION 'BM_REF_TC_GET_REF_DATA' EXPORTING i_ref_key = p_i_ref_key i_language = sy-langu IMPORTING e_ref_data = p_e_ref_data EXCEPTIONS no_ref_object = 1 input_error = 2 OTHERS = 3.



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