SAP ABAP Class CL_WCM_BL_WCMOBJ (WCM: Business Layer Implementation of WCM Object)
Hierarchy
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
   PM-WCM (Application Component) Work Clearance Management
     WCM (Package) WCM: Work Clearance Management
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WCM_BL WCM: Business Layer Interface 20100929
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WCM_BL_CUSTOMIZING WCM: Business Layer Interface - Customizing 20101025
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WCM_BL_HEADER WCM: Business Layer Interface - Header Data 20100929
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WCM_BL_LONGTEXT WCM: Business Layer Interface - Long Texts 20101217
5 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WCM_BL_PERMIT WCM: Business Layer Interface - Approvals 20110406
6 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WCM_BL_TRANSACTION WCM: Business Layer Interface - Transactional Accesses 20101122
7 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WCM_BL_WKNEED WCM: Business Layer Interface - Work/Requirements 20100929
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_WCM_BL_WAP WCM: Business Layer Implementation for Work Approval 20110218
2 Inheritance (c INHERITING FROM c_ref)  CL_WCM_BL_WAPI WCM: Business Layer Implementation for Application 20100810
Properties
Class CL_WCM_BL_WCMOBJ  
Short Description WCM: Business Layer Implementation of WCM Object    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package WCM   WCM: Work Clearance Management 
Created 20100810   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 WCTP1 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 WCTP3 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 WCTPC Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
4 WCTPF Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
5 WCTPP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_WCM_BL WCM: Business Layer Interface 20100929
2 IF_WCM_BL_CUSTOMIZING WCM: Business Layer Interface - Customizing 20101025
3 IF_WCM_BL_HEADER WCM: Business Layer Interface - Header Data 20100929
4 IF_WCM_BL_LONGTEXT WCM: Business Layer Interface - Long Texts 20101217
5 IF_WCM_BL_PERMIT WCM: Business Layer Interface - Approvals 20110406
6 IF_WCM_BL_TRANSACTION WCM: Business Layer Interface - Transactional Accesses 20101122
7 IF_WCM_BL_WKNEED WCM: Business Layer Interface - Work/Requirements 20100929
Friends
Class CL_WCM_BL_WCMOBJ has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_CLASS_NAME Constant Private See coding Class Names 20100929
2 GC_TLINE_FORMAT Constant Protected See coding Formats for Text Lines 20101228
3 GT_CLASS_IMPL Static Attribute Private Type reference (TYPE) TT_CLASS_IMPL Class Implementations 20100810
4 GV_OBJTMP_CNT Static Attribute Private Type reference (TYPE) TV_OBJTMP_CNT Counter for Temporary Objects 20101105
5 MO_APPROVAL_RBUF Instance attribute Protected Object reference (TYPE REF TO) CL_WCM_APRVLS_BUF Read Buffer for Approvals 20110303
6 MO_APPROVAL_WBUF Instance attribute Protected Object reference (TYPE REF TO) CL_WCM_APRVLS_BUF Write Buffer for Approvals 20110303
7 MO_ATTRDESC_RBUF Instance attribute Protected Object reference (TYPE REF TO) CL_WCM_ATTRDESC_BUF Read Buffer for Descriptive Attributes 20131025
8 MO_BL_DIR Instance attribute Protected Object reference (TYPE REF TO) CL_EAMS_BO_DIR Business Layer Implementation for Document Link 20110215
9 MO_LOG Instance attribute Protected Object reference (TYPE REF TO) IF_WCM_LOG Message Log 20101109
10 MO_LONGTEXT_RBUF Instance attribute Protected Object reference (TYPE REF TO) CL_WCM_TLINES_BUF Read Buffer for Long Text Lines 20101217
11 MO_LONGTEXT_WBUF Instance attribute Protected Object reference (TYPE REF TO) CL_WCM_TLINES_BUF Write Buffer for Long Text Lines 20101217
12 MO_REJCTEXT_WBUF Instance attribute Protected Object reference (TYPE REF TO) CL_WCM_TLINES_BUF Write Buffer for Text Lines for Rejection 20110209
13 MS_ATTR_INIT Instance attribute Protected Type reference (TYPE) TS_ATTR_INIT Fixed Attributes of a WCM Object 20100810
14 MT_ASGN_SUP Instance attribute Protected Type reference (TYPE) TT_ASGN_SUP Superordinate WCM Object Assignments 20131025
15 MT_LOCK_OBJKEY Instance attribute Protected Type reference (TYPE) TT_LOCK_OBJKEY Object Keys of Locked WCM Objects 20110125
16 MT_MAP_OBJNR Instance attribute Private Type reference (TYPE) TT_MAP_OBJNR Mapping of Temporary to Permanent Status Object Numbers 20101124
17 MT_WCCR Instance attribute Private Type reference (TYPE) TT_WCCR Customizing for Application Profiles 20101109
18 MT_WCCZ Instance attribute Private Type reference (TYPE) TT_WCCZ Customizing for Text Processing 20101227
19 MT_WCVO Instance attribute Private Type reference (TYPE) TT_WCVO Customizing for WCM Objects 20101105
Methods
# Method Level Visibility Method type Description Created on
1 APPROVAL_DATA_GET Instance method Protected Method Read Approval Links of WCM Object 20110406
2 APPROVAL_DATA_GET_MULTI Instance method Protected Method Read Approval Links of Several WCM Objects 20110406
3 APPROVAL_DATA_SAVE_ALL Instance method Protected Method Save Approval Links of All Changed WCM Objects 20131025
4 APPROVAL_FCODE_CHECK Instance method Protected Method Check Executability of a Function Code for Approvals 20131105
5 APPROVAL_FCODE_EXECUTE Instance method Protected Method Execute Function Code for Approval Links 20110323
6 APPROVAL_FCODE_PROCESS Instance method Protected Method Process Function Code for Approval Links 20110323
7 APPROVAL_MSGS_FCODE_SET Instance method Protected Method Set Success Message for Function Code for Approval 20110405
8 ATTR_DEF_GET Instance method Protected Method Determine Defining Attributes 20101109
9 AUTHGROUP_CHECK Instance method Protected Method Check Authorization Group and Read Attributes If Required 20131025
10 BL_ACCESS_INIT Instance method Protected Method Initialize Business Layer Accesses 20110218
11 CATALOG_SAVE Instance method Protected Method Save Catalog Links 20101117
12 CLASSNAME_GET Static method Private Method Determine Name of Implementing Class 20100810
13 CUST_BUF_INIT Instance method Protected Method Initialize Buffer for Customizing Settings 20110125
14 DATA_BUF_INIT Instance method Protected Method Initialize Read/Write Buffer for Application Data 20110125
15 DATA_BUF_REMOVE Instance method Protected Method Delete Write/Read Buffer Entries of a WCM Object 20110125
16 DOCUMENT_SAVE Instance method Protected Method Save Document Links 20101110
17 HEADER_DATA_ATTR_GET Instance method Protected Method Read Attributes for Header Data of a WCM Object 20131025
18 HEADER_DATA_AUTH_CHECK Instance method Protected Method Check Authorizations for Header Data of a WCM Object 20131025
19 HEADER_DATA_BUF_CHECK Instance method Protected Method Determ./Check Buffered WCM Obj. Header Data for Action Cat. 20131025
20 HEADER_DATA_CHECK Instance method Protected Method Check Header Data of a WCM Object 20131025
21 HEADER_DATA_FILL Instance method Protected Method Fill Initial Header Data 20110216
22 HEADER_DATA_GET Instance method Protected Method Read Header Data of a WCM Object 20131025
23 HEADER_DATA_GET_MULTI Instance method Protected Method Read Header Data for Several WCM Objects 20110209
24 HEADER_DATA_LOCK Instance method Protected Method Set Lock for Header Data 20110125
25 HEADER_DATA_MOVE Instance method Protected Method Move Header Data Between Overall and Individual Structures 20110216
26 HEADER_DATA_SAVE_ALL Instance method Protected Method Save Header Data of All Changed WCM Objects 20131025
27 HEADER_DATA_UNLOCK Instance method Protected Method Undo Lock for Header Data 20110203
28 HEADER_DATA_WBUF_SET_MULTI Instance method Protected Method Put Header Data of Several WCM Objects in Write Buffer 20131025
29 HEADER_FCODE_CHECK Instance method Protected Method Check Executability of a Function Code for Header Data 20131105
30 HEADER_FCODE_EXECUTE Instance method Protected Method Execute Function Code for Header Data 20110112
31 HEADER_FCODE_PROCESS Instance method Protected Method Process Function Code for Header Data 20110112
32 HEADER_IDENT_VERIFY Instance method Protected Method Verify Complete Identification for Header Data 20131025
33 HEADER_IS_EXISTING Instance method Protected Method Check If a WCM Object Exists 20131025
34 HEADER_IS_LOCKED Instance method Protected Method Check Valid Lock of a WCM Object 20131025
35 HEADER_MSGE_READ_SET Instance method Protected Method Set Error Message for Read Access to Header Data 20110405
36 HEADER_MSGS_FCODE_SET Instance method Protected Method Set Success Message for Function Code for Header Data 20110405
37 HEADER_STRUCTURE_GET Instance method Protected Method Provide Basic Structure for Header Data 20131025
38 INIT Instance method Protected Method Initialize Reference for Business Layer Implementation 20100810
39 LOCK_BUF_INIT Instance method Protected Method Initialize Buffer for Locking 20110125
40 LONGTEXT_DATA_SAVE_ALL Instance method Protected Method Save Long Texts of All Changed WCM Objects 20131025
41 OBJIDENT_VERIFY Instance method Protected Method Verify Unique Object Identification 20131025
42 OBJKEY_CHECK Instance method Protected Method Check object key 20131025
43 OBJKEY_GET Instance method Protected Method Get Permanent Object Key 20101107
44 OBJKEY_IS_TMP Instance method Protected Method Check Object Key: Temporary or Permanent? 20110202
45 OBJKEY_TMP_GET Instance method Protected Method Get Temporary Object Key 20101107
46 OBJLABEL_GET Instance method Protected Method Read Descriptions (Singular/Plural) of WCM Object 20131025
47 OBJNR_BUF_GET Instance method Protected Method Read Buffer for Permanent Status Object Numbers 20101124
48 OBJNR_BUF_SET Instance method Protected Method Set Buffer for Permanent Status Object Numbers 20101124
49 OBJNR_GET Instance method Protected Method Get Permanent Status Object Number 20101107
50 OBJNR_IS_TMP Instance method Protected Method Check Status Object Number: Temporary or Permanent? 20110202
51 OBJNR_TMP_GET Instance method Protected Method Get Temporary Status Object Number 20101107
52 PARTNER_SAVE Instance method Protected Method Save Partner Links 20101110
53 PLANDATES_CHECK Instance method Protected Method Check Planning Data 20131025
54 PLANGROUP_CHECK Instance method Protected Method Check Maintenance Planner Group and Read Attributes If Req. 20131025
55 PLANPLANT_CHECK Instance method Protected Method Check Planning Plant and Read Attributes If Required 20131025
56 PRIORITY_CHECK Instance method Protected Method Check Priority and Read Attributes If Required 20131025
57 RCLTIME_CHECK Instance method Protected Method Check Recall Time 20131025
58 REFERENCE_GET Static method Public Method Determine Reference for Business Layer Implementation 20100811
59 REJCTEXT_DATA_SAVE_ALL Instance method Protected Method Save Texts for Rejection of All Changed WCM Objects 20110209
60 REVPHASE_CHECK Instance method Protected Method Check Revision Phase and Read Attributes If Required 20131025
61 SEGMENT_CHANGEABILITY_GET Instance method Protected Method Determine Whether a Data Segment Can Be Changed 20131025
62 SEGMENT_IDENT_VERIFY Instance method Protected Method Verify Complete Identification for Data Segment 20131025
63 SYSTCOND_CHECK Instance method Protected Method Check Plant Condition and Read Attributes If Required 20131025
64 TECHOBJ_CHECK Instance method Protected Method Check Technical Object and Read If Required 20101109
65 TEXT_GET Instance method Protected Method Read Lines of a Linked Text 20101209
66 TEXT_SAVE Instance method Protected Method Save Text (Contenct and Link) 20101117
67 TRAIN_CHECK Instance method Protected Method Check Train and Read Attributes If Required 20131025
68 TRANSACTION_MODE_GET Instance method Protected Method Determine Current Action Category for WCM Object 20131025
69 TRANSACTION_PROCESS Instance method Protected Method Process Transaction 20101122
70 TRANSACTION_REQUESTED_GET Instance method Protected Method Determine Required Action Category for WCM Object 20131025
71 USAGE_CHECK Instance method Protected Method Check Usage and Read Attributes If Required 20131025
72 VALIDITY_CHECK Instance method Protected Method Check Validity and Determine New Validity If Required 20101109
73 VALIDITY_EXCLTAB_GET Instance method Protected Method Determine Validity-Dependent Functions to Be Excluded 20131025
74 VALIDITY_FIELD_INFLUENCE_GET Instance method Protected Method Determination of Field Influences for Validity 20131025
75 WKNEED_DATA_SAVE_ALL Instance method Protected Method Save Works/Requirements of All Changed WCM Objects 20131025
76 WORKCTR_CHECK Instance method Protected Method Check Work Center and Read Attributes If Required 20131025
Events
Class CL_WCM_BL_WCMOBJ has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_ASGN_SUP Protected See coding Superordinate WCM Object Assignment 20131025 BEGIN OF ts_asgn_sup, objnr_curr TYPE wctp3_objnr_type, objnr_sup TYPE wctp3_objnr_type, objart_sup TYPE wctp1_objart_type, objtyp_sup TYPE wctp1_objtyp_type, END OF ts_asgn_sup
2 TS_ATTR_DEF Protected See coding Defining Attributes of WCM Object 20101109 BEGIN OF ts_attr_def, objkey TYPE wctp1_objkey_type, inf TYPE wctp1_inf_type, wkpt TYPE wctp1_boolean_type, usage TYPE wceusage, wcsval TYPE wcsval, END OF ts_attr_def
3 TS_ATTR_INIT Protected See coding Fixed Attributes of a WCM Object 20100810 BEGIN OF ts_attr_init, objart TYPE wctp1_objart_type, objtyp TYPE wctp1_objtyp_type, tdobject TYPE wctp1_tdobject_type, obtyp TYPE wctp3_obtyp_type, dokob TYPE wctp1_dokob_type, END OF ts_attr_init
4 TS_CLASS_IMPL Private See coding Class Implementation 20100810 BEGIN OF ts_class_impl, objart TYPE wctp1_objart_type, objtyp TYPE wctp1_objtyp_type, reference TYPE REF TO if_wcm_bl, END OF ts_class_impl
5 TS_DATA_ATTR Private See coding Attributes of Header Data of a WCM Object 20131025 BEGIN OF ts_data_attr, objnr TYPE wctp3_objnr_type, desc TYPE wcsattrdesc, loc TYPE wcsloc, END OF ts_data_attr
6 TS_LOCK_OBJKEY Protected See coding Object Key of a Locked WCM Object 20131025 BEGIN OF ts_lock_objkey, objkey TYPE wctp1_objkey_type, updlog TYPE ts_updlog, END OF ts_lock_objkey
7 TS_MAP_OBJNR Private See coding Mapping of Temporary to Permanent Status Object Number 20101124 BEGIN OF ts_map_objnr, objnr_tmp TYPE wctp3_objnr_type, objnr TYPE wctp3_objnr_type, END OF ts_map_objnr
8 TS_UPDLOG Protected See coding Data for Automatic Updates to WCM Object 20131025 BEGIN OF ts_updlog, hdr TYPE wctp3_log_type, aprv TYPE ts_updlog_aprv, END OF ts_updlog
9 TS_UPDLOG_APRV Protected See coding Approval Data for Automatic Updates to WCM Object 20131025 BEGIN OF ts_updlog_aprv, gntab_start TYPE wctp1_gntab_type, gnstab_start TYPE wctp1_gnstab_type, gntab_end TYPE wctp1_gntab_type, gnstab_end TYPE wctp1_gnstab_type, END OF ts_updlog_aprv
10 TT_ASGN_SUP Protected See coding Superordinate WCM Object Assignments 20131025 tt_asgn_sup TYPE SORTED TABLE OF ts_asgn_sup WITH UNIQUE KEY objnr_curr objnr_sup
11 TT_CLASS_IMPL Private See coding Class Implementations 20100810 tt_class_impl TYPE STANDARD TABLE OF ts_class_impl
12 TT_LOCK_OBJKEY Protected See coding Object Keys of Locked WCM Objects 20110125 tt_lock_objkey TYPE SORTED TABLE OF ts_lock_objkey WITH UNIQUE KEY objkey
13 TT_MAP_OBJNR Private See coding Mapping of Temporary to Permanent Status Object Numbers 20101124 tt_map_objnr TYPE SORTED TABLE OF ts_map_objnr WITH UNIQUE KEY objnr_tmp
14 TT_WCCR Private See coding Customizing for Application Profiles 20101109 tt_wccr TYPE SORTED TABLE OF wctp1_wccrwa_type WITH UNIQUE KEY iwerk
15 TT_WCCZ Private See coding Customizing for Text Processing 20101227 tt_wccz TYPE SORTED TABLE OF wctp1_wcczwa_type WITH UNIQUE KEY iwerk objart objtyp txttyp
16 TT_WCVO Private See coding Customizing for WCM Objects 20101107 tt_wcvo TYPE SORTED TABLE OF wctp1_wcvowa_type WITH UNIQUE KEY iwerk objart objtyp
17 TV_OBJTMP_CNT Private See coding Counter for Temporary Objects 20101105 tv_objtmp_cnt(12) TYPE n
Method Signatures

