SAP Reports / Programs

RNWCHV90 SAP ABAP Report - Process Fee-Based Services







RNWCHV90 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can use this report to change fee-based services or enter new ones...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 RNWCHV90 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

NWCH98 - Edit Fee-Based Services


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 RNWCHV90. "Basic submit
SUBMIT RNWCHV90 AND RETURN. "Return to original report after report execution complete
SUBMIT RNWCHV90 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_STAT = From Status
Selection Text: SO_ARZT = Physician From
Title: Process Fee-Based Services
Text Symbol: S08 = Func.
Text Symbol: S09 = Fee Type
Text Symbol: S10 = Fee Subg
Text Symbol: S11 = Amount
Text Symbol: S12 = Curr.
Text Symbol: S13 = BrkdwnCde
Text Symbol: S14 = Inv.No.
Text Symbol: S15 = Invoice No.:
Text Symbol: S16 = W/o Invoice Number
Text Symbol: S17 = W/o Case Number
Text Symbol: S18 = Name of Fee Physician
Text Symbol: S19 = Svce Texts
Text Symbol: S20 = Status
Text Symbol: S21 = FeeType
Text Symbol: S22 = Transf.
Text Symbol: S23 = Ent. Man.
Text Symbol: S24 = Bkd.Compl.
Text Symbol: S25 = For Canc.
Text Symbol: S26 = Canceled
Text Symbol: S27 = CaseNo.:
Text Symbol: S28 = Crcy ;;
Text Symbol: S29 = Serv.Perf.
Text Symbol: S30 = Order No.:
Text Symbol: S31 = Order
Text Symbol: Z03 = No data records were found for the specified
Text Symbol: Z04 = No data records found
Text Symbol: A01 = Root
Text Symbol: A02 = Chg. Documents
Text Symbol: A03 = Changed By
Text Symbol: A04 = On
Text Symbol: A05 = Old
Text Symbol: A06 = New
Text Symbol: A07 = Fld
Text Symbol: A08 = Long Txt
Text Symbol: E01 = Selection criteria





Text Symbol: E02 = Institution
Text Symbol: E03 = Case Number
Text Symbol: E04 = Invoice Number
Text Symbol: E05 = Phy.
Text Symbol: E06 = For all cases/invoices
Text Symbol: E07 = Restrictions by physician
Text Symbol: E08 = Service Performance Date From
Text Symbol: E09 = To
Text Symbol: E10 = Create New Fee-Based Services
Text Symbol: E11 = Ext. Order No.
Text Symbol: F01 = Error during VBAP upd.
Text Symbol: L01 = FEE SERVICES
Text Symbol: L15 = List key
Text Symbol: S01 = Please enter either a case,
Text Symbol: S02 = inv. number or a physician
Text Symbol: S03 = CaseNo.
Text Symbol: S04 = Patient Name
Text Symbol: S05 = Fee Svce
Text Symbol: S06 = Seq. svce
Text Symbol: S07 = Fee Physic.


INCLUDES used within this REPORT RNWCHV90

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' " BS06 importing " BS06 ss_cvers = l_version " BS06 exceptions " BS06 others = 1. " BS06

ISH_NGPA_CONCATENATE * CALL FUNCTION 'ISH_NGPA_CONCATENATE' * EXPORTING * SS_GPART = ARZT * SS_READ_NGPA = on ** SS_NGPA = ** SS_ROLLE = '1' ** SS_LIST = off * IMPORTING * SS_PNAME = TXTARZT * EXCEPTIONS * WRONG_GPART = 1 * OTHERS = 2.

ISH_COUNTRY_VERSION_GET call function 'ISH_COUNTRY_VERSION_GET' importing ss_cvers = l_version exceptions others = 1.

ISH_SHOW_GPART CALL FUNCTION 'ISH_SHOW_GPART' EXPORTING aufruf = 'Y' rolle = '1' vcode = 'UPD' IMPORTING ngpa_gpart = so_arzt-low EXCEPTIONS OTHERS = 5.

ISH_SHOW_GPART CALL FUNCTION 'ISH_SHOW_GPART' EXPORTING aufruf = 'Y' rolle = '1' vcode = 'UPD' IMPORTING ngpa_gpart = so_arzt-high EXCEPTIONS OTHERS = 5.

ISH_SHOW_LIST_PATIENT call function 'ISH_SHOW_LIST_PATIENT' exporting anfo = on " Auswahlpopup npat_einri = pa_einri fcode = 'PS' " Nur Patienten vcode = co_display " Nur Anzeige und Auswahl importing npat_patnr = npat-patnr npat_pziff = npat-pziff exceptions geschlecht_falsch = 01 no_authority = 02 npat_not_found = 03 selection_false = 04.

