SAP Reports / Programs | Patient Accounting | SAP Healthcare - Industry-Specific Components for Hospitals | Patient Accounting(IS-H-PA) SAP IS

RNWCHSUMK SAP ABAP Report - Fee Total Card







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


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 RNWCHSUMK. "Basic submit
SUBMIT RNWCHSUMK AND RETURN. "Return to original report after report execution complete
SUBMIT RNWCHSUMK 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: 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


INCLUDES used within this REPORT RNWCHSUMK

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:

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.



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