Method APPROVAL_DATA_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_APPROVAL Value transfer Type reference (TYPE) WCTP1_APRVLSWA_TYPE Genehmigungen 20110406
2 Importing IV_OBJNR Value transfer Type reference (TYPE) WCTP1_OBJNR_TYPE Statusobjektnummer 20110406
3 Importing IV_WBUFFLG Value transfer Type reference (TYPE) WCTP1_FLG_TYPE WCTP1_MARKED Kennzeichen: Schreibpuffer berücksichtigen 20110406

Method APPROVAL_DATA_GET on class CL_WCM_BL_WCMOBJ has no exception.

Method APPROVAL_DATA_GET_MULTI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_APPROVAL Value transfer Type reference (TYPE) WCTP1_APRVLSTAB_TYPE Genehmigungen 20110406
2 Importing IT_OBJNR Value transfer Type reference (TYPE) WCTP3_OBJTAB_TYPE Statusobjektnummern 20110406
3 Importing IV_WBUFFLG Value transfer Type reference (TYPE) WCTP1_FLG_TYPE WCTP1_MARKED Kennzeichen: Schreibpuffer berücksichtigen 20110406

Method APPROVAL_DATA_GET_MULTI on class CL_WCM_BL_WCMOBJ has no exception.

Method APPROVAL_DATA_SAVE_ALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_OBJNR Value transfer Type reference (TYPE) WCTP3_OBJTAB_TYPE Permanente Statusobjektnummern 20131025
2 Exporting ET_OBJNR_TMP Value transfer Type reference (TYPE) WCTP3_OBJTAB_TYPE Temporäre Statusobjektnummern 20131025

