SAP ABAP Class CL_RQ_RS_MESSAGE_FIEB (Message based on request response model)
Hierarchy
SAP_FIN (Software Component) SAP_FIN
   FI-BL-PT (Application Component) Payment Transactions
     FBZI (Package) Payments via Internet
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_PERSISTENT_OBJECT_FIEB Interface for all persistent objects 00000000
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_STATUS_MANAGED_FIEB Interface for objects that use status management 00000000
Properties
Class CL_RQ_RS_MESSAGE_FIEB  
Short Description Message based on request response model    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package FBZI   Payments via Internet 
Created 19980921   SAP 
Last change 00000000   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_RQ_RS_MESSAGE_FIEB has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_PERSISTENT_OBJECT_FIEB Interface for all persistent objects 00000000
2 IF_STATUS_MANAGED_FIEB Interface for objects that use status management 00000000
Friends
Class CL_RQ_RS_MESSAGE_FIEB has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 APPLICATION_CATEGORY Instance attribute Private Type reference (TYPE) FIEB_APPLICATION_CATEGORY Application name 19981109
2 APPLSEARCH Instance attribute Private Type reference (TYPE) FIEB_APPLSEARCH Search field for applic. 19990113
3 BUSINESS_PROCESS Instance attribute Private Type reference (TYPE) FIEB_BUSINESS_PROCESS Business transaction 19981109
4 CHANGE_MODE Instance attribute Private Type reference (TYPE) BOOLEAN "X": Locked (with SCOPE_WHEN_LOCKING); SPACE: Not locked 19990125
5 CO_CLASS_ID Constant Public Type reference (TYPE) FIEB_CLASS_ID 'CL_RQ_RS_MESSAGE_FIEB' Constants for class ID 19990127
6 CO_IDENTIFIER_RQ Constant Public Type reference (TYPE) CHAR2 'RQ' ID for requests 19990202
7 CO_IDENTIFIER_RS Constant Public Type reference (TYPE) CHAR2 'RS' ID for responses 19990202
8 CO_KPRO_CLASS_FIEB_MSG Constant Private Type reference (TYPE) SDOK_CLASS 'FIEB_MSG' ID of KPro class for the message 19981105
9 CO_KPRO_CLASS_FIEB_REQ Constant Private Type reference (TYPE) SDOK_CLASS 'FIEB_REQ' ID of KPro class for the request 19981105
10 CO_KPRO_CLASS_FIEB_RESP Constant Private Type reference (TYPE) SDOK_CLASS 'FIEB_RESP' ID of KPro class for the response 19981105
11 CREATED_AT Instance attribute Private Type reference (TYPE) FIEB_UTC_DATE Time of creation 19990208
12 DESTINATION Instance attribute Private Type reference (TYPE) FIEB_DEST Destination of an FI internet message 19981109
13 FMTVERSION Instance attribute Private Type reference (TYPE) FIEB_FMTVER Format version of an FI internet message 19981109
14 INTERNAL_NUMBER_OF_RQ_RS_LINES Instance attribute Private Type reference (TYPE) NUM1 Internal counter for number of RQRS lines 19981006
15 LAST_CHANGED_AT Instance attribute Private Type reference (TYPE) FIEB_UTC_DATE Time of last change 19990114
16 MESSAGE_GUID Instance attribute Private Type reference (TYPE) SDOK_LOID ID of logical object 19981005
17 MIMETYPE40 Instance attribute Private Type reference (TYPE) FIEB_MIME40 MIME type of an FI internet message (40 character) 19981109
18 MSGFORMAT Instance attribute Private Type reference (TYPE) FIEB_FORMAT Format of an FI internet message 19981109
19 RQ_RS_ATTR_TABLE Instance attribute Private Type reference (TYPE) TT_RQ1_RSN_ATTR_FIEB Table: Attributes for RQ and RS 19981006
20 SAPSTATUS Instance attribute Private Type reference (TYPE) FIEB_SAPSTATUS Status of an FI internet message/request/response 19981109
21 SCOPE_WHEN_LOCKING Instance attribute Private Type reference (TYPE) CHAR1 '2' Determines the SCOPE ("1","2", "3") and response if lock 19981116
22 STATUS_HISTORY Instance attribute Private Object reference (TYPE REF TO) CL_STATUS_HISTORY_FIEB Status history for message 19980922
23 WAIT_WHEN_LOCKING Instance attribute Private Type reference (TYPE) BOOLEAN Determines the WAIT (space or "X") when locking 19981116
Methods
# Method Level Visibility Method type Description Created on
1 ADD_INITIAL_REQUEST_DATA Instance method Public Method Set all data of first request 19981006
2 ADD_NEW_REQUEST_VERSION Instance method Public Method Set new version of a request 19981007
3 ADD_RESPONSE Instance method Public Method Add response 19981005
4 ADD_STATUS Instance method Public Method Add status 19990121
5 CONSTRUCTOR Instance method Public Constructor Constructor 19980922
6 CREATE_NEW Static method Public Method Creates a new object of this class 19981104
7 DISPLAY_MESSAGES Static method Public Method Displays messages 19990201
8 FIND_BY_ATTRIBUTES Static method Public Method Return of a list of RQRS objects in line with selection 19981109
9 FIND_OID_BY_ATTRIBUTES Static method Public Method Return of a list of OIDS of RQRS objects 19990201
10 FIND_SINGLE Static method Public Method Return of a status object 19990202
11 GET_APPLICATION_CATEGORY Instance method Public Method Return of application 19990224
12 GET_APPLSEARCH Instance method Public Method Return of application search field 19990216
13 GET_BUSINESS_PROCESS Instance method Public Method Return of business transaction 19990202
14 GET_CREATED_AT Instance method Public Method Return of time of last creation 19990218
15 GET_DESTINATION Instance method Public Method Supplies the destination of message 19990206
16 GET_FMTVERSION Instance method Public Method Return of format version of an FI internet message 19990206
17 GET_ID_OF_LAST_REQUEST Instance method Public Method Return of ID of last request 19990216
18 GET_ID_OF_LAST_RESPONSE Instance method Public Method Return of ID of last response 19990216
19 GET_KPRO_ATTRIBUTE Static method Private Method Return of KPro attribute names 19990208
20 GET_LAST_CHANGED_AT Instance method Public Method Return of time of last change 19990206
21 GET_MESSAGE_GUID Instance method Public Method Return of GUID of message object 19990111
22 GET_MIMETYPE40 Instance method Public Method Return of mime type 19990224
23 GET_MSGFORMAT Instance method Public Method Return of format of an FI internet message 19990206
24 GET_REQUEST_BY_ID Instance method Public Method Return of a request 19990202
25 GET_RESPONSE_BY_ID Instance method Public Method Return of a response 19990202
26 GET_RQ_RS_DESCRIPTIONS Instance method Public Method Return object descriptions 19990201
27 GET_SAPSTATUS Instance method Public Method Return of SAP status 19990118
28 GET_STATUS_HISTORY Instance method Public Method Return of status history 19990121
29 LOCK Instance method Private Method Lock object 19981116
30 MSG_PROP_TABLE_TO_LIST Instance method Private Method Convert message properties (table -> structure) 19981103
31 ON_PM_COMMIT_DONE Instance method Public Event handling method Reacts to result COMMIT_DONE of persistency manage 19981116
32 OPEN_FOR_CHANGE Instance method Public Method Opens change mode 19981116
33 RQ_PROP_TABLE_TO_LIST Instance method Private Method Convert RQ properties (table -> structure) 19981103
34 RS_PROP_TABLE_TO_LIST Instance method Private Method Convert RS properties (table -> structure) 19981104
35 SET_APPLICATION_CATEGORY Instance method Public Method Set application 19981109
36 SET_APPLSEARCH Instance method Public Method Set application search field 19990113
37 SET_BUSINESS_PROCESS Instance method Public Method Set business transaction 19981109
38 SET_DESTINATION Instance method Public Method Set destination 19981109
39 SET_FMTVERSION Instance method Public Method Set format version 19981109
40 SET_LOCK_PARAMETERS Instance method Public Method Sets SCOPE and WAIT parameter for lock 19990126
41 SET_MIMETYPE40 Instance method Public Method Set mimetype 19981109
42 SET_MSGFORMAT Instance method Public Method Set format 19981109
43 SET_SAPSTATUS Instance method Private Method Set SAP status 19981109
44 UNLOCK Instance method Private Method Unlock object 19981116
Events
Class CL_RQ_RS_MESSAGE_FIEB has no event.
Types
Class CL_RQ_RS_MESSAGE_FIEB has no local type.
Method Signatures

