Explore

Search the full library — 16,000+ expert-reviewed cards. Answers, spaced repetition and AI explanations live in the app.

A random sample from the library — type to search all 16,000+ cards.

You are taking a system down for planned maintenance and want to avoid a flood of false downtime alerts. What feature prevents them, and what is the precondition?
A parent sells part of its subsidiary shares but keeps control. It receives proceeds above the book value of the interest given up. Where does the excess go?
Before relying on a new SAP-to-SAP RFC destination, why should you run the Unicode Test on the Unicode tab, and what does it actually decide?
Besides octal codes like 2770, how do you set or clear the setuid, setgid and sticky bits using chmod's symbolic syntax?
You can SSH to a HANA host as <sid>adm but have no cockpit access. What does the HDB script give you, and what is the ADMIN option actually launching?
You want to cut the cost of your SAP HA/DR standby without blowing your RTO. What two tactics does the book offer, and what's the catch on the first?
When is authorization object S_DHBASACT (ABAP Agent) checked?
In a Linux text console you reflexively press Ctrl+Alt+Del the way you might on Windows to open a task menu. What actually happens?
Four companies hold an identical, rising equity investment but report it under cost, equity, FVTPL, and fair value through other comprehensive income (FVTOCI). Their current and return-on-equity ratios come out different — which method flatters the numbers most, and does the underlying reality actually differ?
In a business service, how do you configure the monitoring filters and events, and what determines which component they apply to?
In bash, how do you access one element of an array versus all of them, and what's the syntax quirk to remember?
You're transferring large data volumes over an SM59 type 3 connection and throughput is poor. What newer transfer protocol can speed it up, and what's the catch?
When building the transport import connection URL for SAP Cloud ALM, where do you maintain it, what two ways can you point it at the Cloud Deployment service, and what is easy to get wrong?
How is the work inside a single SAP migration wave structured, and what happens in the final sprint?
What does the 'Allow Paid Services' switch on a space quota actually control — and what does it NOT do?
A company reduces its foreign-currency exposure without buying any derivative at all. How is that possible, and what is this arrangement called?
An SAP Note tells you to run a specific SLT report program by name. Do you use the LTRC Expert Functions tab or SE38?
A class A job has run for an hour when a class C job is released. People expect the A job to keep getting priority — at what moment did its priority class actually matter, and where would you reserve capacity for A jobs?
Inside a nested BEGIN...END block you DECLARE a variable with the same name as an outer one. What happens to the outer variable?
An archiving run for material master (MM_MATNR) keeps leaving records behind or erroring on dependencies. What is the root cause and how do you find the correct fix?
Why can a HANA tenant database, by default, only write its audit trail to an internal table — and who can change that?
In Python 3, a = input() then a + 1 raises TypeError. Why?
How does change control management in SAP Solution Manager keep system changes disciplined from request through production?
Source records changed after your first selection. What do you pick on re-selection, and what's the cost of getting it wrong?
What does this print? ``` class TL(enum.Flag): Red = enum.auto() Amber = enum.auto() Green = enum.auto() s = TL.Red | TL.Amber print(bool(s & TL.Green)) ```
You're filtering an alphanumeric field that holds only digits (e.g., VARCHAR(10)) for values > 10,000 in LTRS. What formatting mistake breaks the filter?
In OBJECT_DEPENDENCIES you see dependency values of 1 and 2. What do they mean before you act on an impact analysis?
Four change request actions are exempt from MDG's implicit check-before-complete rule. Which, and why does that exemption exist?
After an upgrade or enhancement, which test cycle exists specifically to confirm previously working functionality still behaves as designed?
The SAP Readiness Check for SAP Cloud ALM result is split into three groupings. What does each one tell you?
Saving a new source structure fails with a 'maximum key field length exceeded' error. What's the hard limit, and what's automatically set on a brand-new object's key fields?
For which extraction is Transaction MDMGX the wrong tool, despite being the generic MDG extractor?
A requirement says 'send this output as a PDF by email.' Which access method, and what device-type choice makes the PDF actually attach?
Your custom OData service generated successfully in the back end but the client still can't reach it. What's the actual missing step — and why is regenerating the service the wrong fix?
In a modprobe config file, how do you make loading (or unloading) a module run arbitrary commands instead of simply inserting the module?
On icm/server_port_<xx>, requests that take a long time to process get cut off. Do you tune TIMEOUT or PROCTIMEOUT — and what's the difference?
A RAID disk failed and you're about to physically pull it. What uniquely identifies the right drive, and how do you read it?
In drop shipping from the subsidiary, which integration points are involved and when does the delivery-request service come into play?
In a Django template, how do you HTML-escape a value and then convert its newlines to <br/>, in one expression?
On Windows, a VirtualBox VM fails to start with error VERR_NEM_VM_CREATE_FAILED. What's the usual root cause, and why is the old advice to disable Hyper-V now a bad idea?
What do the five Cloud ALM user Types mean, and which is the default?
A pipe connects two commands started together. How is a FIFO (named pipe) different, and when is it useful?
Inside a BEGIN AUTONOMOUS TRANSACTION block you try to CALL another procedure and assign a table variable. Why does this fail, and what's the deadlock trap?
What is SAP S/4HANA Cloud, and how does it help users decide faster?
Before creating a migration project (or opening a support ticket for a suspected bug), how can you confirm your source and target systems have all the required SAP Notes and transport-based correction instructions (TCIs)?
Why should you never open /etc/sudoers in a plain text editor, and what do you use instead?
A foreign operation sits in a highly inflationary economy. How does ASPE handle its translation, and how does that contrast sharply with the IFRS (IAS 29) treatment?
Your company is in Germany but you set a subaccount's region to a US data center. Is that a mistake, and what does the region actually determine?
If HANA keeps data in RAM and RAM is wiped on power loss, how does a restart recover committed data?
What does this print? ``` gen = (x*x for x in range(3)) print(sum(gen)) print(sum(gen)) ```

Start learning today

Free to start — download the app or use it in your browser.

Get it on App StoreGet it on Google Play