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

RNSSAEB_COMMON_FORMS_REPORTS SAP ABAP INCLUDE - RNSSAEBCOMMONFORMSREPORTS







RNSSAEB_COMMON_FORMS_REPORTS is a standard ABAP INCLUDE 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 RNSSAEB_COMMON_FORMS_REPORTS 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 RNSSAEB_COMMON_FORMS_REPORTS. "Basic submit
SUBMIT RNSSAEB_COMMON_FORMS_REPORTS AND RETURN. "Return to original report after report execution complete
SUBMIT RNSSAEB_COMMON_FORMS_REPORTS VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT RNSSAEB_COMMON_FORMS_REPORTS

INCLUDE RNSSAEB_EXTRACT_MESSAGES.
INCLUDE RNSSAEB_NFAL_NBEW_LESEN.


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_CALL_LIST_HEAD CALL FUNCTION 'ISH_CALL_LIST_HEAD' EXPORTING einri = se_einri ausbegdt = rnstat-ausbegdt ausenddt = rnstat-ausenddt title_lin1 = rnstat-title_lin1 title_lin2 = rnstat-title_lin2 line_size = rnstat-line_size repid = rnstat-repid uline = off EXCEPTIONS OTHERS = 1.

ISH_PRINT_PROTOCOL_BATCH CALL FUNCTION 'ISH_PRINT_PROTOCOL_BATCH' EXPORTING line_size = rnstat-line_size minutes_title = text-ueb repid = rnstat-repid new_section = on EXCEPTIONS no_messages = 1.

ISH_CALL_LIST_HEAD CALL FUNCTION 'ISH_CALL_LIST_HEAD' EXPORTING einri = se_einri ausbegdt = rnstat-ausbegdt ausenddt = rnstat-ausenddt title_lin1 = rnstat-title_lin1 title_lin2 = rnstat-title_lin2 line_size = lsize repid = rnstat-repid uline = off EXCEPTIONS OTHERS = 1.

REUSE_ALV_LIST_LAYOUT_INFO_GET CALL FUNCTION 'REUSE_ALV_LIST_LAYOUT_INFO_GET' IMPORTING es_layout = gs_layout et_fieldcat = xfield[] EXCEPTIONS OTHERS = 1.

REUSE_ALV_LIST_WIDTH_GET CALL FUNCTION 'REUSE_ALV_LIST_WIDTH_GET' EXPORTING it_fieldcat = xfield[] is_layout = gs_layout IMPORTING e_width = width.

REUSE_ALV_HS_LIST_WIDTH_GET CALL FUNCTION 'REUSE_ALV_HS_LIST_WIDTH_GET' EXPORTING i_tabname_header = c_kopfzeile_tab i_tabname_item = c_positionszeile_tab it_fieldcat = xfield[] is_layout = gs_layout IMPORTING e_width = width EXCEPTIONS OTHERS = 1.

MESSAGES_COUNT CALL FUNCTION 'MESSAGES_COUNT' IMPORTING count = l_no_of_messages.

ISH_ALV_FOOTER CALL FUNCTION 'ISH_ALV_FOOTER' EXPORTING i_width = width it_lines = it_lines.



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