SAP ABAP Class CL_ISHMED_COMM_LOG (Temporarily Stored Documents)
Hierarchy
IS-H (Software Component) SAP Healthcare
   IS-HMED (Application Component) Clinical System
     NMED_DOC (Package) IS-H*MED: Medical Documents
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ISHMED_DOC_COMM_CONSTANTS Constants for Communication 20050208
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ISH_CONSTANT_DEFINITION IS-H: Definition of General Constants 20050330
Properties
Class CL_ISHMED_COMM_LOG  
Short Description Temporarily Stored Documents    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package NMED_DOC   IS-H*MED: Medical Documents 
Created 20041202   SAP 
Last change 20070917   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_ISHMED_COMM_LOG has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_ISHMED_DOC_COMM_CONSTANTS Constants for Communication 20050208
2 IF_ISH_CONSTANT_DEFINITION IS-H: Definition of General Constants 20050330
Friends
Class CL_ISHMED_COMM_LOG has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ACTIVE Instance attribute Private Attribute reference (LIKE) 20070307
2 CO_COMM_DIRECTION_IN Instance attribute Private Attribute reference (LIKE) 20050209
3 CO_COMM_DIRECTION_OUT Instance attribute Private Attribute reference (LIKE) 20050209
4 CO_COMM_DOCSTAT_NORMAL Instance attribute Private Attribute reference (LIKE) 20050322
5 CO_COMM_DOCSTAT_RELEASED Instance attribute Private Attribute reference (LIKE) 20050322
6 CO_COMM_OBJECTTYPE_DOC Instance attribute Private Attribute reference (LIKE) 20050209
7 CO_COMM_STATUS_ERROR Instance attribute Private Attribute reference (LIKE) 20050209
8 CO_COMM_STATUS_MANUALLY_ASSIGN Instance attribute Private Attribute reference (LIKE) 20050623
9 CO_COMM_STATUS_SUCCESS Instance attribute Private Attribute reference (LIKE) 20050209
10 CO_COMM_STATUS_TRANSFER_FAILED Instance attribute Private Attribute reference (LIKE) 20050322
11 CO_COMM_STATUS_TRANSF_STARTED Instance attribute Private Attribute reference (LIKE) 20050209
12 CO_COMM_STATUS_TYPE_CORR Instance attribute Private Attribute reference (LIKE) 20050322
13 CO_COMM_STATUS_TYPE_ERROR Instance attribute Private Attribute reference (LIKE) 20050322
14 CO_COMM_STATUS_TYPE_SUCCESS Instance attribute Private Attribute reference (LIKE) 20050322
15 CO_COMM_STATUS_TYPE_UNDEF Instance attribute Private Attribute reference (LIKE) 20050322
16 CO_COMM_STATUS_UNASSIGNED Instance attribute Private Attribute reference (LIKE) 20050209
17 CO_COMM_STATUS_WAITING Instance attribute Private Attribute reference (LIKE) 20070307
18 CO_COMM_STATUS_WARNING Instance attribute Private Attribute reference (LIKE) 20070307
19 CO_DOC_RELATION_REPLACE Instance attribute Private Attribute reference (LIKE) 20050322
20 CO_FALSE Instance attribute Private Attribute reference (LIKE) 20050330
21 CO_ICON_EXPORT Constant Private Type reference (TYPE) ICONNAME 'ICON_PARAMETER_EXPORT' Name of an Icon 20041220
22 CO_ICON_IMPORT Constant Private Type reference (TYPE) ICONNAME 'ICON_PARAMETER_IMPORT' Name of an Icon 20041220
23 CO_ICON_INFO Constant Private Type reference (TYPE) ICON-NAME 'ICON_SELECT_DETAIL' Icon if Further Information Exists 20050401
24 CO_ICON_PROTOCOL Constant Private Type reference (TYPE) ICON-NAME 'ICON_PROTOCOL' Icon for Log Hotpsot 20050401
25 CO_MODE_DELETE Instance attribute Private Attribute reference (LIKE) 20070307
26 CO_MODE_ERROR Instance attribute Private Attribute reference (LIKE) 20070307
27 CO_MODE_INSERT Instance attribute Private Attribute reference (LIKE) 20070307
28 CO_MODE_UNCHANGED Instance attribute Private Attribute reference (LIKE) 20070307
29 CO_MODE_UPDATE Instance attribute Private Attribute reference (LIKE) 20070307
30 CO_OFF Instance attribute Private Attribute reference (LIKE) 20050330
31 CO_ON Instance attribute Private Attribute reference (LIKE) 20050330
32 CO_TRUE Instance attribute Private Attribute reference (LIKE) Constant with Value 1 20050330
33 CO_VCODE_DISPLAY Instance attribute Private Attribute reference (LIKE) 20070307
34 CO_VCODE_INSERT Instance attribute Private Attribute reference (LIKE) 20070307
35 CO_VCODE_UPDATE Instance attribute Private Attribute reference (LIKE) 20070307
36 CV_AUSTRIA Instance attribute Private Attribute reference (LIKE) 20070307
37 CV_CANADA Instance attribute Private Attribute reference (LIKE) 20070307
38 CV_FRANCE Instance attribute Private Attribute reference (LIKE) 20070307
39 CV_GERMANY Instance attribute Private Attribute reference (LIKE) 20070307
40 CV_ITALY Instance attribute Private Attribute reference (LIKE) 20070307
41 CV_NETHERLANDS Instance attribute Private Attribute reference (LIKE) 20070307
42 CV_SINGAPORE Instance attribute Private Attribute reference (LIKE) 20070307
43 CV_SPAIN Instance attribute Private Attribute reference (LIKE) 20070307
44 CV_SWITZERLAND Instance attribute Private Attribute reference (LIKE) 20070307
45 INACTIVE Instance attribute Private Attribute reference (LIKE) 20070307
46 NO Instance attribute Private Attribute reference (LIKE) 20070307
47 ST_LOG_COMPONENTS Static Attribute Private Type reference (TYPE) ABAP_COMPDESCR_TAB Log Structure Components 20070308
48 ST_STATTYPES Static Attribute Private Type reference (TYPE) TT_STATTYPES Status Types for Web Service Log 20070326
49 ST_STATTYPET Static Attribute Private Type reference (TYPE) TT_STATTYPET Status Type Texts for Web Service Log 20070326
50 S_ICON_IN Static Attribute Private Type reference (TYPE) STRING Icon with Tooltip: Inbound Document 20070312
51 S_ICON_INFO Static Attribute Private Type reference (TYPE) STRING Icon with Tooltip: Additional Information Available 20070312
52 S_ICON_OUT Static Attribute Private Type reference (TYPE) STRING Icon with Tooltip: Outbound Document 20070312
53 S_ICON_PROTOCOL Static Attribute Private Type reference (TYPE) STRING Icon with Tooltip: Log Available 20070312
54 YES Instance attribute Private Attribute reference (LIKE) 20070307
Methods
# Method Level Visibility Method type Description Created on
1 BUILD_ICON_TOOLTIP Static method Protected Method Returns Icon and Tooltip 20041215
2 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20070308
3 DELETE_DOCUMENT_BY_TIMESPAN Static method Public Method Delete Temporarily Stored Documents on Timeframe 20041206
4 DO_READ_ENTRIES_N2COMM_LOG Static method Protected Method Read Log Table with Range Selection 20070308
5 MAP_FROM_DISPATCHER_STATUS Static method Protected Method Map Dispatch Control Status onto a Log Status 20070308
6 MAP_TO_DISPATCHER_STATUS Static method Protected Method Map Log Status onto a Dispatch Control Status 20070308
7 NAME_CONCAT Static method Protected Method Assemble Names 20070322
8 READ_DOCUMENT_BY_KEY Static method Public Method Read Temporarily Stored Documents on Key 20041206
9 READ_ENTRIES_N2COMM_LOG Static method Public Method Read Log Table with Range Selection 20041217
10 READ_ENTRIES_N2COMM_LOG_SIMPLE Static method Public Method Read Log Table with Direct Value Specification 20050131
11 READ_STATUS_TYPE Static method Public Method Reads Information for Dispatch Status Type(TN2COM_STATTYPES) 20050315
12 SET_DISPATCH_REQUEST_STATUS Static method Protected Method Set Status of a Dispatch Order 20070104
13 STORE_ENTRY Static method Public Method Save Document Status Information (Incl. COMMIT!) 20041206
14 SYNC_LOG_LINE Static method Protected Method Compare Log Information from Various Tables 20070314
15 SYNC_LOG_TABLES Static method Protected Method Compare Log Information from Various Tables 20070308
Events
Class CL_ISHMED_COMM_LOG has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_STATTYPES Public See coding 20070326 tt_stattypes type table of tn2com_stattypes
2 TT_STATTYPET Public See coding 20070326 tt_stattypet type table of tn2com_stattypet
3 T_RANGE_COMM_TEMP_KEY Public See coding 20050427 t_range_comm_temp_key TYPE RANGE OF n2comm_log-temp_key
Method Signatures

