SAP ABAP Interface IF_W3_API_RESOURCE (ITS API: Resource File)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-TOO-WAB (Application Component) Web Application Builder
     SW3_API (Package) ITS: API
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_W3_API_RESOURCE ITS API: resource file 19990806
Properties
Interface IF_W3_API_RESOURCE  
Short Description ITS API: Resource File    
General Data
Package SW3_API   ITS: API 
Created 19990806   SAP 
Last changed 20040518   SAP 
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 SW3 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_W3_API_OBJECT ITS API: General Functions 19990806
Friends
Interface IF_W3_API_RESOURCE has no friend.
Attributes
Interface IF_W3_API_RESOURCE has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_NEW Static method Public Method Create New Resource File 19990806
2 GET_ATTRIBUTES Instance method Public Method Get attributes 19990806
3 GET_JAVASCRIPT Instance method Public Method Returns all JavaScript Files for Theme 20001228
4 GET_MIMES Instance method Public Method Returns All MIMEs on Topic 19991228
5 GET_MIMES_LANG Instance method Public Method Returns All Language-Dependent MIMEs on Topic 19991228
6 GET_NAME Instance method Public Method Get Resource Name 19990818
7 GET_PARAMETERS Instance method Public Method Get Resource Parameters 19990806
8 GET_TEMPLATES Instance method Public Method Returns All Templates on Topic 19991228
9 GET_TEMPLATES_LANG Instance method Public Method Returns All Language-Dependent Templates on Topic 19991228
10 LOAD Static method Public Method Load Resource File 19990806
11 LOAD_ALL_IN_SERVICE Static method Public Method Load All Resource Files for a Service 19990908
12 PUBLISH Static method Public Method Publish Resource File 19991006
13 SET_ATTRIBUTES Instance method Public Method Set Attributes 19990806
14 SET_PARAMETERS Instance method Public Method Set Resource Parameters 19990806
Events
Interface IF_W3_API_RESOURCE has no event.
Types
Interface IF_W3_API_RESOURCE has no local type.
Method Signatures

Method CREATE_NEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting P_RESOURCE Call by reference Object reference (TYPE REF TO) IF_W3_API_RESOURCE Resource File Instanz 19990806
2 Importing P_RESOURCE_DATA Call by reference Type reference (TYPE) W3RESOATTR Resource File Daten 19990806
# Exception Resumable Description Created on
1 ACTION_CANCELLED Abbruch durch den Benutzer 19990806
2 AUTHOR_NOT_EXISTING Resource File Verantworliicher existiert nicht 19990806
3 ERROR_OCCURED Interner Fehler 19990806
4 NOT_AUTHORIZED Fehlende Berechtigung für neuen TADIR Eintrag 19990806
5 OBJECT_ALREADY_EXISTING Resource File existiert bereits 19990806
6 OBJECT_JUST_CREATED Resource File wurde bereits erzeugt (noch nicht auf DB!) 19990806
7 UNDEFINED_NAME Resource File Name fehlt 19990806

Method GET_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting P_ATTRIBUTES Call by reference Type reference (TYPE) W3RESOATTR Resource File Daten 19990806
# Exception Resumable Description Created on
1 ERROR_OCCURED Interner Fehler 19990806
2 OBJECT_INVALID Resource File ungültig 19990806
3 RESOURCE_DELETED Resource File gelöscht 19990806

Method GET_JAVASCRIPT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting P_JAVASCRIPT_LIST Call by reference Type reference (TYPE) W3_JSCR_NAME_LIST Enthaltene JavaScript-Dateien 20001228

Method GET_JAVASCRIPT on Interface IF_W3_API_RESOURCE has no exception.

Method GET_MIMES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting P_MIME_LIST Call by reference Type reference (TYPE) W3_MIME_NAME_LIST Enthaltene Mimes 19991228

Method GET_MIMES on Interface IF_W3_API_RESOURCE has no exception.

Method GET_MIMES_LANG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting P_MIME_LIST Call by reference Type reference (TYPE) W3_MIML_NAME_LIST Enthaltene Mimes 19991228

Method GET_MIMES_LANG on Interface IF_W3_API_RESOURCE has no exception.

Method GET_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting P_RESOURCE_NAME Call by reference Type reference (TYPE) W3RESOKEY Resource-Name 19990818

Method GET_NAME on Interface IF_W3_API_RESOURCE has no exception.

