SAP Reports / Programs

RNULSDEL SAP ABAP Report - IS-H: Delete Services with Dependent Data (NLKZ, NKSK, NKSP)







RNULSDEL is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for IMPORTANT: SAP does not accept responsibility for you using this report! This report should only be used during the test phase...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 RNULSDEL 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 RNULSDEL. "Basic submit
SUBMIT RNULSDEL AND RETURN. "Return to original report after report execution complete
SUBMIT RNULSDEL 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: ZUOTC = Delete NBKZ Assignments
Selection Text: ZUORD = Delete NLKZ Assignments
Selection Text: STORN = Canceled Services
Selection Text: NOUPD = Test Mode
Selection Text: LNRLS = Seq. No. Service
Selection Text: LEISTG = Services
Selection Text: LEIST = Svce in In-House Svce Catalog
Selection Text: HAUST = In-House Service Catalog
Selection Text: FALNR = Case Number
Selection Text: ERBOE = Performing Organizational Unit
Selection Text: EINRI = Institution
Selection Text: ANTRAG = Delete IV Requests
Selection Text: ANFOE = Requesting Org. Unit
Title: IS-H: Delete Services with Dependent Data (NLKZ, NKSK, NKSP)
Text Symbol: 36D = Delete services/IV requests ;;
Text Symbol: 36C = Please read the documentation! ;;
Text Symbol: 36B = this program during the test phase.;;
Text Symbol: 36A = Caution: You should only execute ;;
Text Symbol: 042 = Assignments
Text Symbol: 041 = IV Requests
Text Symbol: 040 = Services
Text Symbol: 039 = Program canceled. Nothing was deleted.
Text Symbol: 038 = Continue
Text Symbol: 037 = Stop
Text Symbol: 035 = Delete Services
Text Symbol: 034 = (Without Database Changes)
Text Symbol: 033 = Test Mode
Text Symbol: 031 = TEST RUN: No Database Changes Made!
Text Symbol: 030 = Number of Cases Selected:
Text Symbol: 001 = .
Text Symbol: 002 = End of Processing
Text Symbol: 003 = Select. Parameters
Text Symbol: 004 = Selection Criteria
Text Symbol: 005 = Logging
Text Symbol: 006 = Cases
Text Symbol: 007 = Movements
Text Symbol: 008 = Details
Text Symbol: 009 = Case Number..............





Text Symbol: 011 = Case Number
Text Symbol: 012 = Ctgy
Text Symbol: 013 = Type
Text Symbol: 014 = Patient No.
Text Symbol: 015 = Last Name
Text Symbol: 016 = BillInd
Text Symbol: 017 = Status
Text Symbol: 018 = EmerAdm.
Text Symbol: 019 = DelFlg
Text Symbol: 020 = PN
Text Symbol: 021 = CN
Text Symbol: 022 = Date From
Text Symbol: 023 = Date To
Text Symbol: 024 = Dept. OU
Text Symbol: 025 = Nrs. OU
Text Symbol: 026 = Billing Type..................
Text Symbol: 027 = Billing Mode..................
Text Symbol: 028 = M.Ctg
Text Symbol: 029 = MType


INCLUDES used within this REPORT RNULSDEL

No INCLUDES are used within this REPORT code!


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_DECIDE call function 'POPUP_TO_DECIDE' exporting * DEFAULTOPTION = E01 text_option1 = 'Stop'(037) text_option2 = 'Weiter'(038) textline1 = ptext1 textline2 = ptext2 textline3 = ptext3 titel = ptitel importing answer = reply.



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