Posts belonging to Category 'SAP Tutorial'

Access with Internet SAP router

For the ICC Test-System available through SAP Remote Access and Connectivity (RAC) Service we introduced a new, easy to setup and convenient access method. Access will be directly over Internet. Additional efforts for VPN connection, ISDN dial-in or dedicated services of Internet service providers are no longer necessary. Please find in this document details about prerequisites and set-up process for the new introduced access method. 2 Configuration 2.1 Scenario Figure 1: Communication Scenario 2.2 Prerequisites For remote-connection to the (more…)

ADVANCED BUSINESS APPLICATION PROGRAMMING

Prerequisites Essential • Extensive basic data processing knowledge • Good programming experience in another programming language Recommended • None Duration • 15 days Goals • Work with the ABAP Workbench tools • Develop your own simple ABAP programs • Use object-oriented programming in ABAP Objects Audience • Development Consultants who are responsible for developing and customizing ABAP / ABAP Objects programs Software • WEB AS 6.40 Content • Introduction into SAP Business Suite (presentation of e-business applications, overview (more…)

SOFTWARE ENGINEERING

PiT Recovery® for R/3 z/OS T H E O P T I M I Z A T I O N P E O P L E just what you really need SOFTWARE ENGINEERING 3 © 2002 SOFTWARE ENGINEERING GMBH DB2 Tools – The Old World Category Tools used for Traditional Applications Catalog Mgmt Change Mgmt SQL Analysis Utility Mgmt (COPY,REORG,…) Recovery Mgmt – Logical Errors – Physical Errors … yes yes yes yes no (reverse engineering) no (hardware) – DB2 Tools The Old World – SAP R/3 on DB2 for z/OS and OS/390 – Logical Error in DB2 Database – DB2 Tools The SAP R/3 (more…)

C-SAP PROJECT Sociology

This report outlines the findings from a study of the relationship between the learning, careers and life experiences of ‘non-traditional’ sociology students at a new university, Abertay Dundee. In a devolved government context, it also directly engages with the Scottish Executive’s (2003) ‘life-long learning’ strategy, whose stated aim is to create: A Scotland where people have the confidence, enterprise, knowledge, creativity and skills they need to participate in economic, social and civic life. It did this by investigating the experiences of these students (more…)

Fast track mobile for companies running SAP

What was first, the chicken or the egg? Probably, your company is already investing on Business Intelligence solutions. But are you thinking about improving the way how you capture data today? Most of your employees and colleagues carry most of the time mobile devices with them. However you still expect them to write down data on paper and then to pass it to a dedicated person who then re enters all data generated on the field on weekly basis; or even worse, you expect them to sit down in front of the desk to maintain the daily data, in the evening, (more…)

INTRODUCING SCA

What is an application? One way to think of it is as a set of software components working together. All of these components might be built using the same technology, or they might use different technologies. They might run inside the same operating system process, in different processes on the same machine, or across two or more connected machines. However an application is organized, two things are required: a way to create components and a mechanism for describing how those components work together. Service Component Architecture (SCA) defines (more…)

Editing ALV in Web Dynpro for ABAP

Handling of Editable ALV Tables in Web Dynpro This tutorial shows you how to make a column of your ALV table editable. Task The starting point of this tutorial is the solution application of the tutorial, “Programming the ALV Configuration Model in Web Dynpro for ABAP.” The task of this tutorial is to configure the ALV to make column “price” editable. Objectives By the end of this tutorial, you will be able to: ! Make a column of the ALV table editable Knowledge Knowledge of ABAP OO programming language Basic knowledge of programming (more…)

Protocol Programming

A set of library function calls forms an abstraction called socket to facilitate the programming involving inter-process communication (IPC). Idea ? The socket mimics the file I/O operations: sending message—write(socket, msgbuf, strlen(msgbuf)) receiving message—read(socket, msgbuf, Maxmsglength) However the creation of sockets is different, depending on the types of IPC: For process-to-process communication within a UNIX machine. a path name is used as an address to identify a socket, e.g. /tmp/cs522.chow. UA2Gui The space this type of socket (more…)

Tips and Tricks for SAP Java Connector

Thomas G. Schuessler is the founder of ARAsoft, a company offering products, consulting, custom development, and training to customers worldwide, specializing in integration between SAPand non-SAP components and applications. Thomas is the author of SAP’s BIT525 and BIT526 classes. Prior to founding ARAsoft in 1993, he worked with SAPAG and SAP America for seven years. (complete bio appears on page 123) free advice often turns out to be expensive – Terry Pratchett, The Wee Free Men, p. 50 When I teach SAPJava Connector (JCo) training (more…)

Tutorial – Logging & Tracing Mechanism in SAP

1. About this tutorial This tutorial covers the new logging and tracing framework (referred as ‘logging API’ or ‘SAP Logging API’ hereafter), provided for the Java development projects at SAP. The tutorial focuses on how to use the logging API. The technical implementation details are not covered. Step-by-step instructions and examples are provided. The goal is to encourage and enable the readers to readily start using the logging API after finishing this tutorial. Special (more…)