Method APPROVAL_DATA_SAVE_ALL on class CL_WCM_BL_WCMOBJ has no exception.

Method APPROVAL_FCODE_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_FINEFLG Value transfer Type reference (TYPE) WCTP1_FLG_TYPE Kennzeichen: Funktionscode ausführbar 20131105
2 Importing IS_ATTR_DEF Value transfer Type reference (TYPE) TS_ATTR_DEF Definierende Attribute eines FS-Dokuments 20131105
3 Importing IS_WCAGN_EXT Value transfer Type reference (TYPE) WCTP1_GNWA_TYPE Genehmigungszuordnung zu IV_PMSOG (mit Verarbeitungsdaten) 20131105
4 Importing IT_WCAGN_EXT Value transfer Type reference (TYPE) WCTP1_GNTAB_TYPE Alle Genehmigungszuordnungen (mit Verarbeitungsdaten) 20131105
5 Importing IV_ACTIVEFLG Value transfer Type reference (TYPE) WCTP1_FLG_TYPE Kennzeichen: Funktionscode aktiv 20131105
6 Importing IV_FCODE Value transfer Type reference (TYPE) WCTPF_FCODE_TYPE Zu prüfender Funktionscode ("PAI-Szenario") 20131105
7 Importing IV_PMSOG Value transfer Type reference (TYPE) PMSOG Zu prüfende Genehmigung 20131105

Method APPROVAL_FCODE_CHECK on class CL_WCM_BL_WCMOBJ has no exception.

Method APPROVAL_FCODE_EXECUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_APPROVAL Value transfer Type reference (TYPE) WCTP1_APRVLSWA_TYPE Genehmigungen 20110405
2 Importing IS_APPROVAL Value transfer Type reference (TYPE) WCTP1_APRVLSWA_TYPE Genehmigungen 20110405
3 Importing IS_HEADER Value transfer Type reference (TYPE) ANY Kopfdaten 20110323
4 Importing IV_FCODE Value transfer Type reference (TYPE) WCTPF_FCODE_TYPE Zu verarbeitender Funktionscode 20110323
5 Importing IV_GENVNAME Value transfer Type reference (TYPE) GENVNAME Name der Person, die die Genehmigung erteilt 20110407
6 Importing IV_PMSOG Value transfer Type reference (TYPE) PMSOG Zu verarbeitende Genehmigung 20110405

Method APPROVAL_FCODE_EXECUTE on class CL_WCM_BL_WCMOBJ has no exception.

Method APPROVAL_FCODE_PROCESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_RESULT Value transfer Type reference (TYPE) WCTP1_MSGLOGWA_TYPE Ergebnis der Funktionsprüfungen 20110323
2 Importing IV_FCODE Value transfer Type reference (TYPE) WCTPF_FCODE_TYPE Zu verarbeitender Funktionscode 20110323
3 Importing IV_GENVNAME Value transfer Type reference (TYPE) GENVNAME Name der Person, die die Genehmigung erteilt 20110407
4 Importing IV_OBJNR Value transfer Type reference (TYPE) WCTP1_OBJNR_TYPE Statusobjektnummer 20110323
5 Importing IV_PMSOG Value transfer Type reference (TYPE) PMSOG Zu verarbeitende Genehmigung 20110323

Method APPROVAL_FCODE_PROCESS on class CL_WCM_BL_WCMOBJ has no exception.

Method APPROVAL_MSGS_FCODE_SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FCODE Value transfer Type reference (TYPE) WCTPF_FCODE_TYPE Verarbeiteter Funktionscode 20110405
2 Importing IV_PMSOG Value transfer Type reference (TYPE) PMSOG Verarbeitete Genehmigung 20110405

Method APPROVAL_MSGS_FCODE_SET on class CL_WCM_BL_WCMOBJ has no exception.

Method ATTR_DEF_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_ATTR_DEF Value transfer Type reference (TYPE) TS_ATTR_DEF Definierende Attribute 20101109
2 Importing IS_HEADER Value transfer Type reference (TYPE) ANY Kopfdaten 20110111
3 Importing IV_AKTYP Value transfer Type reference (TYPE) WCTP1_AKTYP_TYPE Aktionstyp (ggf. aktualisiert) 20110111
4 Importing IV_AKTYP_SAV Value transfer Type reference (TYPE) WCTP1_AKTYP_TYPE Aktionstyp (ursprünglich) 20110111
5 Importing IV_OBJKEY Value transfer Type reference (TYPE) WCTP1_OBJKEY_TYPE Objektschlüssel 20101109
6 Importing IV_OBJNR Value transfer Type reference (TYPE) WCTP1_OBJNR_TYPE Statusobjektnummer 20101109

Method ATTR_DEF_GET on class CL_WCM_BL_WCMOBJ has no exception.

Method AUTHGROUP_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_BEGRPTXT Value transfer Type reference (TYPE) IAUTX Text zur Berechtigungsgruppe 20131025
2 Exporting EV_FINEFLG Value transfer Type reference (TYPE) WCTP1_FLG_TYPE Kennzeichen: Konsistente Daten 20131025
3 Importing IV_AKTYP Value transfer Type reference (TYPE) WCTP1_AKTYP_TYPE Aktionstyp 20131025
4 Importing IV_AUTHFLG Value transfer Type reference (TYPE) WCTP1_FLG_TYPE Kennzeichen: Berechtigungsprüfung 20131025
5 Importing IV_BEGRP Value transfer Type reference (TYPE) IAUTG Berechtigungsgruppe 20131025
6 Importing IV_IWERK Value transfer Type reference (TYPE) WCTP1_IWERK_TYPE Planungswerk 20131025

Method AUTHGROUP_CHECK on class CL_WCM_BL_WCMOBJ has no exception.

Method BL_ACCESS_INIT Signature

Method BL_ACCESS_INIT on class CL_WCM_BL_WCMOBJ has no parameter.
Method BL_ACCESS_INIT on class CL_WCM_BL_WCMOBJ has no exception.

Method CATALOG_SAVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_OBJNR Value transfer Type reference (TYPE) WCTP3_OBJNR_TYPE Permanente Statusobjektnummer 20101117
2 Importing IV_OBJNR_TMP Value transfer Type reference (TYPE) WCTP3_OBJNR_TYPE Temporäre Statusobjektnummer 20101117

Method CATALOG_SAVE on class CL_WCM_BL_WCMOBJ has no exception.

Method CLASSNAME_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_OBJART Value transfer Type reference (TYPE) WCTP1_OBJART_TYPE Objektart FS-Dokumente 20100810
2 Importing IV_OBJTYP Value transfer Type reference (TYPE) WCTP1_OBJTYP_TYPE Objekttyp FS-Dokumente 20100810
3 Returning RV_CLASS_NAME Value transfer Type reference (TYPE) STRING Name der implementierenden Klasse 20100810

Method CLASSNAME_GET on class CL_WCM_BL_WCMOBJ has no exception.

Method CUST_BUF_INIT Signature

Method CUST_BUF_INIT on class CL_WCM_BL_WCMOBJ has no parameter.
Method CUST_BUF_INIT on class CL_WCM_BL_WCMOBJ has no exception.

Method DATA_BUF_INIT Signature

Method DATA_BUF_INIT on class CL_WCM_BL_WCMOBJ has no parameter.
Method DATA_BUF_INIT on class CL_WCM_BL_WCMOBJ has no exception.

Method DATA_BUF_REMOVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_OBJKEY Value transfer Type reference (TYPE) WCTP1_OBJKEY_TYPE Objektschlüssel 20110125
2 Importing IV_OBJNR Value transfer Type reference (TYPE) WCTP3_OBJNR_TYPE Statusobjektnummer 20110217
3 Importing IV_RBUFFLG Value transfer Type reference (TYPE) WCTP1_FLG_TYPE WCTP1_MARKED Kennzeichen: Lesepuffer berücksichtigen 20131025

Method DATA_BUF_REMOVE on class CL_WCM_BL_WCMOBJ has no exception.