Method BUILD_ICON_TOOLTIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ICON_ID Call by reference Type reference (TYPE) ICON-ID Name einer Ikone 20041215
2 Importing I_ICON_TEXT Call by reference Type reference (TYPE) CLIKE Datenelement Typ CHAR Länge 35 20041215
3 Returning R_ICON_TOOLTIP Value transfer Type reference (TYPE) STRING Retourniert Icon und Tooltip 20041215

Method BUILD_ICON_TOOLTIP on class CL_ISHMED_COMM_LOG has no exception.

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_ISHMED_COMM_LOG has no parameter.
Method CLASS_CONSTRUCTOR on class CL_ISHMED_COMM_LOG has no exception.

Method DELETE_DOCUMENT_BY_TIMESPAN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_END_DATE Call by reference Type reference (TYPE) SY-DATUM Aktuelles Datum des Applikationsservers 20041206
2 Importing I_END_TIME Call by reference Type reference (TYPE) SY-UZEIT Aktuelle Uhrzeit des Applikationsservers 20041206
3 Importing I_START_DATE Call by reference Type reference (TYPE) SY-DATUM Aktuelles Datum des Applikationsservers 20041206
4 Importing I_START_TIME Call by reference Type reference (TYPE) SY-UZEIT Aktuelle Uhrzeit des Applikationsservers 20041206
5 Returning R_AFFECTED_ROWS Value transfer Type reference (TYPE) SY-TABIX Anzahl betroffener Datensätze 20050615

