The Function Module FINDE_ABGEBROCHENE_VB (Find terminated updates) is a standard Function Module in SAP ERP and is part of the function group VBFR within the package FBAS.
Function Module | FINDE_ABGEBROCHENE_VB |
Short Text | Find terminated updates |
Function Group | VBFR |
Package | FBAS |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
B_DATUM | LIKE | SY-DATUM | SY-DATUM | Top limit of the selection date |
I_XV1ONLY | TYPE | XV1ONLY | 'X' | Nur abgebrochene V1-Verbuchungen |
MANDT | LIKE | SY-MANDT | SY-MANDT | Client |
VB_ERROR | LIKE | TFDIR-FUNCNAME | Name of the function module which | |
VB_FINISH | LIKE | TFDIR-FUNCNAME | Name of the function module which | |
VB_NAME | LIKE | TFDIR-FUNCNAME | Name of the actual update function | |
V_DATUM | LIKE | SY-DATUM | SY-DATUM | Lower limit of the selection date |
This function module does not define any EXPORTING parameters.
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
NOTHING_FOUND | No cancelled updates found |
READ_REPORT_ERROR | Error in reading the LxxxxVnn program |
WRONG_FB | Error in reading the TFDIR (functi |
WRONG_PROGRAM | The program LxxxxVnn is incorrectl |