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
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: 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 (
INCLUDE MNDATA00.
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RN1KFPSE - Correction of Performing OU for FR/PS Services RN1KFPSE - Correction of Performing OU for FR/PS Services RN1KAREP - Change of LFDNR in NDOC with MR RN1KAREP - Change of LFDNR in NDOC with MR RN1IPBA_CHGDOC_CORR - i.s.h.med Nursing Planning: Conversion Report Change Documents RN1IPBA_CHGDOC_CORR - i.s.h.med Nursing Planning: Conversion Report Change Documents