Skip to content

SAP Smart Forms (Gebundene Ausgabe) von Werner Hertleif Christoph Wachter

SAP Smart Forms (Gebundene Ausgabe) von Werner Hertleif Christoph Wachter Hardcover - 2003

by Werner Hertleif Christoph Wachter

  • Used
  • Hardcover

Description

Galileo Computing Galileo Press GmbH SAP PRESS , Auflage: 1 (April 2003). Auflage: 1 (April 2003). Hardcover. 24,4 x 17,8 x 2,8 cm. Move over, SAPscript. SAP Smart Forms are far more convenient. This book shows you how to use this key tool, released in 4.6C, and gives you all the basic knowledge for the production, functions and handling of Smart Forms. Learn the ins and outs of integrating text, graphics and data into your forms, plus discover the printing, e-mail, and web options that are available. All of this is described in detail. In addition, numerous practice exercises enable you to hit the ground running with form production procedures. An extensive appendix offers volumes of highly-detailed information. This book is an indispensable technical reference. Key topics: - Quick Start with Practice Examples - Tools for Creating Forms - Form Layout - Elementary Knot Types - Data in the Form - Data Output and Logical Sequence - ABAP-Program in the Form - Putting together and using a Support Program - Special Output-Procedure - Migration of SAPscript Forms - New Developments as from Basis-Release 6.10 - Other Topics connected with Form Production Content: 1 Introduction 13 1.1 Create Forms with Style 13 1.2 Using This Book 14 1.2.1 Book Structure 14 1.2.2 Where to Start 17 1.2.3 General Information 17 2 Getting Started 19 2.1 General Information on Form Development 19 2.1.1 Overview 19 2.1.2 Form Layout 20 2.1.3 Form Flow Logic 21 2.1.4 Form Data 22 2.1.5 Output 23 2.1.6 Tools 23 2.2 Sample Exercise 24 2.2.1 Requirements 24 2.2.2 Preparation: Creating the Standard Text 26 2.2.3 Outputting the Sample Form 29 2.2.4 Creating Your Own Form as a Working Copy 34 2.2.5 Changing Your Form 36 2.2.6 Creating a Custom Main Program 44 2.3 Overview of Node Types 47 3 Tools 51 3.1 Overview 51 3.2 Style Builder 53 3.2.1 Overview 53 3.2.2 Functions of the Style Builder 54 3.2.3 Creating Your Own Style as a Copy 55 3.2.4 Header Data of a Style 57 3.2.5 Maintaining Paragraph Formats 57 3.2.6 Sample Exercise: Outlines 61 3.2.7 Character Formats 63 3.2.8 Sample Exercises: Style Content 65 3.3 Form Builder 66 3.3.1 Editing Functions 66 3.3.2 Form Painter 73 3.3.3 Table Painter 75 3.4 Checking, Testing, and Activating Forms 77 3.4.1 Activating the Form 78 3.4.2 Testing the Form 80 3.4.3 Generating the Form 80 3.5 Form Documentation 81 4 Form Layout 83 4.1 Overview 83 4.2 General Layout Definitions 84 4.2.1 Global Settings 84 4.2.2 Boxes and Shading 86 4.3 Page Node 87 4.3.1 Creating a New Draft Page 88 4.4 Window Nodes 90 4.4.1 Creating a New Window 91 4.4.2 Sample Exercise: Creating Windows 93 4.5 Templates and Output Tables 94 4.5.1 Overview 94 4.5.2 Sample Exercise: Configuring Template Nodes 96 4.5.3 Combining Several Templates 102 4.5.4 Output Table Without Direct Data Access 103 5 Elementary Node Types 105 5.1 Text Nodes 105 5.1.1 General Attributes 105 5.1.2 Text Element 108 5.1.3 Sample Exercise: Creating Text Nodes 110 5.1.4 Include Text (SAPscript Texts) 110 5.1.5 Including Text Modules 114 5.1.6 Sample Exercise: Including Text Modules 115 5.1.7 Creating and Maintaining Text Modules 117 5.1.8 Sample Exercise: Creating a Text Module 119 5.2 Address Node 119 5.2.1 Creating Address Nodes 120 5.3 Graphics and Background Graphics 123 5.3.1 Integration in the Form 123 5.3.2 Graphics in a Window, Template, or Output Table 125 5.3.3 Background Graphic for Page 126 5.3.4 Optimizing Print Output 127 5.4 Folder Node 127 5.4.1 Sample Exercise: Creating a Folder 129 5.5 Language in a Form 129 5.5.1 Language for Form Output 130 6 Form Data 131 6.1 Overview 131 6.2 Fields as Placeholders 132 6.2.1 Field List 132 6.2.2 Fields in a Text Node 133 6.2.3 Fields as Node Attributes 135 6.2.4 Fields with Formatting Options 136 6.3 Data Structures and Data Definitions 139 6.3.1 Procedure 139 6.3.2 Overview of Data Structures 140 6.3.3 Data Definition 145 6.3.4 Using ABAP Data Types 146 6.3.5 Reference to the ABAP Dictionary 147 6.3.6 Reference to Internal Data 151 6.3.7 Individual Data Types in the Form 152 6.3.8 Field Syntax 153 6.4 Data Sources 154 6.4.1 Form Interface 154 6.4.2 Global Definitions 160 6.4.3 System Fields 162 7 Form Flow L ogic 165 7.1 Overview 165 7.2 Dynamic Data Output 168 7.2.1 Overview 168 7.2.2 Node Types for Outputting Internal Tables 169 7.2.3 Loop 171 7.2.4 Reading a Single Data Record in a Loop 176 7.2.5 Sample Exercise: Loop 178 7.2.6 Output Table 179 7.2.7 Events (Event Nodes) 182 7.2.8 Sample Exercise: Revising the Flight Invoice 183 7.3 Logical Queries 187 7.3.1 Conditions 188 7.3.2 Branching with Alternative Nodes 190 7.4 Page Sequence and Numbering 191 7.5 Command Node 193 7.5.1 Overview 193 7.5.2 Print Controls 195 7.5.3 Attributes for the Spool Request 197 7.6 Complex Section 198 7.7 Postprocessing 198 7.8 Summary of Form Processing 200 8 ABAP Programs in Forms 203 8.1 Why Use Program Coding in a Form? 203 8.2 Editing Functions in the Program Node 206 8.3 Special Features in the Program Node 210 8.4 ABAP Basics 211 8.4.1 Overview 211 8.4.2 Data Definition 213 8.4.3 Value Assignments 214 8.4.4 Querying Database Tables 215 8.4.5 Loops 217 8.4.6 Control Structures (Using Conditions) 218 8.4.7 Subroutines 219 8.4.8 Test Function 220 8.5 Example: Including an Address with a Function Module 221 8.5.1 Overview 221 8.5.2 Using an Address Number from CAM 222 8.5.3 Integration with Direct Transfer of Address Information 224 8.5.4 Sample Exercise 226 8.6 Example: Calculating Totals in the Flight Invoice 226 8.6.1 Sample Exercise: Output in the Local Currency 229 9 Main Program 231 9.1 Overview 231 9.2 Defining the Properties for Data Retrieval 233 9.2.1 Flight Invoice: Selection Screen for Data Entry 233 9.2.2 Processing with Output Control 235 9.3 Data Retrieval 240 9.3.1 Flight Invoice: Reading the Database Tables 240 9.3.2 Delivery Combining Data 241 9.4 Calling the Function Module for the Form 242 9.4.1 Determining the Name of the Function Module 242 9.4.2 Calling the Function Module for the Form 243 9.5 Sample Exercise: Flight Invoices for Multiple Customers 245 9.6 Which Data Does the Form Use? 250 9.6.1 Overview 250 9.6.2 Example: Transferring Connections on Demand 252 9.6.3 Reduced Data Retrieval for the Delivery Note 253 9.6.4 Example: Flagging Carbon Copies 256 9.7 Standard P arameters of the Form I nterface 259 9.7.1 Overview 259 9.7.2 Standard Import Parameters 261 9.7.3 Sample Exercise: Standard Import Parameters 266 9.7.4 Standard Export Parameters 269 9.7.5 Sample Exercise: Standard Export Parameters 271 9.8 Runtime Errors/Exceptions 272 9.8.1 Overview 272 9.8.2 Error Handling in the Main Program 275 9.8.3 Individual Error Handling in the Form 278 9.8.4 Monitoring Form Execution with TRACE 283 10 Special Output Processes 285 10.1 Sending Forms via E-Mail or Fax 285 10.1.1 Overview 285 10.1.2 Sample Exercise: E-mail Dispatch 288 10.1.3 Additional Features with DEVICE='MAIL' 291 10.1.4 Application Case: mySAP CRM 292 10.2 Sending by Fax 293 10.3 XSF Output 294 10.3.1 Overview 294 10.3.2 Transfer Methods for the XSF Output 295 10.3.3 Statically Activating XSF Output 296 10.3.4 Specifying XSF Dynamically via the Form Interface 297 10.3.5 Sample Exercise: Download XSF Output 298 10.4 Archiving 301 11 Migrating SAPscript Forms 303 11.1 Overview 303 11.2 Migrating Styles 305 11.3 Migrating Forms 306 11.3.1 Automatic Migration Function 306 11.3.2 Manual Postprocessing 308 11.3.3 Enabling the Form Tests 308 11.3.4 Converting SAPscript Commands 311 11.3.5 Enabling Output with the Main Program 315 11.3.6 Higher-Level Flow Logic 316 11.3.7 Standard Interface Parameters 320 12 New Features in Basis Release 6.10 325 12.1 Web Application Server 6.10 325 12.1.1 New Features in the Form Builder, Form Painter, and Table Painter 325 12.1.2 New Table Output 327 12.1.3 Copies Window 329 12.1.4 Final Window 329 12.1.5 New System Fields 330 12.2 Web Forms for Internet Applications 330 12.2.1 HTML Output 332 12.2.2 Using a Web Form 332 12.2.3 Input Elements 333 12.2.4 More Details on HTML Forms 335 12.2.5 Calling a Web Form with a BSP Application 336 12.2.6 Evaluating Form Input 339 12.2.7 Maintaining Web Attributes in the Form Builder 340 12.2.8 Using Simple Input Types 341 12.2.9 Using Group Input Types 342 12.3 Web Application Server 6.20 343 12.3.1 Page Protection for Table Lines 343 12.3.2 Uploading and Downloading Text Modules and Smart Styles 343 12.3.3 Web Forms 343 13 Form Development Environment 345 13.1 Overview 345 13.2 Transport and Translation 345 13.2.1 Transport 346 13.2.2 Translating Texts 347 13.3 Text Editing and Storage 350 13.3.1 Overview 350 13.3.2 Inline Editor 351 13.3.3 SAPscript Editor (Page Layout) 354 13.3.4 Text Administration 356 13.4 Graphics Administration 361 13.5 Output Determination and Control 364 13.5.1 Overview 364 13.5.2 Output Determination by Condition Technique 365 13.5.3 Integrating Financials Forms 374 13.5.4 Integrating QM Forms 375 13.6 Print and Spool System 376 13.6.1 Overview 376 13.6.2 Information in the Spool Dialog Box 379 13.6.3 Spool Control (Output Control) 380 13.6.4 Spool Administration 384 13.6.5 Device Types (Print Controls) 387 13.6.6 Fonts and Bar Codes in the SAP System 390 13.7 Development Tools 395 13.7.1 Overview (Object Navigator) 395 13.7.2 ABAP Editor 397 13.7.3 Function Builder 401 13.7.4 ABAP Debugger 407 13.7.5 ABAP Dictionary 417 A Appendix 423 A.1 Notes in SAPNet (SAP Notes) 423 A.2 The SAP Flight Data Model 423 A.3 Example Forms for the Flight Invoice 427 A.3.1 Supplied Sample Forms 427 A.3.2 Sample Printout for the Flight Invoice (SF_EXAMPLE_01) 428 A.3.3 Source Texts for the Main Program (Original) 429 A.3.4 Sample Printout of Flight Invoice After Changes 430 A.3.5 Source Text for the Flight Invoice After the Examples 432 A.4 Example of E-mail Dispatch via Smart Forms 435 A.4.1 Source Text 435 A.4.2 Creating Programs 441 A.5 Sample Forms for Automotive 443 A.5.1 Overview 443 A.5.2 Material Tag in Accordance with VDA 4902 (ChLT Label) 444 A.5.3 Delivery Note in Accordance with DIN 4994/4992 444 A.5.4 Freight Order in Accordance with VDA 4992 446 Index 447 SAP Smart Forms Werner Hertleif Christoph Wachter SAPscript ABAP Elementary Knot Types Form Layout Data Output Logical Sequence Migration Output-Procedure Basis-Release 6.10 computers software Migration Move over, SAPscript. SAP Smart Forms are far more convenient. This book shows you how to use this key tool, released in 4.6C, and gives you all the basic knowledge for the production, functions and handling of Smart Forms. Learn the ins and outs of integrating text, graphics and data into your forms, plus discover the printing, e-mail, and web options that are available. All of this is described in detail. In addition, numerous practice exercises enable you to hit the ground running with form production procedures. An extensive appendix offers volumes of highly-detailed information. This book is an indispensable technical reference. Key topics: - Quick Start with Practice Examples - Tools for Creating Forms - Form Layout - Elementary Knot Types - Data in the Form - Data Output and Logical Sequence - ABAP-Program in the Form - Putting together and using a Support Program - Special Output-Procedure - Migration of SAPscript Forms - New Developments as from Basis-Release 6.10 - Other Topics connected with Form Production Content: 1 Introduction 13 1.1 Create Forms with Style 13 1.2 Using This Book 14 1.2.1 Book Structure 14 1.2.2 Where to Start 17 1.2.3 General Information 17 2 Getting Started 19 2.1 General Information on Form Development 19 2.1.1 Overview 19 2.1.2 Form Layout 20 2.1.3 Form Flow Logic 21 2.1.4 Form Data 22 2.1.5 Output 23 2.1.6 Tools 23 2.2 Sample Exercise 24 2.2.1 Requirements 24 2.2.2 Preparation: Creating the Standard Text 26 2.2.3 Outputting the Sample Form 29 2.2.4 Creating Your Own Form as a Working Copy 34 2.2.5 Changing Your Form 36 2.2.6 Creating a Custom Main Program 44 2.3 Overview of Node Types 47 3 Tools 51 3.1 Overview 51 3.2 Style Builder 53 3.2.1 Overview 53 3.2.2 Functions of the Style Builder 54 3.2.3 Creating Your Own Style as a Copy 55 3.2.4 Header Data of a Style 57 3.2.5 Maintaining Paragraph Formats 57 3.2.6 Sample Exercise: Outlines 61 3.2.7 Character Formats 63 3.2.8 Sample Exercises: Style Content 65 3.3 Form Builder 66 3.3.1 Editing Functions 66 3.3.2 Form Painter 73 3.3.3 Table Painter 75 3.4 Checking, Testing, and Activating Forms 77 3.4.1 Activating the Form 78 3.4.2 Testing the Form 80 3.4.3 Generating the Form 80 3.5 Form Documentation 81 4 Form Layout 83 4.1 Overview 83 4.2 General Layout Definitions 84 4.2.1 Global Settings 84 4.2.2 Boxes and Shading 86 4.3 Page Node 87 4.3.1 Creating a New Draft Page 88 4.4 Window Nodes 90 4.4.1 Creating a New Window 91 4.4.2 Sample Exercise: Creating Windows 93 4.5 Templates and Output Tables 94 4.5.1 Overview 94 4.5.2 Sample Exercise: Configuring Template Nodes 96 4.5.3 Combining Several Templates 102 4.5.4 Output Table Without Direct Data Access 103 5 Elementary Node Types 105 5.1 Text Nodes 105 5.1.1 General Attributes 105 5.1.2 Text Element 108 5.1.3 Sample Exercise: Creating Text Nodes 110 5.1.4 Include Text (SAPscript Texts) 110 5.1.5 Including Text Modules 114 5.1.6 Sample Exercise: Including Text Modules 115 5.1.7 Creating and Maintaining Text Modules 117 5.1.8 Sample Exercise: Creating a Text Module 119 5.2 Address Node 119 5.2.1 Creating Address Nodes 120 5.3 Graphics and Background Graphics 123 5.3.1 Integration in the Form 123 5.3.2 Graphics in a Window, Template, or Output Table 125 5.3.3 Background Graphic for Page 126 5.3.4 Optimizing Print Output 127 5.4 Folder Node 127 5.4.1 Sample Exercise: Creating a Folder 129 5.5 Language in a Form 129 5.5.1 Language for Form Output 130 6 Form Data 131 6.1 Overview 131 6.2 Fields as Placeholders 132 6.2.1 Field List 132 6.2.2 Fields in a Text Node 133 6.2.3 Fields as Node Attributes 135 6.2.4 Fields with Formatting Options 136 6.3 Data Structures and Data Definitions 139 6.3.1 Procedure 139 6.3.2 Overview of Data Structures 140 6.3.3 Data Definition 145 6.3.4 Using ABAP Data Types 146 6.3.5 Reference to the ABAP Dictionary 147 6.3.6 Reference to Internal Data 151 6.3.7 Individual Data Types in the Form 152 6.3.8 Field Syntax 153 6.4 Data Sources 154 6.4.1 Form Interface 154 6.4.2 Global Definitions 160 6.4.3 System Fields 162 7 Form Flow L ogic 165 7.1 Overview 165 7.2 Dynamic Data Output 168 7.2.1 Overview 168 7.2.2 Node Types for Outputting Internal Tables 169 7.2.3 Loop 171 7.2.4 Reading a Single Data Record in a Loop 176 7.2.5 Sample Exercise: Loop 178 7.2.6 Output Table 179 7.2.7 Events (Event Nodes) 182 7.2.8 Sample Exercise: Revising the Flight Invoice 183 7.3 Logical Queries 187 7.3.1 Conditions 188 7.3.2 Branching with Alternative Nodes 190 7.4 Page Sequence and Numbering 191 7.5 Command Node 193 7.5.1 Overview 193 7.5.2 Print Controls 195 7.5.3 Attributes for the Spool Request 197 7.6 Complex Section 198 7.7 Postprocessing 198 7.8 Summary of Form Processing 200 8 ABAP Programs in Forms 203 8.1 Why Use Program Coding in a Form? 203 8.2 Editing Functions in the Program Node 206 8.3 Special Features in the Program Node 210 8.4 ABAP Basics 211 8.4.1 Overview 211 8.4.2 Data Definition 213 8.4.3 Value Assignments 214 8.4.4 Querying Database Tables 215 8.4.5 Loops 217 8.4.6 Control Structures (Using Conditions) 218 8.4.7 Subroutines 219 8.4.8 Test Function 220 8.5 Example: Including an Address with a Function Module 221 8.5.1 Overview 221 8.5.2 Using an Address Number from CAM 222 8.5.3 Integration with Direct Transfer of Address Information 224 8.5.4 Sample Exercise 226 8.6 Example: Calculating Totals in the Flight Invoice 226 8.6.1 Sample Exercise: Output in the Local Currency 229 9 Main Program 231 9.1 Overview 231 9.2 Defining the Properties for Data Retrieval 233 9.2.1 Flight Invoice: Selection Screen for Data Entry 233 9.2.2 Processing with Output Control 235 9.3 Data Retrieval 240 9.3.1 Flight Invoice: Reading the Database Tables 240 9.3.2 Delivery Combining Data 241 9.4 Calling the Function Module for the Form 242 9.4.1 Determining the Name of the Function Module 242 9.4.2 Calling the Function Module for the Form 243 9.5 Sample Exercise: Flight Invoices for Multiple Customers 245 9.6 Which Data Does the Form Use? 250 9.6.1 Overview 250 9.6.2 Example: Transferring Connections on Demand 252 9.6.3 Reduced Data Retrieval for the Delivery Note 253 9.6.4 Example: Flagging Carbon Copies 256 9.7 Standard P arameters of the Form I nterface 259 9.7.1 Overview 259 9.7.2 Standard Import Parameters 261 9.7.3 Sample Exercise: Standard Import Parameters 266 9.7.4 Standard Export Parameters 269 9.7.5 Sample Exercise: Standard Export Parameters 271 9.8 Runtime Errors/Exceptions 272 9.8.1 Overview 272 9.8.2 Error Handling in the Main Program 275 9.8.3 Individual Error Handling in the Form 278 9.8.4 Monitoring Form Execution with TRACE 283 10 Special Output Processes 285 10.1 Sending Forms via E-Mail or Fax 285 10.1.1 Overview 285 10.1.2 Sample Exercise: E-mail Dispatch 288 10.1.3 Additional Features with DEVICE='MAIL' 291 10.1.4 Application Case: mySAP CRM 292 10.2 Sending by Fax 293 10.3 XSF Output 294 10.3.1 Overview 294 10.3.2 Transfer Methods for the XSF Output 295 10.3.3 Statically Activating XSF Output 296 10.3.4 Specifying XSF Dynamically via the Form Interface 297 10.3.5 Sample Exercise: Download XSF Output 298 10.4 Archiving 301 11 Migrating SAPscript Forms 303 11.1 Overview 303 11.2 Migrating Styles 305 11.3 Migrating Forms 306 11.3.1 Automatic Migration Function 306 11.3.2 Manual Postprocessing 308 11.3.3 Enabling the Form Tests 308 11.3.4 Converting SAPscript Commands 311 11.3.5 Enabling Output with the Main Program 315 11.3.6 Higher-Level Flow Logic 316 11.3.7 Standard Interface Parameters 320 12 New Features in Basis Release 6.10 325 12.1 Web Application Server 6.10 325 12.1.1 New Features in the Form Builder, Form Painter, and Table Painter 325 12.1.2 New Table Output 327 12.1.3 Copies Window 329 12.1.4 Final Window 329 12.1.5 New System Fields 330 12.2 Web Forms for Internet Applications 330 12.2.1 HTML Output 332 12.2.2 Using a Web Form 332 12.2.3 Input Elements 333 12.2.4 More Details on HTML Forms 335 12.2.5 Calling a Web Form with a BSP Application 336 12.2.6 Evaluating Form Input 339 12.2.7 Maintaining Web Attributes in the Form Builder 340 12.2.8 Using Simple Input Types 341 12.2.9 Using Group Input Types 342 12.3 Web Application Server 6.20 343 12.3.1 Page Protection for Table Lines 343 12.3.2 Uploading and Downloading Text Modules and Smart Styles 343 12.3.3 Web Forms 343 13 Form Development Environment 345 13.1 Overview 345 13.2 Transport and Translation 345 13.2.1 Transport 346 13.2.2 Translating Texts 347 13.3 Text Editing and Storage 350 13.3.1 Overview 350 13.3.2 Inline Editor 351 13.3.3 SAPscript Editor (Page Layout) 354 13.3.4 Text Administration 356 13.4 Graphics Administration 361 13.5 Output Determination and Control 364 13.5.1 Overview 364 13.5.2 Output Determination by Condition Technique 365 13.5.3 Integrating Financials Forms 374 13.5.4 Integrating QM Forms 375 13.6 Print and Spool System 376 13.6.1 Overview 376 13.6.2 Information in the Spool Dialog Box 379 13.6.3 Spool Control (Output Control) 380 13.6.4 Spool Administration 384 13.6.5 Device Types (Print Controls) 387 13.6.6 Fonts and Bar Codes in the SAP System 390 13.7 Development Tools 395 13.7.1 Overview (Object Navigator) 395 13.7.2 ABAP Editor 397 13.7.3 Function Builder 401 13.7.4 ABAP Debugger 407 13.7.5 ABAP Dictionary 417 A Appendix 423 A.1 Notes in SAPNet (SAP Notes) 423 A.2 The SAP Flight Data Model 423 A.3 Example Forms for the Flight Invoice 427 A.3.1 Supplied Sample Forms 427 A.3.2 Sample Printout for the Flight Invoice (SF_EXAMPLE_01) 428 A.3.3 Source Texts for the Main Program (Original) 429 A.3.4 Sample Printout of Flight Invoice After Changes 430 A.3.5 Source Text for the Flight Invoice After the Examples 432 A.4 Example of E-mail Dispatch via Smart Forms 435 A.4.1 Source Text 435 A.4.2 Creating Programs 441 A.5 Sample Forms for Automotive 443 A.5.1 Overview 443 A.5.2 Material Tag in Accordance with VDA 4902 (ChLT Label) 444 A.5.3 Delivery Note in Accordance with DIN 4994/4992 444 A.5.4 Freight Order in Accordance with VDA 4992 446 Index 447 SAP Smart Forms Werner Hertleif Christoph Wachter SAPscript ABAP Elementary Knot Types Form Layout Data Output Logical Sequence Migration Output-Procedure Basis-Release 6.10 computers software Migration
NZ$141.94
NZ$35.44 Shipping to USA
Standard delivery: 7 to 39 days
More Shipping Options
Ships from BOOK-SERVICE Lars Lutzer - ANTIQUARIAN BOOKS - LITERATURE SEARCH *** BOOKSERVICE *** ANTIQUARIAN RESEARCH (Germany)

