Changes for page Rimo DWH
Last modified by Dimitri Rupp on 2026/06/11 11:13
From version 8.1
edited by Dimitri Rupp
on 2026/06/11 09:30
on 2026/06/11 09:30
Change comment:
There is no comment for this version
To version 9.1
edited by Dimitri Rupp
on 2026/06/11 11:13
on 2026/06/11 11:13
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 -Rimo -DWH-Info1 +Rimo DWH - Content
-
... ... @@ -1,64 +1,77 @@ 1 -{{box cssClass="floatinginfobox" title="**Auf dieser Seite**"}} 2 -{{toc/}} 3 -{{/box}} 4 - 5 -= 🗄️ Rimo-DWH-Info = 6 - 7 -{{info}} 8 -**Rimo Data Warehouse** 9 -{{/info}} 10 - 11 -== 🗄️ Rimo DWH == 12 -=== 🗄️ PostgreSQL Datenbank === 13 -//Bei Rimo auch “Archivdatenbank” genannt?// 1 +//Bei Rimo auch “Archivdatenbank” genannt? // 14 14 Verantwortung für Rimo DWH liegt bei BE (Product Owner). 15 15 Rimo managed allerdings die Infrastruktur und Christian Bauch ist der Ansprechpartner für Datenexporte. 16 16 5 + 17 17 Rimo DWH ist eine PostgreSQL Datenbank, in die Rimo für ihre Kunden auf Anfrage aus ihrer Rimo Live DB Daten exportiert. 18 18 Der Export von Daten findet jeden Tag in der Nacht statt. Gegen 4-5 Uhr ist der Export abgeschlossen. Deshalb laufen Ingestion Dataflows von Fabric (Fabric ingested die Tables von mit_powerlines_sm nach Bronze) gegen 5:30 Uhr. 19 -Siehe auch Logtabellen-Ticket: RI24.0078918 +Siehe auch Logtabellen-Ticket: RI24.007891 20 20 10 + 21 21 Anfragen für weitere Tables können im Rimo JF oder per Ticket eingebracht werden. 22 22 Momentan wird nicht getracked, welche CRs für Rimo-Daten eingebracht werden. 23 23 DWH Columns, die von Rimo extrahiert werden, Stand 30.10.2025 von Christian Bauch extrahiert im Anhang. 24 24 25 - 26 26 27 27 **Beschreibung der Datenbanken:** 28 28 29 29 * mit_powerlines_sm: 213.208.155:5432 30 -* u.U. einige andere im TeleDWH (Altlast TeleDWH? Existiert das noch?): gis-Daten, Telefonica auch dort? ?? 19 +* ((( 20 +u.U. einige andere im TeleDWH (Altlast TeleDWH? Existiert das noch?): gis-Daten, Telefonica auch dort? //**??**// 31 31 22 +[[image:af9e906c-f1e6-402f-85aa-3040a0c2f440]] 23 + 24 +Kernfrage: Leben noch andere DB auf VM? 25 +))) 26 + 32 32 Rimo als Quellsystem führt einen daily export durch. Rimo will eigentlich nur bis zum Export in die DB zuständig sein, sie machen aber noch Teile des Data Processing (mittlerweile kann auch nur noch Rimo Änderungen an den WinSCP-Jobs durchführen). 28 +\\**Schema mit_powerlines_sm:** 33 33 34 -**Schema mit_powerlines_sm:** 30 +* ((( 31 +public: Hier sind 1zu1 Daten von Rimo ohne Änderungen. (SOLL) Full oder Delta-Import. 35 35 36 -* public: Hier sind 1zu1 Daten von Rimo ohne Änderungen. (SOLL) Full oder Delta-Import.toolaccounting in public ist nicht in Bauchis Liste der Exporte (laut Patrick historisch entstanden; unklar woher der kommt) 37 -* dim: Historisierung, die direkt aus Rimo kommt (bspw. Personaldaten - von Board benötigt - und relevante Daten für Personaldaten wie leasedtocompany oder getcostcenter oder bspw. sdmcompany, das historisiert ist, aber nicht von Board benötigt wird)dim.sdmworkpackagestype: Hier wird von Rimo name auf eine id geschrieben für Board, Spoon (auf dem Board-Server) nimmt die Tabelle aus mit_powerlines_sm, führt Manipulationen durch und gibt sie wieder in dim hinein 38 -* custom: Board als Datenquelle Spoon schreibt Daten in custom TabellenWinSCP schreibt in custom TabellenBoard: Lohndaten werden in Board eingespielt, Board transferiert es in custom und dann geht es wieder zurück (zu Board? Reporting?) ?? 33 +* toolaccounting in public ist nicht in Bauchis Liste der Exporte (laut Patrick historisch entstanden; unklar woher der kommt) 34 +))) 35 +* ((( 36 +dim: Historisierung, die direkt aus Rimo kommt (bspw. Personaldaten - von Board benötigt - und relevante Daten für Personaldaten wie leasedtocompany oder getcostcenter oder bspw. sdmcompany, das historisiert ist, aber nicht von Board benötigt wird) 39 39 40 - 38 +* dim.sdmworkpackagestype: Hier wird von Rimo name auf eine id geschrieben für Board, Spoon (auf dem Board-Server) nimmt die Tabelle aus mit_powerlines_sm, führt Manipulationen durch und gibt sie wieder in dim hinein 39 +))) 40 +* ((( 41 +custom: Board als Datenquelle 41 41 43 +* Spoon schreibt Daten in custom Tabellen 44 +* WinSCP schreibt in custom Tabellen 45 +* Board: Lohndaten werden in Board eingespielt, Board transferiert es in custom und dann geht es wieder zurück (zu Board? Reporting?) //**??**// 46 +))) 47 + 48 + 49 + 42 42 Potential/Fragen: 43 43 - WinSCP-Jobs müssten von Board-Server nach Fabric geshifted werden und man müsste Anpassungen machen. (Bei Spoon soll nichts gemacht werden, Board ist da der Master.) Board müsste mit Fabric kommunizieren. Es gibt noch weitere Verflechtungen mit Rimo. (Input: Maxi Petru) 44 -- Es kommen öfters schlechte Typen von Rimo DWH nach Fabric bzw. Fabric erkennt oft auch gar keine Typen und man muss sie manuell setzen. Liegt vermutlich nicht an einem Importproblem, sondern daran, dass in Rimo öfters Felder als String definiert sind, die eigentlich zB ein int sein sollten. 52 +- Es kommen öfters schlechte Typen von Rimo DWH nach Fabric bzw. Fabric erkennt oft auch gar keine Typen und man muss sie manuell setzen. Liegt vermutlich nicht an einem Importproblem, sondern daran, dass in Rimo öfters Felder als String definiert sind, die eigentlich zB ein int sein sollten. 45 45 54 + 46 46 Weitere Lektüre: 47 47 48 -Historisierung: RI25.00667257 +Historisierung: RI25.006672 49 49 50 -==== 🧰 Table toolaccounting ==== 59 +==== 60 +Table toolaccounting ==== 61 + 51 51 Die Tabelle ist kein ‘normaler’ Export von Rimo ins DWH. Objekte im Table werden von Rimo durch einen Job angelegt. 52 52 - Die Kosten eines Tools werden jeweils seit dem letzten Job (querydate) berechnet. 53 -- FeePerDay-Berechnung auf 2 verschiedene Arten. Entweder über ein Projekt, wo für jeden Kalendertag verrechnet wird, oder Verrechnung über gearbeitete Tage laut Zeitschreibung (Patricks Ticket RI23.005030) → [[Doku>>url:https://ticketing-bff.d-prod.rimo-saas.com/api/files/download-browser?fileUrl=https://rimo.spl-tele.com/Mandanten/MIT_Powerlines_SM/ckuploads/34F4MZ81_1K989G9-1.docx||target="_blank"]] 54 - 55 -Siehe besonders Tickets: RI25.008517, RI23.005030 (Verrechnungslogik und alte Rimo-Doku) 64 +- FeePerDay-Berechnung auf 2 verschiedene Arten. Entweder über ein Projekt, wo für jeden Kalendertag verrechnet wird, oder Verrechnung über gearbeitete Tage laut Zeitschreibung (Patricks Ticket RI23.005030) → [[Doku>>url:https://ticketing-bff.d-prod.rimo-saas.com/api/files/download-browser?fileUrl=https://rimo.spl-tele.com/Mandanten/MIT_Powerlines_SM/ckuploads/34F4MZ81_1K989G9-1.docx]] 65 +\\Siehe besonders Tickets: RI25.008517, RI23.005030 (Verrechnungslogik und alte Rimo-Doku) 56 56 Siehe auch andere Tickets und Anfragen zur Toolproduktivierung und Fehlern zB: RI26.001095 oder 57 57 68 + 69 +[[image:e4462f77-7f24-47f7-87b9-8aa6ec8d7ba1]] 70 + 58 58 74er Postgres-Server 59 59 60 -**IP:**213.208.155.74 61 -**Info:** Die Datenbank liegt auf einer VM, die bei Next Layer innerhalb der Rimo-Landschaft gehostet wird. Der Server befindet sich also im Rimo-Netzwerk, Stand November 2025 im selben Subnetz wie der Board Live und Dev Server (vgl. Board-Server: 81, 82).73 +**IP: **213.208.155.74 74 +**Info:** Die Datenbank liegt auf einer VM, die bei Next Layer innerhalb der Rimo-Landschaft gehostet wird. Der Server befindet sich also im Rimo-Netzwerk, Stand November 2025 im selben Subnetz wie der Board Live und Dev Server (vgl. Board-Server: 81, 82). 62 62 63 63 * Backup bzw. Retention Policy = keine, da Live Stand aus Rimo herauskopiert wird (aus Rimo keine Historisierung notwendig) 64 64 * Specs: 150GB Disk, 8GB RAM, 4 CPUs ... ... @@ -69,68 +69,1546 @@ 69 69 70 70 Am Board-Server laufen mit WinSCP einige Promptjobs, die SQL-Scripts ausführen (SQL-Skripts) auf der Postgres-DB. Die Verwaltung der Jobs wird von Rimo gehandhabt, früher von Maximilian Petru. (Zukünftig? Künftig soll laut Tom Bader keine Datenverwaltung von Rimo getriggered werden. 71 71 72 - 73 73 74 74 ==== WinSCP Jobs ==== 75 75 76 -Siehe auch Tickets zu WinSCP-Jobs: RI24.001545, RI25.00415288 +Siehe auch Tickets zu WinSCP-Jobs: RI24.001545, RI25.004152 77 77 78 - 79 79 80 80 Informationen von Tom Bader (E-Mail, 03.11.2025): 81 81 82 82 Zeiten der Jobs: 83 83 84 - 85 85 86 -0 0 * * * /root/archiveJobs/executeDaily0000.sh 04***/root/archiveJobs/executeDaily.sh0 1 * * * /root/archiveJobs/executeDaily0100.sh 10 5 * * * /root/archiveJobs/executeDaily0510.sh 30 23 * * SUN /root/archiveJobs/executeWeekly.sh 0 5 1 * * /root/archiveJobs/executeMonthly.sh 0 6 * * * /root/archiveJobs/executeDailyH3A.sh daily0000:96 +{{{0 0 * * * /root/archiveJobs/executeDaily0000.sh }}} 87 87 88 - truncateControllingItemsTable.sql[Ist,lautMaxi(Name/Uhrzeit),wohlJobvonRimo]daily0100:98 +{{{0 4 * * * /root/archiveJobs/executeDaily.sh }}} 89 89 90 - --100 +{{{0 1 * * * /root/archiveJobs/executeDaily0100.sh }}} 91 91 92 - 102 +{{{10 5 * * * /root/archiveJobs/executeDaily0510.sh }}} 93 93 104 +{{{30 23 * * SUN /root/archiveJobs/executeWeekly.sh }}} 105 + 106 +{{{0 5 1 * * /root/archiveJobs/executeMonthly.sh }}} 107 + 108 +{{{ }}} 109 + 110 +{{{0 6 * * * /root/archiveJobs/executeDailyH3A.sh }}} 111 + 112 +daily0000: 113 + 114 +{{{truncateControllingItemsTable.sql [Ist, laut Maxi (Name/Uhrzeit), wohl Job von Rimo]}}} 115 + 116 +daily0100: 117 + 118 +~-~- 119 + 120 + 94 94 daily0510: 95 95 96 96 exportsdmwtrprojectgroup.sql 97 97 98 - 99 99 100 100 daily: (0400) 101 101 102 -purchaseorder_approvalinvoice.sql sdmperson_billabledecimal.sqlsdmsalesorder_finalsales_diff.sqlsdmperson_fte_daily.sqlsdmlogisticscanitem.sqlsdmmilestoneitem_progress_manuell.sqlweekly:purchaseorder_timestamp.sqlmonthly:sdmperson_fte_monthly.sql128 +{{{purchaseorder_approvalinvoice.sql}}} 103 103 130 +{{{sdmperson_billabledecimal.sql}}} 131 + 132 +{{{sdmsalesorder_finalsales_diff.sql}}} 133 + 134 +{{{sdmperson_fte_daily.sql}}} 135 + 136 +{{{sdmlogisticscanitem.sql}}} 137 + 138 +{{{sdmmilestoneitem_progress_manuell.sql}}} 139 + 140 +{{{weekly:}}} 141 + 142 +{{{purchaseorder_timestamp.sql}}} 143 + 144 +{{{monthly:}}} 145 + 146 +{{{sdmperson_fte_monthly.sql}}} 147 + 148 +{{{ 149 + }}} 150 + 104 104 Diagramm 105 105 106 -=== 🔑 Zugang === 153 + 154 + 155 +[[image:dc913816-1f8c-4445-921f-29c3bd560e14]] 156 + 157 +Diagramm zu mit_powerlines_sm Datenbank, Schemen und Datenmanipulation. Autor: Maximilian Petru 158 + 159 + 160 +=== Zugang === 161 + 107 107 Zugangsdaten sind im Shared KeePass von BE zu finden. Es kann bspw. DBeaver heruntergeladen werden. 108 108 109 -== 🗄️ Rimo DWH: Tables und Columns == 110 -* Prozess für Tickets für Export von neuen DWH Tables und Columns: TBD- Ticketeingang bei Rimo: Anfrage für neuen Rimo DWH Table/Columns- Wenn BE nicht am Ticket: Hinzufügen DWH Person- BE fragt ggf. nach mehr Info für Description bei neuem Table- Rimo postet Namen von Table bzw. neuer Spalte in Table- BE trägt Table/Spalte in Excel unten ein: 164 +[[image:64a42603-5248-4e16-93f3-013537f07cad||alt="Ein Bild, das Text, Screenshot, Software, Computersymbol enthält. KI-generierte Inhalte können fehlerhaft sein."]] 111 111 112 -==== 📄 Dokumente ==== 113 -== 📷 Screenshots == 166 +== Rimo DWH: Tables und Columns == 114 114 115 -//Hinweis: Diese Screenshots stammen aus der ursprünglichen SharePoint-Seite; die genaue Position im Text wird bei Bedarf manuell ergänzt.// 168 +* ((( 169 +**Prozess** für Tickets für Export von neuen DWH Tables und Columns: TBD 116 116 117 -[[image:2868403557.png||style="max-width:700px; border:1px solid #ddd; margin:12px 0;"]] 171 +- Ticketeingang bei Rimo: Anfrage für neuen Rimo DWH Table/Columns 172 +- Wenn BE nicht am Ticket: Hinzufügen DWH Person 173 +- BE fragt ggf. nach mehr Info für Description bei neuem Table 174 +- Rimo postet Namen von Table bzw. neuer Spalte in Table 118 118 119 -[[image:3140778704.png||style="max-width:700px; border:1px solid #ddd; margin:12px 0;"]] 176 + 177 +))) 120 120 121 - [[image:3541067150.png||style="max-width:700px;border:1px solid #ddd; margin:12px 0;"]]179 +==== Dokumente ==== 122 122 123 -[[image:4265026651.png||style="max-width:700px; border:1px solid #ddd; margin:12px 0;"]] 124 124 125 - ----182 +H3A Export 126 126 127 -== Verwandte Themen == 184 +|Parent DN_2|Column name 185 +|OTBStockOrder|getcasetypename 186 +|OTBStockOrder|name 187 +|OTBStorageDepot|id 188 +|OTBStorageDepot|name 189 +|OTBStorageDepot|type 190 +|SDMBSSOutboundStockOrder|getcasetypename 191 +|SDMBSSOutboundStockOrder|getparent 192 +|SDMBSSOutboundStockOrder|name 193 +|SDMCustomizedStockOrder|getcasetypename 194 +|SDMCustomizedStockOrder|getparent 195 +|SDMCustomizedStockOrder|name 196 +|SDMInboundStockOrder|getcasetypename 197 +|SDMInboundStockOrder|getparent 198 +|SDMInboundStockOrder|name 199 +|SDMListElement|de 200 +|SDMListElement|en 201 +|SDMListElement|label 202 +|SDMLogisticScanItem|getorder 203 +|SDMLogisticScanItem|getordercasetype 204 +|SDMLogisticScanItem|getperson 205 +|SDMLogisticScanItem|material 206 +|SDMLogisticScanItem|tsscanned 207 +|SDMLogisticScanItem|warehouse 208 +|SDMMatDemandOrder|getcasetypename 209 +|SDMMatDemandOrder|name 210 +|SDMMobileLocation|latitude 211 +|SDMMobileLocation|longitude 212 +|SDMMobileLocation|name 213 +|SDMMobileLocation|userlabel 214 +|SDMOutboundStockOrder|getcasetypename 215 +|SDMOutboundStockOrder|getparent 216 +|SDMOutboundStockOrder|name 217 +|SDMPerson|christianname 218 +|SDMPerson|lastname 219 +|SDMPerson|loginname 220 +|SDMPurchaseOrder|name 221 +|SDMPurchaseOrder|ordernumber 128 128 129 - //Kuratiert— kann direktimEditorergänztwerden://223 +SPL Tele Export 130 130 131 -* [[Rimo Lakehouse>>doc:IT-Wiki.01-Data.Ingestion.Bronze-Lakehouse.Rimo-Lakehouse.WebHome]] 132 -* [[Rimo Daten für Power User>>doc:IT-Wiki.01-Data.Exchange-und-Movement.Intern.Rimo-Daten-fuer-Power-User.WebHome]] 225 +|Klasse|Column name 226 +|OTBCourier|name 227 +|OTBCourier|storagetype 228 +|OTBPersonalStorage|name 229 +|OTBPersonalStorage|storagetype 230 +|OTBRepairStorage|name 231 +|OTBRepairStorage|storagetype 232 +|OTBStorageDepot|id 233 +|OTBStorageDepot|name 234 +|OTBStorageDepot|storagetype 235 +|OTBStorageDepot|type 236 +|OTBStorageSpace|getdepot 237 +|OTBStorageSpace|getslavesmitasstring 238 +|OTBStorageSpace|nametodisplay 239 +|OTBStorageSpace|physical 240 +|OTBWasteStorage|name 241 +|OTBWasteStorage|storagetype 242 +|SDIBSSSalesOrderGroup|name 243 +|SDIBSSSalesOrderGroup|userlabel 244 +|SDINetworkElement|getorder 245 +|SDINetworkElement|masteritem 246 +|SDINetworkElement|name 247 +|SDMActivity|name 248 +|SDMActivity|type 249 +|SDMActivity|userlabel 250 +|SDMActivity|wtractivity 251 +|SDMAddressLocation|address 252 +|SDMAddressLocation|city 253 +|SDMAddressLocation|country 254 +|SDMAddressLocation|latitude 255 +|SDMAddressLocation|longitude 256 +|SDMAddressLocation|name 257 +|SDMBlueCollarWorkerProfile|name 258 +|SDMBlueCollarWorkerProfile|userlabel 259 +|SDMBSSCartItem|deliveredqty 260 +|SDMBSSCartItem|getdemandorder 261 +|SDMBSSCartItem|getmasteritem 262 +|SDMBSSCartItem|getoutboundorder 263 +|SDMBSSCartItem|gettotalcost 264 +|SDMBSSCartItem|name 265 +|SDMBSSCartItem|quantity 266 +|SDMBSSCartItem|status 267 +|SDMBSSCartItem|tsavailable 268 +|SDMBSSCartItem|tsplanneddelivery 269 +|SDMBSSCartItem|unittype 270 +|SDMBSSDemandOrder|creationdate 271 +|SDMBSSDemandOrder|currentstagename 272 +|SDMBSSDemandOrder|fastlane 273 +|SDMBSSDemandOrder|getcreator 274 +|SDMBSSDemandOrder|getlocation 275 +|SDMBSSDemandOrder|getlocationreferencename 276 +|SDMBSSDemandOrder|getresponsible 277 +|SDMBSSDemandOrder|getsalesorder 278 +|SDMBSSDemandOrder|getstockquerymanager 279 +|SDMBSSDemandOrder|gettscreationdate 280 +|SDMBSSDemandOrder|name 281 +|SDMBSSDemandOrder|ordernumber 282 +|SDMBSSDemandOrder|pickuptype 283 +|SDMBSSDemandOrder|preinstallation 284 +|SDMBSSDemandOrder|reimbursementproject 285 +|SDMBSSDemandOrder|state 286 +|SDMBSSDemandOrder|tsclosed 287 +|SDMBSSDemandOrder|tscreation 288 +|SDMBSSDemandOrder|tsordered 289 +|SDMBSSDemandOrder|tsplanneddelivery 290 +|SDMBSSDemandOrder|type 291 +|SDMBSSDemandOrder|userlabel 292 +|SDMBSSManualAccountingOrder|accountreference 293 +|SDMBSSManualAccountingOrder|dateaccounted 294 +|SDMBSSManualAccountingOrder|getcreator 295 +|SDMBSSManualAccountingOrder|getproject 296 +|SDMBSSManualAccountingOrder|getprojectcontrollingitem 297 +|SDMBSSManualAccountingOrder|gettotalprice 298 +|SDMBSSManualAccountingOrder|name 299 +|SDMBSSManualAccountingOrder|peerproject 300 +|SDMBSSManualAccountingOrder|type 301 +|SDMBSSManualAccountingOrder|userlabel 302 +|SDMBSSMaterialAccountingOrder|costper 303 +|SDMBSSMaterialAccountingOrder|dateaccounted 304 +|SDMBSSMaterialAccountingOrder|getcreator 305 +|SDMBSSMaterialAccountingOrder|getdeliveryordernumber 306 +|SDMBSSMaterialAccountingOrder|getdemandorder 307 +|SDMBSSMaterialAccountingOrder|getdemandordercreatedbyname 308 +|SDMBSSMaterialAccountingOrder|getdemandorderfastlane 309 +|SDMBSSMaterialAccountingOrder|getdemandordername 310 +|SDMBSSMaterialAccountingOrder|getdemandorderreimbursementproject 311 +|SDMBSSMaterialAccountingOrder|getdemandorderreimbursementprojectgroup 312 +|SDMBSSMaterialAccountingOrder|getdemandorderreimbursementprojectgroupname 313 +|SDMBSSMaterialAccountingOrder|getdemandordersalesorderntd 314 +|SDMBSSMaterialAccountingOrder|getmasteritem 315 +|SDMBSSMaterialAccountingOrder|getmaterial 316 +|SDMBSSMaterialAccountingOrder|getmaterialid 317 +|SDMBSSMaterialAccountingOrder|getpeerprojectprojectgroup 318 +|SDMBSSMaterialAccountingOrder|getpeerprojectprojectgroupname 319 +|SDMBSSMaterialAccountingOrder|getproject 320 +|SDMBSSMaterialAccountingOrder|getprojectcontrollingitem 321 +|SDMBSSMaterialAccountingOrder|getprojectcontrollingitemduedate 322 +|SDMBSSMaterialAccountingOrder|getprojectorder 323 +|SDMBSSMaterialAccountingOrder|getprojectorderproject 324 +|SDMBSSMaterialAccountingOrder|getprojectorderprojectname 325 +|SDMBSSMaterialAccountingOrder|getserialnumber 326 +|SDMBSSMaterialAccountingOrder|getsourcelocation 327 +|SDMBSSMaterialAccountingOrder|getsourcelocationname 328 +|SDMBSSMaterialAccountingOrder|getsourcemitasstring 329 +|SDMBSSMaterialAccountingOrder|getstate 330 +|SDMBSSMaterialAccountingOrder|getsubtype 331 +|SDMBSSMaterialAccountingOrder|gettotalprice 332 +|SDMBSSMaterialAccountingOrder|gettscreationdate 333 +|SDMBSSMaterialAccountingOrder|gettype 334 +|SDMBSSMaterialAccountingOrder|goodsreceiptcorrection 335 +|SDMBSSMaterialAccountingOrder|newqty 336 +|SDMBSSMaterialAccountingOrder|parent 337 +|SDMBSSMaterialAccountingOrder|peerproject 338 +|SDMBSSMaterialAccountingOrder|period 339 +|SDMBSSMaterialAccountingOrder|price 340 +|SDMBSSMaterialAccountingOrder|qty 341 +|SDMBSSMaterialAccountingOrder|tsexported 342 +|SDMBSSMaterialAccountingOrder|unit 343 +|SDMBSSMaterialAccountingOrder|userlabel 344 +|SDMBSSOutboundStockOrder|effort 345 +|SDMBSSOutboundStockOrder|exported 346 +|SDMBSSOutboundStockOrder|getcasetypename 347 +|SDMBSSOutboundStockOrder|getcreator 348 +|SDMBSSOutboundStockOrder|getdeliveredmaterial 349 +|SDMBSSOutboundStockOrder|getparent 350 +|SDMBSSOutboundStockOrder|gettscreationdate 351 +|SDMBSSOutboundStockOrder|modelnames 352 +|SDMBSSOutboundStockOrder|name 353 +|SDMBSSOutboundStockOrder|ordernumber 354 +|SDMBSSOutboundStockOrder|sourceproject 355 +|SDMBSSOutboundStockOrder|state 356 +|SDMBSSOutboundStockOrder|tsclosed 357 +|SDMBSSOutboundStockOrder|tsdelivered 358 +|SDMBSSOutboundStockOrder|tsplannedcommissioning 359 +|SDMBSSOutboundStockOrder|tsplanneddelivery 360 +|SDMBSSOutboundStockOrder|tsreadyforpickup 361 +|SDMBSSOutboundStockOrder|userlabel 362 +|SDMBSSProjectControllingItem|cost 363 +|SDMBSSProjectControllingItem|duedate 364 +|SDMBSSProjectControllingItem|getproject 365 +|SDMBSSProjectControllingItem|getreferto 366 +|SDMBSSProjectControllingItem|relatedperson 367 +|SDMBSSProjectControllingItem|type 368 +|SDMBSSReturnOrder|modelnames 369 +|SDMBSSReturnOrder|name 370 +|SDMBSSReturnOrder|sourceproject 371 +|SDMBSSReturnOrder|state 372 +|SDMBSSReturnOrder|userlabel 373 +|SDMBSSStockQueryManager|active 374 +|SDMBSSStockQueryManager|name 375 +|SDMBSSStockQueryManager|userlabel 376 +|SDMBSSTravelAccountingOrder|children 377 +|SDMBSSTravelAccountingOrder|getorder 378 +|SDMBSSTravelAccountingOrder|gettotalprice 379 +|SDMBSSTravelAccountingOrder|name 380 +|SDMBSSTravelAccountingOrder|parent 381 +|SDMBSSTravelAccountingOrder|peerproject 382 +|SDMBSSTravelAccountingOrder|period 383 +|SDMBSSTravelAccountingOrder|price 384 +|SDMBSSTravelAccountingOrder|qty 385 +|SDMBSSTravelAccountingOrder|tsexported 386 +|SDMBSSTravelAccountingOrder|type 387 +|SDMBSSTravelAccountingOrder|userlabel 388 +|SDMBSSWorkpackage|assignedto 389 +|SDMBSSWorkpackage|closedby 390 +|SDMBSSWorkpackage|constraintrule 391 +|SDMBSSWorkpackage|currentstagename 392 +|SDMBSSWorkpackage|detail 393 +|SDMBSSWorkpackage|getcasetype 394 +|SDMBSSWorkpackage|getcasetypename 395 +|SDMBSSWorkpackage|getcreator 396 +|SDMBSSWorkpackage|getganttdurationstring 397 +|SDMBSSWorkpackage|getlocationa 398 +|SDMBSSWorkpackage|getproject 399 +|SDMBSSWorkpackage|getresourcecount 400 +|SDMBSSWorkpackage|getresponsible 401 +|SDMBSSWorkpackage|getsalesorder 402 +|SDMBSSWorkpackage|gettemplate 403 +|SDMBSSWorkpackage|gettscreation 404 +|SDMBSSWorkpackage|hasopensubtasks 405 +|SDMBSSWorkpackage|isactive 406 +|SDMBSSWorkpackage|issubtask 407 +|SDMBSSWorkpackage|name 408 +|SDMBSSWorkpackage|notneeded 409 +|SDMBSSWorkpackage|onsitetask 410 +|SDMBSSWorkpackage|resources 411 +|SDMBSSWorkpackage|state 412 +|SDMBSSWorkpackage|tsclosed 413 +|SDMBSSWorkpackage|tsconstraint 414 +|SDMBSSWorkpackage|tsearlieststart 415 +|SDMBSSWorkpackage|tsend 416 +|SDMBSSWorkpackage|tsplannedend 417 +|SDMBSSWorkpackage|tsplannedstart 418 +|SDMBSSWorkpackage|tsstart 419 +|SDMBSSWorkpackage|tsstatechange 420 +|SDMBSSWorkpackage|userlabel 421 +|SDMBSSWPMilestone|getmilestone 422 +|SDMBSSWPMilestone|getname 423 +|SDMBSSWPMilestone|getprogress 424 +|SDMBSSWPMilestone|getsalesorder 425 +|SDMBSSWPMilestone|getuserlabel 426 +|SDMBSSWPMilestone|notneeded 427 +|SDMBSSWPMilestone|state 428 +|SDMBSSWPMilestone|tsend 429 +|SDMBSSWPMilestone|tsplannedend 430 +|SDMCalendar|name 431 +|SDMCalendar|userlabel 432 +|SDMCarriageDepot|name 433 +|SDMCarriageDepot|type 434 +|SDMChangeRequestCM|actioninfo 435 +|SDMChangeRequestCM|asoop 436 +|SDMChangeRequestCM|createdby 437 +|SDMChangeRequestCM|creationdate 438 +|SDMChangeRequestCM|creationtime 439 +|SDMChangeRequestCM|customernumber 440 +|SDMChangeRequestCM|customerstate 441 +|SDMChangeRequestCM|defectunit 442 +|SDMChangeRequestCM|detail 443 +|SDMChangeRequestCM|faulttype 444 +|SDMChangeRequestCM|getcontract 445 +|SDMChangeRequestCM|getcontractname 446 +|SDMChangeRequestCM|getcreator 447 +|SDMChangeRequestCM|getcustomer 448 +|SDMChangeRequestCM|getcustomername 449 +|SDMChangeRequestCM|getincident 450 +|SDMChangeRequestCM|getlocation 451 +|SDMChangeRequestCM|getlocationaname 452 +|SDMChangeRequestCM|getlocationaregion 453 +|SDMChangeRequestCM|getlocationzname 454 +|SDMChangeRequestCM|getreportername 455 +|SDMChangeRequestCM|getresourcelabel 456 +|SDMChangeRequestCM|getresourcename 457 +|SDMChangeRequestCM|getresponsiblename 458 +|SDMChangeRequestCM|getslaname 459 +|SDMChangeRequestCM|latitudea 460 +|SDMChangeRequestCM|mitname 461 +|SDMChangeRequestCM|name 462 +|SDMChangeRequestCM|overtimecount 463 +|SDMChangeRequestCM|overtimereason 464 +|SDMChangeRequestCM|permanentresolved 465 +|SDMChangeRequestCM|priority 466 +|SDMChangeRequestCM|problemsoccured 467 +|SDMChangeRequestCM|responsiblereference 468 +|SDMChangeRequestCM|rootcause 469 +|SDMChangeRequestCM|slaexclude 470 +|SDMChangeRequestCM|slaexcludereason 471 +|SDMChangeRequestCM|slaonholdtime 472 +|SDMChangeRequestCM|slatext 473 +|SDMChangeRequestCM|solution 474 +|SDMChangeRequestCM|state 475 +|SDMChangeRequestCM|stateexternal 476 +|SDMChangeRequestCM|stornoreason 477 +|SDMChangeRequestCM|tsclassified 478 +|SDMChangeRequestCM|tsclosed 479 +|SDMChangeRequestCM|tscommclosed 480 +|SDMChangeRequestCM|tscreation 481 +|SDMChangeRequestCM|tsdetection 482 +|SDMChangeRequestCM|tsescalation 483 +|SDMChangeRequestCM|tseta 484 +|SDMChangeRequestCM|tsplannedend 485 +|SDMChangeRequestCM|tsplannedstart 486 +|SDMChangeRequestCM|tsreceived 487 +|SDMChangeRequestCM|tsresolved 488 +|SDMChangeRequestCM|tsstartoutage 489 +|SDMChangeRequestCM|tsstopoutage 490 +|SDMChangeRequestCM|tstechnicalclosed 491 +|SDMChangeRequestCM|tsupdate 492 +|SDMChangeRequestCM|type 493 +|SDMChangeRequestCM|updateuser 494 +|SDMChangeRequestCM|userlabel 495 +|SDMCompany|active 496 +|SDMCompany|address 497 +|SDMCompany|city 498 +|SDMCompany|email 499 +|SDMCompany|fax 500 +|SDMCompany|financialid 501 +|SDMCompany|id 502 +|SDMCompany|info 503 +|SDMCompany|lasthistoryentry 504 +|SDMCompany|name 505 +|SDMCompany|supplier 506 +|SDMCompany|telephone 507 +|SDMCompany|uidnumber 508 +|SDMCompany|userlabel 509 +|SDMCompany|vendor 510 +|SDMCompany|zipcode 511 +|SDMCountryCode|isocode 512 +|SDMCountryCode|isocodea3 513 +|SDMCountryCode|name 514 +|SDMCountryCode|userlabel 515 +|SDMCreditor|active 516 +|SDMCreditor|address 517 +|SDMCreditor|city 518 +|SDMCreditor|country 519 +|SDMCreditor|countrycode 520 +|SDMCreditor|email 521 +|SDMCreditor|financialid 522 +|SDMCreditor|getrelatedcompany 523 +|SDMCreditor|name 524 +|SDMCreditor|paymentterm 525 +|SDMCreditor|telephone 526 +|SDMCreditor|uidnumber 527 +|SDMCreditor|zipcode 528 +|SDMCurrency|name 529 +|SDMCurrency|userlabel 530 +|SDMCustomerPurchaseOrder|detail 531 +|SDMCustomerPurchaseOrder|documentdate 532 +|SDMCustomerPurchaseOrder|getcreator 533 +|SDMCustomerPurchaseOrder|getcustomer 534 +|SDMCustomerPurchaseOrder|gettscreation 535 +|SDMCustomerPurchaseOrder|gettsupdate 536 +|SDMCustomerPurchaseOrder|getupdatedby 537 +|SDMCustomerPurchaseOrder|name 538 +|SDMCustomerPurchaseOrder|orderedamount 539 +|SDMCustomerPurchaseOrder|ordernumber 540 +|SDMCustomerPurchaseOrder|state 541 +|SDMCustomerPurchaseOrder|tsclosed 542 +|SDMCustomerPurchaseOrder|tsordered 543 +|SDMCustomerPurchaseOrder|userinputtotalorderamount 544 +|SDMCustomerPurchaseOrder|userlabel 545 +|SDMCustomerSLA|detectiontimep0 546 +|SDMCustomerSLA|detectiontimep1 547 +|SDMCustomerSLA|detectiontimep2 548 +|SDMCustomerSLA|detectiontimep3 549 +|SDMCustomerSLA|detectiontimep4 550 +|SDMCustomerSLA|detectiontimep5 551 +|SDMCustomerSLA|escalation1per 552 +|SDMCustomerSLA|escalation2per 553 +|SDMCustomerSLA|escalation3per 554 +|SDMCustomerSLA|escalation4per 555 +|SDMCustomerSLA|getcustomer 556 +|SDMCustomerSLA|name 557 +|SDMCustomerSLA|reactiontimep0 558 +|SDMCustomerSLA|reactiontimep1 559 +|SDMCustomerSLA|reactiontimep2 560 +|SDMCustomerSLA|reactiontimep3 561 +|SDMCustomerSLA|reactiontimep4 562 +|SDMCustomerSLA|reactiontimep5 563 +|SDMCustomerSLA|restaurationstarttimep0 564 +|SDMCustomerSLA|restaurationstarttimep1 565 +|SDMCustomerSLA|restaurationstarttimep2 566 +|SDMCustomerSLA|restaurationstarttimep3 567 +|SDMCustomerSLA|restaurationstarttimep4 568 +|SDMCustomerSLA|restaurationstarttimep5 569 +|SDMCustomerSLA|restaurationtimep0 570 +|SDMCustomerSLA|restaurationtimep1 571 +|SDMCustomerSLA|restaurationtimep2 572 +|SDMCustomerSLA|restaurationtimep3 573 +|SDMCustomerSLA|restaurationtimep4 574 +|SDMCustomerSLA|restaurationtimep5 575 +|SDMCustomerSLA|userlabel 576 +|SDMDebitor|active 577 +|SDMDebitor|address 578 +|SDMDebitor|city 579 +|SDMDebitor|countrycode 580 +|SDMDebitor|email 581 +|SDMDebitor|financialid 582 +|SDMDebitor|getrelatedcompany 583 +|SDMDebitor|name 584 +|SDMDebitor|telephone 585 +|SDMDebitor|uidnumber 586 +|SDMDebitor|zipcode 587 +|SDMDynamicTenantAttributeDescription|attribute 588 +|SDMDynamicTenantAttributeDescription|de 589 +|SDMDynamicTenantAttributeDescription|displayname 590 +|SDMDynamicTenantAttributeDescription|en 591 +|SDMDynamicTenantAttributeDescription|nls_de 592 +|SDMDynamicTenantAttributeDescription|nls_en 593 +|SDMDynamicTenantAttributeDescription|targetclass 594 +|SDMExternalWorkerProfile|name 595 +|SDMExternalWorkerProfile|userlabel 596 +|SDMFault|name 597 +|SDMFault|userlabel 598 +|SDMFaultTeam|name 599 +|SDMFaultTeam|userlabel 600 +|SDMFile|getfileextension 601 +|SDMFile|getfilename 602 +|SDMFile|getobjectdisplayname 603 +|SDMFile|getobjectlocationname 604 +|SDMFile|getobjectmodelname 605 +|SDMFile|getobjectmodeluserlabel 606 +|SDMFile|getthumbnailuri 607 +|SDMFile|geturi 608 +|SDMFile|name 609 +|SDMHotelLocation|address 610 +|SDMHotelLocation|city 611 +|SDMHotelLocation|country 612 +|SDMHotelLocation|latitude 613 +|SDMHotelLocation|longitude 614 +|SDMHotelLocation|mitname 615 +|SDMHotelLocation|name 616 +|SDMHotelLocation|userlabel 617 +|SDMHotelLocation|zipcode 618 +|SDMInboundStockOrder|getcasetypename 619 +|SDMInboundStockOrder|getparent 620 +|SDMInboundStockOrder|getpurchaseorder 621 +|SDMInboundStockOrder|gettscreation 622 +|SDMInboundStockOrder|name 623 +|SDMInboundStockOrder|tsreceived 624 +|SDMIncident|actioninfo 625 +|SDMIncident|asoop 626 +|SDMIncident|calculateovertimecount 627 +|SDMIncident|createdby 628 +|SDMIncident|creationdate 629 +|SDMIncident|creationtime 630 +|SDMIncident|customernumber 631 +|SDMIncident|customerstate 632 +|SDMIncident|defectunit 633 +|SDMIncident|detail 634 +|SDMIncident|faulttype 635 +|SDMIncident|getcontract 636 +|SDMIncident|getcontractname 637 +|SDMIncident|getcreator 638 +|SDMIncident|getcustomer 639 +|SDMIncident|getcustomername 640 +|SDMIncident|getlocation 641 +|SDMIncident|getlocationaname 642 +|SDMIncident|getlocationzname 643 +|SDMIncident|getreportername 644 +|SDMIncident|getresourcelabel 645 +|SDMIncident|getresourcename 646 +|SDMIncident|getresponsiblename 647 +|SDMIncident|getsalesorder 648 +|SDMIncident|getslaname 649 +|SDMIncident|gettscreationdate 650 +|SDMIncident|latitudea 651 +|SDMIncident|locationaregion 652 +|SDMIncident|longitudea 653 +|SDMIncident|mitname 654 +|SDMIncident|name 655 +|SDMIncident|nereference 656 +|SDMIncident|overtimecount 657 +|SDMIncident|overtimereason 658 +|SDMIncident|permanentresolved 659 +|SDMIncident|priority 660 +|SDMIncident|problemsoccured 661 +|SDMIncident|realcontract 662 +|SDMIncident|responsiblereference 663 +|SDMIncident|rootcause 664 +|SDMIncident|sladescription 665 +|SDMIncident|slaexclude 666 +|SDMIncident|slaexcludereason 667 +|SDMIncident|slaonholdtime 668 +|SDMIncident|slareference 669 +|SDMIncident|slatext 670 +|SDMIncident|solution 671 +|SDMIncident|state 672 +|SDMIncident|stateexternal 673 +|SDMIncident|stornoreason 674 +|SDMIncident|tsassignedfirst 675 +|SDMIncident|tsclassified 676 +|SDMIncident|tsclosed 677 +|SDMIncident|tscommclosed 678 +|SDMIncident|tscreation 679 +|SDMIncident|tsdetection 680 +|SDMIncident|tsescalation 681 +|SDMIncident|tseta 682 +|SDMIncident|tsplannedend 683 +|SDMIncident|tsplannedstart 684 +|SDMIncident|tsreceived 685 +|SDMIncident|tsresolved 686 +|SDMIncident|tsstartoutage 687 +|SDMIncident|tsstopoutage 688 +|SDMIncident|tsstorno 689 +|SDMIncident|tstechnicalclosed 690 +|SDMIncident|tsupdate 691 +|SDMIncident|type 692 +|SDMIncident|updateuser 693 +|SDMIncident|userlabel 694 +|SDMInventoryPool|name 695 +|SDMInvoice|accountingperiod 696 +|SDMInvoice|barcode 697 +|SDMInvoice|blocked 698 +|SDMInvoice|companyid 699 +|SDMInvoice|deliveryperiod 700 +|SDMInvoice|financialinvoiceid 701 +|SDMInvoice|getcompany 702 +|SDMInvoice|getsupplier 703 +|SDMInvoice|grossamount 704 +|SDMInvoice|haspoassigned 705 +|SDMInvoice|invoicedate 706 +|SDMInvoice|ispaymentdateover 707 +|SDMInvoice|isrejected 708 +|SDMInvoice|keywords 709 +|SDMInvoice|name 710 +|SDMInvoice|netamount 711 +|SDMInvoice|offerid 712 +|SDMInvoice|paymentdate 713 +|SDMInvoice|recurring 714 +|SDMInvoice|state 715 +|SDMInvoice|supplieraccount 716 +|SDMInvoice|supplierinvoiceid 717 +|SDMInvoice|suppliername 718 +|SDMInvoice|tsclosed 719 +|SDMInvoice|type 720 +|SDMInvoice|userlabel 721 +|SDMInvoiceApproval|accountreference 722 +|SDMInvoiceApproval|approvaltext 723 +|SDMInvoiceApproval|blocked 724 +|SDMInvoiceApproval|entered 725 +|SDMInvoiceApproval|getinvoice 726 +|SDMInvoiceApproval|getproject 727 +|SDMInvoiceApproval|getpurchaseorder 728 +|SDMInvoiceApproval|isapproved 729 +|SDMInvoiceApproval|name 730 +|SDMInvoiceApproval|netamount 731 +|SDMInvoiceApproval|remark 732 +|SDMInvoiceApproval|tsdone 733 +|SDMInvoiceApproval|userlabel 734 +|SDMInvoiceAssignment|getapprovalamount 735 +|SDMInvoiceAssignment|getinvoice 736 +|SDMInvoiceAssignment|getparent 737 +|SDMInvoiceAssignment|getuser 738 +|SDMInvoiceAssignment|name 739 +|SDMInvoiceAssignment|tscreated 740 +|SDMInvoiceAssignment|tsdone 741 +|SDMInvoiceAssignment|userlabel 742 +|SDMListElement|de 743 +|SDMListElement|en 744 +|SDMListElement|label 745 +|SDMLogisticScanItem|getorder 746 +|SDMLogisticScanItem|getordercasetype 747 +|SDMLogisticScanItem|getperson 748 +|SDMLogisticScanItem|material 749 +|SDMLogisticScanItem|tsscanned 750 +|SDMLogisticScanItem|warehouse 751 +|SDMManufacturer|active 752 +|SDMManufacturer|address 753 +|SDMManufacturer|city 754 +|SDMManufacturer|country 755 +|SDMManufacturer|countrycode 756 +|SDMManufacturer|financialid 757 +|SDMManufacturer|material 758 +|SDMManufacturer|name 759 +|SDMManufacturer|userlabel 760 +|SDMManufacturer|vendor 761 +|SDMManufacturer|zipcode 762 +|SDMMasterItem|cost 763 +|SDMMasterItem|fillcolor 764 +|SDMMasterItem|financialid 765 +|SDMMasterItem|freesparesize 766 +|SDMMasterItem|getcategory 767 +|SDMMasterItem|getdebitor 768 +|SDMMasterItem|getmasteritemgroupsasstring 769 +|SDMMasterItem|getowner 770 +|SDMMasterItem|getownmasteritemfinancialid 771 +|SDMMasterItem|getsupplier 772 +|SDMMasterItem|gettypename 773 +|SDMMasterItem|getvendor 774 +|SDMMasterItem|goodanddefectsparesize 775 +|SDMMasterItem|goodsparesize 776 +|SDMMasterItem|h3anumber 777 +|SDMMasterItem|height 778 +|SDMMasterItem|inventorysize 779 +|SDMMasterItem|isinternaldebitormasteritem 780 +|SDMMasterItem|isrefurbished 781 +|SDMMasterItem|keywords 782 +|SDMMasterItem|linetype 783 +|SDMMasterItem|materialinstancessize 784 +|SDMMasterItem|materialsize 785 +|SDMMasterItem|minimumstockorderquantity 786 +|SDMMasterItem|name 787 +|SDMMasterItem|physicalcategory 788 +|SDMMasterItem|remark 789 +|SDMMasterItem|sparesize 790 +|SDMMasterItem|trackserial 791 +|SDMMasterItem|userlabel 792 +|SDMMasterItem|weight 793 +|SDMMasterItem|width 794 +|SDMMasterItemCategory|getparent 795 +|SDMMasterItemCategory|name 796 +|SDMMasterItemCategory|userlabel 797 +|SDMMasterTool|active 798 +|SDMMasterTool|category 799 +|SDMMasterTool|cost 800 +|SDMMasterTool|displaystringphysicalcategory 801 +|SDMMasterTool|feeperday 802 +|SDMMasterTool|financialid 803 +|SDMMasterTool|getownername 804 +|SDMMasterTool|getparent 805 +|SDMMasterTool|inventorynumber 806 +|SDMMasterTool|iscar 807 +|SDMMasterTool|isconsumable 808 +|SDMMasterTool|ismaterialmasteritem 809 +|SDMMasterTool|name 810 +|SDMMasterTool|physicalcategory 811 +|SDMMasterTool|userlabel 812 +|SDMMatColli|collitype 813 +|SDMMatColli|contentinventorynumber 814 +|SDMMatColli|contentname 815 +|SDMMatColli|contentowner 816 +|SDMMatColli|getdepot 817 +|SDMMatColli|getdepottype 818 +|SDMMatColli|getstoragespace 819 +|SDMMatColli|name 820 +|SDMMaterial|asoop 821 +|SDMMaterial|cost 822 +|SDMMaterial|executionstate 823 +|SDMMaterial|functionalstate 824 +|SDMMaterial|getcreator 825 +|SDMMaterial|getdebitor 826 +|SDMMaterial|getdepot 827 +|SDMMaterial|getlastticket 828 +|SDMMaterial|getmasteritem 829 +|SDMMaterial|getoutboundchangeorder 830 +|SDMMaterial|getstoragespace 831 +|SDMMaterial|gettotalcost 832 +|SDMMaterial|gettotalcostfrommasteritem 833 +|SDMMaterial|getupdatedby 834 +|SDMMaterial|isownmaterial 835 +|SDMMaterial|istoreturn 836 +|SDMMaterial|name 837 +|SDMMaterial|project 838 +|SDMMaterial|quantity 839 +|SDMMaterial|state 840 +|SDMMaterial|ticketnames 841 +|SDMMaterial|userlabel 842 +|SDMMaterialChangeOrder|createdby 843 +|SDMMaterialChangeOrder|exported 844 +|SDMMaterialChangeOrder|getmaterial 845 +|SDMMaterialChangeOrder|getmodel 846 +|SDMMaterialChangeOrder|masteritem 847 +|SDMMaterialChangeOrder|materialid 848 +|SDMMaterialChangeOrder|qty 849 +|SDMMaterialChangeOrder|serialnumber 850 +|SDMMaterialChangeOrder|sourcelocation 851 +|SDMMaterialChangeOrder|subtype 852 +|SDMMaterialChangeOrder|targetlocation 853 +|SDMMaterialChangeOrder|tscreated 854 +|SDMMaterialChangeOrder|type 855 +|SDMMilestone|mandatory 856 +|SDMMilestone|name 857 +|SDMMilestone|ordering 858 +|SDMMilestone|projects 859 +|SDMMilestone|userlabel 860 +|SDMMilestoneItem|comment 861 +|SDMMilestoneItem|getcase 862 +|SDMMilestoneItem|getcreator 863 +|SDMMilestoneItem|getmilestone 864 +|SDMMilestoneItem|getname 865 +|SDMMilestoneItem|getparent 866 +|SDMMilestoneItem|getprogress 867 +|SDMMilestoneItem|name 868 +|SDMMilestoneItem|notneeded 869 +|SDMMilestoneItem|tsfirstplanned 870 +|SDMMilestoneItem|tsplanned 871 +|SDMMilestoneItem|tsprogressdatetime 872 +|SDMMilestoneItem|tsreached 873 +|SDMMilestoneItem|userlabel 874 +|SDMMobileDepot|getresponsiblename 875 +|SDMMobileDepot|name 876 +|SDMMobileDepot|type 877 +|SDMMobileLocation|address 878 +|SDMMobileLocation|latitude 879 +|SDMMobileLocation|location 880 +|SDMMobileLocation|longitude 881 +|SDMMobileLocation|name 882 +|SDMMobileLocation|zipcode 883 +|SDMMonth|getparent 884 +|SDMMonth|name 885 +|SDMMonth|userlabel 886 +|SDMNavigationItem|distinguishedname 887 +|SDMNavigationItem|name 888 +|SDMNavigationItem|userlabel 889 +|SDMNetworkElementMasterItem|name 890 +|SDMNetworkElementMasterItem|parent 891 +|SDMNetworkElementMasterItem|shortdescription 892 +|SDMNetworkElementMasterItem|userlabel 893 +|SDMOffDutyEntry|duration 894 +|SDMOffDutyEntry|model 895 +|SDMOffDutyEntry|name 896 +|SDMOffDutyEntry|tsend 897 +|SDMOffDutyEntry|tsstart 898 +|SDMOffDutyEntry|userlabel 899 +|SDMOfferItemPoolMG|getparent 900 +|SDMOfferItemPoolMG|userlabel 901 +|SDMOfferItemPoolSG1|getparent 902 +|SDMOfferItemPoolSG1|userlabel 903 +|SDMOfferItemPoolSG2|getparent 904 +|SDMOfferItemPoolSG2|userlabel 905 +|SDMOfferItemService|acceptancedate 906 +|SDMOfferItemService|actualamount 907 +|SDMOfferItemService|amount 908 +|SDMOfferItemService|approvedamount 909 +|SDMOfferItemService|approvedby 910 +|SDMOfferItemService|cancelledby 911 +|SDMOfferItemService|closedby 912 +|SDMOfferItemService|comment 913 +|SDMOfferItemService|extreference 914 +|SDMOfferItemService|getcreator 915 +|SDMOfferItemService|getcustomer 916 +|SDMOfferItemService|getcustomerpurchaseorder 917 +|SDMOfferItemService|gethighestamount 918 +|SDMOfferItemService|getsalesinvoice 919 +|SDMOfferItemService|getsalesinvoiceinvoicedate 920 +|SDMOfferItemService|getsalesorder 921 +|SDMOfferItemService|gettemplate 922 +|SDMOfferItemService|getticket 923 +|SDMOfferItemService|gettotalactualprice 924 +|SDMOfferItemService|gettotalapprovedprice 925 +|SDMOfferItemService|gettotalorderedprice 926 +|SDMOfferItemService|gettotalplannedprice 927 +|SDMOfferItemService|getupdatedby 928 +|SDMOfferItemService|invoicedby 929 +|SDMOfferItemService|name 930 +|SDMOfferItemService|plannedamount 931 +|SDMOfferItemService|plannedstate 932 +|SDMOfferItemService|rejectedby 933 +|SDMOfferItemService|serviceprovisiondate 934 +|SDMOfferItemService|submittedby 935 +|SDMOfferItemService|targetsales 936 +|SDMOfferItemService|tsapproved 937 +|SDMOfferItemService|tscancelled 938 +|SDMOfferItemService|tsclosed 939 +|SDMOfferItemService|tscreation 940 +|SDMOfferItemService|tsinvoiced 941 +|SDMOfferItemService|tsrejected 942 +|SDMOfferItemService|tssubmitted 943 +|SDMOfferItemService|tsupdate 944 +|SDMOfferItemService|unitprice 945 +|SDMOfferItemService|unittype 946 +|SDMOfferItemService|userlabel 947 +|SDMOfferItemServiceTemplate|customerid 948 +|SDMOfferItemServiceTemplate|getparent 949 +|SDMOfferItemServiceTemplate|name 950 +|SDMOfferItemServiceTemplate|unitcost 951 +|SDMOfferItemServiceTemplate|unitprice 952 +|SDMOfferItemServiceTemplate|unittype 953 +|SDMOfferItemServiceTemplate|userlabel 954 +|SDMOnDutyEntry|duration 955 +|SDMOnDutyEntry|model 956 +|SDMOnDutyEntry|name 957 +|SDMOnDutyEntry|tsend 958 +|SDMOnDutyEntry|tsstart 959 +|SDMOnDutyEntry|userlabel 960 +|SDMPaymentTerm|name 961 +|SDMPaymentTerm|userlabel 962 +|SDMPerson|active 963 +|SDMPerson|billablepercent 964 +|SDMPerson|christianname 965 +|SDMPerson|email 966 +|SDMPerson|getcalendar 967 +|SDMPerson|getcompany 968 +|SDMPerson|getcompanyforproductivization 969 +|SDMPerson|getcompanyid 970 +|SDMPerson|getcompanyidorna 971 +|SDMPerson|getcostcentercode 972 +|SDMPerson|getcostcenterproject 973 +|SDMPerson|getgender 974 +|SDMPerson|gethrprofile 975 +|SDMPerson|gethrprofilestring 976 +|SDMPerson|getlinemanager 977 +|SDMPerson|getperiodclosuredate 978 +|SDMPerson|getrolenames 979 +|SDMPerson|getstandardproductioncostgroup 980 +|SDMPerson|getstandardproductioncostgroupname 981 +|SDMPerson|getstandardproductioncosttoday 982 +|SDMPerson|getworkingtimemodel 983 +|SDMPerson|isallin 984 +|SDMPerson|joindate 985 +|SDMPerson|lasthistoryentry 986 +|SDMPerson|lastname 987 +|SDMPerson|latitude 988 +|SDMPerson|leasedtocompany 989 +|SDMPerson|linemanagerfornames 990 +|SDMPerson|loginname 991 +|SDMPerson|longitude 992 +|SDMPerson|mobile 993 +|SDMPerson|persid 994 +|SDMPerson|timebalance 995 +|SDMPerson|timebalancereportingdate 996 +|SDMPerson|title 997 +|SDMPerson|userlabel 998 +|SDMPerson|vacationbalance 999 +|SDMPerson|vacationbalancealiquot 1000 +|SDMPerson|wtr_account 1001 +|SDMPersonWorkday|date 1002 +|SDMPersonWorkday|getuser 1003 +|SDMPersonWorkday|name 1004 +|SDMPersonWorkday|toolcostperhour 1005 +|SDMPersonWorkday|totaltoolcost 1006 +|SDMPersonWorkday|usedtoolsstring2 1007 +|SDMPersonWorkday|userlabel 1008 +|SDMPhysicalCategoryCar|name 1009 +|SDMPhysicalCategoryCar|userlabel 1010 +|SDMPhysicalCategoryHandTool|name 1011 +|SDMPhysicalCategoryHandTool|userlabel 1012 +|SDMPlannedActivity|name 1013 +|SDMPlannedActivity|type 1014 +|SDMProcessContainer|name 1015 +|SDMProcessContainer|usedbysalesorders 1016 +|SDMProcessContainer|userlabel 1017 +|SDMProductivizationEntry|breaktime 1018 +|SDMProductivizationEntry|duration 1019 +|SDMProductivizationEntry|durationasnumber 1020 +|SDMProductivizationEntry|durationwithoutbreak 1021 +|SDMProductivizationEntry|durationwithoutnegativetype 1022 +|SDMProductivizationEntry|durationwithouttraveltime 1023 +|SDMProductivizationEntry|getdate 1024 +|SDMProductivizationEntry|getoriginalovertime100percent 1025 +|SDMProductivizationEntry|getorigovertime 1026 +|SDMProductivizationEntry|getovertime 1027 +|SDMProductivizationEntry|getovertime100percent 1028 +|SDMProductivizationEntry|getsalarytype 1029 +|SDMProductivizationEntry|getsalarytypetype 1030 +|SDMProductivizationEntry|getsalarytypetypename 1031 +|SDMProductivizationEntry|getstate 1032 +|SDMProductivizationEntry|getuser 1033 +|SDMProductivizationEntry|isaccountable 1034 +|SDMProductivizationEntry|isapproved 1035 +|SDMProductivizationEntry|isexported 1036 +|SDMProductivizationEntry|originalduration 1037 +|SDMProductivizationEntry|parent 1038 +|SDMProductivizationEntry|traveltime 1039 +|SDMProductivizationMonth|accumulatedovertime 1040 +|SDMProductivizationMonth|accumulatedovertimecorrection 1041 +|SDMProductivizationMonth|companyid 1042 +|SDMProductivizationMonth|durationsum 1043 +|SDMProductivizationMonth|getdynamicattributesjsondata 1044 +|SDMProductivizationMonth|getlinemanager 1045 +|SDMProductivizationMonth|getuser 1046 +|SDMProductivizationMonth|name 1047 +|SDMProductivizationMonth|originaldurationsum 1048 +|SDMProductivizationMonth|overtime100credit 1049 +|SDMProductivizationMonth|overtime100creditcorrection 1050 +|SDMProductivizationMonth|state 1051 +|SDMProductivizationMonth|timecredit 1052 +|SDMProductivizationMonth|timecreditcorrection 1053 +|SDMProductivizationMonth|year 1054 +|SDMProductTicket|companyname 1055 +|SDMProductTicket|createdby 1056 +|SDMProductTicket|creationdate 1057 +|SDMProductTicket|creationtime 1058 +|SDMProductTicket|displayinfo 1059 +|SDMProductTicket|durationonhold 1060 +|SDMProductTicket|durationonholdauto 1061 +|SDMProductTicket|getassignedto 1062 +|SDMProductTicket|getccusersstring 1063 +|SDMProductTicket|getcreator 1064 +|SDMProductTicket|getproject 1065 +|SDMProductTicket|getrequestor 1066 +|SDMProductTicket|name 1067 +|SDMProductTicket|priority 1068 +|SDMProductTicket|reopencounter 1069 +|SDMProductTicket|state 1070 +|SDMProductTicket|tagsstring 1071 +|SDMProductTicket|text 1072 +|SDMProductTicket|tsclosed 1073 +|SDMProductTicket|tsfirstassigned 1074 +|SDMProductTicket|tsonhold 1075 +|SDMProductTicket|tsonholdauto 1076 +|SDMProductTicket|tsopen 1077 +|SDMProductTicket|tspending 1078 +|SDMProductTicket|tsresolved 1079 +|SDMProductTicket|updatedate 1080 +|SDMProductTicket|updateuser 1081 +|SDMProductTicketNote|text 1082 +|SDMProjectPurchaseOrder|createdby 1083 +|SDMProjectPurchaseOrder|deliveredamount 1084 +|SDMProjectPurchaseOrder|estimatedamount 1085 +|SDMProjectPurchaseOrder|getapprovedinvoicenetamount 1086 +|SDMProjectPurchaseOrder|getcompany 1087 +|SDMProjectPurchaseOrder|getcreator 1088 +|SDMProjectPurchaseOrder|getinvoice 1089 +|SDMProjectPurchaseOrder|getorderdate 1090 +|SDMProjectPurchaseOrder|getplanneddeliverydate 1091 +|SDMProjectPurchaseOrder|getpoproject 1092 +|SDMProjectPurchaseOrder|getproject 1093 +|SDMProjectPurchaseOrder|getresponsible 1094 +|SDMProjectPurchaseOrder|getsalesorder 1095 +|SDMProjectPurchaseOrder|getsupplier 1096 +|SDMProjectPurchaseOrder|gettscreationdate 1097 +|SDMProjectPurchaseOrder|getwarehouse 1098 +|SDMProjectPurchaseOrder|getwhlocation 1099 +|SDMProjectPurchaseOrder|invoiceamount 1100 +|SDMProjectPurchaseOrder|invoicesamount 1101 +|SDMProjectPurchaseOrder|isapproved 1102 +|SDMProjectPurchaseOrder|iscancelled 1103 +|SDMProjectPurchaseOrder|isconfirmed 1104 +|SDMProjectPurchaseOrder|isdeliveryinprogress 1105 +|SDMProjectPurchaseOrder|isfullydelivered 1106 +|SDMProjectPurchaseOrder|isinquired 1107 +|SDMProjectPurchaseOrder|isinvoiceable 1108 +|SDMProjectPurchaseOrder|isnew 1109 +|SDMProjectPurchaseOrder|isordered 1110 +|SDMProjectPurchaseOrder|ispartiallydelivered 1111 +|SDMProjectPurchaseOrder|location 1112 +|SDMProjectPurchaseOrder|name 1113 +|SDMProjectPurchaseOrder|ordernumber 1114 +|SDMProjectPurchaseOrder|overallpurchaseorderactualamount 1115 +|SDMProjectPurchaseOrder|purchaseorderdeliveredactualamount 1116 +|SDMProjectPurchaseOrder|purchaseorderdeliveredactualquantity 1117 +|SDMProjectPurchaseOrder|purchaseorderdeliveredplannedamount 1118 +|SDMProjectPurchaseOrder|purchaseorderdeliveredplannedquantity 1119 +|SDMProjectPurchaseOrder|purchaseordernotdeliveredactualamount 1120 +|SDMProjectPurchaseOrder|purchaseordernotdeliveredactualquantity 1121 +|SDMProjectPurchaseOrder|purchaseordernotdeliveredplannedamount 1122 +|SDMProjectPurchaseOrder|purchaseordernotdeliveredplannedquantity 1123 +|SDMProjectPurchaseOrder|state 1124 +|SDMProjectPurchaseOrder|totalamount 1125 +|SDMProjectPurchaseOrder|tsclosed 1126 +|SDMProjectPurchaseOrder|tsordered 1127 +|SDMProjectPurchaseOrder|userlabel 1128 +|SDMProjectPurchaseOrderItem|currency 1129 +|SDMProjectPurchaseOrderItem|deliveredqty 1130 +|SDMProjectPurchaseOrderItem|description 1131 +|SDMProjectPurchaseOrderItem|discount 1132 +|SDMProjectPurchaseOrderItem|financialid 1133 +|SDMProjectPurchaseOrderItem|getmasteritem 1134 +|SDMProjectPurchaseOrderItem|getpurchaseorder 1135 +|SDMProjectPurchaseOrderItem|getsupplier 1136 +|SDMProjectPurchaseOrderItem|gettotalcost 1137 +|SDMProjectPurchaseOrderItem|gettotalweight 1138 +|SDMProjectPurchaseOrderItem|getvendor 1139 +|SDMProjectPurchaseOrderItem|getvendoritemnumber 1140 +|SDMProjectPurchaseOrderItem|getwarehouse 1141 +|SDMProjectPurchaseOrderItem|iscancelled 1142 +|SDMProjectPurchaseOrderItem|isclosed 1143 +|SDMProjectPurchaseOrderItem|isdelivered 1144 +|SDMProjectPurchaseOrderItem|isnew 1145 +|SDMProjectPurchaseOrderItem|isordered 1146 +|SDMProjectPurchaseOrderItem|ispartiallydelivered 1147 +|SDMProjectPurchaseOrderItem|name 1148 +|SDMProjectPurchaseOrderItem|orderedqty 1149 +|SDMProjectPurchaseOrderItem|quantity 1150 +|SDMProjectPurchaseOrderItem|state 1151 +|SDMProjectPurchaseOrderItem|tsdelivered 1152 +|SDMProjectPurchaseOrderItem|tsplanneddelivery 1153 +|SDMProjectPurchaseOrderItem|unit 1154 +|SDMProjectPurchaseOrderItem|unitcost 1155 +|SDMProjectPurchaseOrderItem|unitcostdiscount 1156 +|SDMProjectPurchaseOrderItem|unitcosttotal 1157 +|SDMProjectPurchaseOrderItem|userlabel 1158 +|SDMProjectPurchaseOrderItemTemplate|currency 1159 +|SDMProjectPurchaseOrderItemTemplate|deliverytime 1160 +|SDMProjectPurchaseOrderItemTemplate|discount 1161 +|SDMProjectPurchaseOrderItemTemplate|dispositiontime 1162 +|SDMProjectPurchaseOrderItemTemplate|getdebitor 1163 +|SDMProjectPurchaseOrderItemTemplate|getmasteritem 1164 +|SDMProjectPurchaseOrderItemTemplate|getsupplier 1165 +|SDMProjectPurchaseOrderItemTemplate|getvendor 1166 +|SDMProjectPurchaseOrderItemTemplate|name 1167 +|SDMProjectPurchaseOrderItemTemplate|packingunit 1168 +|SDMProjectPurchaseOrderItemTemplate|unit 1169 +|SDMProjectPurchaseOrderItemTemplate|unitcost 1170 +|SDMProjectPurchaseOrderItemTemplate|unitcostdiscount 1171 +|SDMProjectPurchaseOrderItemTemplate|userlabel 1172 +|SDMProjectStartMilestone|name 1173 +|SDMProjectStartMilestone|userlabel 1174 +|SDMProvisionCalculationItem|deliveryperiod 1175 +|SDMProvisionCalculationItem|duedate 1176 +|SDMProvisionCalculationItem|getinvoice 1177 +|SDMProvisionCalculationItem|getinvoicebookingdate 1178 +|SDMProvisionCalculationItem|getinvoicefinancialid 1179 +|SDMProvisionCalculationItem|getinvoiceuserlabel 1180 +|SDMProvisionCalculationItem|getinvsupplier 1181 +|SDMProvisionCalculationItem|getordernumber 1182 +|SDMProvisionCalculationItem|getpoprovisionamount 1183 +|SDMProvisionCalculationItem|getproject 1184 +|SDMProvisionCalculationItem|getprojectcontrollingitemduedate 1185 +|SDMProvisionCalculationItem|getsupplier 1186 +|SDMProvisionCalculationItem|invoicedate 1187 +|SDMProvisionCalculationItem|invoicestate 1188 +|SDMProvisionCalculationItem|label 1189 +|SDMProvisionCalculationItem|netamountasfloat 1190 +|SDMProvisionCalculationItem|origintype 1191 +|SDMProvisionCalculationItem|postate 1192 +|SDMProvisionCalculationItem|projectorder 1193 +|SDMProvisionCalculationItem|provisionamount 1194 +|SDMProvisionCalculationItem|purchaseorder 1195 +|SDMResourceLink|state 1196 +|SDMResourceLink|target 1197 +|SDMResourceLink|workinghours 1198 +|SDMResourceLink|workload 1199 +|SDMRootCause|getcreator 1200 +|SDMRootCause|name 1201 +|SDMRootCause|userlabel 1202 +|SDMSalaryAbsentType|isabsenttype 1203 +|SDMSalaryAbsentType|name 1204 +|SDMSalaryAbsentType|sign 1205 +|SDMSalaryAbsentType|userlabel 1206 +|SDMSalaryDefaultType|isabsenttype 1207 +|SDMSalaryDefaultType|name 1208 +|SDMSalaryDefaultType|sign 1209 +|SDMSalaryNegativeType|isabsenttype 1210 +|SDMSalaryNegativeType|name 1211 +|SDMSalaryNegativeType|sign 1212 +|SDMSalaryNegativeType|userlabel 1213 +|SDMSalaryType|description 1214 +|SDMSalaryType|isabsenttype 1215 +|SDMSalaryType|name 1216 +|SDMSalaryType|sign 1217 +|SDMSalaryType|userlabel 1218 +|SDMSalaryTypeEntry|getusedby 1219 +|SDMSalaryTypeEntry|isabsenttype 1220 +|SDMSalaryTypeEntry|name 1221 +|SDMSalaryTypeEntry|userlabel 1222 +|SDMSalesInvoice|financialinvoiceid 1223 +|SDMSalesInvoice|getcreator 1224 +|SDMSalesInvoice|getdebitor 1225 +|SDMSalesInvoice|getupdatedby 1226 +|SDMSalesInvoice|grossamount 1227 +|SDMSalesInvoice|invoicedate 1228 +|SDMSalesInvoice|lasthistoryentry 1229 +|SDMSalesInvoice|name 1230 +|SDMSalesInvoice|serviceperiod 1231 +|SDMSalesInvoice|serviceperiodenddate 1232 +|SDMSalesInvoice|serviceperiodstartdate 1233 +|SDMSalesInvoice|state 1234 +|SDMSalesInvoice|tsclosed 1235 +|SDMSalesInvoice|userlabel 1236 +|SDMSalesOrder|active 1237 +|SDMSalesOrder|billable 1238 +|SDMSalesOrder|canceled 1239 +|SDMSalesOrder|cost 1240 +|SDMSalesOrder|description 1241 +|SDMSalesOrder|extreference 1242 +|SDMSalesOrder|finalcost 1243 +|SDMSalesOrder|finalsales 1244 +|SDMSalesOrder|finalsalescalculated 1245 +|SDMSalesOrder|getaccountmanager 1246 +|SDMSalesOrder|getcompany 1247 +|SDMSalesOrder|getcompanyid 1248 +|SDMSalesOrder|getdynamicattributesjsondata 1249 +|SDMSalesOrder|getlocation 1250 +|SDMSalesOrder|getparent 1251 +|SDMSalesOrder|getprimaryprojectmanager 1252 +|SDMSalesOrder|getprocesscontainer 1253 +|SDMSalesOrder|getprogress 1254 +|SDMSalesOrder|getprojectgroup 1255 +|SDMSalesOrder|getresponsible 1256 +|SDMSalesOrder|getsalesasstringwithpoints 1257 +|SDMSalesOrder|getsalesordernumber 1258 +|SDMSalesOrder|getservice 1259 +|SDMSalesOrder|gettscreationdate 1260 +|SDMSalesOrder|lasthistoryentry 1261 +|SDMSalesOrder|name 1262 +|SDMSalesOrder|plannedby 1263 +|SDMSalesOrder|primaryso 1264 +|SDMSalesOrder|priority 1265 +|SDMSalesOrder|progress 1266 +|SDMSalesOrder|projectassistants 1267 +|SDMSalesOrder|remark 1268 +|SDMSalesOrder|sales 1269 +|SDMSalesOrder|secondaryso 1270 +|SDMSalesOrder|status 1271 +|SDMSalesOrder|targetsales 1272 +|SDMSalesOrder|tscalculatedend 1273 +|SDMSalesOrder|tscalculatedstart 1274 +|SDMSalesOrder|tsend 1275 +|SDMSalesOrder|tsplannedend 1276 +|SDMSalesOrder|tsplannedstart 1277 +|SDMSalesOrder|tsprogressduedate 1278 +|SDMSalesOrder|tsstart 1279 +|SDMSalesOrder|userlabel 1280 +|SDMSalesOrder|usesalesitemsfortargetsales 1281 +|SDMSalesOrder|waiting 1282 +|SDMSalesOrderDepot|active 1283 +|SDMSalesOrderDepot|type 1284 +|SDMServiceItemPool|name 1285 +|SDMServiceItemPool|userlabel 1286 +|SDMServiceOrder|defaultvalue 1287 +|SDMServiceOrder|name 1288 +|SDMServiceOrder|type 1289 +|SDMServiceOrder|userlabel 1290 +|SDMSLAReason|name 1291 +|SDMSLAReason|userlabel 1292 +|SDMStandardProductionCost|getparent 1293 +|SDMStandardProductionCost|hourlyrate 1294 +|SDMStandardProductionCost|name 1295 +|SDMStandardProductionCost|userlabel 1296 +|SDMStandardProductionCost|validfrom 1297 +|SDMStandardProductionCost|validto 1298 +|SDMStandardProductionCostGroup|active 1299 +|SDMStandardProductionCostGroup|getparent 1300 +|SDMStandardProductionCostGroup|name 1301 +|SDMStandardProductionCostGroup|userlabel 1302 +|SDMStatus|category 1303 +|SDMStatus|de 1304 +|SDMStatus|en 1305 +|SDMStatus|name 1306 +|SDMStockTakingDepot|name 1307 +|SDMStockTakingDepot|type 1308 +|SDMSubTicket|createdby 1309 +|SDMSubTicket|customernumber 1310 +|SDMSubTicket|customerstate 1311 +|SDMSubTicket|defectunit 1312 +|SDMSubTicket|detail 1313 +|SDMSubTicket|faulttype 1314 +|SDMSubTicket|getallnotescount 1315 +|SDMSubTicket|getcontractname 1316 +|SDMSubTicket|getcustomername 1317 +|SDMSubTicket|getengineer 1318 +|SDMSubTicket|getengineercount 1319 +|SDMSubTicket|getincident 1320 +|SDMSubTicket|getlocationaname 1321 +|SDMSubTicket|getlocationzname 1322 +|SDMSubTicket|getreportername 1323 +|SDMSubTicket|getresourcename 1324 +|SDMSubTicket|getresponsible 1325 +|SDMSubTicket|getslaname 1326 +|SDMSubTicket|gettscreationdate 1327 +|SDMSubTicket|issolution 1328 +|SDMSubTicket|mitname 1329 +|SDMSubTicket|name 1330 +|SDMSubTicket|nametodisplay 1331 +|SDMSubTicket|overtimecount 1332 +|SDMSubTicket|overtimereason 1333 +|SDMSubTicket|permanentresolved 1334 +|SDMSubTicket|priority 1335 +|SDMSubTicket|problemsoccured 1336 +|SDMSubTicket|rootcause 1337 +|SDMSubTicket|safetyresponsible 1338 +|SDMSubTicket|slaexclude 1339 +|SDMSubTicket|slaexcludereason 1340 +|SDMSubTicket|slaonholdtime 1341 +|SDMSubTicket|slatext 1342 +|SDMSubTicket|solution 1343 +|SDMSubTicket|state 1344 +|SDMSubTicket|stornoreason 1345 +|SDMSubTicket|tsassignedfirst 1346 +|SDMSubTicket|tsclassified 1347 +|SDMSubTicket|tsclosed 1348 +|SDMSubTicket|tscommclosed 1349 +|SDMSubTicket|tscreation 1350 +|SDMSubTicket|tsescalation 1351 +|SDMSubTicket|tseta 1352 +|SDMSubTicket|tsplannedend 1353 +|SDMSubTicket|tsplannedstart 1354 +|SDMSubTicket|tsreceived 1355 +|SDMSubTicket|tsresolved 1356 +|SDMSubTicket|tsstartstandby 1357 +|SDMSubTicket|tsstarttravel 1358 +|SDMSubTicket|tsstartwork 1359 +|SDMSubTicket|tsstopstandby 1360 +|SDMSubTicket|tsstorno 1361 +|SDMSubTicket|tstechnicalclosed 1362 +|SDMSubTicket|tsupdate 1363 +|SDMSubTicket|type 1364 +|SDMSubTicket|updateuser 1365 +|SDMSubTicket|userlabel 1366 +|SDMTeam|allowschedule 1367 +|SDMTeam|dispatcher 1368 +|SDMTeam|membernames 1369 +|SDMTeam|name 1370 +|SDMTeam|projectnames 1371 +|SDMTeam|responsiblenames 1372 +|SDMTeam|selfmanaged 1373 +|SDMTicketNote|getticket 1374 +|SDMTicketNote|name 1375 +|SDMTicketNote|userlabel 1376 +|SDMTool|accounting 1377 +|SDMTool|asoop 1378 +|SDMTool|cost 1379 +|SDMTool|currentstagename 1380 +|SDMTool|feeperday 1381 +|SDMTool|feepermonth 1382 +|SDMTool|foreignkey 1383 +|SDMTool|functionalstate 1384 +|SDMTool|getallphysicalcategorydynamicattributesandvaluesasjson 1385 +|SDMTool|getassignedtocompanyid 1386 +|SDMTool|getassignedtoemployer 1387 +|SDMTool|getassignedtoleasedto 1388 +|SDMTool|getassignedtolinemanager 1389 +|SDMTool|getfeeperday 1390 +|SDMTool|getlifecycletsclosed 1391 +|SDMTool|getparent 1392 +|SDMTool|getuser 1393 +|SDMTool|installationdate 1394 +|SDMTool|inventorynumber 1395 +|SDMTool|masteritem 1396 +|SDMTool|materialid 1397 +|SDMTool|name 1398 +|SDMTool|serialnumber 1399 +|SDMTool|singleaccounting 1400 +|SDMTool|state 1401 +|SDMTool|userlabel 1402 +|SDMTranslationItem|de 1403 +|SDMTranslationItem|en 1404 +|SDMTranslationItem|name 1405 +|SDMTransportCode|name 1406 +|SDMTransportCode|userlabel 1407 +|SDMTravelAccommodationItem|assignedtonames 1408 +|SDMTravelAccommodationItem|getorder 1409 +|SDMTravelAccommodationItem|name 1410 +|SDMTravelAccommodationItem|quantity 1411 +|SDMTravelAccommodationItem|state 1412 +|SDMTravelAccommodationItem|tscreation 1413 +|SDMTravelAccommodationItem|unit 1414 +|SDMTravelAccommodationItem|unitcost 1415 +|SDMTravelAccommodationItem|unitcosttotal 1416 +|SDMTravelAccommodationItem|userlabel 1417 +|SDMTravelCarItem|assignedtonames 1418 +|SDMTravelCarItem|getorder 1419 +|SDMTravelCarItem|name 1420 +|SDMTravelCarItem|quantity 1421 +|SDMTravelCarItem|tscreation 1422 +|SDMTravelCarItem|unitcost 1423 +|SDMTravelCarItem|unitcosttotal 1424 +|SDMTravelCartItem|assignedtonames 1425 +|SDMTravelCartItem|gettravelorder 1426 +|SDMTravelCartItem|name 1427 +|SDMTravelCartItem|quantity 1428 +|SDMTravelEntry|borderdatetime 1429 +|SDMTravelEntry|countryfrom 1430 +|SDMTravelEntry|countryto 1431 +|SDMTravelEntry|enddatetime 1432 +|SDMTravelEntry|from 1433 +|SDMTravelEntry|getuser 1434 +|SDMTravelEntry|salesorder 1435 +|SDMTravelEntry|startdatetime 1436 +|SDMTravelEntry|to 1437 +|SDMTravelEntry|transporttype 1438 +|SDMTravelEntry|type 1439 +|SDMTravelEntry|zipcodefrom 1440 +|SDMTravelEntry|zipcodeto 1441 +|SDMTravelFlightItem|assignedtonames 1442 +|SDMTravelFlightItem|getorder 1443 +|SDMTravelFlightItem|name 1444 +|SDMTravelFlightItem|quantity 1445 +|SDMTravelFlightItem|state 1446 +|SDMTravelFlightItem|tscreation 1447 +|SDMTravelFlightItem|unitcost 1448 +|SDMTravelFlightItem|unitcosttotal 1449 +|SDMTravelOrder|addresslocation 1450 +|SDMTravelOrder|approvedamount 1451 +|SDMTravelOrder|children 1452 +|SDMTravelOrder|creationdate 1453 +|SDMTravelOrder|estimatedamount 1454 +|SDMTravelOrder|getcreator 1455 +|SDMTravelOrder|gethotel 1456 +|SDMTravelOrder|getrequest 1457 +|SDMTravelOrder|invoiceamount 1458 +|SDMTravelOrder|location 1459 +|SDMTravelOrder|name 1460 +|SDMTravelOrder|ordernumber 1461 +|SDMTravelOrder|parent 1462 +|SDMTravelOrder|state 1463 +|SDMTravelOrder|supplier 1464 +|SDMTravelOrder|totalamount 1465 +|SDMTravelOrder|tsordered 1466 +|SDMTravelOrder|tsplanneddelivery 1467 +|SDMTravelReceipt|date 1468 +|SDMTravelReceipt|description 1469 +|SDMTravelReceipt|getbeneficiary 1470 +|SDMTravelReceipt|getcreator 1471 +|SDMTravelReceipt|getinvoice 1472 +|SDMTravelReceipt|getinvoicelastpaymentdate 1473 +|SDMTravelReceipt|getsalesorder 1474 +|SDMTravelReceipt|reason 1475 +|SDMTravelReceipt|remark 1476 +|SDMTravelReceipt|state 1477 +|SDMTravelReceipt|sum 1478 +|SDMTravelRequest|gethotel 1479 +|SDMTravelRequest|name 1480 +|SDMTravelRequest|tsend 1481 +|SDMTravelRequest|tsstart 1482 +|SDMTravelTrainItem|assignedtonames 1483 +|SDMTravelTrainItem|getorder 1484 +|SDMTravelTrainItem|name 1485 +|SDMTravelTrainItem|quantity 1486 +|SDMTravelTrainItem|state 1487 +|SDMTravelTrainItem|tscreation 1488 +|SDMTravelTrainItem|unitcost 1489 +|SDMTravelTrainItem|unitcosttotal 1490 +|SDMVirtualLocation|name 1491 +|SDMVirtualLocation|userlabel 1492 +|SDMWhiteCollarWorkerProfile|name 1493 +|SDMWorkday|attendantreference 1494 +|SDMWorkday|getparent 1495 +|SDMWorkday|name 1496 +|SDMWorkday|userlabel 1497 +|SDMWorkingTime|getparent 1498 +|SDMWorkingTime|name 1499 +|SDMWorkingTime|targettime 1500 +|SDMWorkingTime|userlabel 1501 +|SDMWorkingTimeModel|hoursperweek 1502 +|SDMWorkingTimeModel|name 1503 +|SDMWorkOrder|getassignedto 1504 +|SDMWorkOrder|getcontract 1505 +|SDMWorkOrder|getdynamicattributesjsondata 1506 +|SDMWorkOrder|getsalesorderforwp 1507 +|SDMWorkOrder|getstatusexternalid 1508 +|SDMWorkOrder|gettscreation 1509 +|SDMWorkOrder|name 1510 +|SDMWorkOrder|responsiblenames 1511 +|SDMWorkOrder|state 1512 +|SDMWorkOrder|tagsstring 1513 +|SDMWorkOrder|tsclosed 1514 +|SDMWorkOrder|tsresolved 1515 +|SDMWorkOrder|userlabel 1516 +|SDMWorkpackageType|name 1517 +|SDMWorkpackageType|userlabel 1518 +|SDMWTRProject|active 1519 +|SDMWTRProject|availableforcostcenter 1520 +|SDMWTRProject|billable 1521 +|SDMWTRProject|estimatedworkinghours 1522 +|SDMWTRProject|getaccountmanager 1523 +|SDMWTRProject|getparent 1524 +|SDMWTRProject|getprimaryprojectmanager 1525 +|SDMWTRProject|getprojectgroup 1526 +|SDMWTRProject|getprojectowner 1527 +|SDMWTRProject|getsecondaryprojectmanager 1528 +|SDMWTRProject|gettscreationdate 1529 +|SDMWTRProject|locationreference 1530 +|SDMWTRProject|name 1531 +|SDMWTRProject|nametodisplay 1532 +|SDMWTRProject|priority 1533 +|SDMWTRProject|status 1534 +|SDMWTRProject|tsstart 1535 +|SDMWTRProject|userlabel 1536 +|SDMWTRProjectGroup|active 1537 +|SDMWTRProjectGroup|creationdate 1538 +|SDMWTRProjectGroup|customer 1539 +|SDMWTRProjectGroup|getaccountmanager 1540 +|SDMWTRProjectGroup|getcompany 1541 +|SDMWTRProjectGroup|getcustomerprojectmanager 1542 +|SDMWTRProjectGroup|getdispatchregion 1543 +|SDMWTRProjectGroup|getmycompanyid 1544 +|SDMWTRProjectGroup|getparent 1545 +|SDMWTRProjectGroup|getprimaryprojectmanager 1546 +|SDMWTRProjectGroup|getprojectowner 1547 +|SDMWTRProjectGroup|getsecondaryprojectmanager 1548 +|SDMWTRProjectGroup|getstockquerymanager 1549 +|SDMWTRProjectGroup|iscostcenter 1550 +|SDMWTRProjectGroup|materialsize 1551 +|SDMWTRProjectGroup|name 1552 +|SDMWTRProjectGroup|purchasingresponsible 1553 +|SDMWTRProjectGroup|swfcode 1554 +|SDMWTRProjectGroup|tsplannedend 1555 +|SDMWTRProjectGroup|tsplannedstart 1556 +|SDMWTRProjectGroup|userlabel 1557 +|SDMYear|getparent 1558 +|SDMYear|name 1559 +|SDMYear|userlabel 1560 +|SPLAllowanceEntry|amount 1561 +|SPLAllowanceEntry|duration 1562 +|SPLAllowanceEntry|endtimestamp 1563 +|SPLAllowanceEntry|getapprover 1564 +|SPLAllowanceEntry|getproject 1565 +|SPLAllowanceEntry|getprojectgroup 1566 +|SPLAllowanceEntry|getticket 1567 +|SPLAllowanceEntry|getuser 1568 +|SPLAllowanceEntry|serviceorder 1569 +|SPLAllowanceEntry|standardproductioncostrate 1570 +|SPLAllowanceEntry|startdate 1571 +|SPLAllowanceEntry|starttimestamp 1572 +|SPLAllowanceEntry|state 1573 +|SPLAllowanceEntry|toolcost 1574 +|SPLAllowanceEntry|toolcostvalue 1575 +|SPLAllowanceEntry|totalcost 1576 +|SPLAllowanceEntry|userlabel 1577 +|SPLWorkEntry|accounted 1578 +|SPLWorkEntry|amount 1579 +|SPLWorkEntry|countrylocation 1580 +|SPLWorkEntry|countryperson 1581 +|SPLWorkEntry|duration 1582 +|SPLWorkEntry|durationasfloat 1583 +|SPLWorkEntry|durationinpercent 1584 +|SPLWorkEntry|enddate 1585 +|SPLWorkEntry|endtimestamp 1586 +|SPLWorkEntry|exported 1587 +|SPLWorkEntry|exported2 1588 +|SPLWorkEntry|getactivitycode 1589 +|SPLWorkEntry|getactivityname 1590 +|SPLWorkEntry|getapprover 1591 +|SPLWorkEntry|getlocationdisplaystring 1592 +|SPLWorkEntry|getlocationunitname 1593 +|SPLWorkEntry|getperiod 1594 +|SPLWorkEntry|getproject 1595 +|SPLWorkEntry|getprojectcontrollingitem 1596 +|SPLWorkEntry|getprojectcontrollingitemduedate 1597 +|SPLWorkEntry|getprojectgroup 1598 +|SPLWorkEntry|getspcname 1599 +|SPLWorkEntry|getspcvalue 1600 +|SPLWorkEntry|gettaskcode 1601 +|SPLWorkEntry|gettaskname 1602 +|SPLWorkEntry|getticket 1603 +|SPLWorkEntry|gettype 1604 +|SPLWorkEntry|getuser 1605 +|SPLWorkEntry|getvehiclename 1606 +|SPLWorkEntry|isabsenttype 1607 +|SPLWorkEntry|month 1608 +|SPLWorkEntry|name 1609 +|SPLWorkEntry|serviceorder 1610 +|SPLWorkEntry|standardproductioncostrate 1611 +|SPLWorkEntry|startdate 1612 +|SPLWorkEntry|starttimestamp 1613 +|SPLWorkEntry|state 1614 +|SPLWorkEntry|toolcostvalue 1615 +|SPLWorkEntry|totalcost 1616 +|SPLWorkEntry|tsend 1617 +|SPLWorkEntry|tsstart 1618 +|SPLWorkEntry|userlabel 1619 +|SPLWorkEntry|year 133 133 1621 +---- 1622 + 1623 +== Verwandte Themen == 1624 + 134 134 {{include reference="IT-Wiki.Makros.Verwandte-Themen.WebHome"/}} 135 135 136 136 ----