SAP Reports / Programs

RNABG002 SAP ABAP Report - documentation and ABAP source code







RNABG002 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 RNABG002 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 RNABG002. "Basic submit
SUBMIT RNABG002 AND RETURN. "Return to original report after report execution complete
SUBMIT RNABG002 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: R_FALNR = D .
Text Symbol: H01 = Date
Text Symbol: L09 = Billing Type
Text Symbol: L11 = Material Costs
Text Symbol: L15 = General Costs
Text Symbol: S02 = Restrictions
Text Symbol: S04 = General Curative Treatment
Text Symbol: S05 = Special Curative Treatment


INCLUDES used within this REPORT RNABG002

INCLUDE MNDATA00.
INCLUDE RNCOLOUR.
INCLUDE MNDATA_BILLING_MODE.
INCLUDE MNDATA_BILLING_TYPES.
INCLUDE MNCEDIEV.
INCLUDE MNDATA_CHARGE_TYPES.
INCLUDE RNSSEINR.
INCLUDE RNSSIEIN.
INCLUDE RNSSSEIN.


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_CASE_VALUE_REQUEST CALL FUNCTION 'ISH_CASE_VALUE_REQUEST' EXPORTING ss_einri = se_einri ss_vcode = 'UPD' IMPORTING ss_falnr = r_falnr-low.

ISH_CASE_VALUE_REQUEST CALL FUNCTION 'ISH_CASE_VALUE_REQUEST' EXPORTING ss_einri = se_einri ss_vcode = 'UPD' IMPORTING ss_falnr = r_falnr-high.

ISH_CASE_SELECTION_READ CALL FUNCTION 'ISH_CASE_SELECTION_READ' EXPORTING ss_einri = se_einri ss_selkz = p_selkz TABLES ss_falnr = r_falnr[] EXCEPTIONS not_found = 1 OTHERS = 2.

ISH_GET_COST_REIMBURSEMENT CALL FUNCTION 'ISH_GET_COST_REIMBURSEMENT' EXPORTING einri = se_einri abart_on = on kschl_on = off kon_tab = lt_condtypes r_zeitr = r_erdat[] r_falnr = r_falnr[] r_abart = r_abart[] r_orgid = r_orgid[] TABLES kosten_tab = lt_cost_totals konwert_tab = lt_cost_shares EXCEPTIONS missing_data = 1 no_bills = 2 OTHERS = 3.

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 = se_einri IMPORTING output = se_einri EXCEPTIONS OTHERS = 1.

ISH_GRAPHIC_ORGID_SELECT CALL FUNCTION 'ISH_GRAPHIC_ORGID_SELECT' EXPORTING einri = se_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.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = dyn_einri IMPORTING output = dyn_einri EXCEPTIONS OTHERS = 1.

ISH_SHOW_SERVICES_NEW CALL FUNCTION 'ISH_SHOW_SERVICES_NEW' EXPORTING einrichtung = dyn_einri multi_select = ' ' IMPORTING e_ntpk = ntpk EXCEPTIONS wrong_einri = 1 nothing_found = 2 nothing_selected = 3 missing_zotyp = 4 OTHERS = 5.

ISH_DYNP_VALUES_READ CALL FUNCTION 'ISH_DYNP_VALUES_READ' EXPORTING dyname = dyname dynumb = dynumb TABLES dynpfields = idynpread.

ISH_SAP_OM_CHECK_ACTIVE CALL FUNCTION 'ISH_SAP_OM_CHECK_ACTIVE' EXCEPTIONS not_active = 1.

ISH_OM_OU_GET CALL FUNCTION 'ISH_OM_OU_GET' EXPORTING itr_orgid = ltr_orgid IMPORTING et_norg = lt_norg EXCEPTIONS nothing_found = 0 internal_error = 0 OTHERS = 0.

ISH_READ_NORG CALL FUNCTION 'ISH_READ_NORG' EXPORTING einri = se_einri orgid = p_orgid IMPORTING norg_e = l_norg EXCEPTIONS missing_orgid = 01.

ISH_READ_KONV CALL FUNCTION 'ISH_READ_KONV' EXPORTING i_knumv = -knumv i_kposn = p_wca-posnr IMPORTING et_konv = lt_konv EXCEPTIONS no_knumv_parameter = 1 not_found = 2 OTHERS = 3.



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