Next generation ABAP development: [a developer's guide to new technologies and techniques in SAP NetWeaver 7.0 ; discusses the new ABAP Editor, ABAP Unit testing, regular expressions, shared memory objects, and more ; covers an entire development project through the eyes of a developer]
Gespeichert in:
Hauptverfasser: | , |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Bonn ; Boston
Galileo Press
2007
|
Schriftenreihe: | SAP press
|
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | 485 S. Ill., graph. Darst. 1 CD-ROM (12 cm) |
ISBN: | 9781592291397 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV022545273 | ||
003 | DE-604 | ||
005 | 20080411 | ||
007 | t | ||
008 | 070806s2007 gw ad|| |||| 00||| eng d | ||
015 | |a 07,A31,0020 |2 dnb | ||
016 | 7 | |a 984895957 |2 DE-101 | |
020 | |a 9781592291397 |c Pp. : EUR 69.95 |9 978-1-59229-139-7 | ||
035 | |a (OCoLC)180749139 | ||
035 | |a (DE-599)DNB984895957 | ||
040 | |a DE-604 |b ger |e rakddb | ||
041 | 0 | |a eng | |
044 | |a gw |c XA-DE |a xxu |c XD-US | ||
049 | |a DE-Aug4 |a DE-91G | ||
082 | 0 | |a 005.362 |2 22/ger | |
084 | |a ST 250 |0 (DE-625)143626: |2 rvk | ||
084 | |a 004 |2 sdnb | ||
084 | |a DAT 356f |2 stub | ||
100 | 1 | |a Heilman, Rich |e Verfasser |4 aut | |
245 | 1 | 0 | |a Next generation ABAP development |b [a developer's guide to new technologies and techniques in SAP NetWeaver 7.0 ; discusses the new ABAP Editor, ABAP Unit testing, regular expressions, shared memory objects, and more ; covers an entire development project through the eyes of a developer] |c Rich Heilman ; Thomas Jung. [Ed. Stefan Proksch] |
264 | 1 | |a Bonn ; Boston |b Galileo Press |c 2007 | |
300 | |a 485 S. |b Ill., graph. Darst. |e 1 CD-ROM (12 cm) | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
490 | 0 | |a SAP press | |
630 | 0 | 4 | |a SAP R/3 |
650 | 4 | |a ABAP/4 (Computer program language) | |
650 | 0 | 7 | |a ABAP 7.0 |0 (DE-588)7575236-0 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a ABAP 7.0 |0 (DE-588)7575236-0 |D s |
689 | 0 | |5 DE-604 | |
700 | 1 | |a Jung, Thomas |e Verfasser |4 aut | |
856 | 4 | 2 | |m HBZ Datenaustausch |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=015751656&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-015751656 |
Datensatz im Suchindex
_version_ | 1804136660535869442 |
---|---|
adam_text | Contents
Introduction 15
1.1 Log on and Explore 24
1.1.1 Workbench Object Browser 24
1.1.2 Object Browser List 25
1.1.3 Workbench Settings 28
1.1.4 New ABAP Editor 28
1.1.5 Additional New Workbench Tools 32
1.1.6 Debugger 36
1.2 Package Hierarchy for the Project 39
1.2.1 Project Requirements 39
1.2.2 Package Hierarchy 40
2.1 Designing Data Relationships 43
2.1.1 Table Relationship Graphic 44
2.1.2 SAP Data Modeler 46
2.2 Data Dictionary Fixed Value Domains 47
2.2.1 Single Value Domains 48
2.2.2 Interval Value Domains 48
2.3 Data Dictionary Text Tables 49
2.3.1 Data Elements and Domains 50
2.3.2 Transparent Table Creation and Relationships 51
2.3.3 Maintenance View 56
2.3.4 Generated Table Maintenance 58
2.4 Data Dictionary Data Tables 61
2.4.1 Enhancements 61
2.4.2 Indexes 62
2.4.3 Lock Objects 64
2.5 Search Helps 66
3.1 Persistent Objects 72
3.1.1 Creating the Persistent Object Class 73
3.1.2 Base Classes and Agent Classes 75
7
Contents
3.1.3 Persistent Data Mapper 77
3.1.4 Coding with a Persistent Object 79
3.2 Exception Classes 82
3.2.1 Advantages of Exception Classes 83
3.2.2 Creating an Exception Class 84
3.3 Business Object Classes 89
3.3.1 What Is a Business Object Class? 90
3.3.2 Business Object Class Structure 92
3.3.3 Multiple Object Selection 95
3.3.4 Select Options as a Query Criteria 97
3.3.5 Complex Business Objects 100
3.3.6 Modification Operations 103
3.3.7 ZIP Compression 104
3.4 Data Load Programs 107
3.4.1 Test Data Generator 107
3.4.2 Backup and Recovery Program 112
4.1 Proxy Generation 121
4.1.1 Accessing the WSDL Document 121
4.1.2 Creating the Client Proxy 122
4.1.3 Logical Ports 125
4.1.4 Using the Client Proxy Object 127
4.1.5 Implementing into the Business Object Layer 128
4.2 Logical Ports 130
4.2.1 Runtime 130
4.2.2 Call Parameters 132
4.2.3 Operations 136
4.2.4 Errors 136
4.2.5 PI Receiver 137
4.2.6 Application Specific Global Settings 138
4.2.7 Application Specific Operations 138
4.3 Extended Protocols 140
5.1 Getting Started 144
5.1.1 Area Root Class Creation 144
5.1.2 Defining the Shared Memory Area 150
5.1.3 Testing the Shared Memory Object 152
5.1.4 Shared Memory Monitor 154
8
Contents
5.2 Automatic Preloading 155
5.2.1 Adding the Interface 155
5.2.2 Modifying the Read Program 157
5.3 Implementing into the Business Object Layer 157
5.3.1 Developing a Test Program 158
5.3.2 Modifying the Business Object Class 159
5.3.3 Testing the Changes 162
6.1 Class Overview 163
6.1.1 What Is Model View Controller? 164
6.1.2 Creating the Model Class 164
6.2 Transactional Methods 168
6.2.1 Read Method 169
6.2.2 Record Locking Methods 171
6.2.3 Save Method 172
6.2.4 Getters 173
6.3 Utility Methods 175
6.4 Emailing 177
6.4.1 Email Setup 178
6.4.2 Running an Email Test 182
6.4.3 Email Method 183
6.5 Regular Expressions 189
7.1 What Is Master Data Management? 194
7.1.1 Technical Architecture 194
7.1.2 Clients 196
7.1.3 Basic MDM Administration 198
7.1.4 Modeling in SAP MDM 200
7.2 Configuring the SAP MDM ABAP API 201
7.2.1 Installation of the MDM API Add on 202
7.2.2 Configuring the MDM API Connection 204
7.2.3 Authentication with the MDM API 205
7.3 Coding with the MDM ABAP API 206
7.3.1 Class Based API 207
7.3.2 Function Module Based API 209
7.3.3 Non Unicode ABAP Systems 211
7.3.4 Simple Read 212
9
Contents
7.3.5 Full Read 215
7.3.6 Integrating the MDM Repository into Your Business
Object Class 217
8.1 Overview of ABAP Unit Tests 221
8.1.1 Test Classes 222
8.1.2 Test Attributes 222
8.1.3 Test Methods 225
8.1.4 Assertions 225
8.2 Creating ABAP Unit Tests 227
8.2.1 Creating the ABAP Unit Test Class 227
8.2.2 Fixture Implementation 229
8.2.3 Test Method Implementations 229
8.3 Executingthe ABAP Unit Test 232
9.1 Web Service Definition 235
9.1.1 Service Definition Wizard 236
9.1.2 The Service Definition 240
9.1.3 Releasing the Web Service 241
9.2 Testing the Web Service 243
9.2.1 Web Service Administration 243
9.2.2 Using the Web Service Homepage 244
10.1 Modeling a Service in SAP NetWeaver Process Integration 250
10.1.1 Integration Builder 251
10.1.2 Simple Data Types 253
10.1.3 Complex Data Types 259
10.1.4 Message Types 261
10.1.5 Message Interface 263
10.2 Implementing the Service as a Server Proxy 264
10.3 Creating a Service Definition 270
10
Contents
11.1 ALV Object Model Overview 273
11.1.1 ALV Tool Overview 274
11.1.2 Display Types 276
11.2 Getting Started 276
11.2.1 Package Selection 277
11.2.2 Basic Program Coding 277
11.3 Modifying the ALV Output 281
11.3.1 ALV Functions 282
11.3.2 Modifying Column Attributes 283
11.3.3 Modifying Display Settings 285
11.3.4 Saving Layout Variants 286
11.4 Making the ALV Interactive 287
11.4.1 Adding Buttons 287
11.4.2 Defining Selections 289
11.4.3 Event Handling 290
11.5 Object Orientiation with Classic Dynpro 294
11.5.1 Restructuring the Dialog Program 294
11.5.2 Creating the Controller Class 296
11.5.3 Enjoy Control Events 299
11.5.4 Dynpro Events 300
12.1 Overview of the Components 304
12.1.1 Course Frame Component 305
12.1.2 Faculty Detail Component 305
12.1.3 Faculty List Component 307
M.I A Course Details Component 308
12.2 Component Usage 309
12.3 General Ul Features 311
12.3.1 Value Help 311
12.3.2 Required Fields 314
12.3.3 Change/Display Mode 317
12.4 ALV Component 320
12.4.1 ALV Component Usage 320
12.4.2 Context Mapping 321
12.4.3 ALV Implementation 322
12.5 Dialog Popup Window 325
12.5.1 Windows from the Same Component 325
12.5.2 Windows from an External Component Usage 327
11
Contents
12.6 Table Popins 332
12.6.1 What IsaTablePopin? 332
12.6.2 Designing the Table Popin 333
12.6.3 Context Design 334
12.6.4 Logic to Populate the Context for a Popin 335
12.7 File Upload/Download 336
12.7.1 File Downloads 336
12.7.2 File Uploads 339
12.8 Web Dynpro Debugger 341
13.1 Internet Facing BSP Application 346
13.1.1 Stateless versus Stateful 346
13.1.2 Application Layout 348
13.1.3 Custom Style Sheets 349
13.1.4 Course Overview Page 353
13.1.5 AJAX 356
13.2 BSP Extensions 363
13.2.1 Upload of Open Source Solution 363
13.2.2 Creating the BSP Extension 365
13.2.3 Creating the BSP Extension Element 366
13.2.4 Design Time Validation 369
13.2.5 Runtime Validation 370
13.2.6 Element Rendering 371
13.2.7 Testing the New Extension 373
14.1 Infrastructure and Setup 376
14.1.1 Adobe Document Services Infrastructure 376
14.1.2 Exposing the Service from the J2EE Engine 377
14.1.3 Configuring the Service Interface from ABAP 378
14.2 Function Module Based Forms 381
14.2.1 Creating the Interface 381
14.2.2 Form Interface to Context Mapping 383
14.2.3 Form Layout Editor 387
14.2.4 Coding Against the Form Function Module 389
14.3 Web Dynpro Based Forms 395
14.3.1 Web Dynpro View Creation 395
14.3.2 Form Design from Web Dynpro 397
12
Contents
14.3.3 Table Output in Forms 398
14.3.4 Making the Form Interactive 401
14.4 Offline Forms 402
15.1 Creating a System Configuration 407
15.1.1 User Mapping 414
15.1.2 System Test 415
15.2 Creating Portal Content 416
15.2.1 iView Creation 416
15.2.2 Role Assignment 420
15.2.3 Running Examples 421
15.3 Portal Eventing 424
15.3.1 Throwing a Portal Event 425
15.3.2 Catching a Portal Event 427
15.4 SAP NetWeaver Visual Composer 429
15.4.1 Consuming a Web Service 431
15.4.2 Consuming an RFC 432
15.4.3 Building the User Interface 436
15.4.4 Building Value Help 437
15.5 SAP NetWeaver Business Client 443
16.1 What Is an ICF Service Node? 450
16.2 Handler RSS Feed 451
16.2.1 HTTP Handler Class Test Implementation 452
16.2.2 ICF Node Creation and Handler Association 453
16.2.3 RSS Handler Implementation 454
16.2.4 RSS Handler Application Logic 455
16.2.5 Handler for Attachment Downloads 461
A Code Samples 469
B The Authors 473
Index 475
13
|
adam_txt |
Contents
Introduction 15
1.1 Log on and Explore 24
1.1.1 Workbench Object Browser 24
1.1.2 Object Browser List 25
1.1.3 Workbench Settings 28
1.1.4 New ABAP Editor 28
1.1.5 Additional New Workbench Tools 32
1.1.6 Debugger 36
1.2 Package Hierarchy for the Project 39
1.2.1 Project Requirements 39
1.2.2 Package Hierarchy 40
2.1 Designing Data Relationships 43
2.1.1 Table Relationship Graphic 44
2.1.2 SAP Data Modeler 46
2.2 Data Dictionary Fixed Value Domains 47
2.2.1 Single Value Domains 48
2.2.2 Interval Value Domains 48
2.3 Data Dictionary Text Tables 49
2.3.1 Data Elements and Domains 50
2.3.2 Transparent Table Creation and Relationships 51
2.3.3 Maintenance View 56
2.3.4 Generated Table Maintenance 58
2.4 Data Dictionary Data Tables 61
2.4.1 Enhancements 61
2.4.2 Indexes 62
2.4.3 Lock Objects 64
2.5 Search Helps 66
3.1 Persistent Objects 72
3.1.1 Creating the Persistent Object Class 73
3.1.2 Base Classes and Agent Classes 75
7
Contents
3.1.3 Persistent Data Mapper 77
3.1.4 Coding with a Persistent Object 79
3.2 Exception Classes 82
3.2.1 Advantages of Exception Classes 83
3.2.2 Creating an Exception Class 84
3.3 Business Object Classes 89
3.3.1 What Is a Business Object Class? 90
3.3.2 Business Object Class Structure 92
3.3.3 Multiple Object Selection 95
3.3.4 Select Options as a Query Criteria 97
3.3.5 Complex Business Objects 100
3.3.6 Modification Operations 103
3.3.7 ZIP Compression 104
3.4 Data Load Programs 107
3.4.1 Test Data Generator 107
3.4.2 Backup and Recovery Program 112
4.1 Proxy Generation 121
4.1.1 Accessing the WSDL Document 121
4.1.2 Creating the Client Proxy 122
4.1.3 Logical Ports 125
4.1.4 Using the Client Proxy Object 127
4.1.5 Implementing into the Business Object Layer 128
4.2 Logical Ports 130
4.2.1 Runtime 130
4.2.2 Call Parameters 132
4.2.3 Operations 136
4.2.4 Errors 136
4.2.5 PI Receiver 137
4.2.6 Application Specific Global Settings 138
4.2.7 Application Specific Operations 138
4.3 Extended Protocols 140
5.1 Getting Started 144
5.1.1 Area Root Class Creation 144
5.1.2 Defining the Shared Memory Area 150
5.1.3 Testing the Shared Memory Object 152
5.1.4 Shared Memory Monitor 154
8
Contents
5.2 Automatic Preloading 155
5.2.1 Adding the Interface 155
5.2.2 Modifying the Read Program 157
5.3 Implementing into the Business Object Layer 157
5.3.1 Developing a Test Program 158
5.3.2 Modifying the Business Object Class 159
5.3.3 Testing the Changes 162
6.1 Class Overview 163
6.1.1 What Is Model View Controller? 164
6.1.2 Creating the Model Class 164
6.2 Transactional Methods 168
6.2.1 Read Method 169
6.2.2 Record Locking Methods 171
6.2.3 Save Method 172
6.2.4 Getters 173
6.3 Utility Methods 175
6.4 Emailing 177
6.4.1 Email Setup 178
6.4.2 Running an Email Test 182
6.4.3 Email Method 183
6.5 Regular Expressions 189
7.1 What Is Master Data Management? 194
7.1.1 Technical Architecture 194
7.1.2 Clients 196
7.1.3 Basic MDM Administration 198
7.1.4 Modeling in SAP MDM 200
7.2 Configuring the SAP MDM ABAP API 201
7.2.1 Installation of the MDM API Add on 202
7.2.2 Configuring the MDM API Connection 204
7.2.3 Authentication with the MDM API 205
7.3 Coding with the MDM ABAP API 206
7.3.1 Class Based API 207
7.3.2 Function Module Based API 209
7.3.3 Non Unicode ABAP Systems 211
7.3.4 Simple Read 212
9
Contents
7.3.5 Full Read 215
7.3.6 Integrating the MDM Repository into Your Business
Object Class 217
8.1 Overview of ABAP Unit Tests 221
8.1.1 Test Classes 222
8.1.2 Test Attributes 222
8.1.3 Test Methods 225
8.1.4 Assertions 225
8.2 Creating ABAP Unit Tests 227
8.2.1 Creating the ABAP Unit Test Class 227
8.2.2 Fixture Implementation 229
8.2.3 Test Method Implementations 229
8.3 Executingthe ABAP Unit Test 232
9.1 Web Service Definition 235
9.1.1 Service Definition Wizard 236
9.1.2 The Service Definition 240
9.1.3 Releasing the Web Service 241
9.2 Testing the Web Service 243
9.2.1 Web Service Administration 243
9.2.2 Using the Web Service Homepage 244
10.1 Modeling a Service in SAP NetWeaver Process Integration 250
10.1.1 Integration Builder 251
10.1.2 Simple Data Types 253
10.1.3 Complex Data Types 259
10.1.4 Message Types 261
10.1.5 Message Interface 263
10.2 Implementing the Service as a Server Proxy 264
10.3 Creating a Service Definition 270
10
Contents
11.1 ALV Object Model Overview 273
11.1.1 ALV Tool Overview 274
11.1.2 Display Types 276
11.2 Getting Started 276
11.2.1 Package Selection 277
11.2.2 Basic Program Coding 277
11.3 Modifying the ALV Output 281
11.3.1 ALV Functions 282
11.3.2 Modifying Column Attributes 283
11.3.3 Modifying Display Settings 285
11.3.4 Saving Layout Variants 286
11.4 Making the ALV Interactive 287
11.4.1 Adding Buttons 287
11.4.2 Defining Selections 289
11.4.3 Event Handling 290
11.5 Object Orientiation with Classic Dynpro 294
11.5.1 Restructuring the Dialog Program 294
11.5.2 Creating the Controller Class 296
11.5.3 Enjoy Control Events 299
11.5.4 Dynpro Events 300
12.1 Overview of the Components 304
12.1.1 Course Frame Component 305
12.1.2 Faculty Detail Component 305
12.1.3 Faculty List Component 307
M.I A Course Details Component 308
12.2 Component Usage 309
12.3 General Ul Features 311
12.3.1 Value Help 311
12.3.2 Required Fields 314
12.3.3 Change/Display Mode 317
12.4 ALV Component 320
12.4.1 ALV Component Usage 320
12.4.2 Context Mapping 321
12.4.3 ALV Implementation 322
12.5 Dialog Popup Window 325
12.5.1 Windows from the Same Component 325
12.5.2 Windows from an External Component Usage 327
11
Contents
12.6 Table Popins 332
12.6.1 What IsaTablePopin? 332
12.6.2 Designing the Table Popin 333
12.6.3 Context Design 334
12.6.4 Logic to Populate the Context for a Popin 335
12.7 File Upload/Download 336
12.7.1 File Downloads 336
12.7.2 File Uploads 339
12.8 Web Dynpro Debugger 341
13.1 Internet Facing BSP Application 346
13.1.1 Stateless versus Stateful 346
13.1.2 Application Layout 348
13.1.3 Custom Style Sheets 349
13.1.4 Course Overview Page 353
13.1.5 AJAX 356
13.2 BSP Extensions 363
13.2.1 Upload of Open Source Solution 363
13.2.2 Creating the BSP Extension 365
13.2.3 Creating the BSP Extension Element 366
13.2.4 Design Time Validation 369
13.2.5 Runtime Validation 370
13.2.6 Element Rendering 371
13.2.7 Testing the New Extension 373
14.1 Infrastructure and Setup 376
14.1.1 Adobe Document Services Infrastructure 376
14.1.2 Exposing the Service from the J2EE Engine 377
14.1.3 Configuring the Service Interface from ABAP 378
14.2 Function Module Based Forms 381
14.2.1 Creating the Interface 381
14.2.2 Form Interface to Context Mapping 383
14.2.3 Form Layout Editor 387
14.2.4 Coding Against the Form Function Module 389
14.3 Web Dynpro Based Forms 395
14.3.1 Web Dynpro View Creation 395
14.3.2 Form Design from Web Dynpro 397
12
Contents
14.3.3 Table Output in Forms 398
14.3.4 Making the Form Interactive 401
14.4 Offline Forms 402
15.1 Creating a System Configuration 407
15.1.1 User Mapping 414
15.1.2 System Test 415
15.2 Creating Portal Content 416
15.2.1 iView Creation 416
15.2.2 Role Assignment 420
15.2.3 Running Examples 421
15.3 Portal Eventing 424
15.3.1 Throwing a Portal Event 425
15.3.2 Catching a Portal Event 427
15.4 SAP NetWeaver Visual Composer 429
15.4.1 Consuming a Web Service 431
15.4.2 Consuming an RFC 432
15.4.3 Building the User Interface 436
15.4.4 Building Value Help 437
15.5 SAP NetWeaver Business Client 443
16.1 What Is an ICF Service Node? 450
16.2 Handler RSS Feed 451
16.2.1 HTTP Handler Class Test Implementation 452
16.2.2 ICF Node Creation and Handler Association 453
16.2.3 RSS Handler Implementation 454
16.2.4 RSS Handler Application Logic 455
16.2.5 Handler for Attachment Downloads 461
A Code Samples 469
B The Authors 473
Index 475
13 |
any_adam_object | 1 |
any_adam_object_boolean | 1 |
author | Heilman, Rich Jung, Thomas |
author_facet | Heilman, Rich Jung, Thomas |
author_role | aut aut |
author_sort | Heilman, Rich |
author_variant | r h rh t j tj |
building | Verbundindex |
bvnumber | BV022545273 |
classification_rvk | ST 250 |
classification_tum | DAT 356f |
ctrlnum | (OCoLC)180749139 (DE-599)DNB984895957 |
dewey-full | 005.362 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 005 - Computer programming, programs, data, security |
dewey-raw | 005.362 |
dewey-search | 005.362 |
dewey-sort | 15.362 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
discipline_str_mv | Informatik |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>01805nam a2200433 c 4500</leader><controlfield tag="001">BV022545273</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20080411 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">070806s2007 gw ad|| |||| 00||| eng d</controlfield><datafield tag="015" ind1=" " ind2=" "><subfield code="a">07,A31,0020</subfield><subfield code="2">dnb</subfield></datafield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">984895957</subfield><subfield code="2">DE-101</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781592291397</subfield><subfield code="c">Pp. : EUR 69.95</subfield><subfield code="9">978-1-59229-139-7</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)180749139</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)DNB984895957</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rakddb</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="044" ind1=" " ind2=" "><subfield code="a">gw</subfield><subfield code="c">XA-DE</subfield><subfield code="a">xxu</subfield><subfield code="c">XD-US</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-Aug4</subfield><subfield code="a">DE-91G</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">005.362</subfield><subfield code="2">22/ger</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 250</subfield><subfield code="0">(DE-625)143626:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">004</subfield><subfield code="2">sdnb</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">DAT 356f</subfield><subfield code="2">stub</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Heilman, Rich</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Next generation ABAP development</subfield><subfield code="b">[a developer's guide to new technologies and techniques in SAP NetWeaver 7.0 ; discusses the new ABAP Editor, ABAP Unit testing, regular expressions, shared memory objects, and more ; covers an entire development project through the eyes of a developer]</subfield><subfield code="c">Rich Heilman ; Thomas Jung. [Ed. Stefan Proksch]</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Bonn ; Boston</subfield><subfield code="b">Galileo Press</subfield><subfield code="c">2007</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">485 S.</subfield><subfield code="b">Ill., graph. Darst.</subfield><subfield code="e">1 CD-ROM (12 cm)</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="490" ind1="0" ind2=" "><subfield code="a">SAP press</subfield></datafield><datafield tag="630" ind1="0" ind2="4"><subfield code="a">SAP R/3</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">ABAP/4 (Computer program language)</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">ABAP 7.0</subfield><subfield code="0">(DE-588)7575236-0</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">ABAP 7.0</subfield><subfield code="0">(DE-588)7575236-0</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Jung, Thomas</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">HBZ Datenaustausch</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=015751656&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="999" ind1=" " ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-015751656</subfield></datafield></record></collection> |
id | DE-604.BV022545273 |
illustrated | Illustrated |
index_date | 2024-07-02T18:11:40Z |
indexdate | 2024-07-09T20:59:56Z |
institution | BVB |
isbn | 9781592291397 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-015751656 |
oclc_num | 180749139 |
open_access_boolean | |
owner | DE-Aug4 DE-91G DE-BY-TUM |
owner_facet | DE-Aug4 DE-91G DE-BY-TUM |
physical | 485 S. Ill., graph. Darst. 1 CD-ROM (12 cm) |
publishDate | 2007 |
publishDateSearch | 2007 |
publishDateSort | 2007 |
publisher | Galileo Press |
record_format | marc |
series2 | SAP press |
spelling | Heilman, Rich Verfasser aut Next generation ABAP development [a developer's guide to new technologies and techniques in SAP NetWeaver 7.0 ; discusses the new ABAP Editor, ABAP Unit testing, regular expressions, shared memory objects, and more ; covers an entire development project through the eyes of a developer] Rich Heilman ; Thomas Jung. [Ed. Stefan Proksch] Bonn ; Boston Galileo Press 2007 485 S. Ill., graph. Darst. 1 CD-ROM (12 cm) txt rdacontent n rdamedia nc rdacarrier SAP press SAP R/3 ABAP/4 (Computer program language) ABAP 7.0 (DE-588)7575236-0 gnd rswk-swf ABAP 7.0 (DE-588)7575236-0 s DE-604 Jung, Thomas Verfasser aut HBZ Datenaustausch application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=015751656&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Heilman, Rich Jung, Thomas Next generation ABAP development [a developer's guide to new technologies and techniques in SAP NetWeaver 7.0 ; discusses the new ABAP Editor, ABAP Unit testing, regular expressions, shared memory objects, and more ; covers an entire development project through the eyes of a developer] SAP R/3 ABAP/4 (Computer program language) ABAP 7.0 (DE-588)7575236-0 gnd |
subject_GND | (DE-588)7575236-0 |
title | Next generation ABAP development [a developer's guide to new technologies and techniques in SAP NetWeaver 7.0 ; discusses the new ABAP Editor, ABAP Unit testing, regular expressions, shared memory objects, and more ; covers an entire development project through the eyes of a developer] |
title_auth | Next generation ABAP development [a developer's guide to new technologies and techniques in SAP NetWeaver 7.0 ; discusses the new ABAP Editor, ABAP Unit testing, regular expressions, shared memory objects, and more ; covers an entire development project through the eyes of a developer] |
title_exact_search | Next generation ABAP development [a developer's guide to new technologies and techniques in SAP NetWeaver 7.0 ; discusses the new ABAP Editor, ABAP Unit testing, regular expressions, shared memory objects, and more ; covers an entire development project through the eyes of a developer] |
title_exact_search_txtP | Next generation ABAP development [a developer's guide to new technologies and techniques in SAP NetWeaver 7.0 ; discusses the new ABAP Editor, ABAP Unit testing, regular expressions, shared memory objects, and more ; covers an entire development project through the eyes of a developer] |
title_full | Next generation ABAP development [a developer's guide to new technologies and techniques in SAP NetWeaver 7.0 ; discusses the new ABAP Editor, ABAP Unit testing, regular expressions, shared memory objects, and more ; covers an entire development project through the eyes of a developer] Rich Heilman ; Thomas Jung. [Ed. Stefan Proksch] |
title_fullStr | Next generation ABAP development [a developer's guide to new technologies and techniques in SAP NetWeaver 7.0 ; discusses the new ABAP Editor, ABAP Unit testing, regular expressions, shared memory objects, and more ; covers an entire development project through the eyes of a developer] Rich Heilman ; Thomas Jung. [Ed. Stefan Proksch] |
title_full_unstemmed | Next generation ABAP development [a developer's guide to new technologies and techniques in SAP NetWeaver 7.0 ; discusses the new ABAP Editor, ABAP Unit testing, regular expressions, shared memory objects, and more ; covers an entire development project through the eyes of a developer] Rich Heilman ; Thomas Jung. [Ed. Stefan Proksch] |
title_short | Next generation ABAP development |
title_sort | next generation abap development a developer s guide to new technologies and techniques in sap netweaver 7 0 discusses the new abap editor abap unit testing regular expressions shared memory objects and more covers an entire development project through the eyes of a developer |
title_sub | [a developer's guide to new technologies and techniques in SAP NetWeaver 7.0 ; discusses the new ABAP Editor, ABAP Unit testing, regular expressions, shared memory objects, and more ; covers an entire development project through the eyes of a developer] |
topic | SAP R/3 ABAP/4 (Computer program language) ABAP 7.0 (DE-588)7575236-0 gnd |
topic_facet | SAP R/3 ABAP/4 (Computer program language) ABAP 7.0 |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=015751656&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT heilmanrich nextgenerationabapdevelopmentadevelopersguidetonewtechnologiesandtechniquesinsapnetweaver70discussesthenewabapeditorabapunittestingregularexpressionssharedmemoryobjectsandmorecoversanentiredevelopmentprojectthroughtheeyesofadeveloper AT jungthomas nextgenerationabapdevelopmentadevelopersguidetonewtechnologiesandtechniquesinsapnetweaver70discussesthenewabapeditorabapunittestingregularexpressionssharedmemoryobjectsandmorecoversanentiredevelopmentprojectthroughtheeyesofadeveloper |