Method DELETE_DOCUMENT_BY_TIMESPAN on class CL_ISHMED_COMM_LOG has no exception.

Method DO_READ_ENTRIES_N2COMM_LOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CONDENSED_ENTRIES Call by reference Type reference (TYPE) ISH_TRUE_FALSE '1' IS-H: Boolscher Datentyp für TRUE (='1') und FALSE (='0') 20070308
2 Importing I_DATE_FROM Call by reference Type reference (TYPE) D '00000000' 20070308
3 Importing I_DATE_TO Call by reference Type reference (TYPE) D '99991231' 20070308
4 Importing I_DIRECTION Call by reference Type reference (TYPE) N2COM_DIRECTION '*' Kommunikationsrichtung 20070308
5 Importing I_RANGE_COMM_PART Call by reference Type reference (TYPE) ISHMED_T_RANGE_COMM_PART Range-Tabelle für Kommunikation: Kommunikationspartner 20070308
6 Importing I_RANGE_DISPATCH_REQUEST Call by reference Type reference (TYPE) N2MV_T_RANGE_DISPATCH_REQUEST Range-Tabelle für Versandauftrag 20070308
7 Importing I_RANGE_EXT_KEY Call by reference Type reference (TYPE) ISHMED_T_RANGE_COMM_OBJ_KEY Zeilentyp für Range-Tabelle des Kommunikations OBJ Schlüssel 20070308
8 Importing I_RANGE_EXT_VR Call by reference Type reference (TYPE) ISHMED_T_RANGE_COMM_OBJ_VR Range-Tabelle für Kommunikation OBJ Dokumentversion 20070308
9 Importing I_RANGE_INSTITUTION Call by reference Type reference (TYPE) ISHMED_T_RANGE_EINRI IS-H*MED: Rangestruktur für Einrichtung 20070308
10 Importing I_RANGE_KEY Call by reference Type reference (TYPE) T_RANGE_COMM_TEMP_KEY Range für Schlüssel eines Protokolleintrags 20070308
11 Importing I_RANGE_OBJ_KEY Call by reference Type reference (TYPE) ISHMED_T_RANGE_COMM_OBJ_KEY Zeilentyp für Range-Tabelle des Kommunikations OBJ Schlüssel 20070308
12 Importing I_RANGE_OBJ_VR Call by reference Type reference (TYPE) ISHMED_T_RANGE_COMM_OBJ_VR Range-Tabelle für Kommunikation OBJ Dokumentversion 20070308
13 Importing I_RANGE_STATUS Call by reference Type reference (TYPE) ISHMED_T_RANGE_COMM_STATUS Range-Tabelle für Kommunikationsstatus 20070308
14 Importing I_RANGE_TYPE Call by reference Type reference (TYPE) ISHMED_T_RANGE_COMM_TYPE Range-Tabelle für Kommunikationstype 20070308
15 Importing I_RESPONSE_FLAG Call by reference Type reference (TYPE) N2COM_LOG_ISRESPONSE '*' Flag:handelt es sich bei einer Nachricht um eine Antwort? 20070308
16 Importing I_TIME_FROM Call by reference Type reference (TYPE) T '000000' 20070308
17 Importing I_TIME_TO Call by reference Type reference (TYPE) T '235959' 20070308
18 Returning RS_RECORDS Value transfer Type reference (TYPE) N2COMM_LOG_TMP itab-Typ für temporär gespeicherte empfangene Dokumente 20070308

