gdey_geminius
Contributor
Member since ‎10-17-2019

User Statistics

  • 205 Posts
  • 18 Solutions
  • 81 Kudos given
  • 188 Kudos received

User Activity

Introduction: With latest version of S/4 Hana, we get "CSRF Token Validation Failed" in Gateway client (T-code: /IWFND/GW_CLIENT). In previous version of S/4 Hana, this error were not raised when testing in Gateway client or API testing tool such as ...
Introduction: The http methods which modifies the data(e.g. POST) in the system requires CSRF token to successfully post the data. In the latest S/4 Hana patch, which follows strict CSRF rule, we have to set the cookie along with the CSRF token. So, ...
Introduction: Today in this blog post, we will have a deep dive to understand how system uses email templates and how email is triggered by flexible workflow. There are many beautiful blog post available today on email template on flexible workflow, ...
Introduction: This blog post is the continuation of my previous blog post "ABAP to JSON" conversion. In this post, we will develop a class that will convert the JSON data to ABAP. This will be helpful in cases where the class "/UI2/CL_JSON" is not av...
Introduction: I tried searching the web regarding "node class" of BOPF framework, I found very little information. Hence, I explored it and thought to share my findings in the community, which will help someone who is new to the framework. So in this...