Method DOCUMENT_SAVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_OBJKEY Value transfer Type reference (TYPE) WCTP1_OBJKEY_TYPE Permanenter Objektschlüssel 20101110
2 Importing IV_OBJKEY_TMP Value transfer Type reference (TYPE) WCTP1_OBJKEY_TYPE Temporärer Objektschlüssel 20101110

Method DOCUMENT_SAVE on class CL_WCM_BL_WCMOBJ has no exception.

Method HEADER_DATA_ATTR_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_ATTRDESC Value transfer Type reference (TYPE) WCSATTRDESC Beschreibende Attribute eines Freischaltdokuments 20131025
2 Exporting EV_FINEFLG Value transfer Type reference (TYPE) WCTP1_FLG_TYPE Kennzeichen: Konsistente Daten 20131025
3 Importing IS_HEADER Value transfer Type reference (TYPE) ANY Aktuelle Kopfdaten 20131025

Method HEADER_DATA_ATTR_GET on class CL_WCM_BL_WCMOBJ has no exception.

Method HEADER_DATA_AUTH_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_FINEFLG Value transfer Type reference (TYPE) WCTP1_FLG_TYPE Kennzeichen: Konsistente Berechtigungen 20131025
2 Importing IV_BEGRP Value transfer Type reference (TYPE) IAUTG Berechtigungsgruppe 20131025
3 Importing IV_EQUNR Value transfer Type reference (TYPE) EQUNR Equipmentnummer 20131025
4 Importing IV_INGRP Value transfer Type reference (TYPE) INGRP Planergruppe 20131025
5 Importing IV_IWERK Value transfer Type reference (TYPE) WCTP1_IWERK_TYPE Planungswerk 20131025
6 Importing IV_OBJKEY Value transfer Type reference (TYPE) WCTP1_OBJKEY_TYPE Objektschlüssel 20131025
7 Importing IV_SWERK Value transfer Type reference (TYPE) SWERK Standortwerk 20131025
8 Importing IV_TPLNR Value transfer Type reference (TYPE) TPLNR Technischer Platz 20131025
9 Importing IV_USAGE Value transfer Type reference (TYPE) WCEUSAGE Verwendung (Code) 20131025

Method HEADER_DATA_AUTH_CHECK on class CL_WCM_BL_WCMOBJ has no exception.

Method HEADER_DATA_BUF_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_HEADER_SAV Value transfer Type reference (TYPE) ANY Gepufferte Daten (Lesepuffer) 20131025
2 Exporting ES_HEADER_TMP Value transfer Type reference (TYPE) ANY Gepufferte Daten (Schreib- oder Lesepuffer) 20131025
3 Exporting EV_AKTYP Value transfer Type reference (TYPE) WCTP1_AKTYP_TYPE Tatsächlicher Aktionstyp (ggf. aktualisiert) 20131025
4 Exporting EV_AKTYP_SAV Value transfer Type reference (TYPE) WCTP1_AKTYP_TYPE Tatsächlicher Aktionstyp (ursprünglich) 20131025
5 Exporting EV_FINEFLG Value transfer Type reference (TYPE) WCTP1_FLG_TYPE Kennzeichen: Gepufferte Daten / Aktionstyp konsistent 20131025
6 Importing IV_AKTYP_REQ Value transfer Type reference (TYPE) WCTP1_AKTYP_TYPE Angeforderter Aktionstyp 20131025
7 Importing IV_DATA_INTERFACE Value transfer Type reference (TYPE) WCTPC_INTERFACE_TYPE WCTPC_INTERFACE-DUMMY Zu prüfendes Datensegment (z.B. Partner) 20131025
8 Importing IV_OBJKEY Value transfer Type reference (TYPE) WCTP1_OBJKEY_TYPE Objektschlüssel 20131025
9 Importing IV_OBJNR Value transfer Type reference (TYPE) WCTP1_OBJNR_TYPE Statusobjektnummer 20131025
10 Importing IV_STXT Value transfer Type reference (TYPE) WCESTXT Beschreibender Kurztext (Freischaltdokument) 20131025

Method HEADER_DATA_BUF_CHECK on class CL_WCM_BL_WCMOBJ has no exception.

Method HEADER_DATA_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_ATTRDESC Value transfer Type reference (TYPE) WCSATTRDESC Aktualisierte beschreibende Attribute 20131025
2 Exporting ES_HEADER Value transfer Type reference (TYPE) ANY Geprüfte Daten 20131025
3 Exporting EV_FINEFLG Value transfer Type reference (TYPE) WCTP1_FLG_TYPE Kennzeichen: Konsistente Daten 20131025
4 Importing IS_HEADER Value transfer Type reference (TYPE) ANY Zu prüfende Daten 20131025
5 Importing IS_HEADER_SAV Value transfer Type reference (TYPE) ANY Gepufferte Daten (Lesepuffer) 20131025
6 Importing IS_HEADER_TMP Value transfer Type reference (TYPE) ANY Gepufferte Daten (Schreib- oder Lesepuffer) 20131025
7 Importing IV_AKTYP Value transfer Type reference (TYPE) WCTP1_AKTYP_TYPE Aktionstyp 20131025
8 Importing IV_AUTHFLG Value transfer Type reference (TYPE) WCTP1_FLG_TYPE Kennzeichen: Berechtigungsprüfung 20131025
9 Importing IV_FORCEFLG Value transfer Type reference (TYPE) WCTP1_FLG_TYPE Kennzeichen: Prüfung aller weiteren Daten erzwingen 20131025

Method HEADER_DATA_CHECK on class CL_WCM_BL_WCMOBJ has no exception.

Method HEADER_DATA_FILL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_APPROVAL Value transfer Type reference (TYPE) WCTP1_APRVLSWA_TYPE Genehmigungen 20110406
2 Exporting ES_HEADER Value transfer Type reference (TYPE) ANY Kopfdaten 20110216
3 Exporting ES_WKNEED Value transfer Type reference (TYPE) WCTP1_WCA2WA_TYPE Arbeiten/Erfordernisse 20110216
4 Importing IS_HEADER Value transfer Type reference (TYPE) ANY Kopfdaten (enthalten Statusobjektnummer der Kopiervorlage) 20110216

Method HEADER_DATA_FILL on class CL_WCM_BL_WCMOBJ has no exception.

Method HEADER_DATA_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_HEADER Value transfer Type reference (TYPE) ANY Gefundene Kopfdaten 20131025
2 Exporting ES_RESULT Value transfer Type reference (TYPE) WCTP1_MSGLOGWA_TYPE Ergebnis der Datenzugriffe 20131025
3 Importing IV_MSGFLG Value transfer Type reference (TYPE) WCTP1_FLG_TYPE WCTP1_MARKED Kennzeichen: Fehlermeldung in Ergebnis bereitstellen 20131105
4 Importing IV_OBJKEY Value transfer Type reference (TYPE) WCTP1_OBJKEY_TYPE Objektschlüssel 20131025
5 Importing IV_OBJNR Value transfer Type reference (TYPE) WCTP1_OBJNR_TYPE Statusobjektnummer 20131025
6 Importing IV_WBUFFLG Value transfer Type reference (TYPE) WCTP1_FLG_TYPE WCTP1_MARKED Kennzeichen: Schreibpuffer berücksichtigen 20131025

Method HEADER_DATA_GET on class CL_WCM_BL_WCMOBJ has no exception.

Method HEADER_DATA_GET_MULTI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_HEADER Value transfer Type reference (TYPE) INDEX TABLE Gefundene Kopfdaten 20110209
2 Exporting ET_RESULT Value transfer Type reference (TYPE) WCTP1_MSGLOGTAB_TYPE Ergebnisse der Datenzugriffe 20110324
3 Importing IT_OBJKEY Value transfer Type reference (TYPE) WCTP1_OBJKEYTAB_TYPE Objektschlüssel 20110209
4 Importing IT_OBJNR Value transfer Type reference (TYPE) WCTP3_OBJTAB_TYPE Statusobjektnummern 20110209
5 Importing IV_MSGFLG Value transfer Type reference (TYPE) WCTP1_FLG_TYPE WCTP1_MARKED Kennzeichen: Fehlermeldung in Ergebnissen bereitstellen 20131105
6 Importing IV_WBUFFLG Value transfer Type reference (TYPE) WCTP1_FLG_TYPE WCTP1_MARKED Kennzeichen: Schreibpuffer berücksichtigen 20110209

Method HEADER_DATA_GET_MULTI on class CL_WCM_BL_WCMOBJ has no exception.

Method HEADER_DATA_LOCK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_FINEFLG Value transfer Type reference (TYPE) WCTP1_FLG_TYPE Kennzeichen: Sperre erfolgreich gesetzt 20110125
2 Importing IV_OBJKEY Value transfer Type reference (TYPE) WCTP1_OBJKEY_TYPE Objektschlüssel 20110125

Method HEADER_DATA_LOCK on class CL_WCM_BL_WCMOBJ has no exception.

