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
Below is a list of transaction codes which are relevant to this SAP report
PC00_M44_FTUM - Create Trade Union File
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: 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
INCLUDE HFIFTUM0_DATA.
INCLUDE HFIFTUM0_SELECT.
INCLUDE HFIFTUM0_FORMS.
INCLUDE HFIFTUM0_EVENTS.
INCLUDE HFIFTUM0_MODULES.
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.