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
Below is a list of transaction codes which are relevant to this SAP report
NA32 - IS-H: Change Billing Block Outpat.
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: 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
INCLUDE RNDATA00.
INCLUDE RNSSEINR.
INCLUDE RNABILB4.
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RNABILB1 - IS-H: Change Billing Block via Conditions (Outpatient Cases) RNABILB1 - IS-H: Change Billing Block via Conditions (Outpatient Cases) RNABILB0 - IS-H: Change Billing Block via Conditions (Inpat./Day Pat. Cases) RNABILB0 - IS-H: Change Billing Block via Conditions (Inpat./Day Pat. Cases) RNABIEO00 - documentation and ABAP source code RNABG002 - documentation and ABAP source code