Method HEADER_DATA_MOVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_HEADER Value transfer Type reference (TYPE) ANY Gesamtstruktur: Kopfdaten FS-Dokument 20110216
2 Changing CS_WCSADM Value transfer Type reference (TYPE) WCSADM Einzelstruktur: Verwaltungsinfo 20110216
3 Changing CS_WCSCCOBJ Value transfer Type reference (TYPE) WCSCCOBJ Einzelstruktur: Technischer Platz bzw. Equipment 20110216
4 Changing CS_WCSDEF Value transfer Type reference (TYPE) ANY Einzelstruktur: Definition FS-Dokument 20110216
5 Changing CS_WCSHEADER Value transfer Type reference (TYPE) WCSHEADER Einzelstruktur: Allgemeine Kopfdaten 20110216
6 Changing CS_WCSPLAN Value transfer Type reference (TYPE) WCSPLAN Einzelstruktur: Planungsdaten 20110216
7 Changing CS_WCSRESP Value transfer Type reference (TYPE) WCSRESP Einzelstruktur: IH-Planungsdaten 20110216
8 Importing IV_OUTFLG Value transfer Type reference (TYPE) WCTP1_FLG_TYPE Kennzeichen: Bewegung Gesamtstruktur -> Einzelstrukturen 20110216

Method HEADER_DATA_MOVE on class CL_WCM_BL_WCMOBJ has no exception.

Method HEADER_DATA_SAVE_ALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_HEADER_INS Value transfer Type reference (TYPE) INDEX TABLE Kopfdaten neu angelegter Datensätze (sortiert nach OBJNR) 20131025
2 Exporting ET_HEADER_UPD Value transfer Type reference (TYPE) INDEX TABLE Kopfdaten geänderter Datensätze (sortiert nach OBJNR) 20131025
3 Exporting ET_OBJKEY Value transfer Type reference (TYPE) WCTP1_OBJKEYTAB_TYPE Neue permanente Objektschlüssel (zu Zeilen in ET_OBJKEY_TMP) 20131025
4 Exporting ET_OBJKEY_TMP Value transfer Type reference (TYPE) WCTP1_OBJKEYTAB_TYPE Alte temporäre Objektschlüssel (sortiert) 20131025
5 Exporting ET_RESULT Value transfer Type reference (TYPE) WCTP1_MSGLOGTAB_TYPE Ergebnisse aller gesicherten Datensätze 20131025

Method HEADER_DATA_SAVE_ALL on class CL_WCM_BL_WCMOBJ has no exception.

Method HEADER_DATA_UNLOCK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_FINEFLG Value transfer Type reference (TYPE) WCTP1_FLG_TYPE Kennzeichen: Entsperren erfolgreich gesetzt 20110203
2 Importing IV_OBJKEY Value transfer Type reference (TYPE) WCTP1_OBJKEY_TYPE Objektschlüssel 20110203

Method HEADER_DATA_UNLOCK on class CL_WCM_BL_WCMOBJ has no exception.

Method HEADER_DATA_WBUF_SET_MULTI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_HEADER Value transfer Type reference (TYPE) INDEX TABLE Kopfdaten 20131025

Method HEADER_DATA_WBUF_SET_MULTI on class CL_WCM_BL_WCMOBJ has no exception.

Method HEADER_FCODE_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_FINEFLG Value transfer Type reference (TYPE) WCTP1_FLG_TYPE Kennzeichen: Funktionscode ausführbar 20131105
2 Importing IS_SYSSTFLG Value transfer Type reference (TYPE) WCSSTATFLG Kennzeichenleiste: Systemstatus (Kopf) 20131105
3 Importing IV_ACTIVEFLG Value transfer Type reference (TYPE) WCTP1_FLG_TYPE Kennzeichen: Funktionscode aktiv 20131105
4 Importing IV_AKTYP Value transfer Type reference (TYPE) WCTP1_AKTYP_TYPE Aktionstyp 20131105
5 Importing IV_FCODE Value transfer Type reference (TYPE) WCTPF_FCODE_TYPE Zu prüfender Funktionscode ("PAI-Szenario") 20131105
6 Importing IV_IWERK Value transfer Type reference (TYPE) WCTP1_IWERK_TYPE Planungswerk 20131105
7 Importing IV_OBJNR Value transfer Type reference (TYPE) WCTP1_OBJNR_TYPE Statusobjektnummer 20131105

Method HEADER_FCODE_CHECK on class CL_WCM_BL_WCMOBJ has no exception.

Method HEADER_FCODE_EXECUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_HEADER Value transfer Type reference (TYPE) ANY Kopfdaten 20110112
2 Importing IS_HEADER Value transfer Type reference (TYPE) ANY Kopfdaten 20110112
3 Importing IV_FCODE Value transfer Type reference (TYPE) WCTPF_FCODE_TYPE Zu verarbeitender Funktionscode 20110112

Method HEADER_FCODE_EXECUTE on class CL_WCM_BL_WCMOBJ has no exception.

Method HEADER_FCODE_PROCESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_RESULT Value transfer Type reference (TYPE) WCTP1_MSGLOGWA_TYPE Ergebnis der Funktionsprüfungen 20110112
2 Importing IV_FCODE Value transfer Type reference (TYPE) WCTPF_FCODE_TYPE Zu verarbeitender Funktionscode 20110112
3 Importing IV_OBJKEY Value transfer Type reference (TYPE) WCTP1_OBJKEY_TYPE Objektschlüssel 20110729

Method HEADER_FCODE_PROCESS on class CL_WCM_BL_WCMOBJ has no exception.

Method HEADER_IDENT_VERIFY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_OBJKEY Value transfer Type reference (TYPE) WCTP1_OBJKEYTAB_TYPE Objektschlüssel (Tabelle) 20131025
2 Exporting ET_OBJNR Value transfer Type reference (TYPE) WCTP3_OBJTAB_TYPE Statusobjektnummer (Tabelle) 20131025
3 Exporting EV_OBJKEY Value transfer Type reference (TYPE) WCTP1_OBJKEY_TYPE Objektschlüssel 20131025
4 Exporting EV_OBJNR Value transfer Type reference (TYPE) WCTP1_OBJNR_TYPE Statusobjektnummer 20131025
5 Importing IS_HEADER Value transfer Type reference (TYPE) ANY Kopfdaten 20131025
6 Importing IT_HEADER Call by reference Type reference (TYPE) INDEX TABLE Kopfdaten (Tabelle) 20131025
7 Importing IV_NEWFLG Value transfer Type reference (TYPE) WCTP1_FLG_TYPE WCTP1_UNMARKED Kennzeichen: Neue Datensätze (noch nicht gepuffert) 20131025

Method HEADER_IDENT_VERIFY on class CL_WCM_BL_WCMOBJ has no exception.

Method HEADER_IS_EXISTING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_OBJKEY Value transfer Type reference (TYPE) WCTP1_OBJKEY_TYPE Objektschlüssel 20131025
2 Importing IV_OBJNR Value transfer Type reference (TYPE) WCTP1_OBJNR_TYPE Statusobjektnummer 20131025
3 Importing IV_WBUFFLG Value transfer Type reference (TYPE) WCTP1_FLG_TYPE WCTP1_MARKED Kennzeichen: Schreibpuffer berücksichtigen (sonst nur DB) 20131025
4 Returning RV_EXISTFLG Value transfer Type reference (TYPE) WCTP1_FLG_TYPE Kennzeichen: Existenz 20131025

Method HEADER_IS_EXISTING on class CL_WCM_BL_WCMOBJ has no exception.

Method HEADER_IS_LOCKED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_OBJKEY Value transfer Type reference (TYPE) WCTP1_OBJKEY_TYPE Objektschlüssel 20131025
2 Importing IV_OBJNR Value transfer Type reference (TYPE) WCTP1_OBJNR_TYPE Statusobjektnummer 20131025
3 Returning RV_LOCKFLG Value transfer Type reference (TYPE) WCTP1_FLG_TYPE Kennzeichen: Objektschlüssel erfolgreich gesperrt 20131025

Method HEADER_IS_LOCKED on class CL_WCM_BL_WCMOBJ has no exception.

Method HEADER_MSGE_READ_SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_OBJKEY Value transfer Type reference (TYPE) WCTP1_OBJKEY_TYPE Objektschlüssel (für Fehlermeldung) 20110405
2 Importing IV_OBJNR Value transfer Type reference (TYPE) WCTP3_OBJNR_TYPE Statusobjektnummer (für Fehlermeldung) 20110405

Method HEADER_MSGE_READ_SET on class CL_WCM_BL_WCMOBJ has no exception.

Method HEADER_MSGS_FCODE_SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FCODE Value transfer Type reference (TYPE) WCTPF_FCODE_TYPE Verarbeiteter Funktionscode 20110405
2 Importing IV_OBJKEY Value transfer Type reference (TYPE) WCTP1_OBJKEY_TYPE Objektschlüssel (für Erfolgsmeldung) 20110405
3 Importing IV_STXT Value transfer Type reference (TYPE) WCTP1_STXT_TYPE Objekttext (für Erfolgsmeldung) 20110405

Method HEADER_MSGS_FCODE_SET on class CL_WCM_BL_WCMOBJ has no exception.

Method HEADER_STRUCTURE_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TABFLG Value transfer Type reference (TYPE) WCTP1_FLG_TYPE WCTP1_MARKED Kennzeichen: Name der gesamten Tabellenstruktur gewünscht 20131025
2 Returning RV_TABNAME Value transfer Type reference (TYPE) TABNAME Name der Datenstruktur 20131025