Method ADD_INITIAL_REQUEST_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_REQUEST_ACCESS_INFO Call by reference Type reference (TYPE) TT_ACCESS_INFO_FIEB Technische Info zu Text 19981006
2 Importing IM_REQUEST_GUID Call by reference Type reference (TYPE) SDOK_PHID Id des physischen Objekts 19981006
3 Importing IM_REQUEST_TEXT Call by reference Type reference (TYPE) TT_FI_MESSAGE_TEXT FI-Nachricht als Text 19981006
4 Importing IM_SEND_TIME Call by reference Type reference (TYPE) FIEB_RCVTIME Zeitpunkt des Sendens 19990223
# Exception Resumable Description Created on
1 FAILED fehlgeschlagen (siehe SY-Felder) 19990204

Method ADD_NEW_REQUEST_VERSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_NEW_RQ_ACCESS_INFO Call by reference Type reference (TYPE) TT_ACCESS_INFO_FIEB Technische Info zu Text 19981007
2 Importing IM_NEW_RQ_GUID Call by reference Type reference (TYPE) SDOK_PHID Id des physischen Objekts 19981007
3 Importing IM_NEW_RQ_TEXT Call by reference Type reference (TYPE) TT_FI_MESSAGE_TEXT Neuer Request als Text 19981007
# Exception Resumable Description Created on
1 FAILED fehlgeschlagen (siehe SY-Felder) 19990204

