Wednesday, 5 October 2022
POWL Enhancement in SAP TM: Standard Hidden Field and Custom Field in Freight Unit Overview Screen
Sunday, 28 August 2022
HCM Processes & Forms: FPM forms? Let there be light…er uhm….PRINT!!!!
Background
Friday, 24 June 2022
Add Custom Date-Time Field in FPM Screen for SAP TM
Often the standard FPM fields provided by SAP is not enough to satisfy all the business requirements. You need additional fields on the screen. This is where enhancements and customizations come in.
In this blogpost, I am going to show you just that. This is a step-by-step guide for adding custom Date/Time fields on FPM screen for Freight Order General Data tab.
Requirement: Add Vehicle Placement Date/Time/Time zone field in the General Tab of Freight Order Screen. During Save, the data will get saved in TOR structure as Timestamp.
Tuesday, 6 July 2021
Web Dynpro ABAP: New Customizing UI with UI Guideline FIORI
Introduction
The UIs of your Web Dynpro ABAP applications (including those built with Floorplan Manager) don’t always meet your exact requirements and you must adapt them accordingly.
And, you as an administrator, can make these UI adaptations using the customizing UI.
Until recently, the customizing UI had plenty of functionality but wasn’t the easiest to work with. Things have changed! Starting with SAP_UI 7.54 (for ABAP 1909), there is a totally new UI for customizing.
This UI is only available with UI guideline FIORI. Of course, the adapted applications can also be used with other guidelines.
Friday, 2 October 2020
** TEAM FPM ** Get in Touch with the New FPM Mobile Enabler!
How to easily adapt your FPM applications for mobile devices.
Ever wondered how to transfer your existing FPM applications to a mobile environment? Have a look at the example below for a quick look at how to do just that using the new FPM Mobile Enabler.
I’m using an FPM test application that uses a Search GUIBB and a List ATS GUIBB to display hardware products. The list contains quite an extensive number of columns. Underneath the list a Chart GUIBB shows the products by supplier.
Monday, 9 December 2019
Memory wasted by spring boot application
Friday, 11 May 2018
SAP UI and Salesforce UI development Go-through
SAP UI
SAP GUI + Dynpro
It seems that SAP GUI plus Dynpro was used to develop application UI in Stone Age. Although there are still lots of transaction codes in S/4HANA backend available for end user, they could still be directly launched in browser by leveraging SAP Internet Transaction Server(ITS), even with Fiori-like appearance.
Wednesday, 21 February 2018
How to implement Link to action in ABAP webdynpro ALV
Monday, 19 February 2018
Displaying Rich (Formatted) text in SAP ADOBE form
Requirement
There is a common requirement given by client wherein they ask to generate PDF files based on the data entered in SAP WebDynpro ABAP input screen. Approach to achieve this is quite simple for most of the UI element i.e. transferring/displaying the data from WebDynpro ABAP screen to SAP Adobe form.
Wednesday, 14 February 2018
How to add an embedded ABAP WebDynpro in Freestyle Portal
There are a couple of features that require some more focus and in this blog I would like to explain how we are adding backend ABAP WebDynpro applications to the Freestyle Portal.
Friday, 9 February 2018
Code Review, Code Inspector, Code Pushdown & Key Changes in ABAP – S/4HANA
Overview
This Article will help SAP Application Consultants who have passion for ABAP coding. It will cover followings:
1. S/4HANA Conversion & Custom Code
2. Changes in ABAP Dictionary Objects
3. Essential ABAP Code Review
4. Performance Booster ABAP Code Review
5. Tools for ABAP Code Review
Wednesday, 6 December 2017
Handling Time-Out Scenario in Web Dynpro ABAP
Requirement
There is a common requirement given by client wherein, they expect to display some logical message to end-user if application page is kept ideal for a defined time i.e. instead of application throwing TIME OUT error, giving any of the following utilities:
Sunday, 15 October 2017
Configure ABAP webdynpro component into CRM system via Transaction launcher
Tuesday, 20 June 2017
SAP Screen Personas for Web Dynpro ABAP – Cross Session Scripting
Introduction
With SAP Screen Personas there is now the option to add client-side scripting to existing Webdynpro for ABAP applications. For a first introduction to scripting please have a look at the Overview Blog of Matthias Heitmann.
With scripting it’s now possible to automate re-occurring or complex tasks. However there is a technical restriction: The script is always tied to the (technical) application. There is no possibility to define a script, which runs across different applications or even different browser windows. This heavily limits the applicability of scripting for automation.