Method DO_READ_ENTRIES_N2COMM_LOG on class CL_ISHMED_COMM_LOG has no exception.

Method MAP_FROM_DISPATCHER_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DISPATCH_STATUS Call by reference Type reference (TYPE) N2_MV_RSTATUS Status Versandauftrag 20070308
2 Returning R_STAT Value transfer Type reference (TYPE) N2COM_LOG_STATUS Versandstatus-ID 20070308

Method MAP_FROM_DISPATCHER_STATUS on class CL_ISHMED_COMM_LOG has no exception.

Method MAP_TO_DISPATCHER_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_STATUS Call by reference Type reference (TYPE) N2COM_LOG_STATUS Versandstatus-ID 20070308
2 Returning R_DISPATCH_STAT Value transfer Type reference (TYPE) N2_MV_RSTATUS Status Versandauftrag 20070308

Method MAP_TO_DISPATCHER_STATUS on class CL_ISHMED_COMM_LOG has no exception.

Method NAME_CONCAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PART1 Call by reference Type reference (TYPE) CLIKE 20070322
2 Importing I_PART2 Call by reference Type reference (TYPE) CLIKE 20070322
3 Importing I_PART3 Call by reference Type reference (TYPE) CLIKE 20070322
4 Returning R_RESULT Value transfer Type reference (TYPE) STRING 20070322

Method NAME_CONCAT on class CL_ISHMED_COMM_LOG has no exception.

Method READ_DOCUMENT_BY_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DISP_REQUEST Call by reference Type reference (TYPE) N2_MV_DISPATCH_REQUEST ID eines Versandauftrags 20070308
2 Importing I_KEY Call by reference Type reference (TYPE) N2COMM_LOG-TEMP_KEY Zwischenspeicherung Schlüssel 20041206
3 Returning RS_RECORD Value transfer Type reference (TYPE) N2COMM_LOG Zwischenspeicherung empfangener Dokumente 20041206
# Exception Resumable Description Created on
1 CX_ISHMED_DOC_TEMPSTORE Fehler beim Zugriff auf zwischengespeichertes Dokument 20041206