Method ADD_RESPONSE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_RESPONSE_ACCESS_INFO Call by reference Type reference (TYPE) TT_ACCESS_INFO_FIEB Technische Info zu Text 19981005
2 Importing IM_RESPONSE_TEXT Call by reference Type reference (TYPE) TT_FI_MESSAGE_TEXT FI-Nachricht als Text 19981005
3 Importing IM_RS_APPLICATION_PROPERTIES Call by reference Type reference (TYPE) FIRESP_PROP Attribute eines FI-Response 19981005
# Exception Resumable Description Created on
1 FAILED fehlgeschlagen (siehe SY-Felder) 19990204

Method ADD_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_APPLFIELDLONG1 Call by reference Type reference (TYPE) FIEB_APPLFIELDLONG Frei verfügbar 19990121
2 Importing IM_APPLFIELDSHORT1 Call by reference Type reference (TYPE) FIEB_APPLFIELDSHORT Frei verfügbar 19990121
3 Importing IM_APPLFIELDSHORT2 Call by reference Type reference (TYPE) FIEB_APPLFIELDSHORT Frei verfügbar 19990121
4 Importing IM_APPLOG Call by reference Type reference (TYPE) APPLOG Application Log 19990121
5 Importing IM_APPLSEARCH Call by reference Type reference (TYPE) FIEB_APPLSEARCH Applikationssuchfeld 19990122
6 Importing IM_EXTSTATUS Call by reference Type reference (TYPE) STATUSEXT Externer Status 19990121
7 Importing IM_LOGDATE Call by reference Type reference (TYPE) LOGDATE Log-Datum 19990121
8 Importing IM_LOGTIME Call by reference Type reference (TYPE) LOGTIME Log-Zeit 19990121
9 Importing IM_MSGID Call by reference Type reference (TYPE) SYMSGID Message Id 19990121
10 Importing IM_MSGNO Call by reference Type reference (TYPE) SYMSGNO Message Nummer 19990121
11 Importing IM_MSGTXT Call by reference Type reference (TYPE) FIEBSTATUSTEXT Statustext 19990121
12 Importing IM_MSGV1 Call by reference Type reference (TYPE) SYMSGV Message Parameter 1 19990121
13 Importing IM_MSGV2 Call by reference Type reference (TYPE) SYMSGV Message Parameter 2 19990121
14 Importing IM_MSGV3 Call by reference Type reference (TYPE) SYMSGV Message Parameter 3 19990121
15 Importing IM_MSGV4 Call by reference Type reference (TYPE) SYMSGV Message Parameter 4 19990121
16 Importing IM_STATUS Call by reference Type reference (TYPE) FIEBSTATUS Status 19990121
# Exception Resumable Description Created on
1 FAILED fehlgeschlagen (siehe SY-Felder) 19990204

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_OID Call by reference Object reference (TYPE REF TO) IF_OBJECT_ID_FIEB ID bei reinstantiierten Objekten 19981007
2 Importing IM_PERSISTENT Call by reference Type reference (TYPE) BOOLEAN 'X' 'X' falls Objekt persistent sein soll, SPACE sonst 19981104
# Exception Resumable Description Created on
1 FAILED Objekt konnte nicht erzeugt werden 19990204

