SAP Reports / Programs

HFISPOB0 SAP ABAP Report - Statistics: Places of Business (Finland)







HFISPOB0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Provide an ALV list of employee-specific assignments to the company's places of business...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 HFISPOB0 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

PC00_M44_SPOB - Statistics on Places of Business


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 HFISPOB0. "Basic submit
SUBMIT HFISPOB0 AND RETURN. "Return to original report after report execution complete
SUBMIT HFISPOB0 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: TXRNO = Tax reference number
Selection Text: RUN_YEAR = Year evaluated
Selection Text: PA_VARIA = ALV Variant
Selection Text: OVERRIDE = Default contact person
Selection Text: FEATURE = Place of business feature
Selection Text: CP_TEL = Contact person's tel. number
Selection Text: CP_TAC = Contact person's area code
Selection Text: CP_NAME = Contact person's name
Title: Statistics: Places of Business (Finland)
Text Symbol: 037 = ER city
Text Symbol: 038 = ER city
Text Symbol: 039 = Employer city
Text Symbol: 152 = ER street
Text Symbol: 153 = ER street and house no.
Text Symbol: 154 = Employer street and house number
Text Symbol: 155 = ER Pcode
Text Symbol: 156 = ER post code
Text Symbol: 157 = Employer postal code
Text Symbol: 167 = EE POB ID
Text Symbol: 168 = Place of business ID
Text Symbol: 169 = EE place of business ID
Text Symbol: ADR = No company address information stored for
Text Symbol: CON = Please enter all contact info
Text Symbol: 001 = Run options
Text Symbol: 002 = Customer options
Text Symbol: 003 = Statistics on Places of Business
Text Symbol: 004 = Company name :
Text Symbol: 005 = Page:
Text Symbol: 006 = Company address:
Text Symbol: 007 = Employer ID :
Text Symbol: 008 = Contact person :
Text Symbol: 009 = Phone number :
Text Symbol: 010 = Social insurance number
Text Symbol: 011 = Place of Business ID number
Text Symbol: 012 = Run date:
Text Symbol: 013 = Run time:
Text Symbol: 019 = No termination record has been created
Text Symbol: 028 = ER Tax No.





Text Symbol: 029 = ER Tax Number
Text Symbol: 030 = Employer Tax Number
Text Symbol: 031 = EE SI No.
Text Symbol: 032 = EE SI Number
Text Symbol: 033 = Employee SI Number
Text Symbol: 034 = ER Tel.
Text Symbol: 035 = ER telephone
Text Symbol: 036 = Employer telephone number


INCLUDES used within this REPORT HFISPOB0

INCLUDE RPMSEL00.
INCLUDE HFISPOB0_DATA.
INCLUDE HFISPOB0_SELECT.
INCLUDE HFISPOB0_MAIN.
INCLUDE HFISPOB0_FORMS.


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