Method HEADER_STRUCTURE_GET on class CL_WCM_BL_WCMOBJ has no exception.

Method INIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_OBJART Value transfer Type reference (TYPE) WCTP1_OBJART_TYPE Objektart FS-Dokumente 20100810
2 Importing IV_OBJTYP Value transfer Type reference (TYPE) WCTP1_OBJTYP_TYPE Objekttyp FS-Dokumente 20100810

Method INIT on class CL_WCM_BL_WCMOBJ has no exception.

Method LOCK_BUF_INIT Signature

Method LOCK_BUF_INIT on class CL_WCM_BL_WCMOBJ has no parameter.
Method LOCK_BUF_INIT on class CL_WCM_BL_WCMOBJ has no exception.

Method LONGTEXT_DATA_SAVE_ALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_OBJNR Value transfer Type reference (TYPE) WCTP3_OBJTAB_TYPE Permanente Statusobjektnummern 20131025
2 Exporting ET_OBJNR_TMP Value transfer Type reference (TYPE) WCTP3_OBJTAB_TYPE Temporäre Statusobjektnummern 20131025

Method LONGTEXT_DATA_SAVE_ALL on class CL_WCM_BL_WCMOBJ has no exception.

Method OBJIDENT_VERIFY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_OBJKEY Call by reference Type reference (TYPE) WCTP1_OBJKEYTAB_TYPE Objektschlüssel (Tabelle) 20131025
2 Importing IT_OBJNR Call by reference Type reference (TYPE) WCTP3_OBJTAB_TYPE Statusobjektnummer (Tabelle) 20131025
3 Importing IV_OBJKEY Value transfer Type reference (TYPE) WCTP1_OBJKEY_TYPE Objektschlüssel 20131025
4 Importing IV_OBJNR Value transfer Type reference (TYPE) WCTP1_OBJNR_TYPE Statusobjektnummer 20131025
5 Returning RV_KEYFLG Value transfer Type reference (TYPE) WCTP1_FLG_TYPE Kennzeichen: Identifikation über Objektschlüssel 20131025

Method OBJIDENT_VERIFY on class CL_WCM_BL_WCMOBJ has no exception.

Method OBJKEY_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_FINEFLG Value transfer Type reference (TYPE) WCTP1_FLG_TYPE Kennzeichen: Konsistenter Objektschlüssel 20131025
2 Importing IV_AKTYP Value transfer Type reference (TYPE) WCTP1_AKTYP_TYPE Aktionstyp 20131025
3 Importing IV_EXT_RANGE Value transfer Type reference (TYPE) WCEEXT_RANGE Nummernkreis bei externer Nummernvergabe 20131025
4 Importing IV_NR_OBJECT Value transfer Type reference (TYPE) NROBJ Name des Nummernkreisobjekts 20131025
5 Importing IV_OBJKEY Value transfer Type reference (TYPE) WCTP1_OBJKEY_TYPE Objektschlüssel 20131025
6 Importing IV_STXT Value transfer Type reference (TYPE) WCESTXT Beschreibender Kurztext (Freischaltdokument) 20131025

Method OBJKEY_CHECK on class CL_WCM_BL_WCMOBJ has no exception.

Method OBJKEY_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_INT_RANGE Call by reference Type reference (TYPE) WCEINT_RANGE Nummernkreis bei interner Nummernvergabe 20101107
2 Importing IV_NR_OBJECT Call by reference Type reference (TYPE) NROBJ Nummernkreisobjekt 20101107
3 Returning RV_OBJKEY Value transfer Type reference (TYPE) WCTP1_OBJKEY_TYPE Endgültiger Objektschlüssel 20101107

Method OBJKEY_GET on class CL_WCM_BL_WCMOBJ has no exception.

Method OBJKEY_IS_TMP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_OBJKEY Value transfer Type reference (TYPE) WCTP1_OBJKEY_TYPE Objektschlüssel 20110202
2 Returning RV_TMPFLG Value transfer Type reference (TYPE) WCTP1_FLG_TYPE Kennzeichen: Temporärer Objektschlüssel 20110202

Method OBJKEY_IS_TMP on class CL_WCM_BL_WCMOBJ has no exception.

Method OBJKEY_TMP_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_OBJKEY_TMP Value transfer Type reference (TYPE) WCTP1_OBJKEY_TYPE Temporärer Objektschlüssel 20101107

Method OBJKEY_TMP_GET on class CL_WCM_BL_WCMOBJ has no exception.

Method OBJLABEL_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_PTXT Value transfer Type reference (TYPE) WCTP1_PTXT_TYPE Bezeichnung (Plural) 20131025
2 Exporting EV_STXT Value transfer Type reference (TYPE) WCTP1_STXT_TYPE Bezeichnung (Singular) 20131025
3 Importing IS_HEADER Value transfer Type reference (TYPE) ANY Kopfdaten 20131025

Method OBJLABEL_GET on class CL_WCM_BL_WCMOBJ has no exception.

Method OBJNR_BUF_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_OBJNR_TMP Value transfer Type reference (TYPE) WCTP1_OBJNR_TYPE Temporäre Statusobjektnummer 20101124
2 Returning RV_OBJNR Value transfer Type reference (TYPE) WCTP1_OBJNR_TYPE Endgültige Statusobjektnummer 20101124

Method OBJNR_BUF_GET on class CL_WCM_BL_WCMOBJ has no exception.

Method OBJNR_BUF_SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_OBJNR Value transfer Type reference (TYPE) WCTP3_OBJTAB_TYPE Permanente Statusobjektnummern 20101124
2 Importing IT_OBJNR_TMP Value transfer Type reference (TYPE) WCTP3_OBJTAB_TYPE Temporäre Statusobjektnummern 20101124

Method OBJNR_BUF_SET on class CL_WCM_BL_WCMOBJ has no exception.

Method OBJNR_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_OBJNR_TMP Value transfer Type reference (TYPE) WCTP1_OBJNR_TYPE Temporäre Statusobjektnummer 20101107
2 Returning RV_OBJNR Value transfer Type reference (TYPE) WCTP1_OBJNR_TYPE Endgültige Statusobjektnummer 20101107

Method OBJNR_GET on class CL_WCM_BL_WCMOBJ has no exception.

Method OBJNR_IS_TMP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_OBJNR Value transfer Type reference (TYPE) WCTP1_OBJNR_TYPE Statusobjektnummer 20110202
2 Returning RV_TMPFLG Value transfer Type reference (TYPE) WCTP1_FLG_TYPE Kennzeichen: Temporäre Statusobjektnummer 20110202

Method OBJNR_IS_TMP on class CL_WCM_BL_WCMOBJ has no exception.

Method OBJNR_TMP_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_STSMA Value transfer Type reference (TYPE) J_STSMA Statusschema 20101116
2 Returning RV_OBJNR_TMP Value transfer Type reference (TYPE) WCTP1_OBJNR_TYPE Temporäre Statusobjektnummer 20101107

Method OBJNR_TMP_GET on class CL_WCM_BL_WCMOBJ has no exception.

Method PARTNER_SAVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_OBJNR Value transfer Type reference (TYPE) WCTP3_OBJNR_TYPE Permanente Statusobjektnummer 20101110
2 Importing IV_OBJNR_TMP Value transfer Type reference (TYPE) WCTP3_OBJNR_TYPE Temporäre Statusobjektnummer 20101110

Method PARTNER_SAVE on class CL_WCM_BL_WCMOBJ has no exception.

Method PLANDATES_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_ACTUAL Value transfer Type reference (TYPE) WCSACTUAL_DATES Isttermindaten (geprüft) 20131025
2 Exporting ES_BASIC Value transfer Type reference (TYPE) WCSBASIC_DATES Ecktermindaten (geprüft) 20131025
3 Exporting ES_SCHEDULED Value transfer Type reference (TYPE) WCSSCHEDULED_DATES Terminierungsdaten (geprüft) 20131025
4 Exporting EV_FINEFLG Value transfer Type reference (TYPE) WCTP1_FLG_TYPE Kennzeichen: Konsistente Daten 20131025
5 Importing IS_ACTUAL Value transfer Type reference (TYPE) WCSACTUAL_DATES Isttermindaten (zu prüfen) 20131025
6 Importing IS_BASIC Value transfer Type reference (TYPE) WCSBASIC_DATES Ecktermindaten (zu prüfen) 20131025
7 Importing IS_SCHEDULED Value transfer Type reference (TYPE) WCSSCHEDULED_DATES Terminierungsdaten (zu prüfen) 20131025

Method PLANDATES_CHECK on class CL_WCM_BL_WCMOBJ has no exception.

Method PLANGROUP_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_FINEFLG Value transfer Type reference (TYPE) WCTP1_FLG_TYPE Kennzeichen: Konsistente Daten 20131025
2 Exporting EV_INGRPNAM Value transfer Type reference (TYPE) INNAM Name der Instandhaltungsplanergruppe 20131025
3 Exporting EV_INGRPTEL Value transfer Type reference (TYPE) INTEL Telefonnummer der Instandhaltungsplanergruppe 20131025
4 Importing IV_AKTYP Value transfer Type reference (TYPE) WCTP1_AKTYP_TYPE Aktionstyp 20131025
5 Importing IV_AUTHFLG Value transfer Type reference (TYPE) WCTP1_FLG_TYPE Kennzeichen: Berechtigungsprüfung 20131025
6 Importing IV_INGRP Value transfer Type reference (TYPE) INGRP Planergruppe 20131025
7 Importing IV_IWERK Value transfer Type reference (TYPE) WCTP1_IWERK_TYPE Planungswerk 20131025

