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
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: 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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.