Hello, I have a dynpro with a custom container on it. I consecutively want to display two different ALV grids on this. The flow is like this:call the screeninstantiate a container object on the screen container (PBO)instantiate the first alv grid wit...
Unfortunately batch input processing still matters... Here is a tool to help keep batch input programming cleaner and more readable.How it worksThe idea is to capture the transaction run we want to automate in an object.ta = new zcl_tool_bi_transacti...
Collection of tools for the classic dynpro UI of SAPThe provided class ZCL_UITOOLS can be used via inheritance or as an instance.Manipulate screen fields in PBOInstead of using loop at screen., you can now use the following calls to influence on the ...
Use caseIf there is a need for new customizing parameters in customer projects, we usually create tables, views, view clusters, access routines and so on. What if we used one single table for this? We would have an unique access module and could stor...
We use AIN for managing our equipment and functional locations data. Our ERP is connected via the ACI interface. The goal is to change the status of a technical object (from ABAP) and then trigger a sync of data via ACI interface.I tried to set the s...
I accepted the solution too early - the BAPIs @RaymondGiuseppi mentioned do work, but do not trigger the data sync. In the end it was @Sandra_Rossi 's answer that helped out. Using ABAP trace, I found two useful function modules for triggering a data...