Showing posts with label SAP General. Show all posts
Showing posts with label SAP General. Show all posts

SAP Version Naming Metrix


** Credit Web
Year
UI Type
Edition
Major
Version
Minor
Version
BASIS
WebAS
ECC
NetWeaver
Solution
 Manager
Remark

Terminal
R/2
-
-






1992
Desktop
R/3
1
-
1






Desktop
R/3
2.0, 2.1
-
2.0, 2.1





1997
Desktop
R/3
3.0, 3.1
3.1I
3.1I





1998
Desktop
R/3
4
4.0B
4.0B





2000
Desktop
R/3
4.5
4.5B
4.5B





2001
Desktop
R/3
4.6
4.6B, 4.6C
4.6B, 4.6C





2001
Desktop
R/3
4.6D*
4.6D
4.6D, 610
6.1




2003
Web
R/3 Enterprise
1.1
4.7×110
620
6.2

NetWeaver (2003)
2.1


Web
R/3 Enterprise
2
4.7×200
630
6.3

NetWeaver (2003)
2.2, 3.1,3.2

2005
Web
mySAP
2004
-
640
6.4
ECC 5.0
NetWeaver 04
4.0
* SAP appears to support 4.6D on
BASIS server and WebAS
2006
Web
mySAP
2005
-
700
7.0 (AS)
ECC 6.0
NetWeaver 04S
4.0
SAP Netweaver 7
(Previously called Netweaver 04S

SAP BASIS Background Processing in Overview


** Credit SAP web
Background Processing in Overview

Here’s a brief overview of how background processing works in the R/3 System. This diagram shows the components that are involved in processing various types of R/3 background jobs.
  1. Job scheduling: Before the background processing system can do anything, background jobs have to be scheduled. This can occur in transaction SM36 (job scheduling), in the ABAP editor (transactions SA38 and SE38, the "start program in the background" execution option), or through the programming interface or external interface of the background processing system. Many R/3 applications use the internal programming interface to schedule long-running reports for background processing.
  2. Job storage management: Jobs are stored in the R/3 database. Principal tables in the background processing system include the following:
- TBTCO: The job header table (job management data)
- TBTCP: The job step table (individual processing steps in jobs)
- TBTCS: The control table for the time-driven job scheduler
- BTCEVTJOB: Jobs scheduled to wait for an event

SAP Glossary

** Credit web

SAP Glossary

ABAP Advanced Business Application Programming. Programming language of the R/3 System.
ABAP Dictionary
Central storage facility containing metadata (data about data) for all objects in the R/3 System. The ABAP Dictionary describes the logical structure of application development objects and their representation in the structures of the underlying relational database. All runtime environment components such as application programs or the database interface get information about these objects from the ABAP Dictionary. The ABAP Dictionary is an active data dictionary and is fully integrated into the ABAP Workbench.
ABAP Editor
ABAP Workbench tool for developing and maintaining ABAP programs, function modules, screen flow logic, type groups, and logical databases. Besides normal text operations (such as insert, search, and replace), the ABAP Editor offers several special functions to support program development.

SAP Transaction Codes

** Credit web
SAP Transaction Codes
Customer                
        XD01    Create Customer (Centrally)
        XD02    Change Customer (Centrally)
        XD03    Display Customer (Centrally)
        XD04    Customer Changes (Centrally)
        XD05    Block customer (centrally)
        XD06    Mark customer for deletion (centr.)
        XD07    Change Customer Account Group
        XD99    Customer master mass maintenance
        XDN1    Maintain Number Ranges (Customer)
Vendor          
        XEIP    Number range maintenance: EXPIMP
        XK01    Create vendor (centrally)
        XK02    Change vendor (centrally)

Loading