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

I cant import further ocs package

$
0
0

hello all,

 

I imported a ocs package in SPAM and tried to import another one.

 

Then a error shows the imported package didnt confirmed.

Then i gone to previous screen to confirm the imported package.

but it showing the package cant be confirmed because the queue box is empty.

 

Am stuck here for about 1 week.

can you guys give me a sloution plsss....

what to do now ???????


TM 9.0 and 9.1 Certification Practice App for Iphone

$
0
0

Hi Folks,

 

when learning TM for the 9.0 and 9.1 certification and on projects, I formulated many questions about TM which were coming up on projects and which I was asking myself from the online documentation. I also had many enquiries from others asking me how to prepare for the certification. Thus, I had develop the attached app for iPhone. It has around 250 questions about TM and will give you a percentage score at the end of the 80 random questions that each test is made of (spreading up the questions equally for each area). Of course, this is NOT coming from SAP and these are not the original exam questions. I am not allowed to publish them and I would not want to publish them or help someone cheat. All rights about SAP TM are reserved with SAP. My intention was more to share stuff on TM which is worth knowing, spread TM knowledge and make it easier and more fun to learn TM. These are freely formulated questions which help enhance your knowledge about TM or test your knowledge. Maybe, it can encourage more people to do the certification or to go study more in depth a certain area. It took me a few months to formulate these questions while travelling, on the week-ends and in the evenings and the development of the app was also not free of charge, so I hope its understandable that I did not want to give it out for free.  I have verified each question and tried to make them doubt free. Nevertheless, it may happen that you doubt about one or the other answer. If so, please write to me and let me enhance the catalogue. I am also very open to add more questions that you may want to contribute. There are so many things to know about TM, lets make the catalogue of questions grow together within the community. But, most of all, enjoy the app , I sincerely hope you will like it !

 

Petra

 

TM 9.0 Certification App for Iphone

TM 9.1 Certification App for IPhone

 

App screens.PNG

App screens 2.PNG

Transportrequests fail for BRF+ transports

$
0
0

Hi,

 

We're getting following errors while transporting BRF+ transports from our DEV to the QA environment.

 

Logfile:

Errors occurred during post-handling FDT_AFTER_IMPORT_C for FDT0000 T

The errors affect the following components:

    BC-SRV-BR (BRFplus - ABAP-Based Business Rules)

 

Any Idea to fix this transport?

 

Kind regards

SAP TM tables related

$
0
0

Hi, all.

 

i am new in SAP TM and i would like to know if someone has a document with all SAP TM tables related by document: OBTR, Freight Unit, Freight Order, RFQ, FSD, etc.

 

 

Thanks!

System triggers one Time Location

$
0
0

Dear,

 

I'm facing an issue when the OTR is created in TM. The system creates always a one time location for the Ship-to. I de-activated the one-time location number ranges which was defined but it change nothing. For the same ship-to number, the system generates each time a new Destination location number in TM?

 

Can you advice me on this issue?

 

Thanks!

 

Kr,

JP

How to code a condition call in TM

$
0
0

How to code a condition call  

This question is Not Answered.(Mark as assumed answered)

Petra Hunger   Steel

Currently Being Moderated 

Today, I would like to provide sample coding for a condition call.

In TM, most of the times, BRF+ conditions are used instead of custom tables known from ERP. The great thing about these conditions is that you can just provide the Fo number or FU number or OTR number to it and the code will read the related data and return a result. Where in SD, you had to read the table with the data, you can just input the FO and the method will revert back saying if this FO is relevant or not for this condition in lt_cond_result.

 

The following code can be used:

 

  REPORT zphu_cond_call.

DATA: ls_bo_inst_key     TYPE /bobf/s_frw_key,
       lt_bo_inst_key     TYPE /bobf/t_frw_key,
       ls_condition_id    TYPE /scmtms/s_condition_id,

       lt_condition_id    TYPE /scmtms/t_condition_id,
       co_message         TYPE REF TO /bobf/if_frw_message,
       lt_cond_result     TYPE /scmtms/t_boid_cond_result,
       lt_cond_result_all TYPE /scmtms/t_boid_cond_result.

CLEAR: ls_bo_inst_key, ls_bo_inst_key, ls_condition_id, lt_condition_id.


BREAK-POINT.


* specify the key of an example bo instance (here: a trq instance)


ls_bo_inst_key-key = '0050569F57AB1ED4A6989181F34473F6'.

APPEND ls_bo_inst_key TO lt_bo_inst_key.


*specify the condition to be executed
ls_condition_id-condition_id = 'ZTEST_PHU'.
APPEND ls_condition_id TO lt_condition_id.


* call method that reads the condition


CALL METHOD /scmtms/cl_cond_ol=>proc_conditions
   EXPORTING
     it_boinst_key            = lt_bo_inst_key  "<- your TRQ number
     it_cond_id               = lt_condition_id   "<- your condition name
     iv_do_not_return_no_hits = abap_true
   IMPORTING
     et_bokey_cond_result     = lt_cond_result "<- whether or not the condition is ok for this instance
   CHANGING
     co_message               = co_message.

* collect all results from condition for later processing
INSERT LINES OF lt_cond_result INTO TABLE lt_cond_result_all.

BREAK-POINT.


You can find this and other useful hints about TM enhancements in the TM enhancement guide from Holger Polch.


 

http://scn.sap.com/blogs/SAP_TM_Enhancements

Fleet management and GPS tracking

$
0
0

Hi experts,

I want to have details on the below.

In managing fleets, GPS devices are used to track vehicles/trucks which are on the move. How is it possible to integrate these details from an IOT tracker device (like vehicle number, Lattitude, longitude etc) with SAP. What are those details that could be monitored and analysed using this data available from a GPS device.

 

