Welcome to the tech blog DevDiary from Julian Schmuckli. It contains certain documentation, tutorials and more about technical stuff, which I am using at work with SAP or trying out privately with web technologies or native development like iOS and Swift.
The newest posts
- How to setup a SM30 transaction in SAP GUI?by Julian SchmuckliHave you ever wondered, how to setup a simple customizing view as a transaction? For that we start the SE93 and then define a name and description of our… Read more: How to setup a SM30 transaction in SAP GUI?
- How to authorize communication users in SAP S/4HANA Cloud, Public Edition?by Julian SchmuckliIn SAP S/4HANA Cloud, public edition, you differ between normal application users (Anwendungsnutzer) and communications users (Kommunikationsbenutzer oder auch technische Benutzer). What we want to achieve is, to enable… Read more: How to authorize communication users in SAP S/4HANA Cloud, Public Edition?
- How to update a standard button text in SAP Fiori Elements in a RAP app?by Julian SchmuckliI recently had the requirement to change the text of a standard button like “Edit” in the object page. We have the following button, and we want to change… Read more: How to update a standard button text in SAP Fiori Elements in a RAP app?
- ABAP Value Optional and Default valueby Julian SchmuckliWith the new ABAP syntax, you can use the VALUE keyword to extract an entry from an internal table. So as an example, we have defined an internal table… Read more: ABAP Value Optional and Default value
- How to extend an association in a CDS view?by Julian SchmuckliI recently had a problem to solve, where I had a to get more details about a specific sales order, where I just had the corresponding ID. In the… Read more: How to extend an association in a CDS view?
- ABAP Class: cl_rebf_ddic_tablby Julian SchmuckliToday, I want to show you a cool class in order how to check fields in a table or fetching the complete list of components in a structure/table. Also,… Read more: ABAP Class: cl_rebf_ddic_tabl
- How to create an own switch with the Switch Framework from SAP?by Julian SchmuckliYou may have experienced the case, that you must implement something, and then you need to build a switch to simply turn on or off your implementation or a… Read more: How to create an own switch with the Switch Framework from SAP?
- How to create a simple Z-BAdI definition?by Julian SchmuckliIn this short demonstration, I have tried to create a custom Z-BAdI definition for a project. This allows you to build a product report and classes and allowing the… Read more: How to create a simple Z-BAdI definition?
- How to design a SaaS application and run it for free?by Julian SchmuckliToday, I want to show you a small approach of building your own Software-as-a-Service (SaaS) application with low or almost no expenses during development. This allows you to start… Read more: How to design a SaaS application and run it for free?
- How to use and customize ECENV_*?by Julian SchmuckliThere are some various transactions with the prefix ECENV_*. Some of them are here, which are standard included: Transaction Description ECENV_CO Connection object ECENV_BP Business partner ECENV_DV Devices Table… Read more: How to use and customize ECENV_*?