SAP Reports / Programs | Clinical System | Clinical System(IS-HMED) SAP IS

RN1KFPSE SAP ABAP Report - Correction of Performing OU for FR/PS Services







RN1KFPSE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report corrects the organizational unit (OU) entered for the flat rates per case (FR) and procedure surcharges (PS)...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 RN1KFPSE 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 RN1KFPSE. "Basic submit
SUBMIT RN1KFPSE AND RETURN. "Return to original report after report execution complete
SUBMIT RN1KFPSE 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: TESTM = Test Mode
Selection Text: ORGPF = Org. Unit of Movement
Selection Text: BWIDT = Surgery Date From
Title: Correction of Performing OU for FR/PS Services
Text Symbol: T20 = will not be changed
Text Symbol: T13 = Comment
Text Symbol: T11 = Service
Text Symbol: T09 = Main Operating OU
Text Symbol: T08 = OU of Movement
Text Symbol: T07 = Time
Text Symbol: T06 = Surg.Date
Text Symbol: T04 = Case No.
Text Symbol: T03 = First Name
Text Symbol: T02 = Patient:Last Name
Text Symbol: S03 = Institution
Text Symbol: S02 = Test Mode
Text Symbol: P02 = Update Confirm.:
Text Symbol: P01 = Should update be executed?
Text Symbol: H04 = )
Text Symbol: H03 = No FR/PS service found
Text Symbol: H02 = manual, ok
Text Symbol: H01 = changed on (


INCLUDES used within this REPORT RN1KFPSE

INCLUDE MNDATA00.


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:

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING textline1 = text-p01 titel = text-p02 IMPORTING answer = feld-retur EXCEPTIONS OTHERS = 1.

ISHMED_GET_OP_ERBOE CALL FUNCTION 'ISHMED_GET_OP_ERBOE' EXPORTING op_bew = nbew IMPORTING op_erboe = feld-erboe 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 RN1KFPSE or its description.