faqssap

Download faqssap

If you can't read please download the document

Upload: jeffa123

Post on 26-Sep-2015

213 views

Category:

Documents


1 download

DESCRIPTION

bbbbbbbbbbbb

TRANSCRIPT

WriteNew User?RegisterLoginTutorialsAnswersBooksInterview QuestionsJobsCourses & InstitutesTransaction CodesClassifiedsNewsSAP Career GuidanceBASIS BASIS Interview QuestionsLogin To FollowSAP BASIS Interview Questions for IBM By: SAPTechies Notes | 16 Aug 2012 1:30 pm | 9738 times viewed | 0 Comments Share 0 Tweet 0 Linkedin 0 Google+ 0 Pinterest 0 What is private mode? When does user switch to user mode?Private mode is a mode where the heap data is getting exclusively allocated by the user and is no more shared across the system. This happens when your extended memory is exhausted.How can I restrict the user from printing? (What authorizations should we disable)we can restrict using su01-defaults- clear the output device(if any).How can I restrict the user from printing? (What authorizations should we disable)Use the object S_SPO_DEV to restirct.What is osp$ mean? What if user is given with this authorisation?OPS$ is the mechanism the adm users uses to connect to the database . Why do you use DDIC user not SAP* for Support Packs and SPam?Do _NOT_ use neither DDIC nor SAP* for applying support packages. Copy DDIC to a separate user and use that user to apply them. Can you kill a Job?Yes SM37 select kill If you have a long running Job, how do you analyse?Use transaction SE30. How to uncar car/sar files in a single shot?on Unix:$ for i in *.SAR; do SAPCAR -xvf $i; done When we should use Transactional RFC ?A transactional RFC means, that either both parties agree that the data was correctly transfered or not. There is no half data transfer. What is the use of Trusted system. I know that there is no need of UID and PWD to communicate with partner system. In what situation it is good to go for Trusted system ?E. g. if you have an R/3 system and a BW system and dont want to maintain passwords. Same goes for CRM and a lot of other systems/applications. Let me know if my understanding below is correct: 1) By default the RFC destination is synchronous 2) Asynchronous RFC is used incase if the system initiated the RFC call no need to wait for the response before it proceeds to something else.Yes thats right.But keep in mind, that its not only a technical issue whether to switch to asynchronous. The application must also be able to handle that correctly. Which table contains the details related to Q defined in SPAM? Is there a way to revert back the Q defined? If yes, How?There is a delete button when you define the queue. If you already started the import its no more possible since the system will become inconsistent. What is a developer key? and how to generate a developer key?The developer key is a combination of you installation number, your license key (that you get from http://service.sap.com/licensekey) and the user name. You need this for each person that will make changes (Dictionary or programs) in the system. What is XI3.0 ? EXPLAIN XI = Exchange Infrastructure Part of Netweaver 2004.SAP Exchange Infrastructure (SAP XI) is SAPs enterprise application integration (EAI) software, a component of the NetWeaver product group used to facilitate the exchange of information among a companys internal software and systems and those of external parties. Like other NetWeaver components, SAP XI is compatible with software products of othercompanies.SAP calls XI an integration broker because it mediates between entities with varying requirements in terms of connectivity, format, and protocols. According to SAP, XI reduces integration costs by providing a common repository for interfaces. The central component of SAP XI is the SAP Integration Server, which facilitates interaction between diverse operating systems and applications across internal and external networked computer systems. How to see when were the optimizer stats last time run? We are using win2k, oracle 9, sapr346c.Assumed DB=OracleSelect any table lets take MARA here but you should do the same for MSEG and few others to see whether the dates match or not.Run the following command on the command prompt:-select last_analyzed from dba_tables where table_name like %MARA%;This gives you a straight answer .Else you can always fish around in DB14 for seeing when the optimzer stats were updated. 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 theswap 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? is3.0D Basis 3003.0E Basis 3003.0F Basis 3003.1H Basis 3103.1I Basis 3104.0B Basis 4004.5B Basis 4504.6C Basis 4604.71 Basis 6.204.72 Basis 6.205.00 Basis 6.40 (ECC 5.0 Enterprise Core components)6.00 Basis 7.00 (ECC 6.0) actually in RampUpAll of those have increased business functionality and interfaces to other systems (CRM, BW etc.) What is mysap?Its 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, ProcessorThis also depends on what your 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?Its 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?Theres nothing like priority settings for spool processes. Just define more (profile parameter rdisp/wp_no_spool) processes so people dont 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. Ask him/her to describe how SAP handles Memory Management?ST02 / ST03 In general via table buffers, you could go into the whole Work Process, roll in, roll out, heap (private) memory, etc. however just as a Unix or DBA admin would know, is you look this up when needed for the exact specifics. Ask him/her to describe where they would look at the buffer statistics, and what steps they would use to adjust them?ST02, RZ10 Ask him/her to describe how to setup a printer in SAP or where they would look to research why a user/users can not print?SPAD, SP01, SM50, SU01 Keep the interview to 3 general areas:DB (what is the directory structure/ where are the files kept oracle alerts, init.ora, redo logs, archive logs, etc.; possibly some basics stuff like what to do high level when the archive directory fills up, etc. Keep this minimal as from a SAP basis admin point of view Oracle is just a big giant bit bucket and SAP can handle to the daily monitoring and maintenance itself.OS (what is the directory structure (what is NFS mounted and why / where are the message files contained for the OS error log; basic commands for the OS eg. Unix, mv, cp, ls, grep, ps-ef, df-k, etc. That is pretty much all the SAP basis admin will need to know. Client/Server architecture.SAP (what is the directory structure / where are files located ie. profiles start, instance, default (what are they and what is the order of precendence) start is for statup only, instance is the first to be read then the default and if a given parameter cannot be found in the instance or then the default then the internal standard is taken from RZ10 setting.You can ask them to ran Transaction codes to you. Menus constanly change so go with T-codes. He should have a good knowledge of the following areas; transports, user / print / spool / batch management, monitoring, client tools and copies, support packages, kernel patches, workload analysis, Roles and Security, etc.The standard list of t-codes is pretty muchSM50, SM51, SM66, SM12, SM13, SM21, DB01, DB02, DB13, ST01, ST02, ST03, ST04, ST05, ST06, SU01, SUIM, PFCG, SCC4, SE01, SE09, SE10, SPAM, SM35, SM36, SM37, SPAD, SP01 SCC3, SCCL, SCC9 this are pretty much you heavy hitters for monitoring and support.I would ask in general how he would troubleshoot the following:- User cannot connect to SAPcheck SAP logon settings, ping the host, check message server, check dispatcher, etc.- User cannot printcheck SAP user setup, check SPAD, check spools, check unix queue or print queue at the os level, etc- System seems slowcheck SM66, SM51, SM50, SM21, ST06, ST03, SMLG, AL08 etc.Some important things to remember is to ask not get specific to your installation or specific system setup as all SAP instances are different, keep your question to general topics and general answers.The most important thing to notice when choosing a candidate is not how they parrot back answers to you, but if they cana) think for themselves andb) they actually like to and will keep on learning as no one knows it all andc) they have a good background and willingness to perform analyis and will keep on digginging until the answer is found or until their resources are exhausted and then they will pull in what is required to figure it out.Share0 Tweet0 Linkedin0 Google+0 Pinterest0 CommentsNo Comments Posted for this Article.Sign up for STechiesAdd AnswerSAP comes to Rescue Indian RailwaysShalesh Singh Visen17 Feb 2015Indian railways were originally founded in the year 1853 and now are known as the largest rail network in Asia. It is interesting to know that there are more than 6000 stations and almost 20 million passengers travel daily through trains. Apart from being a favored mode of transport, the...SAP to Re-Engineer the Indian Postal ServiceShalesh Singh Visen26 Feb 2015Most of us would not be aware of the fact that the Department of Posts has been in existence for more than 150 years. The Department has touched the lives of million of Indians ever since it started its operations, right from delivering letters to their near and dear ones, enabling them to send...SAP All Set to Empower the Defense Forces of the CountryAnuradha10 Mar 2015The first thing that comes to our mind when we think about the way in which national emergencies are managed, the way our country's borders are protected is the defense services. The defense forces require a more rigorous solution which comes with a better tracking mechanism and thus enabling...Former Executive of Salesforce Got $115 Million Funding to Wiping Out SAP and OracleShalesh Singh16 Mar 2015Weve all been hearing how companies go the extra mile to raise a few hundred million dollars to revamp their operations and the latest to join this league is the CEO of Zuora, Tien Tzuo. Tien Zuora, Former Executive of Salesforce and Present CEO of Zuora For those of us who are not...RelatedSAP BASIS Interview Question IBMfew of sap security transaction, oracle latest version which can use in ibmSap Basis Interview Questions of IBM .plz send sap basis questions to [email protected] and mainly IBM asking question and answers are snd to this mail.plz plz plz Ramki Thanks@regardsSAP BASIS interview questions(part1)1) RFC Conn between two ABAP Systems is RFC Rfc Conn between Java and ABAP IS jco rfc Communction between two java systems??????????? 2) what is archived log mode and non archived log...SAP BASIS INTERVIEW QUESTIONS1. If user is accessing a table it was taking more time how we need to reduce the time? 2. While transporting a TR an error message showing that problem with TMSADM user. What to do? 3. If a TR is...SAP Basis Interview QuestionsI'm Rajender Sharma, working for a MNC in Noida as Sr. SAP Basis/ Security Consultant. I've 7 years of total experience and 5 years of relevant experience with Certifications...SAP BASIS Interview QuestionsI am unable to give the answer for following questions. If anybody knows the answer, please update the answers and replay to all. It is really very help to all sap basis consultant. ...SAP BASIS Interviews Questions SAP BASIS Interviews Questions 1. Which of the following are standard users in SAP systems? (More than one answers) a)sap b)ddic c)system d)sap* 2. A background job contains one or more...BASIS INTERVIEW QUESTION1.What is the difference between System Trace, Developer Trace and System Log? System Trace: If you want to record the internal SAP system activities, use the function SAP System Trace. Recording...Basis Interview Questions1. what all checks will you perform when SAP is down? 2. How do assure all SAP application servers are up and running? 3. How will you switch archive llog? What all steps are required for the...Basis interview questionsAsk him/her to describe how SAP handles Memory Management? ST02 / ST03 In general via table buffers, you could go into the whole Work Process, roll in, roll out, heap (private) memory, etc...BASIS Interview Questions part11. How to define Logon groups? And what is Logon load balancing? 2. For an ABAP only system, do we have to SSL? 3. What is the procedure involved in doing a system-copy? 4. How to handle...BASIS Interview Questions (part4)What are Homogenous system copy and Heterogeneous system copy and how you will do that? How to import the OSS notes? What is OCS and How to apply OCS Patches ? What is Transport...BASIS Interview Questions part2BASIS Interview Questions What are Homogenous system copy and Heterogeneous system copy and how you will do that? How to import the OSS notes? What is OCS and How to...Interview Questions for SAP BasisWhat is private mode? When does user switch to user mode? Private mode is a mode where the heap data is getting exclusively allocated by the user and is no more shared across the system. This...SAP BASIS Interview Questions 31)What is the difference between an instance and application server? 2)What are authorisation objects?give some examples of authorisation objects and for what purpose authorisation objects are...IMPORTANT SAP BASIS Interview QuestionstWhat is access method? tWhat IS TMSADM? tHow i estimate the client size? tHow to find out the object and object class for a specific role(eg. basis admin,mm purchase)? tCan i transport...SAP BASIS Interview Questions 5i have question ? plz answer if know.... What is a different between kernel Upgrade and Patches Upgrade? What are the steps upgrade kernel and patches in ECC5.0, 6.0? I want to transport a...SAP BASIS Interview Questions 4Hi, Please answer these questions. 1) What are SAP Check Indicator Defaults and Field values? 2 )What is meant by reducing the scope of Authorization checks, and maintaining check indicators for...SAP BASIS Interview Questions 8Please answer these questions. 1)What are SAP Check Indicator Defaults and Field values? 2)What is meant by reducing the scope of Authorization checks, and maintaining check indicators for...SAP BASIS Interview Questions 71. In which directory, the central system log will store? ANS: LDAP Dir. 2.what is the t-code for Logon Load balancing?AND WHAT IS THE USE OF LOGON LOAD BALANCING? ANS: T-code-SMLG; Its...Interview Questions of Basis1) In what sequence does the system read the system parameters the specified locations? a) Instance profile -> Default profile -> Kernel b) start.ini -> Kernel -> Default profile ->...Interview Questions for SAP Basis with Answers.Interview Questions for SAP Basis What is private mode? When does user switch to user mode? Private mode is a mode where the heap data is getting exclusively allocated by the user and is no more...SAP BASIS Interview Questions for FreshersHi to everyone, as I am new to SAP Basis am having some doubts, please get it me cleared... 1) What will happened if the Central instance of the system failed? 2) Where we will install the...SAP BASIS INTERVIEW QUESTIONS ON DATABASEHI im surya, im searching for job on SAP BASIS, so any body who is having frequently asked questions on database questions of sap, kindly forward me to this mail id [email protected] Thanks ...Very important SAP BASIS Interview QuestionsI am unable to give the answer for following questions. If anybody knows the answer, please update the answers and replay to all. It is really very help to all sap basis consultant. 1.What is the...SAP BASIS Interview Questions (part 2)1) one of the transport is in import mode from last 20 hours , how to solve the issue ? 2) during online back on oracle database, due to power failure sysetm restarts all the tables are in...SAP Basis real environment Interview QuestionstWhat type of servers is used in sap (eg like HP or Dell Servers names)? 2. Operating System, Oracle Database, Kernel,SAPOSCOL are 64/32 bit versions? if OS is 64bit can we use 32 bit versions...SAP Basis Interview Questions Set 11Q. 1 What is a domain controller? A 1. A domain controller is used in transport landscape and typically the development SID of a specific instance type, I.e., ERP. Q. 2 What is Bex? A 2. BeX...SAP BASIS Interview Questions 91. What is the directory name of the WP trace, System Log and Backup Logs files created in sap? Ans: The directory is under SAP installation dirctory where trace files are created 2. What are...SAP BASIS Administration Interview QuestionsFrom where you have done your SAP BASIS Administration and is it necessary to have SAP certification to get a job? If any institute in CANADA offer me the SAP BASIS Administration course then what...Important Basis Interview Question And Answer.ATOS Interview Questions: 1) What are the file systems required for sap installations? And what are the softwares we download for installation? 2) If u have one CI and Ten Dialog instances...Answer this interview questions & check your eligiblity for basis interview.Check some questions 1.What is the difference between System Trace, Developer Trace and System Log? 2.Incase, My sap system was down (Users are unable to login to sap system) How to analyze this...SAP HR Interview QuestionsSAP HR Questions by [email protected] Which characteristics does a day with day type 1 have? Its OFF and Paid Can a posting run be deleted? Yes It can be reversed before the Bank...BASIS Interview Questionswhat is use of restore and recovery in oracle database? what exatly shadow process do while ehap upgrade ? what is the use of rdbms and dbclient while installing ecc6.0?Infosys basis Interview Question.hi experts.. during the ehp upgrade ...solman system is not avaliable... how to download the stack.xml file....Basis Interview Questionhow to give missing authoriztion to user? by entring our user id or his user id??? then how can we added to his user id?? because he does not have to use some t codes? . then how it is...SAP BASIS Interview Questions, Patch AdministrationPatch Administration ***************** When you will apply patches? Give short of examples the situation, where to troubleshoot you have applied patches! Why it`s required to shutdown all SAP...Background jobs SAP BASIS Interview QuestionsPls list out what are the house keeping jobs in sap basis? The history of finished background jobs (SM37) are we deleted or keep in our system?Question about SAP BasisHello and best regards from Spain! This is my question: I want to create an AIX script in order to be executed as external command from SAP (4.7 Enterprise). I`ve create the command...SAP HR Interview Questions1) What is internal recruitment ? Internal recruitment is search for internal applicants. when you integrate with personal development, you can use profile match up which help to search for...Basis Administration Questions AnswersWhat is th difference between Sap lock and database lock? A "SAP lock" is named "enqueue lock", the enqueue is on a much higher level, e. g. a complete sales document is locked there whereas in...Sample Basis Questions(1)1)The local memory of the work process consist of ( More than one answer can be correct) Roll buffer Roll area Paging buffer Page area 2)System messages can be sent using...Sample Basis Questions(2) 1)Which SAP system parameter points to the path of the transport directory? DIR_HOME DIR_DBMS DIR TRANS DIR_EXECUTABLE 2)Transaction for defining logical systems is: ...Sample Basis Questions(3)1)What will happen if a background job is running and the Operation Mode Switch is activated in between? The job will be cancelled The job will be put in Suspended...Sample Basis Questions(4)1.what type of files are created during the export? 2.what are the problems usually occurs during the transport and return cods? 3.How do you configure transport profile? 4.what is the workbench...ABAP BDC Interview QuestionsABAP BDC Interview Questions 1 What should be the approach for writing a BDC program? Ans.: 1. Analysis the Data.2. Generate SAP structure.3. Develop transfer program 4. Create...ABAP Scripts Interview QuestionsABAP Scripts Interview Questions What is sap script and layout set? Ans - SAPscript is the integrated text management system of the SAP R/3 System. SAPscript is tightly integrated into the SAP...Oracle Interview QuestionsSELECT * FROM V_MARA WHERE MANDT = 001 AND KOSTL IN (A, B) SELECT * FROM V_MARA WHERE MANDT = 001 AND KOSTL IN (A, B, C) SELECT * FROM V_MARA WHERE MANDT =...how to Do System Refresh SAP BASIS Interview QuestionsIn case, if we have 2 client(production and quality) in sigle node. If we want to export the production master data to quality client, than what could be the procedure? Which profile need to be...TutorialsSAP ABAP interview QuestionsAPO Interview QuestionsSAP Basis FAQWhat is SAP BASISCALL_FUNCTION_FORMAT_NOT_SUP SAP BASISHow do i setup SAP BasisA support package eliminates an error in an SAP system. BASIS QUESTION ANSWERWhat is BASIS ?Release restrictions plug-in basis 2004.1SAP BASIS (BC) Authorization Concepts ForumsSAP BASIS INTERVIEW QUESTIONS ON DATABASEImportant Basis Interview Question And Answer.BASIS Interview QuestionsInfosys basis Interview Question.SAP FICO Interview QuestionSAP FICO Interview QuestionBasis FundamentalsBASIS QueryJob Need for sap basis Freshersap crm interview questions helpInstitutesERP pimpri ERP pimpriTEKNOBIZ SOLUTIONS PVT LTD. TEKNOBIZ SOLUTIONS PVT LTD.ASAP Trainings - SAP HANA Including ABAP Programing for HANA Training ASAP Trainings - SAP HANA Including ABAP PrograminSchool of Hana School of HanaASAP Infotech Private Limited ASAP Infotech Private LimitedTechno Pad Techno PadArchon Solution Pvt Ltd Archon Solution Pvt LtdMS Infotech Solution MS Infotech SolutionBAS SAP BAS SAPGlory IT Technologies Glory IT TechnologiesBooksBasis (BC)SAP FI/CO Interview Questions, Answers, and ExplanationsSAP BASIS BookSAP Basis Made Easy - isnvarmaSAP Basis and Sucurity AdministrationSAP BASIS - Complete Guide (PDF)Introduction To SAP R/3 BasisSAP Basis TrainingGolive Pre and Post BASIS ActivitiesSAP Basis Installation on Windows NT: MS SQL ServerJobsSAP Fi/co Consultant | Trivandrum | 1+ yrsExp :1 - 4 years | City : Thiruvananthapuram / TrivandrumSr. / Lead SAP Basis Consultant | Noida | 5+ yrsExp :5 - 10 years | City : NoidaSAP Basis | ASAP Info Systems Pvt LtdExp :5 - 10 years | City : BangaloreSAP Basis or SAP NW | Bangalore | 10+ yrsExp :10 - 14 years | City : Bangaloresap consultantExp :0 - 5 years | City : MumbaiSAP Basis Sr.admin C2H | Bangalore | 6+ yrsExp :6 - 8 years | City : BangaloreFunctional Consultant SAP ECC | Mumbai | 6+ yrsExp :6 - 11 years | City : MumbaiSAP Basis Sr.admin C2H | Bangalore | 6+ yrsExp :6 - 8 years | City : BangaloreDeveloper Java Globalization Services/product Unit HCM | BanExp :3 - 5 years | City : BangaloreSenior Developer for HANA Cloud | Bangalore | 2+ Years ExperExp :2 - 6 years | City : BangaloreASK US !Get solutions from our experts! Home Tutorials Answers Books Interview Questions Transaction Codes Courses Jobs Classifieds News AnnouncementsContact Us Terms Of Use Terms & Conditions RSS/Syndication Site Map XML Site Map We are HiringAll the site contents are Copyright www.stechies.com and the content authors. All rights reserved. All product names are trademarks of their respective companies. The site www.stechies.com is in no way affiliated with SAP AG. Every effort is made to ensure the content integrity. Information used on this site is at your own risk. The content on this site may not be reproduced or redistributed without the express written permission of www.stechies.com or the content authors. LOADING...