Method GET_PARAMETERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting P_PARAMETERS Call by reference Type reference (TYPE) W3RESOPARA_TABLETYPE Resource File Parameter 19990806
# Exception Resumable Description Created on
1 ERROR_OCCURED Interner Fehler 19990806
2 OBJECT_INVALID Resource File ungültig 19990806
3 RESOURCE_DELETED Resource File gelöscht 19990806

Method GET_TEMPLATES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting P_TEMPLATE_LIST Call by reference Type reference (TYPE) W3_TEMP_NAME_LIST Enthaltene Templates 19991228

Method GET_TEMPLATES on Interface IF_W3_API_RESOURCE has no exception.

Method GET_TEMPLATES_LANG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting P_TEMPLATE_LIST Call by reference Type reference (TYPE) W3_TEML_NAME_LIST Enthaltene Templates 19991228

Method GET_TEMPLATES_LANG on Interface IF_W3_API_RESOURCE has no exception.

Method LOAD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting P_RESOURCE Call by reference Object reference (TYPE REF TO) IF_W3_API_RESOURCE Resource File Instanz 19990806
2 Importing P_RESOURCE_NAME Call by reference Type reference (TYPE) W3RESOKEY Resource File Name 19990806
# Exception Resumable Description Created on
1 ERROR_OCCURED Interner Fehler 19990806
2 OBJECT_NOT_EXISTING Resource File nicht auf Datenbank vorhanden 19990806
3 PERMISSION_FAILURE Fehlende Berechtigung 19990806

Method LOAD_ALL_IN_SERVICE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting P_RESOURCE_LIST Call by reference Type reference (TYPE) W3_RESOURCE_LIST Liste der geladenen Resource Files 19990908
2 Importing P_SERVICE_NAME Call by reference Type reference (TYPE) ITSAPPL Name des Service 19990908
# Exception Resumable Description Created on
1 ERROR_OCCURED Interner Fehler 19990908
2 OBJECT_NOT_EXISTING Service nicht auf Datenbank vorhanden 19990908
3 PERMISSION_FAILURE Fehlende Berechtigung 19990908

Method PUBLISH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_INVALIDATE_PPTS Call by reference Type reference (TYPE) FLAG 'X' allgemeines flag 20031121
2 Exporting P_MESSAGES Call by reference Type reference (TYPE) W3_ERROR_MESSAGES Fehlermeldungen des Publizierens 19991006
3 Importing P_RESOURCE_NAME Call by reference Type reference (TYPE) W3RESOKEY Name des Resource Files 19991006
# Exception Resumable Description Created on
1 DATA_INVALID Daten auf der Datenbank ungültig 19991006
2 ERROR_OCCURED Anderer Fehler 19991006
3 NO_DESTINATION Kein ITS-Server zum publizieren angegeben 20000215
4 OBJECT_NOT_EXISTING Resource File ist nicht vorhanden 19991006
5 PERMISSION_FAILURE Fehlende Berechtigung 20000112
6 PUBLISHING_ERROR Fehler beim Publizieren 19991006

Method SET_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_ATTRIBUTES Call by reference Type reference (TYPE) W3RESOATTR Resource File Daten 19990806
# Exception Resumable Description Created on
1 AUTHORIZE_FAILURE Unzureichende Berechigung zum Ändern eines Felds 19990806
2 AUTHOR_NOT_EXISTING Resource File Verantworliicher existiert nicht 19990806
3 ERROR_OCCURED Interner Fehler 19990806
4 OBJECT_DELETED Resource File ist logisch gelöscht! 19990806
5 OBJECT_INVALID Resource File ungültig 19990806
6 OBJECT_NOT_CHANGEABLE Resource File nicht änderbar 19990806

Method SET_PARAMETERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_PARAMETERS Call by reference Type reference (TYPE) W3RESOPARA_TABLETYPE Resource File Parameter 19990806
# Exception Resumable Description Created on
1 AUTHORIZE_FAILURE Unzureichende Berechigung zum Ändern eines Felds 19990806
2 ERROR_OCCURED Interner Fehler 19990806
3 INVALID_PARAMETER Ungültiger Parameter 19990806
4 OBJECT_DELETED Resource File ist logisch gelöscht! 19990806
5 OBJECT_INVALID Resource File ungültig 19990806
6 OBJECT_NOT_CHANGEABLE Resource File nicht änderbar 19990806
History
Last changed by/on SAP  20040518 
SAP Release Created in