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

RNABILB3 SAP ABAP INCLUDE - FORM Routines for RNABILB0 and RNABILB1 (Change Billing Block)







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


Text pool values


Title: FORM Routines for RNABILB0 and RNABILB1 (Change Billing Block)


INCLUDES used within this REPORT RNABILB3

INCLUDE MNCOLOUR.
INCLUDE RNLALV00.


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:

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' I_CALLBACK_PROGRAM = TOPPROG * I_CALLBACK_PF_STATUS_SET = ' ' * I_CALLBACK_USER_COMMAND = ' ' * I_STRUCTURE_NAME = IS_LAYOUT = GS_LAYOUT IT_FIELDCAT = XFIELD * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' I_SAVE = 'A' * IS_VARIANT = ' ' IT_EVENTS = GT_EVENTS[] * IT_EVENT_EXIT = * IS_PRINT = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES T_OUTTAB = POS_HEAD EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

ISH_CALL_LIST_HEAD CALL FUNCTION 'ISH_CALL_LIST_HEAD' EXPORTING * AUSBEGDT = '00000000' * AUSENDDT = '00000000' EINRI = SE_EINRI line_size = 80 REPID = REPID TITLE_LIN1 = HEADER1 TITLE_LIN2 = HEADER2 ULINE = ' ' * VERBEGDT = '00000000' * VERENDDT = '00000000' EXCEPTIONS INVALID_EINRI = 1 OTHERS = 2.

REUSE_ALV_LIST_LAYOUT_INFO_GET CALL FUNCTION 'REUSE_ALV_LIST_LAYOUT_INFO_GET' IMPORTING ES_LAYOUT = GS_LAYOUT ET_FIELDCAT = XFIELD[] * ET_SORT = * ET_FILTER = * ES_LIST_SCROLL = * ES_VARIANT = EXCEPTIONS NO_INFOS = 1 PROGRAM_ERROR = 2 OTHERS = 3.

REUSE_ALV_HS_LIST_WIDTH_GET CALL FUNCTION 'REUSE_ALV_HS_LIST_WIDTH_GET' EXPORTING I_TABNAME_HEADER = 'ITAB_HEAD' I_TABNAME_ITEM = 'INFAM' IT_FIELDCAT = XFIELD[] IS_LAYOUT = GS_LAYOUT IMPORTING E_WIDTH = $WIDTH EXCEPTIONS OTHERS = 1.

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

ISH_NPAT_CONCATENATE CALL FUNCTION 'ISH_NPAT_CONCATENATE' EXPORTING SS_EINRI = P_INFAL-EINRI SS_PATNR = P_INFAL-PATNR SS_READ_NPAT = 'X' * SS_NPAT = SS_NPAT_COMPLETE = ' ' * SS_LIST = ' ' IMPORTING SS_PNAME = POS_HEAD-C_NAME EXCEPTIONS OTHERS = 1.

ENQUEUE_ENFAL CALL FUNCTION 'ENQUEUE_ENFAL' EXPORTING * MODE_NFAL = 'E' * MANDT = SY-MANDT EINRI = $INFAL-EINRI FALNR = $INFAL-FALNR * X_EINRI = ' ' * X_FALNR = ' ' * _SCOPE = '2' * _WAIT = ' ' * _COLLECT = ' ' EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2 OTHERS = 3.

ISH_UPDATE_NFAL_FSPER CALL FUNCTION 'ISH_UPDATE_NFAL_FSPER' EXPORTING FSPER = FSPER N_NFAL = $INFAL O_NFAL = $INFAL * TCODE = SY-TCODE EXCEPTIONS OTHERS = 1.

DEQUEUE_ENFAL CALL FUNCTION 'DEQUEUE_ENFAL' EXPORTING * MODE_NFAL = 'E' * MANDT = SY-MANDT EINRI = $INFAL-EINRI FALNR = $INFAL-FALNR * X_EINRI = ' ' * X_FALNR = ' ' * _SCOPE = '3' * _SYNCHRON = ' ' * _COLLECT = ' ' EXCEPTIONS OTHERS = 1.



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