RNWCHSUMK is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Fee Total Card You can use this report to display the fees broken down during a year...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 RNWCHSUMK 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: SO_ARZT = Fee Issuer
Title: Fee Total Card
Text Symbol: S02 = Fee Issuers Included in Evaluation:
Text Symbol: S01 = IS-H CH: Fee Total Card
Text Symbol: L21 = Dec.
Text Symbol: L20 = Nov.
Text Symbol: L19 = Oct.
Text Symbol: L18 = Sep.
Text Symbol: L17 = Aug.
Text Symbol: L16 = Jul.
Text Symbol: L15 = Jun.
Text Symbol: L14 = May
Text Symbol: L13 = Apr.
Text Symbol: L12 = Mar.
Text Symbol: L11 = Feb.
Text Symbol: L10 = Jan.
Text Symbol: L09 = Total
Text Symbol: L08 = No Class
Text Symbol: L07 = Class
Text Symbol: L06 = Breakd. Ind.
Text Symbol: L05 = Total
Text Symbol: L04 = Inpatient
Text Symbol: L03 = No Case Type
Text Symbol: L02 = Outpat.
Text Symbol: L01 = Fee Basis
Text Symbol: E08 = Breakdown by Class
Text Symbol: E07 = same year. Correct the date
Text Symbol: E06 = Breakdown date from/to must be within the
Text Symbol: E05 = Breakdown by Case Type
Text Symbol: E04 = To
Text Symbol: E03 = Breakdown From
Text Symbol: E02 = Institution
Text Symbol: E01 = Selection Criteria
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISH_COUNTRY_VERSION_GET call function 'ISH_COUNTRY_VERSION_GET' importing ss_cvers = g_l_version exceptions others = 4.
ISH_CALL_LIST_HEAD call function 'ISH_CALL_LIST_HEAD' exporting ausbegdt = pa_von ausenddt = pa_bis einri = pa_einri * repid = rnstat-repid line_size = rnstat-line_size title_lin1 = rnstat-title_lin1 * title_lin2 = rnstat-title_lin2 * VERBEGDT = VERBEGDT * VERENDDT = VERENDDT uline = off exceptions invalid_einri = 01.
ISH_SHOW_GPART call function 'ISH_SHOW_GPART' exporting aufruf = yes rolle = '1' "person row = 8 col = 3 vcode = 'UPD' importing ngpa_gpart = p_gpart select_ngpa = select_ngpa weiter = weiter.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RNWCHSUMK - Fee Total Card RNWCHSUMK - Fee Total Card RNWCHSMED - IS-H CH: Medical Statistics (Minimum/Newborn/Psych. Data Record) RNWCHSMED - IS-H CH: Medical Statistics (Minimum/Newborn/Psych. Data Record) RNWCHSKH1 - IS-H CH: Hospital Statistics for BfS (CH) RNWCHSKH1 - IS-H CH: Hospital Statistics for BfS (CH)