ISH_SHOW_LIST_FALL call function 'ISH_SHOW_LIST_FALL' exporting call_from_dark = off col = 5 exit_on_weiter = off fcode = 'SO' list_layout = '0' nfal_einri = pa_einri nfal_falnr = pa_falnr nfal_fziff = ' ' nfal_patnr = npat-patnr * npatstring = ' ' only_falnr = off popup = on repid = ' ' row = 6 tcode = ' ' vcode = co_display zuordnung = 'A' importing * LIST_OKCODE = * NBEW_BEWTY = * NBEW_LFDNR = nfal_falnr = pa_falnr nfal_fziff = nfal-fziff * NO_LIST = * SELECT_NFAL = * STORNO_SELECTED = * VCODE_NEU = * WEITER = exceptions pat_not_found = 01 repid_missing = 02.

ISH_CH_SE54_V_NWCH90 call function 'ISH_CH_SE54_V_NWCH90' exporting ss_einri = pa_einri ss_action = ucomm tables ss_nwch90 = lt_vnwch90 exceptions bad_param = 1.






ISH_CH_SE54_V_NWCH90 call function 'ISH_CH_SE54_V_NWCH90' exporting ss_einri = pa_einri ss_action = ucomm tables ss_nwch90 = lt_vnwch90 exceptions bad_param = 1 others = 2.

ISH_CH_WRITE_STATUS_NWCH90 call function 'ISH_CH_WRITE_STATUS_NWCH90' " BS09 exporting " BS09 ss_event = co_man_storn " BS09 * ss_user = sy-uname " BS09 * ss_date = sy-datum " BS09 tables " BS09 ss_nwch90 = lt_nwch90 " BS09 exceptions " BS09 insert_error = 1 " BS09 no_data = 2 " BS09 others = 3. " BS09

ISH_NGPA_CONCATENATE call function 'ISH_NGPA_CONCATENATE' exporting ss_gpart = gt_hon_lei-arzt ss_read_ngpa = on * SS_NGPA = * SS_ROLLE = '1' * SS_LIST = off importing ss_pname = text exceptions wrong_gpart = 1 others = 2.

ISH_NPAT_CONCATENATE call function 'ISH_NPAT_CONCATENATE' exporting ss_einri = gt_hon_lei-einri ss_patnr = gt_nfal-patnr ss_read_npat = on importing ss_pname = text exceptions others = 1.

ISH_NPAT_CONCATENATE call function 'ISH_NPAT_CONCATENATE' exporting ss_einri = gt_hon_lei-einri ss_patnr = gt_nfal-patnr ss_read_npat = on importing ss_pname = text exceptions others = 1.

ISH_NGPA_CONCATENATE call function 'ISH_NGPA_CONCATENATE' exporting ss_gpart = gt_hon_lei-arzt ss_read_ngpa = on * SS_NGPA = * SS_ROLLE = '1' * SS_LIST = off importing ss_pname = text exceptions wrong_gpart = 1 others = 2.

CHANGEDOCUMENT_READ_HEADERS call function 'CHANGEDOCUMENT_READ_HEADERS' exporting * ARCHIVE_HANDLE = 0 * DATE_OF_CHANGE = '00000000' objectclass = 'NWCHHONLEI' objectid = obj_id * TIME_OF_CHANGE = '000000' username = space * LOCAL_TIME = ' ' tables i_cdhdr = a_cdhdr exceptions no_position_found = 1 wrong_access_to_archive = 2 time_zone_conversion_error = 3 others = 4.

CHANGEDOCUMENT_READ_POSITIONS call function 'CHANGEDOCUMENT_READ_POSITIONS' exporting * ARCHIVE_HANDLE = 0 changenumber = a_cdhdr-changenr * TABLEKEY = ' ' * TABLENAME = ' ' tables editpos = x_cdshw exceptions no_position_found = 1 wrong_access_to_archive = 2 others = 3.

RS_TREE_CONSTRUCT call function 'RS_TREE_CONSTRUCT' tables nodetab = outtab exceptions tree_failure = 1 id_not_found = 2 wrong_relationship = 3 others = 4.

RS_TREE_LIST_DISPLAY call function 'RS_TREE_LIST_DISPLAY' exporting callback_program = 'RNWCHV90' callback_user_command = 'CALLBACK_USER_COMM' * CALLBACK_TEXT_DISPLAY = ' ' * CALLBACK_MOREINFO_DISPLAY = ' ' * CALLBACK_COLOR_DISPLAY = ' ' callback_top_of_page = 'CALLBACK_TOP_OF_PAGE' status = 'OWN' * RETURN_MARKED_SUBTREE = ' ' screen_start_column = 5 screen_start_line = x screen_end_column = 75 screen_end_line = y * SUPPRESS_NODE_OUTPUT = ' ' exceptions others = 1.

ISH_HELP_REQUEST call function 'ISH_HELP_REQUEST' exporting ss_object = 'ISH_CH_RNWCHV90_DOKU' ss_title = 'Legende zur Liste'(l15).

SD_PARTNER_READ call function 'SD_PARTNER_READ' exporting f_vbeln = i_vbeln object = 'VBPA' tables i_xvbadr = xvbadr i_xvbpa = xvbpa.



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