Method READ_ENTRIES_N2COMM_LOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CONDENSED_ENTRIES Call by reference Type reference (TYPE) ISH_TRUE_FALSE '1' IS-H: Boolscher Datentyp für TRUE (='1') und FALSE (='0') 20050113
2 Importing I_DATE_FROM Call by reference Type reference (TYPE) D '00000000' 20050502
3 Importing I_DATE_TO Call by reference Type reference (TYPE) D '99991231' 20050502
4 Importing I_DIRECTION Call by reference Type reference (TYPE) N2COM_DIRECTION '*' Kommunikationsrichtung 20070308
5 Importing I_RANGE_COMM_PART Call by reference Type reference (TYPE) ISHMED_T_RANGE_COMM_PART Range-Tabelle für Kommunikation: Kommunikationspartner 20050131
6 Importing I_RANGE_DISPATCH_REQUEST Call by reference Type reference (TYPE) N2MV_T_RANGE_DISPATCH_REQUEST Range-Tabelle für Versandauftrag 20070102
7 Importing I_RANGE_EXT_KEY Call by reference Type reference (TYPE) ISHMED_T_RANGE_COMM_OBJ_KEY Zeilentyp für Range-Tabelle des Kommunikations OBJ Schlüssel 20050216
8 Importing I_RANGE_EXT_VR Call by reference Type reference (TYPE) ISHMED_T_RANGE_COMM_OBJ_VR Range-Tabelle für Kommunikation OBJ Dokumentversion 20050216
9 Importing I_RANGE_INSTITUTION Call by reference Type reference (TYPE) ISHMED_T_RANGE_EINRI IS-H*MED: Rangestruktur für Einrichtung 20050214
10 Importing I_RANGE_KEY Call by reference Type reference (TYPE) T_RANGE_COMM_TEMP_KEY Range für Schlüssel eines Protokolleintrags 20050427
11 Importing I_RANGE_OBJ_KEY Call by reference Type reference (TYPE) ISHMED_T_RANGE_COMM_OBJ_KEY Zeilentyp für Range-Tabelle des Kommunikations OBJ Schlüssel 20041217
12 Importing I_RANGE_OBJ_VR Call by reference Type reference (TYPE) ISHMED_T_RANGE_COMM_OBJ_VR Range-Tabelle für Kommunikation OBJ Dokumentversion 20041217
13 Importing I_RANGE_STATUS Call by reference Type reference (TYPE) ISHMED_T_RANGE_COMM_STATUS Range-Tabelle für Kommunikationsstatus 20041217
14 Importing I_RANGE_TYPE Call by reference Type reference (TYPE) ISHMED_T_RANGE_COMM_TYPE Range-Tabelle für Kommunikationstype 20041217
15 Importing I_RESPONSE_FLAG Call by reference Type reference (TYPE) N2COM_LOG_ISRESPONSE '*' Flag:handelt es sich bei einer Nachricht um eine Antwort? 20050503
16 Importing I_TIME_FROM Call by reference Type reference (TYPE) T '000000' 20050502
17 Importing I_TIME_TO Call by reference Type reference (TYPE) T '235959' 20050502
18 Returning RT_RECORDS Value transfer Type reference (TYPE) N2COMM_LOG_TMP itab-Typ für temporär gespeicherte empfangene Dokumente 20070308

Method READ_ENTRIES_N2COMM_LOG on class CL_ISHMED_COMM_LOG has no exception.

Method READ_ENTRIES_N2COMM_LOG_SIMPLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COMM_PART Call by reference Type reference (TYPE) N2COMM_PART Kommunikationspartner-ID 20050131
2 Importing I_CONDENSED_ENTRIES Call by reference Type reference (TYPE) ISH_TRUE_FALSE '1' 20050131
3 Importing I_DATE_FROM Call by reference Type reference (TYPE) D '00000000' 20050502
4 Importing I_DATE_TO Call by reference Type reference (TYPE) D '99991231' 20050502
5 Importing I_DIRECTION Call by reference Type reference (TYPE) N2COM_DIRECTION '*' Richtung der Kommunikation 20050131
6 Importing I_DISPATCH_REQUEST Call by reference Type reference (TYPE) N2_MV_DISPATCH_REQUEST ID eines Versandauftrags 20070102
7 Importing I_EXT_KEY Call by reference Type reference (TYPE) N2COM_EXTKEY externer Schlüssel eines übertragenen Objekts 20050216
8 Importing I_EXT_VR Call by reference Type reference (TYPE) N2COM_EXTVR Im Partnersystem verwendete Version eines Versandobjekts 20050216
9 Importing I_KEY Call by reference Type reference (TYPE) N2COMM_LOG-TEMP_KEY Schlüssel eines Eintrags im Kommunikationsprotokoll 20050427
10 Importing I_OBJ_KEY Call by reference Type reference (TYPE) N2COM_INTKEY interner Schlüssel eines übertragenen Objekts 20050131
11 Importing I_OBJ_VR Call by reference Type reference (TYPE) N2COM_INTVR Dokumentversion 20050131
12 Importing I_RESPONSE_FLAG Call by reference Type reference (TYPE) N2COM_LOG_ISRESPONSE '*' Flag:handelt es sich bei einer Nachricht um eine Antwort? 20050503
13 Importing I_STATUS Call by reference Type reference (TYPE) N2COM_LOG_STATUS Versandstatus-ID 20050131
14 Importing I_TIME_FROM Call by reference Type reference (TYPE) T '000000' 20050502
15 Importing I_TIME_TO Call by reference Type reference (TYPE) T '235959' 20050502
16 Importing I_TYPE Call by reference Type reference (TYPE) N2COM_LOG_TYPE Eintragstyp 20050131
17 Returning RS_RECORDS Value transfer Type reference (TYPE) N2COMM_LOG_TMP 20050131

