So fool-proof test methods are a must while striving to develop new SAP versions. The article provides an overview of SAP applications, the reasons for testing SAP applications, types of SAP testing in SAP applications, and those created using the new SAPUI5 framework, moving to automated tes...
What to test in SAP Applications? The SAP instances that are vulnerable to errors can be segmented as below: 1. Customizations SAP terms its customizations as WRICEFs. This acronym covers any form of custom development or enhancement and stands for Workflow, Report, Interface, Conversion, Enhancem...
ABAP environment to check your ABAP custom code in an SAP Business Suite, SAP S/4HANA Cloud, private edition (or SAP S/4HANA on-premise) system (further referenced as “on-premise” system) for quality issues. Over and above that, to enable central ABAP test cockpit (ATC) quality...
How to call a remote function module in your on-premise SAP system from SAP Cloud Platform – ABAP En... How to generate the DDL source code for custom entities that are implemented by remote function call... How to implement a custom entity in the ABAP R...
No need to be afraid: you can upload your existing test cases into SAP Solution Manager via the Upload Wizard of Test Steps Designer! You can find the upload function in the application Test Steps Designer in your Fiori Launchpad: At the bottom on the left you will find the "...
SAP Managed Tags: ABAP Development Hi All! Does anyone know how to check if function module, which name is provided by the user, exists? I have to execute a function but when user provides a incrrect name - i receive a short dump. I would like to chceck if this function exists bef...
Why do you need to analyze the flow of ABAP program? Let me give you just a couple examples.First, you may need to find the exact source code location of a particular ABAP statement (a method call, function call…) you are interested in. You would then run the ABAP Trace and afterwar...
"The function evaluation requires all threads to run" while accessing music library through wmp.dll "The left-hand side of an assignment must be a variable, property or indexer". Help? "The remote server returned an error: (401) Unauthorized" "Typewriter" like effect in a C# Console applica...
A Universal Journal is created whenever anything is posted to Finance from any module and each journal can be displayed as before using the display document transaction FB03. Many of the journal entry, invoice entry and other posting transactions are still available in the SAP GUI, so you ca...
Starting with IIS7, you can use Failed Request Tracing to determine all handlers that executed in sequence on a given request, which will show exactly what module / application mapping caused the 401.5. This makes it extremely easy to identify the faulty DLL without trying to calculate effective...