RVBFILL_WL_VIA_BIC 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 RVBFILL_WL_VIA_BIC 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.
Selection Text: P_BICSEL = D Selection Variant
Selection Text: P_BICUG = D User group selection
Selection Text: P_EMPTY = Empty Folder First
Selection Text: P_UNAME = D User
Selection Text: P_WTASK = D Batch worklist folder
Title: Fill Worklist Folder Using BIC Selection Variant
Text Symbol: 001 = Job Executed Sucessfully
Text Symbol: 002 = Error Executing Job
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
VB_BATCH_WORKLIST_EMPTY CALL FUNCTION 'VB_BATCH_WORKLIST_EMPTY' EXPORTING i_uname = p_uname i_wtask = p_wtask EXCEPTIONS folder_not_exists = 1 folder_not_assigned_to_user = 2 uname_missing = 3 user_does_not_exist = 4 OTHERS = 99.
ABAP4_CALL_TRANSACTION CALL FUNCTION 'ABAP4_CALL_TRANSACTION' * DESTINATION 'NONE' EXPORTING tcode = 'BMBC' mode_val = 'P' TABLES spagpa_tab = gt_spagpa EXCEPTIONS call_transaction_denied = 1 tcode_invalid = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RVBFILL_WL_VIA_BIC - Fill Worklist Folder Using BIC Selection Variant RVBFILL_WL_VIA_BIC - Fill Worklist Folder Using BIC Selection Variant RVBFB001 - Deletion of batch where-used records that cannot be evaluated RVBFB001 - Deletion of batch where-used records that cannot be evaluated RVBDRVSA - Derivation: Shipping Approval RVBDRVSA - Derivation: Shipping Approval