LNKHSTATV2004F99 is a standard ABAP INCLUDE 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 LNKHSTATV2004F99 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.
INCLUDE RNSSAEB_COMMON_FORMS_FUNCMODS.
INCLUDE MNDATA_YEAR_DATE_TIME.
INCLUDE MN_DRG_CALC_NBEW_DURATION.
No SAP DATABASE tables are accessed within this REPORT code!
ISH_D_GVD_BILLING_DAYS_NEW CALL FUNCTION 'ISH_D_GVD_BILLING_DAYS_NEW' EXPORTING ausw_bis = i_movement_bwedt ausw_bis_zt = i_movement_bwezt ausw_von = i_movement_bwidt ausw_von_zt = i_movement_bwizt einrichtung = i_einri fallnummer = i_falnr stichtag = i_movement_bwedt messages_collect = 'X' * FALLART = ' ' * WITH_VD_FP = ' ' IMPORTING bel_tage = bel_tage ber_tage = ber_tage * BER_TAGE_SE = * FALLPAUSCHALE = * GVD = * SONDERENTGELT = * VERWEILDAUER = * VERWEILDAUER_FP = * TABLES * INBEWTAB = * INLEITAB = * SS_TAGTAB = * BNBEWTAB = * BNLEITAB = EXCEPTIONS no_aufn_found = 1 no_inbewtab_found = 2 no_inleitab_found = 3 OTHERS = 4.
ISH_GET_QUANTITY_SERVICES CALL FUNCTION 'ISH_GET_QUANTITY_SERVICES' EXPORTING aufdt = wa_adm_bew-bwidt aufzt = wa_adm_bew-bwizt begdt = wa_nlei-ibgdt begzt = wa_nlei-ibzt einri = i_einri enddt = enddt endzt = endzt etlart = etlart etldt = etldt etlzt = etlzt * FALNR = * NBGDT = '00000000' * NBGZT = '000000' s_param = wa_nlei-bform talst = wa_nlei-leist tarid = wa_nlei-haust IMPORTING quantity = amount EXCEPTIONS aufdt_gt_begdt = 1 auf_gt_etl = 2 begdt_gt_enddt = 3 etldt_lt_enddt = 4 invalid_einri = 5 invalid_s_param = 6 OTHERS = 7.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.