Method PLANGROUP_CHECK on class CL_WCM_BL_WCMOBJ has no exception.

Method PLANPLANT_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_PROFILE Value transfer Type reference (TYPE) WCTPP_PROFILE_TYPE Anwendungsprofil (Attribute) 20131025
2 Exporting EV_FINEFLG Value transfer Type reference (TYPE) WCTP1_FLG_TYPE Kennzeichen: Konsistente Daten 20131025
3 Exporting EV_IWERKTXT Value transfer Type reference (TYPE) NAME1 Text zum Planungswerk 20131025
4 Importing IV_AKTYP Value transfer Type reference (TYPE) WCTP1_AKTYP_TYPE Aktionstyp 20131025
5 Importing IV_AUTHFLG Value transfer Type reference (TYPE) WCTP1_FLG_TYPE Kennzeichen: Berechtigungsprüfung 20131025
6 Importing IV_IWERK Value transfer Type reference (TYPE) WCTP1_IWERK_TYPE Planungswerk 20131025

Method PLANPLANT_CHECK on class CL_WCM_BL_WCMOBJ has no exception.

Method PRIORITY_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_FINEFLG Value transfer Type reference (TYPE) WCTP1_FLG_TYPE Kennzeichen: Konsistente Daten 20131025
2 Exporting EV_PRIOKTXT Value transfer Type reference (TYPE) PRIOKX Text zur Priorität 20131025
3 Importing IV_PRIOK Value transfer Type reference (TYPE) PRIOK Priorität 20131025
4 Importing IV_PRIOTYP Value transfer Type reference (TYPE) ARTPR Prioritätsart 20131025

Method PRIORITY_CHECK on class CL_WCM_BL_WCMOBJ has no exception.

Method RCLTIME_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_FINEFLG Value transfer Type reference (TYPE) WCTP1_FLG_TYPE Kennzeichen: Konsistente Daten 20131025
2 Importing IV_TIME Value transfer Type reference (TYPE) WCERECTIME Anfahrzeit 20131025
3 Importing IV_UNIT Value transfer Type reference (TYPE) WCERECUNIT Einheit der Anfahrzeit 20131025

Method RCLTIME_CHECK on class CL_WCM_BL_WCMOBJ has no exception.

Method REFERENCE_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_OBJART Value transfer Type reference (TYPE) WCTP1_OBJART_TYPE Objektart FS-Dokumente 20100811
2 Importing IV_OBJTYP Value transfer Type reference (TYPE) WCTP1_OBJTYP_TYPE Objekttyp FS-Dokumente 20100811
3 Returning RO_IMPL Value transfer Object reference (TYPE REF TO) IF_WCM_BL Business Layer Interface 20100811

Method REFERENCE_GET on class CL_WCM_BL_WCMOBJ has no exception.

Method REJCTEXT_DATA_SAVE_ALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_OBJNR Value transfer Type reference (TYPE) WCTP3_OBJTAB_TYPE Permanente Statusobjektnummern 20110209
2 Exporting ET_OBJNR_TMP Value transfer Type reference (TYPE) WCTP3_OBJTAB_TYPE Temporäre Statusobjektnummern 20110209

Method REJCTEXT_DATA_SAVE_ALL on class CL_WCM_BL_WCMOBJ has no exception.

Method REVPHASE_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_ETAPETXT Value transfer Type reference (TYPE) WCEETAPEX Text zum Revisionsabschnitt 20131025
2 Exporting EV_FINEFLG Value transfer Type reference (TYPE) WCTP1_FLG_TYPE Kennzeichen: Konsistente Daten 20131025
3 Importing IV_ETAPE Value transfer Type reference (TYPE) WCEETAPE Revisionsabschnitt 20131025
4 Importing IV_IWERK Value transfer Type reference (TYPE) WCTP1_IWERK_TYPE Planungswerk 20131025

Method REVPHASE_CHECK on class CL_WCM_BL_WCMOBJ has no exception.

Method SEGMENT_CHANGEABILITY_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_CHANGEABLEFLG Value transfer Type reference (TYPE) WCTP1_FLG_TYPE Kennzeichen: Daten änderbar 20131025
2 Importing IV_AKTYP Value transfer Type reference (TYPE) WCTP1_AKTYP_TYPE Aktionstyp 20131025
3 Importing IV_DATA_INTERFACE Value transfer Type reference (TYPE) WCTPC_INTERFACE_TYPE Zu prüfendes Datensegment (z.B. Partner) 20131025
4 Importing IV_OBJKEY Value transfer Type reference (TYPE) WCTP1_OBJKEY_TYPE Objektschlüssel 20131025
5 Importing IV_OBJNR Value transfer Type reference (TYPE) WCTP3_OBJNR_TYPE Statusobjektnummer 20131025

Method SEGMENT_CHANGEABILITY_GET on class CL_WCM_BL_WCMOBJ has no exception.

Method SEGMENT_IDENT_VERIFY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_OBJNR Value transfer Type reference (TYPE) WCTP3_OBJTAB_TYPE Statusobjektnummer (Tabelle) 20131025
2 Exporting EV_OBJNR Value transfer Type reference (TYPE) WCTP1_OBJNR_TYPE Statusobjektnummer 20131025
3 Importing IS_DATA Value transfer Type reference (TYPE) ANY Datensegment 20131025
4 Importing IT_DATA Call by reference Type reference (TYPE) INDEX TABLE Datensegment (Tabelle) 20131025

Method SEGMENT_IDENT_VERIFY on class CL_WCM_BL_WCMOBJ has no exception.

Method SYSTCOND_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_ANLZUTXT Value transfer Type reference (TYPE) WCEANLZUX Text zum Gesamtzustand des technischen Systems 20131025
2 Exporting EV_FINEFLG Value transfer Type reference (TYPE) WCTP1_FLG_TYPE Kennzeichen: Konsistente Daten 20131025
3 Importing IV_ANLZU Value transfer Type reference (TYPE) WCEANLZU Gesamtzustand des technischen Systems 20131025
4 Importing IV_IWERK Value transfer Type reference (TYPE) WCTP1_IWERK_TYPE Planungswerk 20131025

Method SYSTCOND_CHECK on class CL_WCM_BL_WCMOBJ has no exception.

Method TECHOBJ_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_WCSLOC Value transfer Type reference (TYPE) WCSLOC Standortdaten 20131025
2 Exporting EV_EQTXT Value transfer Type reference (TYPE) WCEEQTXT Bezeichnung des Equipments 20101109
3 Exporting EV_FINEFLG Value transfer Type reference (TYPE) WCTP1_FLG_TYPE Kennzeichen: Konsistente Daten 20101122
4 Exporting EV_TPTXT Value transfer Type reference (TYPE) PLTXT Bezeichnung des Technischen Platzes 20101109
5 Importing IV_AKTYP Value transfer Type reference (TYPE) WCTP1_AKTYP_TYPE Aktionstyp 20101206
6 Importing IV_EQUNR Value transfer Type reference (TYPE) EQUNR Equipmentnummer 20101109
7 Importing IV_IWERK Value transfer Type reference (TYPE) WCTP1_IWERK_TYPE Planungswerk 20101109
8 Importing IV_TPLNR Value transfer Type reference (TYPE) TPLNR Technischer Platz 20101109

Method TECHOBJ_CHECK on class CL_WCM_BL_WCMOBJ has no exception.

Method TEXT_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_TLINE Value transfer Type reference (TYPE) TLINE_TAB Textzeilen 20101209
2 Exporting EV_FREEZECNT Value transfer Type reference (TYPE) WCTP1_CNT_TYPE Anzahl eingefrorener Textzeilen 20101228
3 Importing IV_AFFIX_TYP Value transfer Type reference (TYPE) WCTP1_AFFIX_TYP_TYPE Untertyp für die Textbearbeitung 20101209
4 Importing IV_OBJNR Value transfer Type reference (TYPE) WCTP1_OBJNR_TYPE Statusobjektnummer 20101209
5 Importing IV_TDID Value transfer Type reference (TYPE) WCTP1_TDID_TYPE Haupttyp für die Textbearbeitung 20101209

Method TEXT_GET on class CL_WCM_BL_WCMOBJ has no exception.

Method TEXT_SAVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_TLINE Value transfer Type reference (TYPE) TLINE_TAB Textzeilen 20110103
2 Changing CV_FREEZECNT Value transfer Type reference (TYPE) WCTP1_CNT_TYPE Anzahl eingefrorener Textzeilen 20101229
3 Importing IV_AFFIX_TYP Value transfer Type reference (TYPE) WCTP1_AFFIX_TYP_TYPE Untertyp für die Textbearbeitung 20101221
4 Importing IV_AKTYP Value transfer Type reference (TYPE) WCTP1_AKTYP_TYPE Aktionstyp 20101221
5 Importing IV_OBJNR Value transfer Type reference (TYPE) WCTP1_OBJNR_TYPE Permanente Statusobjektnummer 20101221
6 Importing IV_TDID Value transfer Type reference (TYPE) WCTP1_TDID_TYPE Haupttyp für die Textbearbeitung 20101221
7 Importing IV_TXTTYP Value transfer Type reference (TYPE) WCETXTTYP Texttyp eines FS-Dokuments 20101227

