Introduction:
A common requirement while coding in SAP TM can be to fetch the document flow of a Freight Order. The document flow tab in the Freight Order screen shows the documents related to a Freight Order, like the Freight Unit, Sales Order, Deli...
Introduction
SAP TM optimizer uses the Planning Profile to plan the Freight Units into Freight Order using the best possible way on available Vehicles via available routes.
Planning profiles are created to check how system needs to do the planning a...
Introduction.
CJE0 reports in Project Systems sometimes need a Transaction Code . Since these are report painter reports and not associated with any report group , it is not a straight forward way to create the Transaction Code.
For doing this we...
Introduction:
A common functionality in SAP TM can be to send the email with the attachment to a particular receiver or a set of them when an action is executed in Output Management. This can be achieved manually by adding the email id into the Commu...
Introduction
Working with BOPF in SAP TM is tricky and many times the developers struggle to find help online.
This blog is just an effort to reduce the burden by providing an easier way to traverse the delegated node for Transportation Charge From ...
Use the BCS Document Class factory to get a reference document ,data(lo_document) = cl_document_bcs=>create_document method ,Then use the add attachment method of the returned reference lo_document-> add_attachmentthen , set this document to the io_S...