Method CREATE_NEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_PERSISTENT Value transfer Type reference (TYPE) BOOLEAN 'X' 'X', falls Objekt persistent sein soll 19981104
2 Returning RE_OBJECT Value transfer Object reference (TYPE REF TO) CL_RQ_RS_MESSAGE_FIEB Objekt der Klasse CL_RQ_RS_MESSAGE_FIEB 19981104
# Exception Resumable Description Created on
1 FAILED Objekt konnte nicht erzeugt werden 19990204

Method DISPLAY_MESSAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_OIDLIST Call by reference Object reference (TYPE REF TO) CL_LIST_FIEB Eine Liste von OIDs von anzuzeigenden Messages 19990208
# Exception Resumable Description Created on
1 FAILED Die Messages konnten nicht korrekt angezeigt werden 19990211

Method FIND_BY_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_RANGE Call by reference Type reference (TYPE) TT_ATTRIB_RANGE_FIEB Beschreibung der Objekte, die instantiiert werden sollen. 19981109
2 Returning RE_OBJECTLIST Value transfer Object reference (TYPE REF TO) CL_LIST_FIEB Liste mit den gefundenen Objekten 19981109
# Exception Resumable Description Created on
1 FAILED fehlgeschlagen (siehe SY-Felder) 19990204

Method FIND_OID_BY_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_RANGE Call by reference Type reference (TYPE) TT_ATTRIB_RANGE_FIEB Beschreibung der Objekte, die instantiiert werden sollen. 19990201
2 Returning RE_OBJECTLIST Value transfer Object reference (TYPE REF TO) CL_LIST_FIEB Liste mit den OIDs gefundener Objekten 19990201
# Exception Resumable Description Created on
1 FAILED fehlgeschlagen (siehe SY-Felder) 19990204

Method FIND_SINGLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_OID Call by reference Object reference (TYPE REF TO) IF_OBJECT_ID_FIEB ID des zu instantiierenden Objektes 19990202
2 Returning RE_OBJECT Value transfer Object reference (TYPE REF TO) CL_RQ_RS_MESSAGE_FIEB Das instantiierte Objekt 19990202
# Exception Resumable Description Created on
1 FAILED fehlgeschlagen (siehe SY-Felder) 19990204

Method GET_APPLICATION_CATEGORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_APPLICATION_CATEGORY Value transfer Type reference (TYPE) FIEB_APPLICATION_CATEGORY Applikation 19990224
# Exception Resumable Description Created on
1 FAILED fehlgeschlagen (siehe SY-Felder) 19990224

