SAP Reports / Programs

RNABILB1 SAP ABAP Report - IS-H: Change Billing Block via Conditions (Outpatient Cases)







RNABILB1 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 program to set or cancel the billing block for outpatient cases...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 RNABILB1 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

NA32 - IS-H: Change Billing Block Outpat.


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 RNABILB1. "Basic submit
SUBMIT RNABILB1 AND RETURN. "Return to original report after report execution complete
SUBMIT RNABILB1 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: WR_SEL = Append Sel. Indicator
Selection Text: TESTMODE = Test Mode
Selection Text: SE_EINRI = Institution
Selection Text: SEL_IMP = Case Selection
Selection Text: SEL_EXP = Update Case Selection
Selection Text: FALNR = Case
Selection Text: BESART = Visit Type
Selection Text: BB_SET = Set Billing Block
Selection Text: BB_RESET = Cancel Billing Block
Title: IS-H: Change Billing Block via Conditions (Outpatient Cases)
Text Symbol: S05 = Visit Date
Text Symbol: S06 = Test Mode
Text Symbol: U02 = Set Billing Block for Cases
Text Symbol: U03 = Cancel Billing Block for Cases
Text Symbol: U04 = Admiss. Date
Text Symbol: U10 = With Treatment Certif. Status "Missing"
Text Symbol: U11 = W/o Case End Date
Text Symbol: U21 = No Trtmt. Cert. with Status "Missing"
Text Symbol: U22 = With Case End Date
Text Symbol: U30 = Update Case Selection
Text Symbol: U31 = Conditions (Optional)
Text Symbol: U35 = Case Select.
Text Symbol: UND = and
Text Symbol: S01 = Institution
Text Symbol: 002 = : Billing Block Set.
Text Symbol: 003 = : Billing Block Canceled
Text Symbol: 004 = Test Mode
Text Symbol: 005 = Set Billing Block
Text Symbol: 006 = Cancel Billing Block
Text Symbol: 008 = Comment
Text Symbol: 017 = Block Set Without Check
Text Symbol: 018 = Block Was Canceled
Text Symbol: 019 = Case Blocked - no Change
Text Symbol: 021 = Live Mode
Text Symbol: 022 = Patient
Text Symbol: 023 = Block Can Be Set
Text Symbol: 024 = Block Can Be Canceled
Text Symbol: 025 = Set/Cancel Block





Text Symbol: 026 = Block Icon
Text Symbol: 064 = No. of Cases:
Text Symbol: B01 = Selection
Text Symbol: B03 = Further Options
Text Symbol: BIS = To
Text Symbol: C01 = Treat.Certif. Status "Missing"
Text Symbol: C02 = Treatment Certificate Exists
Text Symbol: G01 = Basic List
Text Symbol: ODR = Or


INCLUDES used within this REPORT RNABILB1

INCLUDE RNDATA00.
INCLUDE RNSSEINR.
INCLUDE RNABILB4.


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:

ENQUEUE_ENFAK CALL FUNCTION 'ENQUEUE_ENFAK' EXPORTING * MODE_NFAK = 'E' * MANDT = SY-MANDT EINRI = SE_EINRI SELKZ = SEL_EXP * X_EINRI = ' ' * X_SELKZ = ' ' * _SCOPE = '2' * _WAIT = ' ' * _COLLECT = ' ' EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2 OTHERS = 3.

STATUS_CHECK CALL FUNCTION 'STATUS_CHECK' EXPORTING objnr = infal-objnr status = BILL_BLOCK_STATUS EXCEPTIONS OBJECT_NOT_FOUND = 1 STATUS_NOT_ACTIVE = 2 OTHERS = 3.

STATUS_CHECK CALL FUNCTION 'STATUS_CHECK' EXPORTING objnr = infal-objnr status = BILL_BLOCK_STATUS EXCEPTIONS OBJECT_NOT_FOUND = 1 STATUS_NOT_ACTIVE = 2 OTHERS = 3.

ISH_TREATM_CERTIF_STATUS_CHECK * CALL FUNCTION 'ISH_TREATM_CERTIF_STATUS_CHECK' * EXPORTING * SS_EINRI = SE_EINRI * SS_BEHST = NKSK-BEHST * EXCEPTIONS * TREATM_CERTIFICATE_MISSING = 1 * NO_TN19C_FOUND = 2 * OTHERS = 3.

ISH_TREATM_CERTIF_STATUS_CHECK * CALL FUNCTION 'ISH_TREATM_CERTIF_STATUS_CHECK' * EXPORTING * SS_EINRI = SE_EINRI * SS_BEHST = NKSK-BEHST * EXCEPTIONS * TREATM_CERTIFICATE_MISSING = 1 * NO_TN19C_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 RNABILB1 or its description.