SAP Reports / Programs

RNUDLS00 SAP ABAP Report - IS-H: Auxil. Program (Test): Delete Services from Service Catalog







RNUDLS00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The program deletes services from the service catalogs as well as dependent master data (texts, column values and service assignments)...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 RNUDLS00 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 RNUDLS00. "Basic submit
SUBMIT RNUDLS00 AND RETURN. "Return to original report after report execution complete
SUBMIT RNUDLS00 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: TGRKZ = Service Groups only
Selection Text: TEST = Test Mode
Selection Text: TARIF = Service Catalog
Selection Text: LEIST = Service
Selection Text: KTXT1 = Service Description
Selection Text: ENTGA = Charge Type
Selection Text: ENDDT = Validity of Service To
Selection Text: EINRI = Institution
Selection Text: BEGDT = Validity of Service From
Title: IS-H: Auxil. Program (Test): Delete Services from Service Catalog
Text Symbol: 064 = Deleted Service Master Assignment Switz.(Comb. Svce)..
Text Symbol: 063 = Asgmt. Svce Master Switz. (Comb. Service):
Text Symbol: 062 = Service IV-Qualifier Assignment:
Text Symbol: 061 = Service Breakdown Text Switz.:
Text Symbol: 060 = Deleted Service-IV-Qualifier Assignment...............
Text Symbol: 059 = Deleted Service Breakdown Text Switzerland............
Text Symbol: 058 = Service Breakdown Switz:
Text Symbol: 057 = Deleted Service Breakdown Switzerland.................
Text Symbol: 056 = Asgmt. Svce Master Switz. (Max.Rules):
Text Symbol: 055 = Asgmt. Svce Master Switz. (Excl. Svce):
Text Symbol: 054 = Asgmt. Svce Master Switz. (Div.):
Text Symbol: 053 = Asgmt. Svce Master Switz. (Quan.Grade)
Text Symbol: 052 = Asgmt. Svce Master Switz. (Qual.Grade):
Text Symbol: 051 = Asgmt. Svce Master Switz. (Age):
Text Symbol: 065 = Deleted Records Service Master France
Text Symbol: 066 = Deleted Assgt Service Master FR => Service Excl.
Text Symbol: 067 = Deleted Assgt Service Master FR => Activity + Phase
Text Symbol: 068 = Deleted Assgt Service Master FR => Ass. Service + Code
Text Symbol: 069 = Deleted Assgt Service Master FR => Modification Codes
Text Symbol: 070 = Deleted Records Service Master France (GHS)
Text Symbol: 071 = Add. Fields Service Master FR:
Text Symbol: 072 = Assg. Serv. FR (Service Excl.):
Text Symbol: 073 = Assg. Serv. FR (Act. + Phase):
Text Symbol: 074 = Assg.Serv. FR (Ass.Srv. + Code):
Text Symbol: 075 = Assg.Serv. FR (Modif. Codes):
Text Symbol: 076 = Add. Fields Serv. FR (DRG):
Text Symbol: 077 = Additional Fields Service Master Austria:
Text Symbol: 078 = Deleted Records Service Master Austria:





Text Symbol: 050 = Additional Fields Svce Mast.Switz:
Text Symbol: 001 = *** no Text ***
Text Symbol: 002 = Asg:
Text Symbol: 003 = Cl.
Text Symbol: 004 = Number of Services Selected ..........................
Text Symbol: 005 = Inst
Text Symbol: 006 = SC
Text Symbol: 007 = Service
Text Symbol: 008 = St. Date
Text Symbol: 009 = End Date
Text Symbol: 010 = Description
Text Symbol: 011 = L
Text Symbol: 012 = G
Text Symbol: 013 = Error Col.Info!
Text Symbol: 020 = Deleted Services.....................................
Text Symbol: 021 = Deleted Service Texts................................
Text Symbol: 022 = Deleted Column Values................................
Text Symbol: 023 = Deleted Service Assignments..........................
Text Symbol: 024 = Test Mode: No Database Changes
Text Symbol: 025 = Stop
Text Symbol: 026 = Continue
Text Symbol: 027 = Caution: You should only use this
Text Symbol: 028 = program in the test phase.
Text Symbol: 029 = Please read the documentation!
Text Symbol: 030 = Delete Services
Text Symbol: 031 = Program canceled. Nothing was deleted.
Text Symbol: 032 = --- Deleted ----
Text Symbol: 033 = Deleted SAPscript Long Texts.........................
Text Symbol: 034 = Deleted SAPscript Comments...........................
Text Symbol: 040 = Services to Be Deleted
Text Symbol: 041 = Parameters
Text Symbol: 042 = Deleted Additional Fields Svce Master Switzerland.....
Text Symbol: 043 = Deleted Asgmt. Svce Master Switzerland (Age)..........
Text Symbol: 044 = Deleted Asgmt. Svce Master Switzerland (Qual. Grade)..
Text Symbol: 045 = Deleted Asgmt. Svce Master Switzerland (Qunt. Grade)..
Text Symbol: 046 = Deleted Asgmt. Svce Master Switzerland (Division).....
Text Symbol: 047 = Deleted Asgmt. Svce Master Switzerland (Excl.Svce)....
Text Symbol: 048 = Deleted Asgmt. Svce Master Switzerland (Max. Rules)...
Text Symbol: 049 = AsgtCH:





INCLUDES used within this REPORT RNUDLS00

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:

ISH_COUNTRY_VERSION_GET call function 'ISH_COUNTRY_VERSION_GET' importing ss_cvers = l_version exceptions others = 1.

ISH_AUTH_CHECK_REPORT_EINRI call function 'ISH_AUTH_CHECK_REPORT_EINRI' exporting repid = 'RNUDLS00' einri = einri messagetype = 'E'.

POPUP_TO_DECIDE call function 'POPUP_TO_DECIDE' exporting * DEFAULTOPTION = E01 text_option1 = 'Stop'(025) text_option2 = 'Weiter'(026) textline1 = ptext1 textline2 = ptext2 textline3 = ptext3 titel = ptitel importing answer = reply.

ISH_CHECK_FIELD_TYPE call function 'ISH_CHECK_FIELD_TYPE' exporting decimalplaces = ntsi-spkom input = ntsp-twert input_type = ntsi-sptyp length = ntsi-splen lr_screen = 'R' "linksbündig screen_or_db = 'D' "Eing.quelle DB

DELETE_TEXT call function 'DELETE_TEXT' exporting id = text_tab-textid language = sy-langu name = text_tab-textname object = text_tab-textobject exceptions not_found = 1.

COMMIT_TEXT call function 'COMMIT_TEXT'.



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