Basis interview questions

What is Transaction RZ10- Edit Profiles?
If you want to change things like the default Client 000 to 999, rdisp/max_wprun_time (dialog abap program runtime - standard = 300 seconds).
• choose the instance profile
• click Extended maintenance
• click the display or change button
• look for this parameter name login/system_client
Work Processor :-
• rdisp/wp_no_dia DialogProcessor
• rdisp/wp_no_vb UpdateProcessor
• rdisp/wp_no_vb2 Update 2 Processor
• rdisp/wp_no_enq Enquiry Processor
• rdisp/wp_no_btc BackgroundProcessor

rdisp/wp_no_spo Spool Processor

What is the use of profile paramater ztta/roll_area?
The value specifies the size of the roll area in bytes. The roll area is one of several memory areas, which satisfies the user requests of user programs. For technical reasons, however, the first 250 KB or so of a user context are always stored in the roll area, further data
- up to the roll area limit ztta/roll_first,
- in the extended memory, up to the limit ztta/roll_extension or if extended memory is exhausted, then
- again in the roll area, until the roll area is full, then
- in the local process area, up to the limit abap/heap_area_dia or abap/heap_area_total or until the address space or the
swap space is exhausted.
Followed by termination with errors like STORAGE_PARAMETERS_WRONG_SET an error code, that points to memory bottleneck Minimum data transfer with context change; however, the increase helps to avoid problems (address space, swap space, operating system paging).
What is R/3? And what is basis version?
SAP Basis:
- Provides the runtime environment for all SAP applications
- Optimally embeds the application in the system environment
- Defines a stable architecture framework for system enhancements
- Contains the tools for administering the entire system
- Allows the distribution of resources and system components
- Provides interfaces for decentralized system parts and external products.
An R/3 instance is a group of R/3 services that are started and stopped as a unit (by an R/3 dispatcher) and have a common instance profile. The name of an R/3 instance is composed of letters standing for the relevant services, and an instance number which is unique for each computer. The services may be D, V, E, B, M, G, or S, which respectively stand for dialogue, update, enqueue, background, message, gateway, and spool services.
I would like to know the version or name of SAP that is implemented in real time?
This is a very generic question and really depends on what you are implementing (modules).
The history of the "R/3" is
3.0D Basis 300
3.0E Basis 300
3.0F Basis 300
3.1H Basis 310
3.1I Basis 310
4.0B Basis 400
4.5B Basis 450
4.6C Basis 460
4.71 Basis 6.20
4.72 Basis 6.20
5.00 Basis 6.40 (ECC 5.0 - Enterprise Core components)
6.00 Basis 7.00 (ECC 6.0) - actually in RampUp
All of those have increased business functionality and interfaces to other systems (CRM, BW etc.)
What is my sap?
It's a term for all the systems that in a contract (e. g. a MySAP business suite consist of ERP2005, CRM2005, SRM2005).
What is the systems configuration required to implement SAP. I.e. for production, development and QAS servers the hard disk space, RAM, Processor
This also depends on what you are implementing, how many users will work on the system, how many records in what area are created etc.
We need a BIG database system and an even bigger application server for ~ 900 users and 12 languages.
What is ASAP?
It's an old term for an implementation strategy. Blueprint -> prototype -> goLive (if you want to say it in one sentence).
How should I set priority for Printing say like user, teamlead, project manager?
There's nothing like "priority" settings for spool processes. Just define more (profile parameter rdisp/wp_no_spool) processes so people don't need to wait.
Using Tc SGEN I have generated 74% job and later I have terminated the job. I wish to start generating from where it stopped I have refreshed but to no chance nothing was done. How should I further proceed so as to complete the remaining job..
Start SGEN again and select the same you have selected before. It will popup and ask if you want to start from scratch or generate the just the remaining.
CLIENT COPY
Question : Subject : Client Copy with only user master and roles
Hi
We are on 4.6C and our QA and Production clients are on the same system.
We create all the roles on the QA client to test.All the users are setup on both clients with the exception of a few.
Before Going Live I want to copy the entire use master records and roles and their assignments to the Production Client.
I want to know if my existing users and roles in Production will be deleted with the client copy
of users master and roles??
Hope someone can shed light on this for me because I check some documentation but it's not clear for me.

Reply : Subject : Client Copy with only user master and roles
Yes, they will be deleted.

Reply : Subject : Client Copy with only user master and roles
Hi,
I think it will be deleted.

