What is the difference between transport layer and development class
Transport layer is a logical way to transport development classesjust we will add the DC to tl ok
When we are applying the Support packs or any upgrades we go for 000 client with DDIC user because it is an master client and also the changes done in the 000 client will be effected to all clients in the system
As "000" is the Default/Golden/Master client provided by SAP with all the functionalities we apply sps through this.
Where can we find the 4 files(saplogon.Ini,sapmsg.Ini,saproute.Ini,sapdoccd.Ini) of gui at os level(i mean in which directory)?
c:/WINNT
We can find the 4 files that below to SAP GUI in C://WINNT folder.
Sarbains Oxeleys Theory, this is used as a fundamental theory for SAP Security.
Where can we find the passwords of users like SAP*,ddic(tcode?/os level?)? And how can we change those passwords from os level(windows & LINUX)?I know we can change the passwords using the transaction sm01.
Just execute these SQL instructions on your database administrator:SELECT TRDAT, BNAME, UFLAG FROM SAPSR3.USR02 WHERE MANDT = '000' AND BNAME = 'SAP*';DELETE FROM SAPSR3.USR02 WHERE MA...
Go to SA38 TCode and Run RSUSR003 report.you will get a list saying passwords for SAP* and DDIC in all clients.
Presentation, applicaion and database server
Explain with example what are presentation, application and database server?
Application Server is your central instance server
Database server is the server hosting the database
Presentation server is every computer where you can access the system, as PC with SAPGUI software installed
Can SAP patches be installed when other users are online?
No. During patch implementation, the patch manager updates some tables and programmes. If any user use that programme or table, it cann't update those table or programme. So it is better to apply patches when there is no user logged in the SAP system
You better dont do that, because there will be a inconistency if the same objects are
used by any user who is online and thus the system throws a lot of short dumps..
Name the r/3 system transaction used for monitoring a spool requests.
Sp01
Spool process is used for printing purpose for example printing pay slips, printing invoices, printing purchase order etc. Most of the spool requests are scheduled in back ground jobs because the...
What is the difference between transport layer and development class
Transport layer is used for grouping all the development objects that will always use the same transport routes within the same development system. Transport layer is assigned to all the objects that ...
How to schedule background jobs at os level?
sapxpg.exe and sapevt.exe are used to schedule background jobs at OS level.
Hi There,
If I understand you correctly you want to perform back ground job scheduling not data back up or archieving.
For data base back up generally client use differnt third party software like Tivoli by IBM , Schedule task by Microsoft, Crantab by Unix
But to schedule the back ground job use SM36
What is SAP 5.0 ecc
SAP 5.0 ECC (Enterprize Central Component) is a one of the version of SAP releases. It is the extention of SAP 4.7 EE with include of web as Java. i.e Java Engine
SAP 5.0 ECC is the SAP R/3 version
Which r/3 system user is used for starting external programs using SAP background jobs?
SAPcpic
The user type is CPIC
How can I export the .Tif images from SAP xd03 screen to my folder on the desk top?
When creating a logon group for logon load balancing, which of the following cannot be specified? answer : maximum number of sessions per user
Transport Layer in ABAP Workbench The Change and Transport System supports the distribution of development work on large projects across multiple SAP Systems. The packages in each development syst...
Firstly, a Development Class is just like a package, which holds a group of objects together.
Transport Layer just specifies the route through which these Development Class's objects has to move to the Consolidation system from Integration system.