Method TEXT_SAVE on class CL_WCM_BL_WCMOBJ has no exception.

Method TRAIN_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_FINEFLG Value transfer Type reference (TYPE) WCTP1_FLG_TYPE Kennzeichen: Konsistente Daten 20131025
2 Exporting EV_TRAINTXT Value transfer Type reference (TYPE) WCETRAINX Text zum Blockabschnitt 20131025
3 Importing IV_IWERK Value transfer Type reference (TYPE) WCTP1_IWERK_TYPE Planungswerk 20131025
4 Importing IV_TRAIN Value transfer Type reference (TYPE) WCETRAIN Blockabschnitt 20131025

Method TRAIN_CHECK on class CL_WCM_BL_WCMOBJ has no exception.

Method TRANSACTION_MODE_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_AKTYP Value transfer Type reference (TYPE) WCTP1_AKTYP_TYPE Aktionstyp (ggf. aktualisiert) 20131025
2 Exporting EV_AKTYP_SAV Value transfer Type reference (TYPE) WCTP1_AKTYP_TYPE Aktionstyp (ursprünglich) 20131025
3 Exporting EV_OBJKEY Value transfer Type reference (TYPE) WCTP1_OBJKEY_TYPE Objektschlüssel 20131025
4 Exporting EV_OBJNR Value transfer Type reference (TYPE) WCTP1_OBJNR_TYPE Statusobjektnummer 20131025
5 Importing IV_OBJKEY Value transfer Type reference (TYPE) WCTP1_OBJKEY_TYPE Objektschlüssel 20131025
6 Importing IV_OBJNR Value transfer Type reference (TYPE) WCTP1_OBJNR_TYPE Statusobjektnummer 20131025

Method TRANSACTION_MODE_GET on class CL_WCM_BL_WCMOBJ has no exception.

Method TRANSACTION_PROCESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_RESULT Value transfer Type reference (TYPE) WCTP1_MSGLOGWA_TYPE Ergebnis der Funktionsprüfungen 20110224
2 Importing IV_FCODE Value transfer Type reference (TYPE) WCTPF_FCODE_TYPE Zu verarbeitender Funktionscode 20101122
3 Importing IV_OBJKEY Value transfer Type reference (TYPE) WCTP1_OBJKEY_TYPE Objektschlüssel 20101122

Method TRANSACTION_PROCESS on class CL_WCM_BL_WCMOBJ has no exception.

Method TRANSACTION_REQUESTED_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_OBJKEY Value transfer Type reference (TYPE) WCTP1_OBJKEY_TYPE Objektschlüssel 20131025
2 Importing IV_OBJNR Value transfer Type reference (TYPE) WCTP1_OBJNR_TYPE Statusobjektnummer 20131025
3 Returning RV_AKTYP_REQ Value transfer Type reference (TYPE) WCTP1_AKTYP_TYPE Erforderlicher Aktionstyp 20131025

Method TRANSACTION_REQUESTED_GET on class CL_WCM_BL_WCMOBJ has no exception.

Method USAGE_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_USAGE_ATTR Value transfer Type reference (TYPE) ANY Verwendung (Attribute) 20131025
2 Exporting ES_USAGE_TEXT Value transfer Type reference (TYPE) ANY Verwendung (Text) 20131025
3 Exporting EV_FINEFLG Value transfer Type reference (TYPE) WCTP1_FLG_TYPE Kennzeichen: Konsistente Daten 20131025
4 Importing IV_AKTYP Value transfer Type reference (TYPE) WCTP1_AKTYP_TYPE Aktionstyp 20131025
5 Importing IV_AUTHFLG Value transfer Type reference (TYPE) WCTP1_FLG_TYPE Kennzeichen: Berechtigungsprüfung 20131025
6 Importing IV_IWERK Value transfer Type reference (TYPE) WCTP1_IWERK_TYPE Planungswerk 20131025
7 Importing IV_USAGE Value transfer Type reference (TYPE) WCEUSAGE Verwendung (Code) 20131025

Method USAGE_CHECK on class CL_WCM_BL_WCMOBJ has no exception.

Method VALIDITY_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_VALIDITY Value transfer Type reference (TYPE) WCSVAL Gültigkeit (geprüft) 20101109
2 Exporting EV_FINEFLG Value transfer Type reference (TYPE) WCTP1_FLG_TYPE Kennzeichen: Konsistente Daten 20101122
3 Importing IS_VALIDITY Value transfer Type reference (TYPE) WCSVAL Gültigkeit (zu prüfen) 20101109
4 Importing IS_VALIDITY_SAV Value transfer Type reference (TYPE) WCSVAL Gültigkeit (gesichertes Before Image) 20101109
5 Importing IS_VALIDITY_TMP Value transfer Type reference (TYPE) WCSVAL Gültigkeit (temporäres After Image) 20101109
6 Importing IV_AKTYP Value transfer Type reference (TYPE) WCTP1_AKTYP_TYPE Aktionstyp 20101206
7 Importing IV_CREAFLG Value transfer Type reference (TYPE) WCEFLG_CREA Kennzeichen: Initialstatus "Angelegt" 20101109
8 Importing IV_FORCEFLG Value transfer Type reference (TYPE) WCTP1_FLG_TYPE Kennzeichen: Prüfung/Ermittlung erzwingen 20101109
9 Importing IV_IWERK Value transfer Type reference (TYPE) WCTP1_IWERK_TYPE Planungswerk 20101109
10 Importing IV_LIMIT Value transfer Type reference (TYPE) WCTP1_CNT_TYPE Maximale Periodenlänge (Werksebene) 20101109
11 Importing IV_USAGE Value transfer Type reference (TYPE) WCEUSAGE Verwendung 20101109

Method VALIDITY_CHECK on class CL_WCM_BL_WCMOBJ has no exception.

Method VALIDITY_EXCLTAB_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_EXCLUDE Value transfer Type reference (TYPE) WCTPF_EXCLTAB_TYPE Nicht ausführbare Funktionscodes 20131025
2 Importing IS_HEADER Value transfer Type reference (TYPE) ANY Kopfdaten 20131025
3 Importing IS_SYSSTFLG Value transfer Type reference (TYPE) WCSSTATFLG Kennzeichenleiste: Systemstatus (Kopf) 20131025
4 Importing IV_AKTYP Value transfer Type reference (TYPE) WCTP1_AKTYP_TYPE Aktionstyp 20131025

Method VALIDITY_EXCLTAB_GET on class CL_WCM_BL_WCMOBJ has no exception.

Method VALIDITY_FIELD_INFLUENCE_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_EXTENSION Value transfer Type reference (TYPE) WCEEXTENSION Boolescher Wert: Verlängerung für Gültigkeit definiert 20131025
2 Exporting EV_VALID Value transfer Type reference (TYPE) WCEVALID Gültigkeitskennung (noch nicht gültig, gültig, abgelaufen) 20131025
3 Importing IV_OBJKEY Value transfer Type reference (TYPE) WCTP1_OBJKEY_TYPE Objektschlüssel 20131025
4 Importing IV_OBJNR Value transfer Type reference (TYPE) WCTP3_OBJNR_TYPE Statusobjektnummer 20131025

Method VALIDITY_FIELD_INFLUENCE_GET on class CL_WCM_BL_WCMOBJ has no exception.

Method WKNEED_DATA_SAVE_ALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_OBJNR Value transfer Type reference (TYPE) WCTP3_OBJTAB_TYPE Permanente Statusobjektnummern 20131025
2 Exporting ET_OBJNR_TMP Value transfer Type reference (TYPE) WCTP3_OBJTAB_TYPE Temporäre Statusobjektnummern 20131025

Method WKNEED_DATA_SAVE_ALL on class CL_WCM_BL_WCMOBJ has no exception.

Method WORKCTR_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_ARBPL Value transfer Type reference (TYPE) ARBPL Arbeitsplatz (externe ID) 20131025
2 Exporting EV_ARBPLTXT Value transfer Type reference (TYPE) KTXT40 Text zum Arbeitsplatz 20131025
3 Exporting EV_FINEFLG Value transfer Type reference (TYPE) WCTP1_FLG_TYPE Kennzeichen: Konsistente Daten 20131025
4 Exporting EV_WERKS Value transfer Type reference (TYPE) WERKS_D Werk zum Arbeitsplatz 20131025
5 Exporting EV_WKCRTYP Value transfer Type reference (TYPE) CRHD-OBJTY Objekttyp CIM Ressource 20131025
6 Importing IV_WKCRID Value transfer Type reference (TYPE) OBJEKTID Arbeitsplatz (interne ID) 20131025

Method WORKCTR_CHECK on class CL_WCM_BL_WCMOBJ has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 606