SAP Reports / Programs

HFIFTUM0 SAP ABAP Report - Quarterly / semi-annual file for trade unions (Finland)







HFIFTUM0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Quarterly / semi-annual file for trade unions (Finland) This report allows you to create a file containing a list of the membership fees to be transferred to the selected trade union/local combination(s) on a quarterly or semi-annual basis...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 HFIFTUM0 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_FTUM - Create Trade Union File


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 HFIFTUM0. "Basic submit
SUBMIT HFIFTUM0 AND RETURN. "Return to original report after report execution complete
SUBMIT HFIFTUM0 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: UNION = Trade union(s)
Selection Text: TEST = Test run
Selection Text: SUB_UNIT = Include accounting sub-unit
Selection Text: PA_VARIA = ALV variant
Selection Text: PAYEE = Recipient (union/local)
Selection Text: METHTS = Create TemSe file
Selection Text: METHDL = Download option
Selection Text: METHDIS = Display only
Selection Text: FILENAME = Save to file
Selection Text: EVALPER6 = Other period
Selection Text: EVALPER5 = Calendar Month period
Selection Text: EVALPER4 = Last six-month period
Selection Text: EVALPER3 = Last quarter
Selection Text: EVALPER2 = Current six-month period
Selection Text: EVALPER1 = Current quarter
Selection Text: DISPLAY = ALV display - No file created!
Title: Quarterly / semi-annual file for trade unions (Finland)
Text Symbol: W02 = Create a union/local payee in T7FITUP!
Text Symbol: W01 = Period selected in previous year!
Text Symbol: T03 = Display only
Text Symbol: T02 = Dataset created
Text Symbol: T01 = Display -> Write to dataset
Text Symbol: I06 = Time period selected :
Text Symbol: I05 = No. of records moved to file:
Text Symbol: I04 = Name of file created :
Text Symbol: I03 = Following records were written to file
Text Symbol: I02 = Following records would have been downloaded:
Text Symbol: I01 = Dataset has not been created due to test run
Text Symbol: H13 = Year
Text Symbol: H12 = RC
Text Symbol: H11 = Fees
Text Symbol: H10 = S
Text Symbol: H09 = C
Text Symbol: H08 = To
Text Symbol: H07 = From
Text Symbol: H06 = Name of member
Text Symbol: H05 = Personal ID
Text Symbol: H04 = Union/Local





Text Symbol: H03 = Remitter
Text Symbol: H02 = Organization
Text Symbol: H01 = R
Text Symbol: 002 = File specifications
Text Symbol: 001 = Select union and time period


INCLUDES used within this REPORT HFIFTUM0

INCLUDE HFIFTUM0_DATA.
INCLUDE HFIFTUM0_SELECT.
INCLUDE HFIFTUM0_FORMS.
INCLUDE HFIFTUM0_EVENTS.
INCLUDE HFIFTUM0_MODULES.


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