Both of you, my readers, may have noticed that in Transportation Management Worklists (like Overview Road Freight Orders in SAP TM / Freight Orders in SAP S/4HANA) all buttons in the result lists are active, as soon as at least one record is selected...
As of now, all the List and Tree UIBBs that I know in SAP TM are configured to derive their height from the number of rows that we explicitly specify in the UIBB configuration. The user can modify the number of rows - either on the fly, by dragging t...
As everyone familiar with SAP TM knows, our UIs "remember" (using implicit WD personalization) the expand/collapse state of individual panels, as well as the last visited assignment block in a stack.
In the screenshot below of an Air Freight Booking...
After covering the oddity of quantity display (more precisely, the selective enforcement of CUNI settings), it's time I told the story of an even stranger and more eccentric behaviour at SAP.
While having a glance at the following screenshot (left s...
Let's have a look (and wonder) at the various ways in which quantities are displayed across various SAP TM screens, with respect to decimals places.
Start with the item list in Forwarding Order UI...
... then check out the list of items of a rela...
Can you also post a screenshot of your item hierarchy? And of Status?Truck (and Trailer) fields come from items (AVR and PVR Item, respectively), and if blocked, it meas that the respective Items are blocked for editing.
If you mean worklist queries, than yes, you can create so-called "admin queries" - by calling transaction POWL_QUERY, defining it as you wish, then assign it to the POWL application using transaction POWL_QUERYR (here you can leave the field "role" e...
Hi Petra,By looking at the UI code of the affected UIBB, I noticed that the statistics are not persisted as such, but computed on the fly, using method GET_LSO_DATA_FOR of class /SCMTMS/CL_LSO_HELPER. This methods receives as input the TOR root intan...
Strictly from the programming perspective, yes, you cannot use BOPF retrieves on the trasient TRQ. In the class that you copied, /SCMTMS/CL_COND_TRQ_CT_EXTR, there is code that casts the object IO_CONTEXT to the expected TRQ data container, from whic...