Quantcast
Channel: SCN : All Content - SAP Transportation Management (SAP TM)
Viewing all 533 articles
Browse latest View live

POWL Object Types

$
0
0

Hello Gurus,

 

I am setting up custom roles for SAP Transportation Management in the NWBC portal using PFCG.  I have started by copying standard roles and slimming the role down to the menu paths that are applicable for the task.  For any of the Overview paths, I keep seeing the message "No POWL Object types are assigned to you. Please contact your System Administrator".  I have assigned full authorization for the authorization object CA_POWL.  And I even tried identifying the specific application IDs that I wanted, but still got the same message.  Do I need to do additional set up with another tcode in order for the custom role to have the correct worklists/powl types show up?  If so, can someone please direct how this is done?

 

Thanks for the help.


Transportation Cockpit Display Only

$
0
0

Does anyone know if there is a way to make the Transportation Cockpit in NWBC Display only??

How to Read ROOT data at ESR BADI - OutboundDeliveryBulkCreateRequest_Out

$
0
0

Dear TM Experts,

 

I had enhanced data type OutbDelivCrteReqItm with Z fields at ESR. Now I want to map these fields with standard fields (Carrier, Stages & Freight order No.) of SAP TM to these enhanced Z fields as standard XML structure do not pass these fields to SAP ECC.

I had implemented BADI /SCMTMS/DLVP_SE_ODLV_B and in my Method I am having only Importing parameter as IN with field KEY and value 001F29BCEAEC1ED49EBDEFE286660E05. How to read ROOT data of this processing freight order with this key. I tried to read with this IN value but no values are returned to me.

 

Please suggest what I am missing. Below is my code:

METHOD /scmtms/if_dlvp_se_odlv_b~outbound_processing.

DATA: lo_srv_tor TYPE REF TO /bobf/if_tra_service_manager,

         lo_message TYPE REF TO /bobf/if_frw_message,

         lo_property TYPE REF TO /bobf/if_frw_property,

         lt_root TYPE /scmtms/t_tor_root_k,

         lt_failed_key TYPE /bobf/t_frw_key.

 

* Get an instance of a service manager for e.g. BO tor

   lo_srv_tor = /bobf/cl_tra_serv_mgr_factory=>get_service_manager( /scmtms/if_tor_c=>sc_bo_key ).


* Use method RETRIEVE to retrieve ROOT data

   lo_srv_tor->retrieve(

   EXPORTING

     iv_node_key = /scmtms/if_tor_c=>sc_node-root

     it_key = in "it_key

     iv_edit_mode = /bobf/if_conf_c=>sc_edit_read_only

     IMPORTING

       eo_message = lo_message

       et_data = lt_root

       et_failed_key = lt_failed_key ).

ENDMETHOD.


Thanks in advance.


Regards,

Md.Rafi


Charge Calculation - Clipping Method

$
0
0

Hi All,

 

I tried to use clipping method in my charge calculation.

But it seems am missing something.
Rate is not fetched and it shows ""Calculation method indicator" for clipping not found in sap tm".

 

Rate is always returned as Zero.

 

Am i missing something?

 

I have created 2 scales : first one absolute and the second relative.

In calculation method I have selected : Clipping

 

Thanks,

Michael

status change in TM

$
0
0

Hi,

If TM business object goes to execution status on import side , is there someway we can revert it back to in planning status again.

Distance Between Two Locations

$
0
0

Hello,

 

Report /SCMB/TEST_DDD  in SE38 show the below error

What may be the reason?

 

TM.png

Error while clicking on document flow tab

$
0
0

Hi,

When ever I am clicking on document flow tab of any buisness document ex-clicking on FSD from FO document flow tab I am getting below enclosed error message-

 

Failed to resolve Object Based Navigation target "SAP_TM.SCMTMS_OBN.TCM_SFIR".

Use transaction PFCG to define this OBN target in a role or contact your system

administrator to assign a role with the relevant OBN entries to your user.

 

This error message occurs even when I am planning to open FU from OTR etc.

Navigation from SAP TM screens (a.k.a. what is this pesky "Failed to resolve Object Based Navigation target" error?)

$
0
0

