SAP Reports / Programs | Real Estate Management(RE) SAP RE

RFVISL10 SAP ABAP Report - Debit Position - Initial Screen







RFVISL10 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for 1...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RFVISL10 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

FOSA - Execute debit position


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 RFVISL10. "Basic submit
SUBMIT RFVISL10 AND RETURN. "Return to original report after report execution complete
SUBMIT RFVISL10 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: SO_GSBER = Business area
Selection Text: SO_ME = Rental unit
Selection Text: SO_MV = Lease-out
Selection Text: SO_MVA = Contract type
Selection Text: SO_MVAA = Adjustment type
Selection Text: SO_MVE = Collective LO
Selection Text: SO_WE = Business entity
Selection Text: P_3LGR = List 3: Display per property
Selection Text: P_3LME = List 3: Display per rntl unit
Selection Text: P_3LMV = List 3: Display per lease-out
Selection Text: P_3LWE = List 3: Display per bus.entity
Selection Text: P_3LZS = List 3: Display pmnt method
Selection Text: P_3NAM = List 3: Name
Selection Text: P_3WEP = List 3: BE page
Selection Text: P_4BER = D Authorization
Selection Text: P_4DST = List 4: Output device
Selection Text: P_4IMM = List 4: Print immediately?
Selection Text: P_4KIS = List 4: Hold in spool?
Selection Text: P_4LBW = List 4: Display per flow
Selection Text: P_4LGB = List 4: Display per building
Selection Text: P_4LGR = List 4: Display per property
Selection Text: PA_BKTXT = Document header text
Selection Text: PA_BLDAT = Document date
Selection Text: PA_BUDAT = Posting date
Selection Text: PA_BUKRS = Company code
Selection Text: PA_DBERB = Calculation date to
Selection Text: PA_DFAEL = Item due by
Selection Text: PA_LSON = Amounts per due months
Selection Text: PA_MONAT = Posting period
Selection Text: PA_XMONT = Month for debit position
Selection Text: PA_XYEAR = Debit position year
Selection Text: P_1BER = D Authorization
Selection Text: P_1DST = List 1: Output device
Selection Text: P_1IMM = List 1: Print immediately?
Selection Text: P_1KIS = List 1: Hold in spool?
Selection Text: P_2LGB = List 2: Display per building
Selection Text: P_2LGR = List 2: Display per property
Selection Text: P_2LME = List 2: Display per rntl unit





Selection Text: P_2LMV = List 2: Display per lease-out
Selection Text: P_2LWE = List 2: Display per bus.entity
Selection Text: P_2LZS = List 2: Display pmnt method
Selection Text: P_2NAM = List 2: Name
Selection Text: P_2WEP = List 2: BE page
Selection Text: P_3BER = D Authorization
Selection Text: P_3DST = List 3: Output device
Selection Text: P_3IMM = List 3: Print immediately?
Selection Text: P_3KIS = List 3: Hold in spool?
Selection Text: P_3LBW = List 3: Display per flow
Selection Text: P_3LGB = List 3: Display per building
Selection Text: P_1LBW = List 1: Display per flow
Selection Text: P_1LGB = List 1: Display per building
Selection Text: P_1LGR = List 1: Display per property
Selection Text: P_1LME = List 1: Display per rntl unit
Selection Text: P_1LMV = List 1: Display per lease-out
Selection Text: P_1LWE = List 1: Display per bus.entity
Selection Text: P_1LZS = List 1: Display pmnt method
Selection Text: P_1NAM = List 1: Name
Selection Text: P_1WEP = List 1: BE page
Selection Text: P_2BER = D Authorization
Selection Text: P_2DST = List 2: Output device
Selection Text: P_2IMM = List 2: Print immediately?
Selection Text: P_2KIS = List 2: Hold in spool?
Selection Text: P_2LBW = List 2: Display per flow
Selection Text: P_4LME = List 4: Display per rntl unit
Selection Text: P_4LMV = List 4: Display per lease-out
Selection Text: P_4LWE = List 4: Display per bus.entity
Selection Text: P_4LZS = List 4: Display pmnt method
Selection Text: P_4NAM = List 4: Name
Selection Text: P_4WEP = List 4: BE page
Selection Text: P_CNT = Number of lists (max. 4)
Title: Debit Position - Initial Screen
Text Symbol: MIV = LO
Text Symbol: NAM = List name
Text Symbol: NLI = New spool request
Text Symbol: RWI = TRWPR entry for FM 'REAL_ESTATE_SDOC_FILL' is missing (no I rec. block)
Text Symbol: WEH = BE
Text Symbol: WEP = N.page





Text Symbol: XBB = Posting parameters
Text Symbol: XBD = Debit position period
Text Symbol: XBO = Lease-outs
Text Symbol: XBX = Output parameters
Text Symbol: XMV = Inc. text
Text Symbol: ZLS = Payment method
Text Symbol: ZLW = P
Text Symbol: L04 = List 4
Text Symbol: M01 = January
Text Symbol: M02 = February
Text Symbol: M03 = March
Text Symbol: M04 = April
Text Symbol: M05 = May
Text Symbol: M06 = June
Text Symbol: M07 = July
Text Symbol: M08 = August
Text Symbol: M09 = September
Text Symbol: M10 = October
Text Symbol: M11 = November
Text Symbol: M12 = December
Text Symbol: MEH = RU
Text Symbol: BEW = FlowType
Text Symbol: BKT = Debit pos. &M &Y
Text Symbol: BNF = Amounts per due months
Text Symbol: BSP = Batch job
Text Symbol: DST = Output device
Text Symbol: E01 = Check selection
Text Symbol: ER1 = Make a selection for
Text Symbol: GEB = BU
Text Symbol: GRU = PR
Text Symbol: IMM = Print immediately
Text Symbol: KIS = Keep in spool
Text Symbol: L01 = List 1
Text Symbol: L02 = List 2
Text Symbol: L03 = List 3


INCLUDES used within this REPORT RFVISL10

INCLUDE RFVISLT0.
INCLUDE RKASMAWF.
INCLUDE RFVISLSL.
INCLUDE RFVISLSF.



INCLUDE IFRE_CHECK_RE_CLASSIC.


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:

GET_PRINT_PARAMETERS CALL FUNCTION 'GET_PRINT_PARAMETERS' EXPORTING MODE = 'CURRENT' NO_DIALOG = 'X' REPORT = sy-repid USER = sy-uname IMPORTING OUT_PARAMETERS = gs_params VALID = gf_valid EXCEPTIONS ARCHIVE_INFO_NOT_FOUND = 1 INVALID_PRINT_PARAMS = 2 INVALID_ARCHIVE_PARAMS = 3 OTHERS = 4.

FVSCHEDMAN_INIT_AND_COMMIT CALL FUNCTION 'FVSCHEDMAN_INIT_AND_COMMIT' "46A EXPORTING "46A i_tcode = sy-tcode "46A * note 422970 i_witem = wf_witem * end-note 422970 i_testflag = ' ' "46A IMPORTING "46A e_key = key. "46A



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