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
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: 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:
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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'.
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.
RNUDLS00 - IS-H: Auxil. Program (Test): Delete Services from Service Catalog RNUDLS00 - IS-H: Auxil. Program (Test): Delete Services from Service Catalog RNUDIA_LFDBEW_FILL - IS-H: Fill NDIA-LFDBEW (SAP Note 384134) RNUDIA_LFDBEW_FILL - IS-H: Fill NDIA-LFDBEW (SAP Note 384134) RNUDIA_BEW_STORN - IS-H: Cancel Diagnoses for Canceled Movements RNUDIA_BEW_STORN - IS-H: Cancel Diagnoses for Canceled Movements