Please also share the process & transactional flow in SAP.

 

Sakthi

Worklist in nwbc

$
0
0

I could not able to see Freight Order management work list when I launch nwbc.

How to display freight order?


BP creation with CIF

$
0
0

Hello!

 

I have some problems with BP creation in TM9.0, after create the integration model (CFM1 and CFM2). No BP is created and the UG is not tranferred.

I dont get any error message after the operation at this point.

 

Looking for the XML at SXI_MONITOR, I got this error: "Business partner internal ID & does not exist"

 

Does anybody has had this problem? What have you done? I`ve been looking for a correction, but could not find it!

 

Thanks for help

 

Renato

BP Role CRM003 - Payer is missing in drop down

$
0
0

Hi Experts,

 

I found BP role CRM003 - Payer is missing in BP (Tcode) drop down. Please suggest how to get it.

Untitled.png

 

 

Thanks,

Shakti

Rate table is displayed wrongly for the Charge type in Freight order

$
0
0

Hello everyone,

 

i have recently encountered an cosmetic issue in charges tab of Freight order.

 

The issue is, When we click on this particular charge type say CT12 Then look on the Basic data tab in the down, we see in the Rate table field a wrong value(RT21) is being displayed. Although when we click on the Rate table value it is opening the correct rate table RT12 that is linked to the calculation sheet(Cs12) pf the charge type CT12.

 

 

In this above image you can see a pictorial form of the above description.

 

can anyone help me in finding out the root cause please.

 

Many thanks,

Raju.

Integrate the TM Quicksearch into an PFCG role

$
0
0

The TM Quicksearch as described here can be integrated into the NWBC role, which makes it available to all users with this role and in all systems, no system specific URL is required and the call is always done to the system the NWBC is currently connected to.

 

The following steps are required:

 

1. Enter Transaction PFCG for role maintenance

2. Create a new folder with the ID @SEARCH@ ( yes, in capaital letters... )

3. In the role create an entry of Type "Web address or file" (at the end of the list). The web address you enter is mainly the local path as defined in SICF and      the URL parameters, e.g. to define the search scope, minimum numbers of letters etc.(details are described in the previous posting)

     This entry should look like this:

role_tmsearch.jpg

4. Delete the NWBC cache using the report

 

Remark: the generic process on how to integrate a search provider into the PFCG role can be found here, our search is a search following the open search standard (the second described case)

Line number 10 in calculation sheet is invalid

$
0
0

Hi all,

 

I am getting following error in Forwarding order while calculating charges

 

"Line number 10 in calculation sheet is invalid"

 

Calc sheet.PNG

 

Following is my Calculation sheet

Calculation Sheet.PNG

 

Any help will be appreciated.

 

Regards

Shambhu

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!!!!

SAP TM for postal services

$
0
0

Hi,

 

Please inform whether SAP TM has been used for 'Collection , sorting & distribution '  processes for any postal services company or SAP's plan with TM for this sort of industry.

 

Thanks in advance.

 

With regards,

 

Mrinal


Rules in Automatic Load Planning

$
0
0

People,

 

I have a product that we can physically carry 50 pallets inside a vehicle. The dimensions in meters of the vehicle 14 is lenght, 2.40 width and 2.90 height. The dimensions of the product is 1.250 meters lenght, 0.850 width and 1.327 in height. According to the automatic rules, you should use the parameter E; E, for products that are loaded straight and are on the left side of the goods that are loaded face.

 

Rule E.JPG

 

I'm using automatic rule below for optimization:

 

Change Planning Settings.JPG

Follow the 50 pallets that want to optimize:

 

Transportation.JPG

Following the result of the TM. He did not follow the parameter E; E the automatic rules.

 

Load Plan.JPG

In short, what rules I enter to be able to load 50 pallets inside this vehicle?

SAP TM Collaboration Portal - Customer Modifications

$
0
0

If you use the SAP® TM collaboration portal for collaboration between you and your business partners, you may need to enhance the delivered standard functionality with customer extensions. This document provides an overview of which extensions are possible and how to create them.

View this Document

Issue in Flowing Z field Value from DTR to Freight Unit

$
0
0

Dear All,

 

I am facing issue in flowing Z field value from DTR line Item to OTR. I have appended the TRQ Object and added a Z field in it. Also I have updated value in this field by using BADI /SCMTMS/TRQ_SE_REQREQ while creation of DTR.

 

Now I want to update the value of this Z Field in Freight Unit. For this I have appended the TOR Object and Added the Z field in It.

 

Now please suggest how to update the Z field value in Freight Unit by copying the value from DTR line Item? Please suggest if i need to do use some BADI for the same?

 

 

Regards,

Vibhu Gupta

Update custom field in table Transportation Root table /SCMTMS/D_TRQROT

$
0
0

Hi,

 

Can anyone help me with BADI  - /SCMTMS/TRQ_SE_REQREQ in SAP TM.

My requirement is to create a Z field in table /SCMTMS/D_TRQROT and update this field with a value when a new Transport Request Root is created. I have created an append structure in this table as well as in the structure /SCMTMS/S_TRQ_ROOT_K which is used in the BADI.

I am also passing this new field in Change fields parameter in the BADI. But it is still not updated in table.

 

I have attached the code written in BADI.

 

Can you please help me understand if this new field needs to be maintained anywhere or I am missing anything?

 

Thanks & Regards,

Rohan Hardikar.

Route Determination in FWO and Distance in Default Route

$
0
0

Hi can anyone shed some light how/if can we use Default Route in FWO and can it be used without defining Transportation Lanes and running Planning Cockpit??

Also how to enable Distance on Default Route Screen, currently its not visible In our system as it is on Schedule maintenance.

Viewing all 533 articles
Browse latest View live