Details

About BOOK-SERVICE Lars Lutzer - ANTIQUARIAN BOOKS - LITERATURE SEARCH *** BOOKSERVICE *** ANTIQUARIAN RESEARCH Germany

Biblio member since 2012
Seller rating: This seller has earned a 5 of 5 Stars rating from Biblio customers.

LITERATURE SEARCH *** BOOKSERVICE *** ANTIQUARIAN RESEARCH Literature research: You are looking for a certain (out of print) book title. We research for you and inform you as soon as possible. BUCHSERVICE *** LITERATUR RECHERCHE *** ANTIQUARISCHE SUCHE Literaturrecherche: Suchen Sie einen bestimmten (vergriffenen) Titel? Wir recherchieren kostenlos fuer Sie und senden Ihnen die gewuenschten Informationen zu.

Terms of Sale:

Die Europsche Kommission stellt eine Plattform zur Online-Streitbeilegung (OS) bereit, die Sie hier finden: http://ec.europa.eu/consumers/odr

Lieferbedingungen und Geschaeftsbedingungen Lieferzeit: 2-9 Tage Lieferziel: Gilt fuer Lieferungen nach Deutschland. Lieferzeit fuer andere Laender maximal 30 Tage. Lieferfrist: Die Frist fuer die Lieferung beginnt bei Zahlung per Vorkasse am Tag nach Erteilung des Zahlungsauftrags an das ueberweisende Kreditinstitut bzw. bei anderen Zahlungsarten am Tag nach Vertragsschluss zu laufen und endet mit dem Ablauf des letzten Tages der Frist. Faellt der letzte Tag der Frist auf einen Samstag, Sonntag oder einen am Lieferort staatlich anerkannten allgemeinen Feiertag, so tritt an die Stelle eines solchen Tages der naechste Werktag. Widerrufsrecht fuer Verbraucher Verbrauchern steht ein Widerrufsrecht nach folgender Massgabe zu, wobei Verbraucher jede natuerliche Person ist, die ein Rechtsgeschaeft zu Zwecken abschliesst, die ueberwiegend weder ihrer gewerblichen noch ihrer selbstaendigen beruflichen Taetigkeit zugerechnet werden koennen: Widerrufsbelehrung Widerrufsrecht Sie haben das Recht, binnen vierzehn Tagen ohne Angabe von Gruenden diesen Vertrag zu widerrufen. Die Widerrufsfrist betraegt vierzehn Tage ab dem Tag an dem Sie oder ein von Ihnen benannter Dritter, der nicht Befoerderer ist, die Waren in Besitz genommen haben bzw. hat. Um Ihr Widerrufsrecht auszuueben, muessen Sie uns: Lars Lutzer – Einzelunternehmer - Alte Landstr. 39- 23812 Wahlstedt / Schleswig-Holstein - Email: LLU-Buchservice(AT)mail(PUNKT)de, TEL: +49 (0) 176 / 63887918 - FAX: +49 (0)32121035963 - UID: DE277819159 mittels einer eindeutigen Erklaerung (z.B. ein mit der Post versandter Brief, Telefax oder E-Mail) ueber Ihren Entschluss, diesen Vertrag zu widerrufen, informieren. Sie koennen dafuer das beigefuegte Muster-Widerrufsformular verwenden, das jedoch nicht vorgeschrieben ist. Widerrufsformular: (Wenn Sie den Vertrag widerrufen wollen, dann drucken und fuellen Sie bitte dieses Formular aus und senden Sie es zurueck). An: Buchservice-Lars-Lutzer Einzelunternehmer - Alte Landstr. 39- 23812 Wahlstedt / Schleswig-Holstein Telefon: ++49 (0)176 / 63887918 Telefax: +49 (0)32121035963 E-Mail: LLU-Buchservice@mail.de Hiermit widerrufe(n) ich/wir (*) den von mir/uns (*) abgeschlossenen Vertrag ueber den Kauf der folgenden Waren: Bestellt am (*) / Erhalten am (*): Name des/der Verbraucher(s): Anschrift des/der Verbraucher(s): Datum und Unterschrift (*) Unzutreffendes streichen. Zur Wahrung der Widerrufsfrist reicht es aus, dass Sie die Mitteilung ueber die Ausuebung des Widerrufsrechts vor Ablauf der Widerrufsfrist absenden. Folgen des Widerrufs Wenn Sie diesen Vertrag widerrufen, haben wir Ihnen alle Zahlungen, die wir von Ihnen erhalten haben, einschliesslich der Lieferkosten (mit Ausnahme der zusaetzlichen Kosten, die sich daraus ergeben, dass Sie eine andere Art der Lieferung als die von uns angebotene, guenstigste Standardlieferung gewaehlt haben), unverzueglich und spaetestens binnen vierzehn Tagen ab dem Tag zurueckzuzahlen, an dem die Mitteilung ueber Ihren Widerruf dieses Vertrags bei uns eingegangen ist. Fuer diese Rueckzahlung verwenden wir dasselbe Zahlungsmittel, das Sie bei der urspruenglichen Transaktion eingesetzt haben, es sei denn, mit Ihnen wurde ausdruecklich etwas anderes vereinbart; in keinem Fall werden Ihnen wegen dieser Rueckzahlung Entgelte berechnet. Wir koennen die Rueckzahlung verweigern, bis wir die Waren wieder zurueckerhalten haben oder bis Sie den Nachweis erbracht haben, dass Sie die Waren zurueckgesandt haben, je nachdem, welches der fruehere Zeitpunkt ist. Sie haben die Waren unverzueglich und in jedem Fall spaetestens binnen vierzehn Tagen ab dem Tag, an dem Sie uns ueber den Widerruf dieses Vertrags unterrichten, an uns zurueckzusenden oder zu uebergeben. Die Frist ist gewahrt, wenn Sie die Waren vor Ablauf der Frist von vierzehn Tagen absenden. Sie tragen die unmittelbaren Kosten der Ruecksendung der Waren. Sie muessen fuer einen etwaigen Wertverlust der Waren nur aufkommen, wenn dieser Wertverlust auf einen zur Pruefung der Beschaffenheit, Eigenschaften und Funktionsweise der Waren nicht notwendigen Umgang mit ihnen zurueckzufuehren ist. - Ende der gesetzlichen Widerrufsbelehrung Impressum: BuchService Lars Lutzer - Einzelunternehmung - Alte Landstr.39- 23812 Wahlstedt/ Schleswig-Holstein - TEL: +49 (0) 176 / 63887918 - FAX: +49 (0)32121035963- Email: LLU-Buchservice(at)mail(punkt)de, UID /VAT: DE277819159 Allgemeine Geschaefts- und Lieferbedingungen: 1. Allgemeines - Geltungsbereich 2. Vertragsschluss 3. Eigentumsvorbehalt 4. Verguetung 5. Gefahruebergang 6. Gewaehrleistung 7. Haftungsbeschraenkungen und -freistellung 8. Datenschutz 9. Schlussbestimmungen 1. Allgemeines - Geltungsbereich 1.1. Die folgenden Allgemeinen Geschaeftsbedingungen gelten fuer alle Geschaeftsbeziehungen zwischen uns und unseren Kunden. Massgeblich ist jeweils die zum Zeitpunkt des Vertragsschlusses gueltige Fassung. 1.2. Verbraucher i. S. d. Geschaeftsbedingungen sind natuerliche Personen, mit denen wir in Geschaeftsbeziehung treten, ohne dass diesen eine gewerbliche oder selbstaendige berufliche Taetigkeit zugerechnet werden kann. Unternehmer i. S. d. Geschaeftsbedingungen sind natuerliche oder juristische Personen oder rechtsfaehige Personengesellschaften, mit denen wir in Geschaeftsbeziehungen treten und die in Ausuebung einer gewerblichen oder selbstaendigen beruflichen Taetigkeit handeln. Kunde i. s. d. Geschaeftsbedingungen sind sowohl Verbraucher als auch Unternehmer. 1.3. Abweichende, entgegenstehende oder ergaenzende Allgemeine Geschaeftsbedingungen werden, selbst bei Kenntnis, nicht Vertragsbestandteil, es sei denn, ihrer Geltung wird ausdruecklich schriftlich zugestimmt. 2. Vertragsschluss 2.1. Unsere Angebote sind freibleibend und stehen unter der Bedingung, dass das Produkt unsererseits noch vorraetig oder lieferbar ist. 2.2. Mit der Bestellung erklaert der Kunde verbindlich sein Vertragsangebot. Wir werden den Zugang der Bestellung des Kunden bestaetigen. Die Zugangsbestaetigung stellt noch keine verbindliche Annahme der Bestellung dar. Die Zugangsbestaetigung kann mit der Annahmeerklaerung verbunden werden. 2.3. Wir sind berechtigt, das in der Bestellung liegende Vertragsangebot innerhalb von sieben Werktagen nach Eingang bei uns anzunehmen. Wir sind berechtigt, die Annahme der Bestellung - etwa nach Pruefung der Bonitaet des Kunden - abzulehnen. 3. Eigentumsvorbehalt 3.1. Bei Verbrauchern behalten wir uns das Eigentum an der Ware bis zur vollstaendigen Zahlung des Kaufpreises vor. Bei Unternehmern behalten wir uns das Eigentum an der Ware bis zur vollstaendigen Begleichung aller Forderungen aus einer laufenden Geschaeftsbeziehung vor. 3.2. Wir sind berechtigt, bei vertragswidrigem Verhalten des Kunden, insbesondere bei Zahlungsverzug oder bei Verletzung einer Pflicht nach Ziff. 2 und 3 dieser Bestimmung vom Vertrag zurueckzutreten und die Ware herauszuverlangen. 3.3. Der Unternehmer ist berechtigt, die Ware im ordentlichen Geschaeftsgang weiterzuveraeussern. Er tritt uns bereits jetzt alle Forderungen in Hoehe des Rechnungsbetrags ab, die ihm durch die Weiterveraeusserung gegen einen Dritten erwachsen. Wir nehmen die Abtretung an. Nach der Abtretung ist der Unternehmer zur Einziehung der Forderung ermaechtigt. Wir behalten uns vor, die Forderung selbst einzuziehen, sobald der Unternehmer seinen Zahlungsverpflichtungen nicht ordnungsgemaess nachkommt und in Zahlungsverzug geraet. 4. Verguetung 4.1. Der angebotene Preis ist bindend. Im Preis ist die gesetzliche Umsatzsteuer enthalten. Beim Versendungskauf versteht sich der Preis zuzueglich einer Versandkostenpauschale. Dem Kunden entstehen bei Bestellung durch Nutzung der Fernkommunikationsmittel keine zusaetzlichen Kosten. Der Kunde kann die Bezahlung ueber eine der angebotenen Zahlungsarten leisten. Wir behalten uns das Recht vor, einzelne Zahlungsarten auszuschliessen. 4.2. Der Kunde verpflichtet sich, nach Erhalt der Leistung innerhalb von 10 Tagen den Preis zu zahlen. Nach Ablauf dieser Frist kommt der Kunde in Zahlungsverzug. Der Verbraucher hat waehrend des Verzugs die Geldschuld in Hoehe von 5 % ueber dem Basiszinssatz zu verzinsen. Der Unternehmer hat waehrend des Verzugs die Geldschuld in Hoehe von 8 % ueber dem Basiszinssatz zu verzinsen. Gegenueber dem Unternehmer behalten wir uns vor, einen hoeheren Verzugszinsschaden nachzuweisen und geltend zu machen. 4.3. Der Kunde hat ein Recht zur Aufrechnung nur, wenn seine Gegenansprueche rechtskraeftig festgestellt wurden und oder durch uns anerkannt wurden. Der Kunde kann ein Zurueckbehaltungsrecht nur ausueben, wenn sein Gegenanspruch auf demselben Vertragsverhaeltnis beruht. 5. Gefahruebergang 5.1. Bei Verbrauchern geht die Gefahr des zufaelligen Untergangs und der zufaelligen Verschlechterung der verkauften Ware auch beim Versendungskauf mit der UEbergabe der Ware auf diesen ueber. 5.2. Bei Unternehmern geht die Gefahr des zufaelligen Untergangs und der zufaelligen Verschlechterung der Ware mit der Auslieferung der Ware an den Spediteur, den Frachtfuehrer oder der sonst zur Ausfuehrung der Versendung bestimmten Person oder Anstalt auf den Unternehmer ueber. Der UEbergabe steht es gleich, wenn der Kunde im Verzug der Annahme ist. 6. Gewaehrleistung 6.1. Verbraucher haben die Wahl, ob die Nacherfuellung durch Nachbesserung oder Ersatzlieferung erfolgen soll. Wir sind berechtigt, die Art der gewaehlten Nacherfuellung zu verweigern, wenn sie nur mit unverhaeltnismaessigen Kosten moeglich ist und die andere Art der Nacherfuellung ohne erhebliche Nachteile fuer den Verbraucher bleibt. Bei Unternehmen leisten wir fuer Maengel der Ware zunaechst nach unserer Wahl Gewaehr durch Nachbesserung oder Ersatzlieferung. 6.2. Schlaegt die Nacherfuellung fehl, oder ist diese aufgrund der Eigenarten der bestellten Ware nicht moeglich, kann der Kunde grundsaetzlich nach seiner Wahl Herabsetzung oder Verguetung (Minderung), Rueckgaengigmachung des Vertrags (Ruecktritt) oder Schadensersatz statt der Leistung verlangen. Waehlt der Kunde Schadensersatz statt der Leistung, so gelten die Haftungsbeschraenkungen gemaess 8 Ziff. 1 und 2. Bei nur geringfuegigen Maengeln, steht dem Kunden jedoch kein Ruecktrittsrecht zu. 6.3. Unternehmer muessen uns offensichtliche Maengel innerhalb einer Frist von einer Woche ab Empfang der Ware schriftlich anzeigen; andernfalls ist die Geltendmachung des Gewaehrleistungsanspruches ausgeschlossen. Zur Fristwahrung genuegt die rechtzeitige Absendung. Den Unternehmer trifft die volle Beweislast fuer saemtliche Anspruchsvoraussetzungen, insbesondere fuer den Mangel selbst, fuer den Zeitpunkt der Feststellung des Mangels und fuer die Rechtzeitigkeit der Maengelruege. 6.4. Die Gewaehrleistung fuer Verbraucher betraegt fuer gebrauchte Waren ein Jahr ab Ablieferung der Ware, fuer neue Waren gilt die gesetzliche Gewaehrleistungsfrist. Die Gewaehrleistungsfrist fuer Unternehmer betraegt ein Jahr ab Ablieferung der Ware. Bei gebrauchten Sachen betraegt die Gewaehrleistungsfrist ein Jahr ab Ablieferung der Ware. Die einjaehrige Gewaehrleistungsfrist gilt nicht, wenn uns grobes Verschulden vorwerfbar ist sowie im Falle von uns zurechenbaren Koerper- und Gesundheitsschaeden und bei Verlust des Lebens des Kunden. Unsere Haftung nach dem Produkthaftungsgesetz bleibt hiervon unberuehrt. 7. Haftungsbeschraenkungen und -freistellung 7.1. Wir haften ausser bei der Verletzung wesentlicher Vertragspflichten nur, wenn und soweit unseren gesetzlichen Vertretern und Erfuellungsgehilfen Vorsatz oder grobe Fahrlaessigkeit zur Last faellt. Sofern nicht Vorsatz oder grobe Fahrlaessigkeit vorliegen, ist unsere Haftung auf den Schaden begrenzt, der bei Vertragsschluss typischerweise vorhersehbar war. 7.2. Der vorgenannte Haftungsausschluss bzw. Beschraenkung gelten nicht, sofern und soweit wir bestimmte Eigenschaften zugesichert oder Garantien ausgesprochen haben. Sie gelten ferner nicht fuer Schaeden aus der Verletzung des Lebens, des Koerpers oder der Gesundheit sowie im Falle zwingender gesetzlicher Vorschriften. 8. Datenschutz 8.1. Wir erheben, verarbeiten und nutzen die personenbezogenen Daten unserer Kunden lediglich zum Zwecke der ordnungsgemaessen Vertragsdurchfuehrung im Rahmen der geltenden Datenschutzgesetze. 8.2. Abrechnungsdaten speichern wir hoechstens bis zum Ablauf von 6 Monaten nach Versendung der Rechnung. Werden gegen die Entgeltforderungen Einwendungen erhoben oder diese trotz Zahlungsaufforderung nicht beglichen, duerfen die Abrechnungsdaten aufbewahrt werden, bis die Einwendung abschliessend geklaert ist oder die Entgeltforderung beglichen ist. 15 Abs. 8 Telemediengesetz (TMG) bleibt unberuehrt. 8.3. Personenbezogene Daten werden im Rahmen von Auftragsdatenverwaltung im Sinne des 9 BDSG fuer uns von der mediantis AG verarbeitet. Die mediantis AG hat hierbei lediglich die Funktion eines technischen Dienstleisters, wir sind allein verantwortlich fuer die an uns uebersandten Daten. 8.4. Sofern und soweit die Aufbewahrung der personenbezogenen Daten aufgrund bestehender rechtlicher oder steuerlicher Verpflichtungen erforderlich ist, werden diese Daten fuer den Zugriff zu anderen als den gesetzlich begruendeten Zwecken gesperrt. 9. Schlussbestimmungen 9.1. Es gilt das Recht der Bundesrepublik Deutschland. Bei Verbrauchern, die den Vertrag nicht zu beruflichen oder gewerblichen Zwecken abschliessen, gilt diese Rechtswahl nur insoweit, als nicht der gewaehrte Schutz durch zwingende Bestimmungen des Rechts des Staates, in dem der Verbraucher seinen gewoehnlichen Aufenthalt hat, entzogen wird. Die Bestimmungen des UN-Kaufrechts finden keine Anwendung. 9.2. Ist der Kunde Kaufmann, juristische Person des oeffentlichen Rechts oder oeffentlich-rechtliches Sondervermoegen, ist ausschliesslicher Gerichtsstand fuer alle Streitigkeiten aus diesem Vertrag unser Geschaeftssitz. Dasselbe gilt, wenn der Kunde keinen allgemeinen Gerichtsstand in Deutschland hat oder Wohnsitz oder gewoehnlicher Aufenthalt zum Zeitpunkt der Klageerhebung nicht bekannt sind. 9.3. Sollten einzelne Bestimmungen des Vertrags mit dem Kunden einschliesslich dieser Allgemeinen Geschaeftsbedingung ganz oder teilweise unwirksam sein oder werden, so wird hierdurch die Gueltigkeit der uebrigen Bestimmungen nicht beruehrt.Statutory Right to cancel You have the right to cancel the contract within 14 days without giving any reason. The cancellation period will expire after 14 days from the day on which • you acquire, or a third party other than the carrier and indicated by you acquires, physical possession of the goods; • the day on which you acquire, or a third party other than the carrier and indicated by you acquires, physical possession of the last good in the case of a contract relating to multiple goods ordered by you in one order and delivered separately; • on which you acquire, or a third party other than the carrier and indicated by you acquires, physical possession of the last lot or piece in the case of a contract relating to delivery of a good consisting of multiple lots or pieces. In case more than one of the above alternatives applies to your contract the cancellation period starts once you or a third party other than the carrier acquires the last good or the last lot or piece. To exercise the right to cancel, you must inform us, Buchservice Lars Lutzer - Alte Landstr. 39- 23812 Wahlstedt/ Schleswig-Holstein, Germany, 0176 / 63887918 of your decision to cancel this contract by a clear statement (e.g. a letter sent by post, fax or e-mail). You may use the attached model cancellation form, but it is not obligatory. To meet the cancellation deadline, it is sufficient for you to send your communication concerning your exercise of the right to cancel before the cancellation period has expired. Effects of cancellation If you cancel this contract, we will reimburse to you all payments received from you, including the costs of delivery (except for the supplementary costs arising if you chose a type of delivery other than the least expensive type of standard delivery offered by us). We may make a deduction from the reimbursement for loss in value of any goods supplied, if the loss is the result of unnecessary handling by you. We will make the reimbursement without undue delay, and not later than- a. 14 days after the day we receive back from you any goods supplied, or b. (if earlier) 14 days after the day you provided evidence that you have returned the goods, or c. If there were no goods supplied, 14 days after the day on which we are informed about your decision to cancel with contract. We will make the reimbursement using the same means of payment as you used for the initial transaction, unless you have expressly agreed otherwise; in any event, you will not incur any fees as a result of such reimbursement. We may withhold reimbursement until we have received the goods back or you have supplied evidence of having sent back the goods, whichever is the earliest. You shall send back the goods or hand them over to us or Buchservice Lars Lutzer, - Alte Landstr. 39- 23812 Wahlstedt/ Schleswig-Holstein, Germany, 0176 / 63887918, without undue delay and in any event not later than 14 days from the day on which you communicate your cancellation from this contract to us. The deadline is met if you send back the goods before the period of 14 days has expired. You will have to bear the direct cost of returning the goods. You are only liable for any diminished value of the goods resulting from the handling other than what is necessary to establish the nature, characteristics and functioning of the goods. Model cancellation form (Complete and return this form only if you wish to withdraw from the contract) To: Buchservice-Lars-Lutzer Einzelunternehmer - Alte Landstr. 39- 23812 Wahlstedt/ Schleswig-Holstein /Germany Telefon: ++49 (0)176 / 63887918 Telefax: +49 (0)32121035963 E-Mail: LLU-Buchservice@mail.de ________________________________________________________________.________________________________________________________________. I/We* hereby give notice that I/We* withdraw from my/our* contract of sale of the following goods*/for the provision of the following service*, Ordered on*/received on*: ________________________________________ Name of consumer(s): ____________________________________________ Address of consumer(s): __________________________________________ _________________________________________________________________ _________________________________________________________________ Signature of consumer(s) (only if this form is issued on paper): _________________________________________________________________ Date: ____________________________________________________________ * Delete as appropriate. About us: BuchService Lars Lutzer - Einzelunternehmung- Alte Landstr. 39- 23812 Wahlstedt/ Schleswig-Holstein Deutschland /Germany - TEL: +49 (0) 176 / 63887918 - FAX: +49 (0)32121035963- Email: LLU-Buchservice(at)mail(punkt)de , VAT /UID: DE277819159








Browse books from BOOK-SERVICE Lars Lutzer - ANTIQUARIAN BOOKS - LITERATURE SEARCH *** BOOKSERVICE *** ANTIQUARIAN RESEARCH

First line

Documents that have a uniform, consistent design (forms) play an important role at every company: In relationships between business partners (for example, the entire sales order process, from purchase order to invoice to dunning notice)