Method READ_ENTRIES_N2COMM_LOG_SIMPLE on class CL_ISHMED_COMM_LOG has no exception.

Method READ_STATUS_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_STATUS_ID Call by reference Type reference (TYPE) N2COM_LOG_STATUS zu lesender Versand-Status 20050315
2 Returning RS_STATUS_INFO Value transfer Type reference (TYPE) RN2COM_STATTYPE Informationen zu einem Versand-Status 20050315

Method READ_STATUS_TYPE on class CL_ISHMED_COMM_LOG has no exception.

Method SET_DISPATCH_REQUEST_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ADDITIONAL_TEXT Call by reference Type reference (TYPE) STRING 20070104
2 Importing I_DISPATCH_REQUEST_ID Call by reference Type reference (TYPE) N2_MV_DISPATCH_REQUEST ID eines Versandauftrags 20070104
3 Importing I_NEW_STATUS Call by reference Type reference (TYPE) N2COM_LOG_STATUS Versandstatus-ID 20070104
# Exception Resumable Description Created on
1 CX_ISHMED_DOC_TEMPSTORE Fehler beim Zugriff auf zwischengespeichertes Dokument 20070104

Method STORE_ENTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ADDITIONAL_INFO Call by reference Type reference (TYPE) STRING zusatzinformationen zu empfangenem Objekt 20050401
2 Importing I_DISABLE_GROUPING Call by reference Type reference (TYPE) ISH_TRUE_FALSE '0' 20050721
3 Importing I_INBOUND_INFO Call by reference Type reference (TYPE) RN2COMM_LOGSTATIN_FIELDS Dokumentempfang: zusätzl. Dokumentinformationen 20070322
4 Importing I_RECORD Call by reference Type reference (TYPE) N2COMM_LOG Zwischenspeicherung empfangener Dokumente 20041206
# Exception Resumable Description Created on
1 CX_ISHMED_DOC_TEMPSTORE Fehler beim Zugriff auf zwischengespeichertes Dokument 20041206

Method SYNC_LOG_LINE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_PRIMARY Call by reference Type reference (TYPE) N2COMM_LOG_HEADER Primärer Eintrag 20070314
2 Importing IS_SECONDARY Call by reference Type reference (TYPE) N2COMM_LOG_HEADER Sekundärer Eintrag 20070314
3 Importing I_PRIMARY_TAB_CUMMULATIVE Call by reference Type reference (TYPE) ISH_TRUE_FALSE Ist der 1. Eintrag aus der kummulativen Tabelle 20070326
4 Importing I_SECONDARY_TAB_CUMMULATIVE Call by reference Type reference (TYPE) ISH_TRUE_FALSE Ist der 2. Eintrag aus der kummulativen Tabelle 20070326
5 Returning RS_RESULT Value transfer Type reference (TYPE) N2COMM_LOG_HEADER Struktur: Statussatz für ein empfangenes Dokument 20070314

Method SYNC_LOG_LINE on class CL_ISHMED_COMM_LOG has no exception.

Method SYNC_LOG_TABLES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RESULT_TAB Value transfer Type reference (TYPE) N2COMM_LOG_TMP itab-Typ für temporär gespeicherte empfangene Dokumente 20070308
2 Importing IT_PRIMARY_TAB Call by reference Type reference (TYPE) N2COMM_LOG_TMP itab-Typ für temporär gespeicherte empfangene Dokumente 20070314
3 Importing IT_SECONDARY_TAB Call by reference Type reference (TYPE) N2COMM_LOG_TMP itab-Typ für temporär gespeicherte empfangene Dokumente 20070314
4 Importing I_PRIMARY_TAB_CUMMULATIVE Call by reference Type reference (TYPE) ISH_TRUE_FALSE Ist der 1. Eintrag aus der kummulativen Tabelle 20070326
5 Importing I_SECONDARY_TAB_CUMMULATIVE Call by reference Type reference (TYPE) ISH_TRUE_FALSE Ist der 2. Eintrag aus der kummulativen Tabelle 20070326

Method SYNC_LOG_TABLES on class CL_ISHMED_COMM_LOG has no exception.
History
Last changed by/on SAP  20070917 
SAP Release Created in 600