Skip to content

abapToolbox: A collection of mini-applications simplifying daily tasks within SAP/ABAP environments.

License

Notifications You must be signed in to change notification settings

netsrak-dev/abapToolbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

14 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

abapToolbox

abapToolbox: A collection of mini-applications simplifying daily tasks within SAP/ABAP environments.

Tools Provided

1. Open the transaction in a new mode with a different language

Description: This tool allows you to open a transaction in a new mode with a different language setting, enhancing accessibility and ease of use.

Additional Features:

  • Language selection option during transaction initiation.
  • Compatibility with various transaction codes.
  • Improved user experience with multilingual support.

Usage: To utilize this tool, simply select the desired language and open the transaction code.

abapToolbox - Open the transaction in a new mode with a different language

Code/Program: call_tx_spras

2. The FizzBuzz problem in ABAP

๐Ÿš€ This ABAP program called FIZZBUZZ_PROBLEM was initially crafted in just about 10 minutes โ€“ ask me if I got the job? ๐Ÿ˜Ž It meets the requirements of the FizzBuzz problem in ABAP and allows comparison between the original implementation and an improved version based on suggestions from ChatGPT. ๐Ÿ’ป

The concept is simple: Numbers from 1 to 100 are printed according to these rules:

  • Multiples of 3 are replaced by "Fizz.
  • Multiples of 5 are replaced by "Buzz.
  • Numbers divisible by both 3 and 5 are replaced by "FizzBuzz.

Inspired by Jeff Atwood's influential blog post "Why Can't Programmers.. Program?" this program aims to demonstrate effective programming skills in ABAP and invites contributions and feedback for further enhancements. Explore the differences between the original and improved logic! This project not only showcases effective ABAP programming but also encourages comparing and analyzing different implementations. Feedback and contributions for further development are warmly welcomed. ๐ŸŒŸ

3. ABAP Fibonacci Sequence Generator ๐ŸŒ€

๐Ÿ”ข Generate the Fibonacci sequence in ABAP! This tool offers both iterative and recursive methods to compute the sequence up to a specified number.

๐Ÿ”„ The iterative approach swiftly calculates the sequence by adding the two preceding numbers until reaching the desired value, ensuring optimal performance in ABAP.

โณ However, the recursive method faces challenges with larger numbers, causing longer execution times beyond 30 and overflow issues beyond 92 due to data type limitations.

๐Ÿ› ๏ธ Enhance performance by implementing memoization for the recursive method and optimizing data types to mitigate overflow problems with larger sequence numbers.

๐Ÿš€ Choose the best method based on your sequence number needs! Opt for the iterative approach for faster calculations with larger numbers and the recursive method for smaller values where time isn't a concern.

Note: Exercise caution using the recursive method for larger numbers in this ABAP implementation. Implementing suggested improvements can boost functionality and performance across various sequence ranges.

4. Project Euler Solutions in ABAP ๐Ÿงฎ

Welcome to my GitHub repository containing ABAP solutions for the Project Euler challenges! Project Euler is a series of challenging mathematical/computer programming problems designed to encourage problem-solving using code.

Progress ๐Ÿš€

Here's the list of problems I've currently solved:

Problem 1: Multiples of 3 and 5

Problem 2: Even Fibonacci numbers

Problem 3: Largest prime factor

Problem 4: Largest palindrome product

Problem 5: Smallest multiple

Problem 6: Sum square difference

Problem 7: 10,001st prime

Feel free to explore the solutions, provide feedback, or contribute your own solutions!

5. ABAP Class for Displaying Implemented BAdIs ๐Ÿ“„

This ABAP class provides a simple and efficient way to list and navigate through the BAdI implementations in your SAP system.

Features List BAdI Implementations

Direct Navigation

  • Utilize hot spots for quick navigation to:
  • BAdI Interface ๐Ÿ”
  • Implemented Class ๐Ÿท๏ธ
  • Enhancement Implementation โš™๏ธ
  • BAdI Definition ๐Ÿ“˜
---

License: This project is licensed under the terms of the MIT License. You can find the details in the LICENSE file.


Contributions: Contributions and suggestions to enhance this tool are welcome! Please feel free to submit pull requests or open issues.

About

abapToolbox: A collection of mini-applications simplifying daily tasks within SAP/ABAP environments.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages