SAP Reports / Programs

LNKHSTATV2004F99 SAP ABAP INCLUDE - documentation and ABAP source code







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


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 LNKHSTATV2004F99. "Basic submit
SUBMIT LNKHSTATV2004F99 AND RETURN. "Return to original report after report execution complete
SUBMIT LNKHSTATV2004F99 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT LNKHSTATV2004F99

INCLUDE RNSSAEB_COMMON_FORMS_FUNCMODS.
INCLUDE MNDATA_YEAR_DATE_TIME.
INCLUDE MN_DRG_CALC_NBEW_DURATION.


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:

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.



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