Method GET_APPLSEARCH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_APPLSEARCH Value transfer Type reference (TYPE) FIEB_APPLSEARCH Applikationssuchfeld 19990216

Method GET_APPLSEARCH on class CL_RQ_RS_MESSAGE_FIEB has no exception.

Method GET_BUSINESS_PROCESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_BUSINESS_PROCESS Value transfer Type reference (TYPE) FIEB_BUSINESS_PROCESS Geschäftsvorfall 19990202

Method GET_BUSINESS_PROCESS on class CL_RQ_RS_MESSAGE_FIEB has no exception.

Method GET_CREATED_AT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_CREATED_AT Value transfer Type reference (TYPE) FIEB_UTC_DATE Zeitpunkt der Erstellung 19990218

Method GET_CREATED_AT on class CL_RQ_RS_MESSAGE_FIEB has no exception.

Method GET_DESTINATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_DESTINATION Value transfer Type reference (TYPE) FIEB_DEST Destination einer FI-Internet-Nachricht 19990206

Method GET_DESTINATION on class CL_RQ_RS_MESSAGE_FIEB has no exception.

Method GET_FMTVERSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_FMTVERSION Value transfer Type reference (TYPE) FIEB_FMTVER Formatversion einer FI-Internet-Nachricht 19990206

Method GET_FMTVERSION on class CL_RQ_RS_MESSAGE_FIEB has no exception.

Method GET_ID_OF_LAST_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_ID Value transfer Type reference (TYPE) SDOK_PHID Id des Requests 19990216
# Exception Resumable Description Created on
1 REQUEST_ID_NOT_FOUND RQ-ID nicht gefunden 19990217

Method GET_ID_OF_LAST_RESPONSE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_ID Value transfer Type reference (TYPE) SDOK_PHID Id der Response 19990216
# Exception Resumable Description Created on
1 RESPONSE_ID_NOT_FOUND RS-ID nicht gefunden 19990217

Method GET_KPRO_ATTRIBUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EX_KPRO_ATTRIBUTE_NAME Value transfer Type reference (TYPE) SDOK_PROPN KPro-Attributname 19990208
2 Importing IM_ATTRIBUTE_NAME Value transfer Type reference (TYPE) SEOCPDNAME Attributname 19990208

Method GET_KPRO_ATTRIBUTE on class CL_RQ_RS_MESSAGE_FIEB has no exception.

Method GET_LAST_CHANGED_AT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_LAST_CHANGED_AT Value transfer Type reference (TYPE) FIEB_UTC_DATE Zeitpunkt der letzten Änderung 19990206

Method GET_LAST_CHANGED_AT on class CL_RQ_RS_MESSAGE_FIEB has no exception.

Method GET_MESSAGE_GUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_MESSAGE_GUID Value transfer Type reference (TYPE) SDOK_LOID Message-GUID 19990111

Method GET_MESSAGE_GUID on class CL_RQ_RS_MESSAGE_FIEB has no exception.

Method GET_MIMETYPE40 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_MIMETYPE40 Value transfer Type reference (TYPE) FIEB_MIME40 Mimetype 19990224

Method GET_MIMETYPE40 on class CL_RQ_RS_MESSAGE_FIEB has no exception.

Method GET_MSGFORMAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_MSGFORMAT Value transfer Type reference (TYPE) FIEB_FORMAT Format einer FI-Internet-Nachricht 19990206

Method GET_MSGFORMAT on class CL_RQ_RS_MESSAGE_FIEB has no exception.

Method GET_REQUEST_BY_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ID Value transfer Type reference (TYPE) SDOK_PHID Id des Requests 19990202
2 Returning RE_REQUEST_DATA Value transfer Type reference (TYPE) REQUEST_ATTR_FIEB Request-Daten 19990202
# Exception Resumable Description Created on
1 REQUEST_NOT_FOUND Request nicht gefunden 19990204