Once in a while I receive questions about an error message "Failed to resolve Object Based Navigation target" that appears when when the user clicks on hyperlinks in SAP TM screns.

 

Let's have a look at why this error message appears and how to fix it.

 

First, by TM screens I mean the Web-Dynpro based applications that are delievered in software component SAPTM. In the product "SAP Transportation Management" there are UIs from various other software layers (like master data from SCM Basis), and usually those are built using SAP GUI - and the concepts described below do not apply to them.

 

In such a "TM screen", the source application does not explicitly call an application (it does not even know which). Instead, the source application calls an abstract entity, that corresponds to the navigation to freight unit. This virtual entity is modelled using Enterprise Portal concepts - namely as an "operation" of a "portal business object" (do not confuse it with the BOPF-based business objects that are the foundation of SAP TM). This navigation object, with name SCMTMS_OBN of type /SCMTMS/ON can be visualized in transaction SWO1. However, you won't find in this transaction any information about which application is actually executed when an operation is triggered.

 

So how the system knows where to navigate?

 

The rather counter-intuitive answer is: one of the PFCG roles attached to the user is responsible for it! Each entry in the role menu offers the possibility to attach a reference to an OBN operation (one needs to click on Other Node Details beforehand...)

pfcg.png

Let's summarize:

  • the user clicks e.g. on the forwarding order hyperlink in the freight unit UI
  • the coding corresponding to the freight unit calls the operation FWD_ORDER of the navigation object SCMTMS_OBN
  • the webdynpro runtime inspects the role with which the user loggod on to NWBC (or all of them, if the user did not log on with an explicit role).
  • as soon as a matching entry is found, it is executed; in the example above, the Web Dynpro application /SCMTMS/FWD_ORDER is launched

 

This approach opens the door to role-specific navigation targets. For instance you may have a set of users for which the navigation to the operation FWD_ORDER is resolved to the standard WD dynpro application, and another set of users for which the navigation is resolved to other application (or a separated application configuration), displaying for instance less information than the normal screen.

 

Troubleshooting navigation issues should therefore start with inspecting the roles attached to the user experiencing the problem.

 

Whenever the infamous "Failed to resolve Object Based Navigation target XYZ" message appears, none of the roles attached to the user contain the menu entry with the necessary link to the operation XYZ.

 

A quick way to solve this is to modify the role menu and copy (using button Copy Menus > From SAP Menu > Local) the folder called "OBN-Targets" from any SAP-delivered roles, e.g. from /SCMTMS/TRANSPORTATION_MGR_V2. This folder contains "invisible" entries, which therefore are not displayed in NWBC menu, but contain all necessary OBN assignments required to have the TM navigation working.

 



List of PI services in shipper scenario

$
0
0


Hi,

Can you provide me in details about the various PI services which needs to be activated  for setting up shipper scenario.

Career with SAP Transport Management(TM) ?

$
0
0

Hi,

 

I am working as a SAP SD consultant for the past one year in one of the MNC. I have total 2.5 years of experience in IT. I have been given with a new role where i need to work on SAP TM. I have no idea till now such module exists in SAP. So, i am totally a beginner for SAP TM. Although i would be given some Training on TM, i would like to know the scope of SAP TM in current market. i am interested in knowing how would SAP TM impact my career and the opportunities i can have with SAP TM.

 

thanks in advance.

 

Thanks

Raju.

Class "/SCMTMS/CL_TS_PLANNING" Not Found in TM 9.0/9.1

$
0
0

Hi,

 

I am working on a TM enhancement that will call the SMC3's RateWare XL web service to fetch freight rates. It seems the RateWare-related components are bundled with TM. The installed service proxy is "/SCMTMS/CO_RATE_WARE_XLPORT_TY" class.  In the Process Controller ( SPRO -> TM -> SCM Basis -> Process Controller ), there are two strategies that are already defined for RateWare (TCM_SMC3 and TCM_SMC3_C).  Four methods of the "Basic Method" type are assigned to these two strategies.  The names of the methods are: TCM_SMC3, TCM_SMC3_C, TCM_SM_POS, TCM_SM_PRE.

 

