HFISTBC0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report generates the salary enquiry for blue collar monthly/ hourly employees in all industry types...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 HFISTBC0 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
PC00_M44_STBC - Blue Collar Statistics
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: YEAR = Year
Selection Text: SO_YEAR = Year Dates
Selection Text: SO_STAT = Stat ID
Selection Text: SO_DATE = Quarter Dates
Selection Text: SEN_DP = Date type(Seniority) KOKEMV
Selection Text: SENVA_DP = Date type(Seniority) LOMAOIKV
Selection Text: Q4 = Quarter IV
Selection Text: Q3 = Quarter III
Selection Text: Q2 = Quarter II
Selection Text: Q1 = Quarter I
Selection Text: PA_VARI1 = List Variant
Selection Text: PA_TEMSE =
Selection Text: OTH_TXT = Other Text
Selection Text: FNAME = Create text file
Selection Text: EK_TXT = Finnish(EK) text
Title: Blue Collar statistics report
Text Symbol: I01 = Missing customizing for field &1
Text Symbol: EY2 = and
Text Symbol: EY1 = Error computing years between
Text Symbol: 96C = Validity Interval for Statutory Subapplications (T596C)
Text Symbol: 112 = Blue Collar Statisitics report
Text Symbol: 009 = Create Temse file
Text Symbol: 008 = List Variant
Text Symbol: 007 = C:\Test.txt
Text Symbol: 006 = Create TXT file
Text Symbol: 005 = Other Parameters
Text Symbol: 004 = ALV output
Text Symbol: 003 = Year & quarter selection
Text Symbol: 002 = Report selection
Text Symbol: 001 = Statistical ID
INCLUDE HFISTBC0_DATA.
INCLUDE HFISTBC0_SEL.
INCLUDE HFISTBC0_DYN.
INCLUDE HFISTBC0_ALV.
INCLUDE HFISTBC0_SUBR.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.