Method GET_RESPONSE_BY_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ID Value transfer Type reference (TYPE) SDOK_PHID Id des Requests 19990202
2 Returning RE_RESPONSE_DATA Value transfer Type reference (TYPE) RESPONSE_ATTR_FIEB Response-Daten 19990202
# Exception Resumable Description Created on
1 RESPONSE_NOT_FOUND Response nicht gefunden 19990204

Method GET_RQ_RS_DESCRIPTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_RQRS_DESCR Value transfer Type reference (TYPE) TT_RQRS_LINE_FIEB Objektbeschreibungen 19990201
# Exception Resumable Description Created on
1 FAILED Ermittlung der Beschreibung fehlgeschalgen 19990202

Method GET_SAPSTATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_SAPSTATUS Value transfer Type reference (TYPE) FIEB_SAPSTATUS SAP-Status 19990118

Method GET_SAPSTATUS on class CL_RQ_RS_MESSAGE_FIEB has no exception.

Method GET_STATUS_HISTORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_STATUS_HISTORY Value transfer Object reference (TYPE REF TO) CL_STATUS_HISTORY_FIEB Statushistorie 19990121

Method GET_STATUS_HISTORY on class CL_RQ_RS_MESSAGE_FIEB has no exception.

Method LOCK Signature

Method LOCK on class CL_RQ_RS_MESSAGE_FIEB has no parameter.
# Exception Resumable Description Created on
1 FAILED Interner Fehler vom Enqueue-Server 19990218
2 FOREIGN_LOCK Objekt ist bereits gesperrt 19981116

Method MSG_PROP_TABLE_TO_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_APPLICATION_CATEGORY Value transfer Type reference (TYPE) FIEB_APPLICATION_CATEGORY Applikationsbezeichnung 19981109
2 Exporting EX_APPLSEARCH Value transfer Type reference (TYPE) FIEB_APPLSEARCH Suchfeld für Applikation 19990114
3 Exporting EX_BUSINESS_PROCESS Value transfer Type reference (TYPE) FIEB_BUSINESS_PROCESS Geschäftsvorfall 19981109
4 Exporting EX_CREATED_AT Value transfer Type reference (TYPE) FIEB_UTC_DATE Zeitpunkt der Erstellung 19990218
5 Exporting EX_DESTINATION Value transfer Type reference (TYPE) FIEB_DEST Destination einer FI-Internet-Nachricht 19981109
6 Exporting EX_FMTVERSION Value transfer Type reference (TYPE) FIEB_FMTVER Formatversion einer FI-Internet-Nachricht 19981109
7 Exporting EX_LAST_CHANGED_AT Value transfer Type reference (TYPE) FIEB_UTC_DATE Zeitpunkt der letzte Änderung 19990114
8 Exporting EX_MIMETYPE40 Value transfer Type reference (TYPE) FIEB_MIME40 MIME-Type einer FI-Internet-Nachricht (40stellig) 19981109
9 Exporting EX_MSGFORMAT Value transfer Type reference (TYPE) FIEB_FORMAT Format einer FI-Internet-Nachricht 19981109
10 Exporting EX_SAPSTATUS Value transfer Type reference (TYPE) FIEB_SAPSTATUS Status einer FI-Internet-Nachricht/Request/Response 19981109
11 Importing IM_MESSAGE_PROPERTIES Call by reference Type reference (TYPE) TT_KPRO_PROPERTIES_FIEB Message-Attribute (Tabelle) 19981103

Method MSG_PROP_TABLE_TO_LIST on class CL_RQ_RS_MESSAGE_FIEB has no exception.

Method ON_PM_COMMIT_DONE Signature

Method ON_PM_COMMIT_DONE on class CL_RQ_RS_MESSAGE_FIEB has no parameter.
Method ON_PM_COMMIT_DONE on class CL_RQ_RS_MESSAGE_FIEB has no exception.

Method OPEN_FOR_CHANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_NEW_BEFORE_INSERT Value transfer Type reference (TYPE) BOOLEAN 'X' falls neues Objekt und OID bereits vorhanden 19990225
# Exception Resumable Description Created on
1 FAILED fehlgeschlagen (siehe SY-Felder) 19990204

