SAP Reports / Programs

RFREXCJPFORMS179 SAP ABAP Report - Lease-out Offices in Mega Cities (Japan)







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


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 RFREXCJPFORMS179. "Basic submit
SUBMIT RFREXCJPFORMS179 AND RETURN. "Return to original report after report execution complete
SUBMIT RFREXCJPFORMS179 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_TAXOF = D .
Selection Text: P_VARIRO = ALV Layout for Form 179/2
Selection Text: P_VARIBU = ALV Layout for Form 179/1
Selection Text: P_TNT = D .
Selection Text: P_REPDAE = Reporting Date End
Selection Text: P_REPDAB = Reporting Date Start
Selection Text: P_PRINTR = Printer Name
Selection Text: P_NUMCPY = D .
Selection Text: PDF_PRN = PDF Printing
Selection Text: PDF_PRE = PDF Preview
Selection Text: PDF_INT = Interactive PDF
Selection Text: ALV_PRE = ALV Preview
Title: Lease-out Offices in Mega Cities (Japan)
Text Symbol: TON = Tenant Office Name
Text Symbol: TNT = Tenant Data
Text Symbol: TNM = Tenant Name
Text Symbol: TAN = Tenant Alternative Name
Text Symbol: RNA = Name of the Reporter
Text Symbol: RAT = Rental Objects for Building
Text Symbol: RAN = Alternative Name of the Reporter
Text Symbol: 001 = Gathering Data...
Text Symbol: ALV = ALV Preview
Text Symbol: BAT = Buildings
Text Symbol: BPA = Alternative Name of the Business Partner Organization
Text Symbol: BPN = Name of the Business Partner Organization
Text Symbol: DET = Detail
Text Symbol: PRN = Direct Printing
Text Symbol: PPN = Name of the Business Partner Person
Text Symbol: PPA = Alternative Name of the Business Partner Person
Text Symbol: HDR = Form Specific Inputs
Text Symbol: INT = Interactive PDF Form
Text Symbol: LAN = Landlord Alternative Name
Text Symbol: PDF = PDF Preview
Text Symbol: PBT = Print
Text Symbol: OUT = Output
Text Symbol: NPR = Name of the President
Text Symbol: NCP = Name of the Contact Person
Text Symbol: LLN = Landlord Name





Text Symbol: LBT = Application Log


INCLUDES used within this REPORT RFREXCJPFORMS179

INCLUDE REXCJP_FORMS179_TOP IF FOUND.
INCLUDE REXCJP_LF_COMMON_TOP.
INCLUDE REXCJP_FORMS179_SEL_BP IF FOUND.
INCLUDE REXCJP_FORMS179_SEL_SCR IF FOUND.
INCLUDE REXCJP_LF_FORMS179_SEL_SCR IF FOUND.
INCLUDE REXCJP_FORMS179_SEL_SCR_END IF FOUND.
INCLUDE REXCJP_LF_INITIALIZATION.
INCLUDE REXCJP_LF_FORMS179_INIT IF FOUND.
INCLUDE REXCJP_FORMS179_AT_SSB_OUTPUT IF FOUND. "ACC30
INCLUDE REXCJP_FORMS179_AT_SELECTION IF FOUND.
INCLUDE REXCJP_LF_AT_SEL_SCREEN_OUTPUT.
INCLUDE REXCJP_LF_FORMS179_AT_SSCR_OUT IF FOUND.


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:

No SAP FUNCTION MODULES are executed within this report code!



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