SAP Reports / Programs

RMAEBRSM SAP ABAP Report - Program RMAEBRSM







RMAEBRSM 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 RMAEBRSM 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 RMAEBRSM. "Basic submit
SUBMIT RMAEBRSM AND RETURN. "Return to original report after report execution complete
SUBMIT RMAEBRSM 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: GS_WERKS = D .
Selection Text: GS_STAT = D .
Selection Text: GS_MATNR = D .
Selection Text: GS_CHARG = D .
Title: Program RMAEBRSM
Text Symbol: VER = Version
Text Symbol: UST = User status
Text Symbol: STA = Status
Text Symbol: QMO = Quality assurance
Text Symbol: PLT = Plnt
Text Symbol: ORD = Production
Text Symbol: O04 = CREATE OBJECT go_viewer
Text Symbol: O03 = CREATE OBJECT go_html_custom_container
Text Symbol: O02 = CREATE OBJECT go_grid_container
Text Symbol: O01 = go_grid->set_table_for_first_display
Text Symbol: MAT = Material
Text Symbol: CHA = Batch
Text Symbol: 006 = Status
Text Symbol: 005 = InspLot
Text Symbol: 004 = PI sheet
Text Symbol: 003 = Process order
Text Symbol: 002 = Status
Text Symbol: 001 = Batch record


INCLUDES used within this REPORT RMAEBRSM

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:

VB_CP_BUFFER_CLEAR_AND_REFRESH CALL FUNCTION 'VB_CP_BUFFER_CLEAR_AND_REFRESH'.

VB_CP_BUF_MCHP_READ CALL FUNCTION 'VB_CP_BUF_MCHP_READ' EXPORTING i_selid = gs_stat TABLES e_mchp = gt_charg i_sel_charg = gs_charg i_sel_matnr = gs_matnr i_sel_werk = gs_werks EXCEPTIONS no_mchp = 1 OTHERS = 2.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'MAEBR' CHANGING ct_fieldcat = pt_field_catalog[].

OWN_LOGICAL_SYSTEM_GET CALL FUNCTION 'OWN_LOGICAL_SYSTEM_GET' IMPORTING OWN_LOGICAL_SYSTEM = l_logsys EXCEPTIONS OWN_LOGICAL_SYSTEM_NOT_DEFINED = 1 OTHERS = 2.

CONVERT_SAP_LANG_TO_ISO_LANG CALL FUNCTION 'CONVERT_SAP_LANG_TO_ISO_LANG' EXPORTING INPUT = sy-langu IMPORTING OUTPUT = langu_iso EXCEPTIONS UNKNOWN_LANGUAGE = 1 OTHERS = 2.

VB_CP_BUF_VERS_READ CALL FUNCTION 'VB_CP_BUF_VERS_READ' EXPORTING i_mchp = p_mchp IMPORTING e_vers_act = lwa_vers.

VB_CP_BUF_ORDER_READ CALL FUNCTION 'VB_CP_BUF_ORDER_READ' EXPORTING i_vers = lwa_vers TABLES e_order = lt_order EXCEPTIONS no_orders = 1 OTHERS = 2.

STATUS_READ CALL FUNCTION 'STATUS_READ' EXPORTING objnr = lwa_order-objnr only_active = l_yes TABLES status = lt_stat_tab EXCEPTIONS object_not_found = 1 OTHERS = 2.

VB_CP_BUF_SHEET_READ CALL FUNCTION 'VB_CP_BUF_SHEET_READ' EXPORTING i_order = lwa_order-aufnr i_vers = lwa_vers TABLES e_sheet = lt_sheet EXCEPTIONS no_sheets = 1 error_sheet = 2 OTHERS = 3.

PI_SHEET_GET_STATE CALL FUNCTION 'PI_SHEET_GET_STATE' EXPORTING cntrl_recipe_id = lwa_sheet-crid crd_type = lwa_sheet-cotyp IMPORTING cr_state = lwa_sheet-pisheet_status EXCEPTIONS not_found = 1 crd_type_not_supported = 2 internal_error = 3 OTHERS = 4.

VB_CP_BUF_PLOS_READ CALL FUNCTION 'VB_CP_BUF_PLOS_READ' EXPORTING i_order = lwa_order-aufnr i_vers = lwa_vers TABLES e_plos = lt_plos EXCEPTIONS no_lots = 1 OTHERS = 2.

STATUS_READ CALL FUNCTION 'STATUS_READ' EXPORTING objnr = lwa_plos-objnr only_active = l_yes TABLES status = lt_stat_tab EXCEPTIONS object_not_found = 1 OTHERS = 2.

VB_CP_BUF_AUPLOS_READ CALL FUNCTION 'VB_CP_BUF_AUPLOS_READ' EXPORTING i_vers = lwa_vers TABLES e_auplos = lt_auplos EXCEPTIONS no_lots = 1 OTHERS = 2.

STATUS_READ CALL FUNCTION 'STATUS_READ' EXPORTING objnr = lwa_auplos-objnr only_active = l_yes TABLES status = lt_stat_tab EXCEPTIONS object_not_found = 1 OTHERS = 2.



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