Method RQ_PROP_TABLE_TO_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_RQ_PROPERTIES Call by reference Type reference (TYPE) TT_KPRO_PROPERTIES_FIEB Message-Attribute (Tabelle) 19981103
2 Returning RE_RQ_PROPERTIES Value transfer Type reference (TYPE) FIREQ_PROP Message-Attribute (Feldleiste) 19981103

Method RQ_PROP_TABLE_TO_LIST on class CL_RQ_RS_MESSAGE_FIEB has no exception.

Method RS_PROP_TABLE_TO_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_RS_PROPERTIES Call by reference Type reference (TYPE) TT_KPRO_PROPERTIES_FIEB Message-Attribute (Tabelle) 19981104
2 Returning RE_RS_PROPERTIES Value transfer Type reference (TYPE) FIRESP_PROP Message-Attribute (Feldleiste) 19981104

Method RS_PROP_TABLE_TO_LIST on class CL_RQ_RS_MESSAGE_FIEB has no exception.

Method SET_APPLICATION_CATEGORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_APPLICATION_CATEGORY Call by reference Type reference (TYPE) FIEB_APPLICATION_CATEGORY Applikation 19981109
# Exception Resumable Description Created on
1 FAILED fehlgeschlagen (siehe SY-Felder) 19990204

Method SET_APPLSEARCH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_APPLSEARCH Call by reference Type reference (TYPE) FIEB_APPLSEARCH Applikationssuchfeld 19990113
# Exception Resumable Description Created on
1 FAILED fehlgeschlagen (siehe SY-Felder) 19990204

Method SET_BUSINESS_PROCESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_BUSINESS_PROCESS Call by reference Type reference (TYPE) FIEB_BUSINESS_PROCESS Geschäftsvorfall 19981109
# Exception Resumable Description Created on
1 FAILED fehlgeschlagen (siehe SY-Felder) 19990204

Method SET_DESTINATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_DESTINATION Call by reference Type reference (TYPE) FIEB_DEST Destination 19981109
# Exception Resumable Description Created on
1 FAILED fehlgeschlagen (siehe SY-Felder) 19990204

Method SET_FMTVERSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_FMTVERSION Call by reference Type reference (TYPE) FIEB_FMTVER Formatversion 19981109
# Exception Resumable Description Created on
1 FAILED fehlgeschlagen (siehe SY-Felder) 19990204

Method SET_LOCK_PARAMETERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_SCOPE Value transfer Type reference (TYPE) CHAR1 Bestimmt die Länge der Sperre (siehe Hilfe zu ENQUEUE) 19990126
2 Importing IM_WAIT Value transfer Type reference (TYPE) CHAR1 Bestimmt das Verhalten bei Kollision (siehe Hilfe zu ENQUEUE 19990126

Method SET_LOCK_PARAMETERS on class CL_RQ_RS_MESSAGE_FIEB has no exception.

Method SET_MIMETYPE40 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_MIMETYPE40 Call by reference Type reference (TYPE) FIEB_MIME40 Mimetype 19981109
# Exception Resumable Description Created on
1 FAILED fehlgeschlagen (siehe SY-Felder) 19990204

Method SET_MSGFORMAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_MSGFORMAT Call by reference Type reference (TYPE) FIEB_FORMAT Format 19981109
# Exception Resumable Description Created on
1 FAILED fehlgeschlagen (siehe SY-Felder) 19990204

Method SET_SAPSTATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_SAPSTATUS Call by reference Type reference (TYPE) FIEB_SAPSTATUS SAP-Status 19981109
# Exception Resumable Description Created on
1 FAILED fehlgeschlagen (siehe SY-Felder) 19990204

Method UNLOCK Signature

Method UNLOCK on class CL_RQ_RS_MESSAGE_FIEB has no parameter.
Method UNLOCK on class CL_RQ_RS_MESSAGE_FIEB has no exception.
History
Last changed by/on SAP  00000000 
SAP Release Created in