SAP Reports / Programs

HTROGI02 SAP ABAP Report - Payroll Results for Cluster RX







HTROGI02 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 HTROGI02 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 HTROGI02. "Basic submit
SUBMIT HTROGI02 AND RETURN. "Return to original report after report execution complete
SUBMIT HTROGI02 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: TAB_AUSW = Choose individual tables
Selection Text: STAND = Status indicator
Selection Text: SELSRTZA = Display Status
Selection Text: SELPERNR = Display Personnel number
Selection Text: SELIPERM = Display Period modifier for in-period
Selection Text: SELINPER = Display In-period
Selection Text: SELFPPER = Display For-period
Selection Text: SELFPEND = Display End of for-period
Selection Text: SELFPBEG = Display Beginning of for-period
Selection Text: SELABKRS = Display Payroll subunit of for-period
Selection Text: P_UPDLJ = Güncel yıla kaydedilsin
Selection Text: P_UPDAJ = Vergi iadesinin oluştuğu yıla
Selection Text: P_PERIO = Bordro dönemi
Selection Text: P_HINTER = Sayfalar arka arkaya
Selection Text: P_DIFLIS = Önce tüm ilk sayfalar
Selection Text: P_BTRTL = Personel alt al.göre grupla
Selection Text: LISTE = List of payroll records
Title: Payroll Results for Cluster RX
Text Symbol: HIN = Sayfalar arka arkaya
Text Symbol: DTR = Ver.iade: geçe.yıla
Text Symbol: DIF = Önce tüm ilk sayfalar
Text Symbol: CAR = Ver.iade:
Text Symbol: BTR = Personel alt al.göre grupla


INCLUDES used within this REPORT HTROGI02

No INCLUDES are used within this REPORT code!


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:

RP_GET_CURRENCY CALL FUNCTION 'RP_GET_CURRENCY' EXPORTING molga = '47' begda = h_jahranf IMPORTING waers = h_curr.

CURRENCY_CONVERTING_FACTOR CALL FUNCTION 'CURRENCY_CONVERTING_FACTOR' EXPORTING currency = h_curr IMPORTING factor = h_fact.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = hlp_repid dynumb = sy-dynnr TABLES dynpfields = xdynpfields.

CONVERSION_EXIT_PTR01_INPUT CALL FUNCTION 'CONVERSION_EXIT_PTR01_INPUT' EXPORTING input = xdynpfields-fieldvalue IMPORTING output = monat.

POPUP_TO_SELECT_MONTH CALL FUNCTION 'POPUP_TO_SELECT_MONTH' EXPORTING actual_month = monat IMPORTING selected_month = monat return_code = returncode.



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