Introduction
In general, the creation of the GUI Transaction target in ABAP FioriLaunchpad is more or less straightforward:
Create a new Target Mapping (FLPD) or Business App (FLPAM)
Add Semantic Object + Action to be able to address the target...
Introduction
Intent-based navigation (IBN) is a general cross-application navigation concept used in Fiori Launchpad and natively supported by SAP UI5 Fiori Apps.
Legacy applications based on WebDynpro or Dynpro technologies have their own navigatio...
Introduction
If you develop now UI for SAP, you use Web IDE. If you are doing backend and ABAP, you use ADT (ABAP in Eclipse). But sometimes you still need to come back to SAP GUI and ABAP Workbench and use the “New” ABAP Editor.
For that rare cases...
What is this about?
This is a solution for triggering of the navigation from backend side in ABAP based application, not for the client side. The good thing about it, it works transparently for a consumer in most of the SAP shells (NWBC, SAP GUI, ...
Introduction
There are business scenarios in which the application needs to jump from one system to another, or the application requires information from a remote system.
For example:
an application wants to call a transaction from a remote syste...
Hi,There are not enough details to understand what the issue is, but looking into the JSON, I assume it may be connected to how to deserialize the "form" node. It would be problematic to get it in using deserialize into REF TO data or GENERATE (becau...
Hi @smok1,Hmm, looks like colleagues have updated screens for S/4 PublicCloud. Nevertheless, the Dynpro Field seems to be the Screen Field before. So, SINGLE_SEARCH_VEHICLE_GV is correct. In your TM you will have:Parameter NameTarget NameVehicleSINGL...
Hi Hamad,Thanks for your blog and contribution! It would be great if you could add your theme also here: https://github.com/lucattelli/ab4-themes.Then we will have all themes in one central repository! You can also have a link from the GitHub to thi...
Hi Kiran,if you want to have a custom logic for compressing only some fields you need to extend the class and overwrite the IS_COMPRESSIBLE method.More info and example can be found here: abap-to-json/docs/class-extension.md at main · SAP/abap-to-jso...
Hi Fabian,
no there is no new method. It is a current approach that shall work for all FLP variants. Especially the filling of the input fields by batch-input names - this feature was in from the initial version.
Necessary: you need to use batch in...