SAP Reports / Programs | Logistics - General | Batches(LO-BM) SAP LO

RVBDRVMO SAP ABAP Report - Derivation: Monitor







RVBDRVMO 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 RVBDRVMO into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

DVMO - Monitor


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 RVBDRVMO. "Basic submit
SUBMIT RVBDRVMO AND RETURN. "Return to original report after report execution complete
SUBMIT RVBDRVMO 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: RT_ZUSCH = Shipping Approval Status
Selection Text: RT_VERAB = D Available from
Selection Text: RT_PRODU = D Date of Production
Selection Text: RT_PLANT = D Plant
Selection Text: RT_MATER = D Material
Selection Text: RT_EXPIR = D Shelf Life Expiration Date
Selection Text: RT_DRVNO = D Derivation Number
Selection Text: RT_CRDAT = D Created On
Selection Text: RT_BATCH = D Batch
Selection Text: PP_STA_Y = Use
Selection Text: PP_STA_N = Do not use
Selection Text: PP_STA_8 = Error, dta chnge conf.manually
Selection Text: PP_STA_7 = Warning, dta chge conf.manual.
Selection Text: PP_STA_6 = O.k., dta chnge conf. manually
Selection Text: PP_STA_5 = Error and data change
Selection Text: PP_STA_4 = Warning and data change
Selection Text: PP_STA_3 = O.k., but data changed
Selection Text: PP_STA_2 = Error
Selection Text: PP_STA_1 = Warning
Selection Text: PP_STA_0 = OK
Selection Text: PP_SEQL1 = Matl/Batch/Status
Selection Text: PP_SEQL0 = Matl/Plant/Batch/Status
Selection Text: PP_SEQF1 = Status/Matl/Batch
Selection Text: PP_SEQF0 = Status/Matl/Plant/Batch
Selection Text: PP_SENDR = Find Only Sender Batches
Selection Text: PP_RECIP = Find Only Receiver Batches
Selection Text: PP_NOHIS = Current Derivations Only
Selection Text: PP_DRVEV = D Derivation Event
Title: Derivation: Monitor
Text Symbol: 006 = Do you want to continue?
Text Symbol: 005 = Tree Structure
Text Symbol: 004 = Status Restriction
Text Symbol: 003 = Derivation
Text Symbol: 002 = Batch
Text Symbol: 001 = Derivation Monitor


INCLUDES used within this REPORT RVBDRVMO

INCLUDE VBDRVMOTOP.


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:

VBDRV_SA_PASSWORD_CHECK CALL FUNCTION 'VBDRV_SA_PASSWORD_CHECK' EXCEPTIONS password_not_ok = 1 OTHERS = 2.

MODX_FUNCTION_ACTIVE_CHECK CALL FUNCTION 'MODX_FUNCTION_ACTIVE_CHECK' EXPORTING cprogname = 'RVBDRVSA' funcnumber = '004' IMPORTING active = l_active.

EXIT_RVBDRVSA_004 CALL FUNCTION 'EXIT_RVBDRVSA_004' TABLES it_plant = rt_plant EXCEPTIONS authorization_error = 1 OTHERS = 2.

VBDRV_MO_DATABASE_SELECTION CALL FUNCTION 'VBDRV_MO_DATABASE_SELECTION' EXPORTING i_only_current = pp_nohis i_drvev = pp_drvev i_status_0 = g_status_0 i_status_1 = g_status_1 i_status_2 = g_status_2 i_status_3 = g_status_3 i_status_4 = g_status_4 i_status_5 = g_status_5 i_status_6 = g_status_6 i_status_7 = g_status_7 i_status_8 = g_status_8 i_recipients = pp_recip i_senders = pp_sendr TABLES it_matnr_range = rt_mater[] it_werks_range = rt_plant[] it_charg_range = rt_batch[] it_vfdat_range = rt_expir[] it_hsdat_range = rt_produ[] it_verab_range = rt_verab[] it_zusch_range = rt_zusch[] it_drvno_range = rt_drvno[] it_crdat_range = rt_crdat[] et_selection = gt_sa[].

POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING defaultoption = 'N' diagnosetext1 = g_string textline1 = text-006 titel = text-001 IMPORTING answer = g_answer.

VBDRV_SA_ALVBUILD CALL FUNCTION 'VBDRV_SA_ALVBUILD' EXPORTING p_event = pp_drvev TABLES it_drvn_sa = gt_sa EXCEPTIONS OTHERS = 1.

VBDRV_SA_ALVCALL CALL FUNCTION 'VBDRV_SA_ALVCALL' EXPORTING p_usage = 'M' p_event = pp_drvev p_sort_sequence = g_sort_sequence.

VB_BATCH_DEFINITION CALL FUNCTION 'VB_BATCH_DEFINITION' IMPORTING " KZDCH = 1 -> MCH1 kzdch = g_kzdch " KZDCH = 0 -> MCHA kzdrv = l_kzdrv.

RS_VARIANT_EXISTS CALL FUNCTION 'RS_VARIANT_EXISTS' EXPORTING report = l_repid variant = l_variant IMPORTING r_c = l_subrc.

RS_VARIANT_EXISTS CALL FUNCTION 'RS_VARIANT_EXISTS' EXPORTING report = l_repid variant = l_variant IMPORTING r_c = l_subrc.

RS_VARIANT_EXISTS CALL FUNCTION 'RS_VARIANT_EXISTS' EXPORTING report = l_repid variant = l_variant IMPORTING r_c = l_subrc.

RS_SUPPORT_SELECTIONS CALL FUNCTION 'RS_SUPPORT_SELECTIONS' EXPORTING report = l_repid variant = l_variant EXCEPTIONS variant_not_existent = 01 variant_obsolete = 02.



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