RFVISPF0 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 RFVISPF0 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FO29 - Reset transaction block
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_DATEAB = Debit positions from
Title: Reset Flow Block for Debit Positions from &
Text Symbol: 014 = Remove flow block
Text Symbol: 012 = Activity ;;
Text Symbol: 011 = Started by
Text Symbol: 010 = Time
Text Symbol: 009 = Date
Text Symbol: 008 = Flow block?
Text Symbol: 007 = LO/ MC
Text Symbol: 006 = RU
Text Symbol: 005 = BE
Text Symbol: 004 = CoCd
Text Symbol: 002 = No
Text Symbol: 001 = Yes
Text Symbol: 015 = Do you want the flow block for ;; > 016, &: Number, also in 015
Text Symbol: 025 = MC
Text Symbol: 024 = Mgmnt contracts
Text Symbol: 023 = Mgmnt contract debit position ;;
Text Symbol: 022 = LO
Text Symbol: 021 = Rental units
Text Symbol: 020 = Lease-outs
Text Symbol: 019 = Accruals/deferrals ;;
Text Symbol: 018 = Debit position rental unit ;;
Text Symbol: 017 = Debit position lease-out
Text Symbol: 016 = Remove all &1 displayed &2 ? ;; &2: 006/022, also in 015
INCLUDE RFVICNSV.
INCLUDE MF60ETRF.
INCLUDE MF60EJAN.
No SAP DATABASE tables are accessed within this REPORT code!
EXT_BELNR_TRAFO CALL FUNCTION 'EXT_BELNR_TRAFO' EXPORTING IMP_VISLID = VISLID IMPORTING EXP_EXTBELNR = VIBEPP-SXBLNR .
STATUS_CHECK CALL FUNCTION 'STATUS_CHECK' EXPORTING BYPASS_BUFFER = ' ' CLIENT = SY-MANDT OBJNR = TAB_OBJ-OBJNR STATUS = CON_ISTAT-MV_BEW_GESPERRT EXCEPTIONS OBJECT_NOT_FOUND = 01 STATUS_NOT_ACTIVE = 02.
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING DEFAULTOPTION = 'Y' TEXTLINE1 = LOC_TEXT1 TEXTLINE2 = LOC_TEXT2 TITEL = 'Aufheben Bewegungssperre'(014) IMPORTING ANSWER = LOC_ANTWORT.
FVST_STATUS_CHECK_AND_SET CALL FUNCTION 'FVST_STATUS_CHECK_AND_SET' EXPORTING RFVSTIMP = LOC_RFVSTIMP.
FVVI_AUTHORITY_MESSAGE CALL FUNCTION 'FVVI_AUTHORITY_MESSAGE' EXPORTING AUTH_ACTVT = CON_AUTH_ACTVT_AEN AUTH_BUKRS = VIMIMV-BUKRS AUTH_OBJECT = AUTH_OBJECT *<<<< auth_subrc = sy-subrc " <<< DELETE KI3K057248 AUTH_SUBRC = LOC_SUBRC " <<< INSERT KI3K057248 AUTH_SWENR = VIMIMV-SWENR EXCEPTIONS AUTHORITY_DESTROYED = 28 NO_AUTHORITY = 04 NO_AUTHORITY_PROFILE = 12 NO_USER_ENTRY = 16 TOO_MUCH_PARAMETER = 08 UNKNOWN_ERROR = 99 WRONG_FIELD_NAME = 24 OTHERS = 99.
FVVI_AUTHORITY_MESSAGE *<< CALL FUNCTION 'FVVI_AUTHORITY_MESSAGE' *<< EXPORTING *<< AUTH_ACTVT = CON_AUTH_ACTVT_AEN *-- AUTH_BUKRS = VIMIMV-BUKRS *<< AUTH_OBJECT = AUTH_OBJECT *<< AUTH_SUBRC = SY-SUBRC *-- AUTH_SWENR = SWENR *<< EXCEPTIONS *<< AUTHORITY_DESTROYED = 28 *<< NO_AUTHORITY = 04 *<< NO_AUTHORITY_PROFILE = 12 *<< NO_USER_ENTRY = 16 *<< TOO_MUCH_PARAMETER = 08 *<< UNKNOWN_ERROR = 99 *<< WRONG_FIELD_NAME = 24 *<< OTHERS = 99.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFVISPF0 - Reset Flow Block for Debit Positions from & RFVISPF0 - Reset Flow Block for Debit Positions from & RFVISODT - Parameter/SelectOptions Viewer - Placeholder for Texts RFVISODT - Parameter/SelectOptions Viewer - Placeholder for Texts RFVISODF - Parameter/SelectOptions Viewer - Definition RFVISME0 - Rental Units