SAP ABAP advanced cookbook /
This book is written in a simple, easy to understand format with lots of screenshots and step-by-step explanations. If you are an ABAP developer and/or consultant looking forward to building advanced SAP programming applications with ABAP, then this is the best guide for you. Basic knowledge of ABAP...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Birmingham, UK :
Packt Pub.,
Ã2012.
|
Colección: | Quick answers to common problems.
|
Temas: | |
Acceso en línea: | Texto completo Texto completo |
MARC
LEADER | 00000cam a2200000 a 4500 | ||
---|---|---|---|
001 | EBOOKCENTRAL_ocn826647672 | ||
003 | OCoLC | ||
005 | 20240329122006.0 | ||
006 | m o d | ||
007 | cr unu|||||||| | ||
008 | 130204s2012 enka ob 001 0 eng d | ||
040 | |a UMI |b eng |e pn |c UMI |d EBLCP |d MHW |d COO |d IDEBK |d N$T |d MEAUC |d DEBSZ |d OCLCQ |d OCLCF |d YDXCP |d TEFOD |d OCLCO |d OCLCQ |d FEM |d JBG |d OCLCQ |d MERUC |d OCLCQ |d OCLCO |d ZCU |d VTS |d CEF |d ICG |d NLE |d UKMGB |d OCLCQ |d OCLCO |d AGLDB |d DKC |d OCLCQ |d M8D |d UKAHL |d OCLCQ |d OCLCO |d AJS |d OCLCO |d OCLCQ |d OCLCO |d OCLCL |d OCLCQ | ||
016 | 7 | |a 018015089 |2 Uk | |
019 | |a 847778341 |a 968056490 |a 969049080 | ||
020 | |a 9781849684897 |q (electronic bk.) | ||
020 | |a 1849684898 |q (electronic bk.) | ||
020 | |z 9781849684880 | ||
020 | |z 184968488X | ||
029 | 1 | |a AU@ |b 000050591514 | |
029 | 1 | |a DEBBG |b BV041121111 | |
029 | 1 | |a DEBBG |b BV043044165 | |
029 | 1 | |a DEBBG |b BV044171930 | |
029 | 1 | |a DEBSZ |b 396760368 | |
029 | 1 | |a DEBSZ |b 39746035X | |
029 | 1 | |a DEBSZ |b 421281197 | |
029 | 1 | |a UKMGB |b 018015089 | |
029 | 1 | |a AU@ |b 000058967619 | |
035 | |a (OCoLC)826647672 |z (OCoLC)847778341 |z (OCoLC)968056490 |z (OCoLC)969049080 | ||
037 | |a CL0500000187 |b Safari Books Online | ||
037 | |a 48D5E53D-F5CE-45D1-A8D5-05B28E0C5407 |b OverDrive, Inc. |n http://www.overdrive.com | ||
050 | 4 | |a QA76.73.A12 |b Z343 2012 | |
072 | 7 | |a COM |x 051010 |2 bisacsh | |
082 | 0 | 4 | |a 005.3 |
049 | |a UAMI | ||
100 | 1 | |a Zaidi, Rehan. | |
245 | 1 | 0 | |a SAP ABAP advanced cookbook / |c Rehan Zaidi. |
260 | |a Birmingham, UK : |b Packt Pub., |c Ã2012. | ||
300 | |a 1 online resource (1 volume) : |b illustrations | ||
336 | |a text |b txt |2 rdacontent | ||
337 | |a computer |b c |2 rdamedia | ||
338 | |a online resource |b cr |2 rdacarrier | ||
347 | |a text file |2 rda | ||
490 | 1 | |a Quick answers to common problems | |
588 | 0 | |a Online resource; title from cover (Safari, viewed Jan. 30, 2013). | |
504 | |a Includes bibliographical references and index. | ||
520 | |a This book is written in a simple, easy to understand format with lots of screenshots and step-by-step explanations. If you are an ABAP developer and/or consultant looking forward to building advanced SAP programming applications with ABAP, then this is the best guide for you. Basic knowledge of ABAP programming is required. | ||
505 | 0 | |a Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: ABAP Objects; Introduction; Creating a shared memory object; Creating a persistent object; Creating classes based on factory methods; Creating classes based on singleton design pattern; Creating classes based on adapter pattern; Chapter 2: Dynamic Programming; Introduction; Using field symbols and data references to print database table contents; Applying dynamic Open SQL; Dynamic program generation; Chapter 3: ALV Tricks; Introduction. | |
505 | 8 | |a Setting ALV columns as key columns and making zero amount appear as blankRemoving columns from display and layout; Adding Hotspot to columns; Adding your own buttons to ALV toolbar; Adding checkboxes to columns; Chapter 4: Regular Expressions; Introduction; Using regex as an IF statement; Removal of characters from a string; Converting date into internal date type; Validation of format (telephone number); Removing repeated words from text string; Inserting commas in an amount string; Removing comments from program code; Interpreting HTML stream; Chapter 5: Optimizing Programs; Introduction. | |
505 | 8 | |a Using transaction SAT to find problem areasCreating secondary indexes in database tables; Adding hints in SELECT clause; Secondary indexes for internal tables; Hashed table for single read access; Replacing for all entries construct with Ranges; Chapter 6: Doing More with Selection Screens; Introduction; Adding tabstrips and listboxes to report selection screens; Adding toolbar buttons on selection screen; Changing screen fields on radio button selection; Taking desktop folder and filename as input; Coding search help exits for creating better F4 helps. | |
505 | 8 | |a Chapter 7: Smart Forms -- Tips and TricksIntroduction; Toggle on/off the Microsoft Word text editor; Using background pictures and print preview; Using folder options for page protection; Printing several forms in one spool request; Converting Smart Forms to PDF output; Applying sorting and subtotaling to table fields; Chapter 8: Working with SQL Trace; Introduction; Carrying out SQL trace; Generating and interpreting the trace result; Carrying out restricted trace; Filtering unwanted trace result entries; Summarizing an SQL list and viewing table-related information. | |
505 | 8 | |a Quickly finding the data source of a screen fieldFinding the data source of a field's hit list; Chapter 9: Code Inspector; Introduction; Carrying out quick code inspection; Carrying out a full-fledged inspection; Carrying out database-specific performance checks; Suppressing messages using pseudo comments; Searching for ABAP statement patterns and tokens within code; Creating your own Code Inspector checks; Chapter 10: Simple Transformations; Introduction; Creating simple transformations; Creating transformations for structures and calling them in programs. | |
590 | |a O'Reilly |b O'Reilly Online Learning: Academic/Public Library Edition | ||
590 | |a ProQuest Ebook Central |b Ebook Central Academic Complete | ||
590 | |a eBooks on EBSCOhost |b EBSCO eBook Subscription Academic Collection - Worldwide | ||
630 | 0 | 0 | |a SAP R/3. |
630 | 0 | 7 | |a SAP R/3. |2 blmlsh |
630 | 0 | 7 | |a SAP R/3 |2 fast |
650 | 0 | |a ABAP/4 (Computer program language) | |
650 | 0 | |a Client/server computing. | |
650 | 6 | |a ABAP/4 (Langage de programmation) | |
650 | 6 | |a Architecture client-serveur (Informatique) | |
650 | 7 | |a COMPUTERS |x Progamming Languages |x General. |2 bisacsh | |
650 | 7 | |a ABAP/4 (Computer program language) |2 fast | |
650 | 7 | |a Client/server computing |2 fast | |
758 | |i has work: |a SAP ABAP advanced cookbook (Text) |1 https://id.oclc.org/worldcat/entity/E39PCYYXDTc6HgDCgwgC6YvW6q |4 https://id.oclc.org/worldcat/ontology/hasWork | ||
776 | 0 | 8 | |i Print version: |a Zaidi, Rehan. |t SAP ABAP advanced cookbook. |d Birmingham : Packt Pub., 2012 |z 9781849684880 |w (OCoLC)841543628 |
830 | 0 | |a Quick answers to common problems. | |
856 | 4 | 0 | |u https://learning.oreilly.com/library/view/~/9781849684880/?ar |z Texto completo |
856 | 4 | 0 | |u https://ebookcentral.uam.elogim.com/lib/uam-ebooks/detail.action?docID=1108353 |z Texto completo |
938 | |a Askews and Holts Library Services |b ASKH |n AH26944084 | ||
938 | |a EBL - Ebook Library |b EBLB |n EBL1108353 | ||
938 | |a EBSCOhost |b EBSC |n 526171 | ||
938 | |a ProQuest MyiLibrary Digital eBook Collection |b IDEB |n cis24508802 | ||
938 | |a YBP Library Services |b YANK |n 9971111 | ||
994 | |a 92 |b IZTAP |