Recent Activity

    Print program restrictions for new output management when using existing form technologies

    This blog is mainly talking about the print program restrictions mentioned in note 2294198 - SAP S/4HANA output control - customized forms. The purpose of this blog is to help more customers to have a better understanding on the restrictions.   In...

    NancyWang by Product and Topic Expert
    • 3321 Views
    • 1 Comments
    • 2 Likes

    Upload or Download in XLSX

    Download in XLSX format: My Problem Statement: Whenever I have tried to attach XLS document to email or download XLS document from any ABAP report to presentation server. I have faced a warning message while opening the XLS file, mentioned below. ...

    krish469 by Contributor
    • 28608 Views
    • 9 Comments
    • 4 Likes

    Getting comfortable using the Object-Oriented design model with ABAP – Part 6

    This blog represents part 6 of the 6-part series Getting comfortable using the Object-Oriented design model with ABAP. Part 1 – Transforming a simple procedural model into its equivalent OO design, focusing on the OO principles of Encapsulation and A...

    Getting comfortable using the Object-Oriented design model with ABAP – Part 5

    This blog represents part 5 of the 6-part series Getting comfortable using the Object-Oriented design model with ABAP. Part 1 – Transforming a simple procedural model into its equivalent OO design, focusing on the OO principles of Encapsulation and A...

    Migration from Function Groups to ABAP-OO Artifacts; the manual way 3/3

    This is part 3 of my series regarding migration function groups. Starting Blog is Part 1 of 3 Now i will discuss the necessary adaptions in the callers to use the new code artifacts. Post Creation Effort Caller Adaption vs Function Group change Al...

    Migration from Function Groups to ABAP-OO Artifacts; the manual way 2/3

    This is part 2 of my series regarding migration function groups. Starting Blog is Part 1 of 3 In this part I will handle the conversion and the reasonable and necessary code adaptions. Exception class Classic exceptions should be converted to clas...

    Migration from Function Groups to ABAP-OO Artifacts; the manual way 1/3

    Intro Nearly two years ago I had a discussion on how one could introduce Test Driven Development and unit testing into old fashioned procedural code esp. into function groups. The outcome was that a bigger refactoring of the function group into OO-ar...

    Getting comfortable using the Object-Oriented design model with ABAP – Part 4

    This blog represents part 4 of the 6-part series Getting comfortable using the Object-Oriented design model with ABAP. Part 1 – Transforming a simple procedural model into its equivalent OO design, focusing on the OO principles of Encapsulation and A...

    Getting comfortable using the Object-Oriented design model with ABAP – Part 3

    This blog represents part 3 of the 6-part series Getting comfortable using the Object-Oriented design model with ABAP. Part 1 – Transforming a simple procedural model into its equivalent OO design, focusing on the OO principles of Encapsulation and A...

    Getting comfortable using the Object-Oriented design model with ABAP – Part 2

    This blog represents part 2 of the 6-part series Getting comfortable using the Object-Oriented design model with ABAP. Part 1 – Transforming a simple procedural model into its equivalent OO design, focusing on the OO principles of Encapsulation and A...

    Getting comfortable using the Object-Oriented design model with ABAP –Part 1

    This blog represents part 1 of the 6-part series Getting comfortable using the Object-Oriented design model with ABAP. Part 1 – Transforming a simple procedural model into its equivalent OO design, focusing on the OO principles of Encapsulation and A...

    Getting adventurous - planning to switch a function module from using forms to using methods

    Those of you who have been following my blog posts and reading my questions are well aware that I'm having a hard time wrapping my head around anything ABAP-OO. Over the last months, I've however taken the first tentative steps and at least written a...

    ABAP Code Retreat in Weinheim

    From time to time it is important to get out of our comfort zone to achieve better results. Such possibility was given to interested ABAP developers on our last ABAP Code Retreat in Weinheim. damir.majer was our trainer this time and he had a lot o...

    GLADIUS - The Next Level

    this is the 2nd part of the GLADIUS-series. the first part is here: Introducing GLADIUS - A Test Unit Framework What Happened Before I will give you a short overview of the current progress of the test framework. GLADIUS is the project name of someth...

    EnnoWulff by Active Contributor
    • 1890 Views
    • 0 Comments
    • 3 Likes

    SAP Data Privacy and Protection (DPP)Technical Check powered by SAP Cloud Platform

    Legal Disclaimer SAP does not provide legal advice. The following information is only about technical features which might help a customer to become compliant with data protection regulations. When an organization fails to protect personal data?  ...

    kirankola by Product and Topic Expert
    • 6038 Views
    • 5 Comments
    • 3 Likes

    music please

    One of the things I missed a few times in ABAP was playing a sound. Not that it would be very important in my daily work but it's one way to give the user a feedback. Think of a loud "tada" when selection has ended, ALV is displayed and the user need...

    Find Redefinitions!

    In a project I made extensive use of inheritance of a super class. This super class holds all the standard functionality of objects. If a specific object needs to change the standard behaviour the method can be redefined. This concept worked out well...

    EnnoWulff by Active Contributor
    • 2233 Views
    • 6 Comments
    • 7 Likes