*&---------------------------------------------------------------------**& Chapter 26: Transferring data to a file*&---------------------------------------------------------------------*REPORT CHAP2601.* Data declarations for later usePARAMETERS FILENAME(128) DEFAULT '/usr/tmp/testfile.dat' LOWER CASE.TABLES CUSTOMERS.DATA MSG_TEXT(50).* Get data for file transferDATA ALL_CUSTOMERS LIKE CUSTOMERS OCCURS 100 WITH HEADER LINE.SELECT * FROM CUSTOMERS INTO TABLE ALL_CUSTOMERS.SORT ALL_CUSTOMERS BY CITY.LOOP AT ALL_CUSTOMERS. WRITE: / ALL_CUSTOMERS-CITY, ALL_CUSTOMERS-NAME.ENDLOOP.* Opening the FileOPEN DATASET FILENAME FOR OUTPUT IN TEXT MODE MESSAGE MSG_TEXT.IF SY-SUBRC NE 0. WRITE: 'File cannot be opened. Reason:', MSG_TEXT. EXIT.ENDIF.* Transferring DataLOOP AT ALL_CUSTOMERS. TRANSFER ALL_CUSTOMERS-NAME TO FILENAME.ENDLOOP.* Closing the FileCLOSE DATASET FILENAME.
*&---------------------------------------------------------------------**& Chapter 26: Reading data from a file*&---------------------------------------------------------------------*REPORT CHAP2602.* Data declarations for later useTABLES CUSTOMERS.PARAMETERS FILENAME(128) DEFAULT '/usr/tmp/testfile.dat' LOWER CASE.DATA: MSG_TEXT(50), ALL_CUSTOMER_NAMES LIKE CUSTOMERS-NAME OCCURS 100 WITH HEADER LINE.* Opening the FileOPEN DATASET FILENAME FOR INPUT IN TEXT MODE MESSAGE MSG_TEXT.IF SY-SUBRC NE 0. WRITE: 'File cannot be opened. Reason:', MSG_TEXT. EXIT.ENDIF.* Reading DataDO. READ DATASET FILENAME INTO ALL_CUSTOMER_NAMES. IF SY-SUBRC NE 0. EXIT. ENDIF. APPEND ALL_CUSTOMER_NAMES.ENDDO.* Closing the fileCLOSE DATASET FILENAME.* Display the resultLOOP AT ALL_CUSTOMER_NAMES. WRITE / ALL_CUSTOMER_NAMES.ENDLOOP.
*&---------------------------------------------------------------------**& Chapter 26: Transferring data to a file (presentation server)*&---------------------------------------------------------------------*REPORT CHAP2603.* Data declarations for later usePARAMETERS FILENAME(128) DEFAULT 'c:\users\default\testfile.dat' LOWER CASE.TABLES CUSTOMERS.DATA ALL_CUSTOMERS LIKE CUSTOMERS OCCURS 100 WITH HEADER LINE.* Get data for file transferSELECT * FROM CUSTOMERS INTO TABLE ALL_CUSTOMERS.SORT ALL_CUSTOMERS BY CITY.LOOP AT ALL_CUSTOMERS. WRITE: / ALL_CUSTOMERS-CITY, ALL_CUSTOMERS-NAME.ENDLOOP.* Transferring DataCALL FUNCTION 'WS_DOWNLOAD' EXPORTING FILENAME = FILENAME TABLES DATA_TAB = ALL_CUSTOMERS EXCEPTIONS FILE_OPEN_ERROR = 1 OTHERS = 2.CASE SY-SUBRC. WHEN 1. WRITE 'Error when file opened'. EXIT. WHEN 2. WRITE 'Error during data transfer'.
*&---------------------------------------------------------------------**& Chapter 26: Reading data from a file (presentation server)*&---------------------------------------------------------------------*REPORT CHAP2604.* Data declarations for later usePARAMETERS FILENAME(128) DEFAULT 'c:\users\default\testfile.dat' LOWER CASE.TABLES CUSTOMERS.DATA ALL_CUSTOMERS LIKE CUSTOMERS OCCURS 100 WITH HEADER LINE.CALL FUNCTION 'WS_UPLOAD' EXPORTING FILENAME = FILENAME TABLES DATA_TAB = ALL_CUSTOMERS EXCEPTIONS FILE_OPEN_ERROR = 1 OTHERS = 2.CASE SY-SUBRC. WHEN 1. WRITE 'Error when file opened'. EXIT. WHEN 2. WRITE 'Error during data transfer'. EXIT.ENDCASE.* Display the resultLOOP AT ALL_CUSTOMERS. WRITE: / ALL_CUSTOMERS-NAME, ALL_CUSTOMERS-CITY.ENDLOOP.
*&---------------------------------------------------------------------**& Chapter 1: How to define types and data objects **&---------------------------------------------------------------------*REPORT CHAP0101.* Elementary type character, length 20DATA CUSTOMER_NAME(25) TYPE C.* Non-elementary typeTYPES T_NAME(25) TYPE C.DATA NEW_CUSTOMER_NAME TYPE T_NAME.* Reference to a data objectDATA VENDOR_NAME LIKE CUSTOMER_NAME.* RecordDATA: BEGIN OF BOOKING, ID(4) TYPE C, FLIGHT_DATE TYPE D, NAME LIKE CUSTOMER_NAME, END OF BOOKING.* Internal tableDATA BOOKING_TABLE LIKE BOOKING OCCURS 100.
In 2006, AOL released information of over 20 million search queries collected from 650,000 users over a 3 month period. AOL released the information and stated, “The goal of this collection is to provide real query log data that is based on real users. It could be used for personalization, query reformulation or other types [...]
From CNET News.com:
Data recovery when your computer's drive is lifeless. You know that sinking feeling. You press powerÂ…and nothing. Not to fear. For some serious cash, there's a handful of data recovery services out there that can help bring your hard drive back to life. C
Hi all,
I am looking for names of leading MEP consultants whom have prior experience in designing large scale mission critical data centers in these countries. They may be local companies or a subsidary of an international MEP firm.
Any recommendation will be appreciated !!!
che
TOKYO (Reuters) - Japanese stocks dipped on Friday, led by industrial robot maker Fanuc Ltd, after weaker-than-expected core private-sector machinery orders cast cloud over the economic outlook. As of 0004 GMT, the benchmark Nikkei average had fallen 0.2 percent at 13,181.75. The broader TOPIX index was flat at 1,304.68
Annik, the leading market research and data analytics services provider in India, announces the launch of their flagship insights platform, called Active Insights Managementsm. Active Insights Managementsm is a powerful solution that enables the creation and delivery of insights from multiple primary and secondary data sources to users when and where they need it. The company's President and CEO, Rahul Sahgal, says, "We understand that in order to get a well-rounded view of a situation, any single data source is not sufficient. Apart from a company's primary and secondary research library, a key component of information required to gain a complete picture, is the perspective from consumers, key influencers and other stakeholders. Therefore, apart from an effective way of organizing and mining primary and secondary research data, we have included a unique service to harness the internet as a data source via RSS feeds from traditional as well as non-traditional news sources. This new pla
Capturing subscriber data is a great way to learn more about your readers and, if you wish, segment your lists and market to them very precisely. FeedBlitz data capture has now been extended to allow users to pick a value from a list, instead of having to type everything freehand.So now you can specify the "Gender" custom field, and specify that it has two values to show to the user, "Male" and "Female". You can also specify that the FeedBlitz database should store these values as (say) "M" and "F" so that when you export subscriber data, you get the subscriber's response the way your reporting or CRM system expects. Custom subscriber data capture, a.k.a. custom fields or demographics, is set up and managed from your Newsletter Center. Click the "Custom subscriber data" link or the icon shown here.
Configure the recorded entry fields to read from the imported text file data In the CATT : Maintain functions test case Screen Double click on the Object Name Double click on the screen number with your desired fields Park the cursor on the fields Click Edit -> Details Fill in the Parameters Name and Field Contents Finish Save it. Assign your text file data. In the CATT : Execute test case Screen Click External from file and choose your text file CATT will now read from your text file and update whatever data you have specified.
On Monday afternoon, we’ll get to see earnings out of NEWS CORP (NYSE:NWS). The estimates from First Call for Rupert Murdoch's now even larger media empire...
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]
Researcher is building a prototype to protect users’ privacy from Facebook ‘widgets’
Â
JANUARY 31, 2008 |Â University of Virginia researchers have discovered that 90.7 percent of Facebook’s most popular applications have access to users’ private data, whether they need it or not — leaving users exposed to targeted phishing attacks and identity theft. So a UVA researcher [...]
Shares of Alliance Data (ADS) are trading off 42% before the open. The Blackstone Group (BX) and Aladdin Solutions have informed Alliance Data that they do not...
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]
Web host and Internet solutions firm, Verizon, supports the California Broadband Task Force's measure for 'Next-Generation' Networks, as it anticipates future fiber, wireless and broadband business...
Read more at http://websitemakinginfo.blogspot.com
This is from the HeritageTower.biz themselves. If you have a hard time with them lately this will probably be the reason."Our Technical Department would like to inform you that an urgent data...
Read more at http://websitemakinginfo.blogspot.com
By Aoife White Associated Press BRUSSELS — IP addresses, strings of numbers that identify computers on the Internet, should generally be regarded as personal information, the head of the European Union’s group of data privacy regulators said Monday.
Germany’s data-protection commissioner, Peter Scharr, leads the E.U. group, which is preparing a report on how well [...]
Drilldown reporting and the report portfolio help you to evaluate and present your data.You can evaluate EC-EIS data interactively using drilldown reporting. You a make a selection of the characteristics and key figures from the data basis. You can analyze many types of variance (plan/actual comparisons, time comparisons, object comparisons). Drilldown reporting contains easy-to-use functions for navigating through the dataset. In addition, there are a variety of functions for interactively processing a report (selection conditions, exceptions, sort, top n and so on). You can also access SAPgraphics and SAPmail and print using Microsoft Word for Windows and Microsoft Excel.Drilldown reporting, with its numerous functions, is aimed at trained users, especially financial controllers and managers. By using the various function levels appropriately, other users can execute reports without needing extensive training. The reports created in drilldown reporting can be combined for specific us
An aspect consists of characteristics and key figures. Characteristics are classification terms such as division, region, department, or company. A combination of characteristic values for certain characteristics (such as Division: Pharmaceuticals, Region: Northwest) is called an evaluation object. Key figures are numerical values such as revenue, fixed costs, variable costs, number of employees and quantity produced. They also form part of the structure of the aspect. The key figure data is stored according to the characteristics in an aspect.Besides these key figures stored in the database, you can also define calculated key figures in EC-EIS and EC-BP. Calculated key figures are calculated with a formula and the basic key figures of the aspect (for example: CM1 per employee = (sales - sales deductions - variable costs) / Number of employees).Determining characteristics and key figures when setting up the system provides the framework for the possible evaluations. You make these se
Author: Paolo Giudici Paperback: 376 pagesPublisher: Wiley Language: EnglishISBN: 047084678X(R) Data mining can be defined as the process of selection, exploration and modelling of large databases, in order to discover models and patterns. The increasing availability of data in the current information society has led to the need for valid tools for its modelling and analysis. Data mining and applied statistical methods are the appropriate tools to extract such knowledge from data. Applications occur in many different fields, including statistics, computer science, machine learning, economics, marketing and finance. This book is the first to describe applied data mining methods in a consistent statistical framework, and then show how they can be applied in practice. All the methods described are either computational, or of a statistical modelling nature. Complex probabilistic models and mathematical tools are not used, so the book is accessible to a wid
The social networking website Facebook is to be questioned by the information watchdog about how it handles people’s personal data.
The move by the Information Commissioner’s Office (ICO) comes after a user of the popular site complained he could not fully delete his profile after he had closed his account.
Currently, users who wish to [...]
1&1 Internet Inc., the world's largest web host by known servers, today completed a comprehensive extension of its wide area network (WAN). An overall bandwidth of more than 120 Gigabit/second is...
Read more at http://websitemakinginfo.blogspot.com
What is a “DATA DICTIONARY”? Q. What functions does data dictionary perform? Q. What is Relational Data Model? Q. Explain ABAP/4 Dictionary? Q. What information is directly taken from dictionary? Q. What are the basic objects of ABAP/4 Dictionary? Q. Explain each basic object of ABAP/4 Dictionary? Q. Explain foreign keys in relational data model? Q. What are aggregate objects ? Q. What are different types of views and explain them ? Q. Define Matchcode ? Q. What are Type Groups? Q. What are pooled and cluster tables?
* Elementary type character, length 20DATA CUSTOMER_NAME(25) TYPE C.* Non-elementary typeTYPES T_NAME(25) TYPE C.DATA NEW_CUSTOMER_NAME TYPE T_NAME.* Reference to a data objectDATA VENDOR_NAME LIKE CUSTOMER_NAME.* RecordDATA: BEGIN OF BOOKING, ID(4) TYPE C, FLIGHT_DATE TYPE D, NAME LIKE CUSTOMER_NAME, END OF BOOKING.* Internal tableDATA BOOKING_TABLE LIKE BOOKING OCCURS 100.
A junior Royal Navy officer is facing a court martial after a laptop containing the personal data of 600,000 people, including serving personnel and thousands of people who have shown an interest in a military career, was stolen from his car. According to The Times, the laptop’s loss is considered to be so serious that Des Browne, the Defence Secretary, will make a statement to the Commons early next week. The Ministry of Defence said last night that the data included bank account and passport details, national insurance and NHS numbers, and home addresses. Serving members of the Royal Navy, Royal Marines and RAF will be the most vulnerable to potential fraud because all their details would have been included. The laptop was stolen from the car parked in Birmingham overnight on January 9-10. MoD sources said that laptops could be removed from an office or base only if there was signed authorisation. (ANI)
By Paul Majendie LONDON (Reuters) - The personal details of up to 600,000 people were lost when a Royal Navy officer's laptop was stolen in the latest embarrassment to hit British Prime Minister Gordon Brown. The Defence Ministry said the laptop, containing personal information about people who had joined the Navy, Marines and Air Force and from people keen to join, was stolen from the officer in the central English city of Birmingham. The timing could not be worse for Brown, currently on a trade visit to China and India. He is seeking to put behind him several government blunders that have seen his popularity plummet in opinion polls. In November, details on 25 million child benefit claimants were lost by the Revenue and Customs department and a week later information on three million learner drivers went missing. Last month, it also was revealed that medical records had disappeared at some health trusts. In the latest case, entries on the stolen computer included family
Author: Zongmin MaPaperback: 374 pagesPublisher: Idea Group Publishing Language: EnglishISBN: 1591406846(R)Collecting and presenting the latest research and development results from the leading researchers in the field of industrial database modeling, Database Modeling for Industrial Data Management: Emerging Technologies and Applications provides a single record of current research and practical applications in industrial database modeling. This book discusses the major aspects of databases for industry: data modeling, database models, and database applications in information systems. Readers of Database Modeling for Industrial Data Management: Emerging Technologies and Applications will gain a complete understanding of the notions, techniques, and methods related to the research and developments of industrial database modeling, which will serve as both a starting point and a reference for their research and developments. Zip Password:
Author: Sharon Allen, Evan Terry Paperback: 632 pagesPublisher: ApressLanguage: EnglishISBN: 1590594630(R) Data storage design, and awareness of how data needs to be utilized within an organization, is of prime importance in ensuring that company data systems work efficiently. Beginning Relational Data Modeling will lead you step by step through the process of developing an effective logical data model for your relational database model. No previous data modeling experience is required. If you need to know how to capture the information needs of a business system in a relational database model, but dont know where to start, then this is the book for you. Zip Password: T0sT@rN@
Author: Steve Hoberman Paperback: 416 pagesPublisher: WileyLanguage: EnglishISBN: 0471111759(R) Data modelers render raw data-names, addresses, and sales totals, for instance-into information such as customer profiles and seasonal buying patterns that can be used for making critical business decisions. This book brings together thirty of the most effective tools for solving common modeling problems. The author provides an example of each tool and describes what it is, why it is needed, and how it is generally used to model data for both databases and data warehouses, along with tips and warnings. Blank sample copies of all worksheets and checklists described are provided in an appendix. Zip Password: T0sT@rN@
Author: Graeme Simsion, Graham Witt Paperback: 560 pagesPublisher: Morgan KaufmannLanguage: EnglishISBN: 0126445516(R) Data Modeling Essentials, Third Edition provides expert tutelage for data modelers, business analysts and systems designers at all levels. Beginning with the basics, this book provides a thorough grounding in theory before guiding the reader through the various stages of applied data modeling and database design. Later chapters address advanced subjects, including business rules, data warehousing, enterprise-wide modeling and data management.The third edition of this popular book retains its distinctive hallmarks of readability and usefulness, but has been given significantly expanded coverage and reorganized for greater reader comprehension. Authored by two leaders in the field, Data Modeling Essentials, Third Edition is the ideal reference for professionals and students looking for a real-world perspective.· Thorough coverage of the fund
Humans are born for mistakes and continued doing mistakes while operating Zune. If the user of Zune without knowingly deleted audio tracks, Music Video, Film Shots, Images, mp3, mp4 and other...
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]
Use BAPIs are not end user interfaces, they are programming interfaces that can be used in diverse application areas, for instance, to connect non-SAP systems and PC products to the R/3 System. To meet the requirements of this diverse range of applications, a common strategy for representing data in the BAPI interface must be used. General Guidelines Fields in BAPI parameters must be presented in the internal form used in the database and not in a form formatted in the BAPI interface. Reason : The internal format is used since the server cannot anticipate client-specific data.For example, the date in a BAPI must be in the format used internally, YYYYMMDD, where YYYY is the year, MM the month and DD the day. The graphic below shows the BAPI programming interface where data is transferred at the source code level and not at the application interface level. BAPI Programming Interface Exceptions There are exceptions where the calling program has to map and convert the data between t
I was waiting for this to happen and i am GLAD that it is going to!By PETER SVENSSON – 1 day ago LAS VEGAS (AP) — The Federal Communications Commission will investigate complaints that Comcast Corp. actively interferes with Internet traffic as its subscribers try to share files online, FCC Chairman Kevin Martin said Tuesday. A coalition of consumer groups and legal scholars asked the agency in November to stop Comcast from discriminating against certain types of data. Two groups also asked the FCC to fine the nation's No. 2 Internet provider $195,000 for every affected subscriber. "Sure, we're going to investigate and make sure that no consumer is going to be blocked," Martin told an audience at the International Consumer Electronics Show. In an investigation last year, The Associated Press found that Comcast in some cases hindered file sharing by subscribers who used BitTorrent, a popular file-sharing program. The findings, first reported Oct. 19, confirmed claims by u
Bacula is a set of computer programs that permits the system administrator to manage backup, recovery, and verification of computer data across a network of computers of different kinds. Bacula can also run entirely upon a single computer and can backup to various types of media, including tape and disk.
In technical terms, it is a network Client/Server based backup program. Bacula is
This project is simple and small component count USB data acquisition or USB DAQ. The main core of USB device is PIC18F4550 .The firmware for PIC modified from Microchip CDC library. When connect this USB Data acquisition with PC then windows ask for driver after driver installed(only first time) you will have a new COMx [...]
This project is simple and small component count USB data acquisition or USB DAQ. The main core of USB device is PIC18F4550 .The firmware for PIC modified from Microchip CDC library. When connect this USB Data acquisition with PC then windows ask for driver after driver installed(only first time) you will have a new COMx [...]
YES we can send the data Either from receiver to sender andvice versa. becausealready we have partner profile in both systems and wedistributed that by using CMD TX BD64.
Domain - Technical details are defined in Domain like data type, number of decimal places and length. Data Element ? Functionality details are defined in Data elements ? Field Text, Column Captions, Parameters ID, and Online Field Documentation.
Author: John Poole, Dan Chang Paperback: 208 pagesPublisher: WileyLanguage: EnglishISBN: 0471200522 The official guide to programming with the revolutionary data-sharing technologyThe Common Warehouse Metamodel (CWM) is the new OMG standard that makes the sharing of data seamless. The CWM standard development team provides developers with a complete overview of what CWM is and how it works. After acquainting readers with the CWM architecture and how each CWM component fits into existing database and data warehouse architectures, the authors provide expert guidance on how to plan for, implement, and deploy CWM technologies.Companion Web site features updates on CWM technologies, descriptions of tools, and links to vendor sites. Zip Password: T@Rt@C7$
By Fayen Wong SYDNEY (Reuters) - Oil prices dipped on Thursday after leaping to a lifetime high of $100 the day before amid a new-year rush of investor demand fuelled by expectations of thinning U.S. stockpiles, the falling U.S. dollar and geopolitical risks. U.S. light crude for February delivery fell 37 cents to $99.25 a barrel in Globex electronic trading by 0017 GMT. U.S. crude traded once at $100 a barrel in the previous session, surpassing the previous $99.29 peak set in November. Oil prices climbed 58 percent in 2007, the biggest annual gain this decade, and many fund managers were bracing for another year of volatile but rising commodity prices. Gold also hit a record high on Wednesday. "We still have our maximum quota on oil and we don't see any reason to lighten up our position at all since all the risks are still to the upside," said Justin Wilkes, a fund manager at Global Commodities in Australia. "Our appetite for oil hasn't waned at all."
By Jennifer Coogan NEW YORK (Reuters) - U.S. stocks sank on Wednesday, with the Dow getting off to its worst-ever start to a year, after data showed a surprise contraction in manufacturing and oil surged to $100 a barrel, raising the specter of stagflation. A broad range of sectors sensitive to energy costs and business cycles suffered on the day, contributing to the Dow's 220-point plunge and steep declines in the S&P 500 and the Nasdaq. United Airlines parent UAL Corp led transport stocks lower, falling more than 10 percent on the jump in oil prices, while Intel Corp dropped 5 percent after Bank of America downgraded the semiconductor group on growth concerns. Any hope for a New Year's rally was dashed early in the session after the Institute for Supply Management reported that factory activity shrank unexpectedly in December. The ISM data poses a quandary for the Federal Reserve, which must cope with rising prices while trying to stave off recession. Major manufacturer
NEW YORK (Reuters) - U.S. stocks fell on the first trading day of the year on Wednesday, with the Dow slumping about 2 percent to dip below the 13,000 level, after U.S. manufacturing data showed signs of contraction and oil hit $100 a barrel, raising the possibility of a recession in 2008. The Dow Jones industrial average was down 265.97 points, or 2.01 percent, at 12,998.85. The Standard & Poor's 500 Index was down 25.85 points, or 1.76 percent, at 1,442.51. The Nasdaq Composite Index was down 52.30 points, or 1.97 percent, at 2,599.98.
By Jennifer Coogan NEW YORK (Reuters) - U.S. stocks plunged on the first trading day of 2008 on Wednesday after oil hit $100 a barrel and U.S. manufacturing data showed signs of contraction, raising fears the economy may be heading into recession. Further weighing down the market, Banc of America cut its rating on eight chip maker stocks, including No. 1 Intel Corp, sending the sector down sharply. Economically sensitive shares were among the top decliners on the Dow, including heavy equipment maker Caterpillar Inc, down 2.5 percent at $70.72, and diversified manufacturer Honeywell International Inc, down 2.5 percent to $60.02. The Dow Jones industrial average was down 205.98 points, or 1.55 percent, at 13,058.84. The Standard & Poor's 500 Index was down 21.02 points, or 1.43 percent, at 1,447.34. The Nasdaq Composite Index was down 49.18 points, or 1.85 percent, at 2,603.10. The Institute for Supply Management's manufacturing survey showed factory activity fell in Decemb