RNLAMB99 is a standard Executable ABAP Report 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 RNLAMB99 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: SFORM = SAPscript form name
Selection Text: SE_ARZT = Physician
Selection Text: ORGID = Organizational unit
Selection Text: BWART = Visit type
Title: IS-H: Outpatient Visit With Physician Specificatin and Report Option
Text Symbol: T23 = Telephone
Text Symbol: T24 = C
Text Symbol: U00 = Program selections
Text Symbol: U01 = Institution
Text Symbol: U02 = Evaluation period
Text Symbol: U03 = Case types
Text Symbol: U04 = Inpatient
Text Symbol: U05 = Observation patient
Text Symbol: U06 = Outpatient
Text Symbol: U07 = Sort
Text Symbol: U08 = alphabetically
Text Symbol: U09 = by date and time
Text Symbol: U10 = Function of physician
Text Symbol: U11 = Attending physician
Text Symbol: U12 = Operating surgeon
Text Symbol: U13 = Output
Text Symbol: U14 = Visits not cancelled
Text Symbol: U15 = Visits cancelled
Text Symbol: U99 = To
Text Symbol: S01 = Total
Text Symbol: SUM = Number of records selected:
Text Symbol: T01 = Name
Text Symbol: T02 = Visit date
Text Symbol: T03 = Time
Text Symbol: T04 = DoB
Text Symbol: T05 = S
Text Symbol: T06 = Case
Text Symbol: T07 = Type
Text Symbol: T08 = Visit type
Text Symbol: T09 = Dept. OU
Text Symbol: T10 = Treatment OU
Text Symbol: T11 = Tmt.room
Text Symbol: T12 = C
INCLUDE RNDATA00.
No SAP DATABASE tables are accessed within this REPORT code!
FORM_CHECK CALL FUNCTION 'FORM_CHECK' EXPORTING i_pzfor = sform EXCEPTIONS not_defined = 4.
ISH_NPAT_CONCATENATE CALL FUNCTION 'ISH_NPAT_CONCATENATE' EXPORTING ss_patnr = liste-npat ss_read_npat = on IMPORTING ss_pname = fullname EXCEPTIONS OTHERS = 2.
ISH_NGPA_CONCATENATE CALL FUNCTION 'ISH_NGPA_CONCATENATE' EXPORTING ss_gpart = liste-pernr ss_read_ngpa = on IMPORTING ss_pname = fullname EXCEPTIONS wrong_gpart = 1 OTHERS = 2.
ISH_READ_NPAT CALL FUNCTION 'ISH_READ_NPAT' EXPORTING ss_patnr = nfal-patnr IMPORTING ss_npat = npat EXCEPTIONS not_found = 0 no_authority = 0 no_einri = 0 OTHERS = 0.
ISH_OM_NORG_SELECT CALL FUNCTION 'ISH_OM_NORG_SELECT' EXPORTING itr_orgid = ta_orgid IMPORTING et_norg = ta_norg EXCEPTIONS nothing_found = 1 internal_error = 2 OTHERS = 3.
ISH_SAP_BP_CHECK_ACTIVE CALL FUNCTION 'ISH_SAP_BP_CHECK_ACTIVE' IMPORTING e_status = l_status EXCEPTIONS not_active = 0.
ISH_READ_NPAT_MULTI CALL FUNCTION 'ISH_READ_NPAT_MULTI' EXPORTING it_npat_pk = it_npat_pk IMPORTING et_npat = it_npat.
ISH_OM_NORG_SELECT CALL FUNCTION 'ISH_OM_NORG_SELECT' EXPORTING itr_orgid = ta_orgid IMPORTING et_norg = ta_norg EXCEPTIONS nothing_found = 1 internal_error = 2 OTHERS = 3.
ISH_CALL_LIST_HEAD CALL FUNCTION 'ISH_CALL_LIST_HEAD' EXPORTING ausbegdt = rnstat-ausbegdt ausenddt = rnstat-ausenddt line_size = rnstat-line_size einri = rnstat-einri repid = rnstat-repid uline = off.
OPEN_FORM CALL FUNCTION 'OPEN_FORM' EXPORTING device = 'PRINTER' dialog = 'X' form = sform language = sy-langu EXCEPTIONS canceled = 1 device = 2 form = 3 options = 4 unclosed = 5 mail_options = 6 archive_error = 7 invalid_fax_number = 8 more_params_needed_in_batch = 9 spool_error = 10 codepage = 11 OTHERS = 12.
CLOSE_FORM CALL FUNCTION 'CLOSE_FORM' EXCEPTIONS unopened = 01.
ISH_READ_NPAT CALL FUNCTION 'ISH_READ_NPAT' EXPORTING ss_patnr = ausg_liste-npat IMPORTING ss_npat = npat EXCEPTIONS not_found = 0 no_authority = 0 no_einri = 0 OTHERS = 0.
START_FORM CALL FUNCTION 'START_FORM' EXPORTING form = sform EXCEPTIONS form = 01 format = 02 unended = 03 unopened = 04 unused = 05.
WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING element = '1' EXCEPTIONS element = 01 function = 02 type = 03 unopened = 04 unstarted = 05 window = 06.
END_FORM CALL FUNCTION 'END_FORM' EXCEPTIONS unopened = 01.
ISH_DYNP_VALUES_READ CALL FUNCTION 'ISH_DYNP_VALUES_READ' EXPORTING dyname = p_repid dynumb = p_dynnr TABLES dynpfields = lt_dynpread EXCEPTIONS OTHERS = 1.
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = einri IMPORTING output = einri EXCEPTIONS OTHERS = 1.
ISH_GRAPHIC_ORGID_SELECT CALL FUNCTION 'ISH_GRAPHIC_ORGID_SELECT' EXPORTING einri = einri * freig = on * ambes = on * fazuw = on * pfzuw = on no_bauid = on IMPORTING selected_orgid = p_org EXCEPTIONS bauid_not_in_nbau = 1 einri_not_in_tn01 = 2 no_hierarchy = 3 orgid_not_in_norg = 4 OTHERS = 5.
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 RNLAMB99 or its description.
RNLAMB99 - IS-H: Outpatient Visit With Physician Specificatin and Report Option RNLAMB99 - IS-H: Outpatient Visit With Physician Specificatin and Report Option RNLAMB02 - IS-H: Evaluation of Outpatient Visits Without Services RNLAMB02 - IS-H: Evaluation of Outpatient Visits Without Services RNLAMB01_REPLACE1_N_FALL_BEF01 - Include RNLAMB01_REPLACE1_N_FALL_BEF01 RNLAMB01 - IS-H: Outpatient Visits (with Name of Physician)