These four methods are implemented by a class called "/SCMTMS/CL_TS_PLANNING".  But in SE24, this class is not found. I checked both TM 9.0 and 9.1. On both systems, this class is absent.

 

Is this normal?  If not, do we have to install additional component to make this class available?

 

Any advice will be appreciated.

 

Thanks!

Quantity costs in planning cost settings

$
0
0

In situations when quantity costs, with "Transportation Lane / Schedule: Distance-Independent' as the basis are set up on the carrier schedules in addition to cost functions in the planning cost functions,

1. Would the optimizer should be evaluating the costs with all the Means of transports setup in the planning costs,

2. How does the optimizer consider this costs and is it visible on the explanation tool.

 

 

-Harish

Add button in Transportation Cockpit (Planning)

$
0
0

Experts,

 

Can someone help me with Transportation Cockpit on SAP TM?

I need to add a Z button in the transportation cockpit  screen as in the following image.

SAP TM - Cockpit new button.jpg

Create a Freight Order with a Z program

$
0
0

Hi, Experts!

 

I need help!

 

I need to create a freight order with a z program.

 

The process is as follows: The user selects in a grid, a line with the data necessary for creating the freight order and clicks on a "Create Freight Order" button. From this point on the program will create the freight order automatically.

 

 

But I do not know how... I imagined using BAPI, but I realized that this is not right in the TM. Someone can show me the correct way, please ?!

 

Thanks!!!!

Differnece between SAP TM and LE-TRA

$
0
0

Hi Experts,

 

Is there any difference between SAP TM and LE-TRA? If Yes Please provide a detailed answer.

 

Thanks in Advance

Kapil Khandelwal


TM document flow

$
0
0


Hi,

For shipper scenario, when I view TM status tab in VA02 to view the document flow, the OTR etc is not displayed and it gives me message- document flow is not retrieved for logical system.Can you let me know how to overcome this

Read Data of Deleted/Inserted Containers of Freight Booking

$
0
0

Dear TM Expert,

 

I have a requirement to read deleted/inserted record of freight unit at freight booking level in cargo management Tab.

 

For eg, My Freight Booking is 10000000, currently it has 3 Freight units into as FU1, FU2 & FU3.

Now user is deleting a FU2 and Inserting a FU4 to Freight booking 10000000. After deleting & Inserting a FU user selects SAVE for Freight Booking.

Now I need to read which FU is deleted and Inserted using this I need to manage a Z table for container tracking.

 

Is their a way to read FU deleted / inserted in Freight Booking.

 

If not at SAVE action of Freight Booking is a a way during delete or insert action we can read which FU is deleted or inserted.

 

Thanks in advance.

 

Regards,

Md.Rafi

Selection Profile to Filter by Forwarding Order type in Transportation Cockpit

$
0
0

Hi All,

 

we need to configure Selection Profile / Planning Profile to consider only certain forwarding order type.

The following settings have been done in the additional attributes of the Selection profile. And this selection profile is assigned to the Planning profile.

 

While these 2 profiles are used in the transportation Cockpit, the Freight units are not filtered by the Forwarding order type. Are we missing anything.

Any help would be appreciated.

 

Thanks,

Michael.

 

A1.JPGA2.JPG

Means of Transport & Direct Shipment Options

$
0
0

Hi Experts,

 

Consider the following scenario where for a freight unit the direct shipment options are determined automatically:

 

FU000001 can be transported as Direct Shipment using MTR00001 from location X to location Y on a given set of pick up and delivery date for a cost of 100USD

 

When the optimizer planning perfromed using this freight order with vehicles assigned to this mode of transport, it throws a warning stating the following:

"Means of transport MTR00001 is not exclusively used for direct shipment options"

 

What does this mean? Can optimizer create freight orders automatically based on DSO options during the planning run?

Reassign Freight Units to Booking

$
0
0

Hello Experts.

 

Can someone help me?

 

On process of Picking or Partial Delivery at ECC. The values of weights and volume are changed on Freight Units assigned to Booking. Freight Units are changed and somethings removed from booking, because it´s Created New Freigth Units for new partial values.

 

I need create a development to reassing this new Freight Units to Booking.

 

Someone know how a process or class for this?

 

thanks.

Viewing all 533 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>