Reply : Subject : Client Copy with only user master and roles
Hi all ,
Please take a look to the diferents profiles you can use in the copy client.
I send you all the options that you have , for further needs.
Data classes in the copy profiles:
o Customizing
All profiles, with the exception of SAP_USR/SAP_USER contain Customizing.
Customizing data is generally in tables of the delivery classes C, G, E and S.
o Client-independent Customizing between two systems
Client-independent Customizing can only be transported via Export/Import. For this, a profile must be created with the corresponding option in the customer name space until Release 3.1I. As of Release 4.0, the following profiles are delivered for this:
SAP_EXBC, SAP_EXPA and SAP_EXPC.
In addition to some special selections, the client-independent customizing tables (delivery classes C, G, E, and S) that are not
contained in the exception list for system tables are copied. For Basis tables (development class starts with 'S'), the existence of
a customizing object is checked in addition (Transaction SOBJ) to make sure that those contain customizing that may be transported and no system settings.
Note:
Client-independent customizing must only be copied to create a new system. Client-independent data and thus all clients in the target system are affected by this and can be destroyed!
o User master data
User master data is only deleted in the target system if a profile is copied with user master data. Prior to Release 4.5B, however, the user addresses are lost when copying customizing without application data. For transports, this restriction still applies.
Authorization profiles belong to Customizing and therefore, they are always copied with this. Copying users without user profiles would be problematic. Therefore, the copy profile SAP_USR or SAP_USER additionally contains authorization profiles.
A separate source client for the user data can be entered with a local copy or with an export.
In Releases 4.0B to 4.6D the users are copied with each copy including user data. If this is not wanted you must store the user
prior to the copy with profile SAP_USER to another client and retransfer it after the copy.
o Application data (master & transaction data)
Application data is dependent upon Customizing data. Therefore, the data can only exist consistently together with it. Application data is always deleted in target clients, with the exception of a copy with SAP_USR or SAP_USER.
Application data is generally in tables of delivery class A.
If you want to mix the application data with the Customizing data of another client for test purposes, import the corresponding
Customizing transports in the target client. If you - in extremely exceptional cases - want to reach this goal via the client copy
tools, then refer to Note 19574, which contains additional information. However, SAP expressively notes that no support is
given for any of the problems and inconsistencies occuring with the execution. As of Release 4.5 a copy of the customizing
without resetting the application data is not possible.
In Releases 4.0B to 4.6D the users are always copied for each copy including application data. Detailed information can be found in the user master data.
o System variants and user-defined variants
The copy profile SAP_USR or SAP_USER does not contain any variants.
- Release 3.0:
Variants are only copied if a copy profile ordered by the user contains this option. The profile SAP_ALL, which contains
variants, is only delivered as of Release 3.0F.
- As from Release 3.1:
All delivered profiles contain variants.
- As from Release 4.0:
The tool can now handle system variants and user defined variants seperately. If a copy profile does not contain the
option 'With variants', the system variants are nevertheless copied. However, the user defined variants are only copied if
the option to do so was selected. Nevertheless, via a delivery error, all profiles receive the option 'With variants'.
- As from Release 4.5:
With periodic planning, no variants are copied.
SAP_APPL, SAP_CUST and SAP_UCUS do not contain any more user-defined variants.
- As from Release 4.6A:
Also SAP_UAPP contains no more user-defined variants.
o Activity groups
Activity groups are copied togehter with the Customizing.
Only as of Release 4.5 they are also copied with the SAP_USER profile. In a former release, they must be transported, in this
case, with the help of the report 'RHMOVE30'.
Copy profiles delivered by SAP:
As of Release 4.0, SAP only supports these profiles delivered by SAP.
o SAP_ALL (as of Release 3.0F)
All client-dependent data
o SAP_USR (as of 4.0 SAP_USER)
User master data and authorization profiles
o SAP_CUST
Customizing - application data is deleted
o SAP_UCUS
Customizing and user data - application data is deleted
o SAP_APPL
Customizing data and application data ( because of changed user address assignments as of Release 4.0 to 4.6D, including the
user data, which corresponds the profile SAP_ALL without user defined variant)
o SAP_UAPP
Corresponds to SAP_ALL and is omitted after Release 4.6D.
The following profiles will be delivered additionally as of Release 4.0 (SCC8 only) in order to be able to copy
client-independent Customizing data between two systems:
o SAP_EXBC
Customizing including client-independent customizing and user data
o SAP_EXPA
All client-dependent data and client-independent Customizing (as of Release 4.5 without change documents)
o SAP_EXPC
Customizing including client-independent Customizing
As of Release 4.0, the following profiles are additionally delivered, which contain the user defined variants (see above):
o SAP_CUSV
corresponds to SAP_CUST with a variant flag
o SAP_UCSV
corresponds to SAP_UCUS with a variant flag As of Release 4.5B there is a specific profile to restore a client
o SAP_RECO
Specific copy profile (for remote copies and transports) which contains change documents, system tables (delivery class 'W' -
e.g. the Central User Administration (CUA)), and local tables (delivery class 'L') in addition to SAP_ALL. The profile may
only be used to restore a client which was accidentally deleted. The number of the source and target client and the system settings (for example, printer, etc.) should correspond.

Reply : Subject : Client Copy with only user master and roles
Thanks Nuria, but I still have a qustion.
If I have a few users on the Production client and I copy the user master and roles
with the Copy Profiles SAP_USR from QA, Will it overwrite those few users?
Basically what I am asking is : Does a client copy of user master and profiles/roles delete the target user master and profiesl/roles before doing the copy or transport?

Reply : Subject : Client Copy with only user master and roles
Yes, it doesn delete all of that in the target client before it does the copy. All copies do regardless. Now, what you need to do in order to keep your target "roles and user master date" is that before the main copy,
1- make a dummy client in scc4
2- do a client copy using SAP_USER from your source client to this dummy client
3- start your main client copy
4- do another client copy except this one is from the dummy to the source using SAP_USER
This will get everything you want and your roles/master data is intact.

No comments:

topics