Quantcast
Channel: SCN : Unanswered Discussions - SAP Transportation Management (SAP TM)
Viewing all 595 articles
Browse latest View live

STMS movement from single domain controller to landscape specific

$
0
0

Hi Experts,

 

We have a single transport domain controller which is being used for all landscapes for transport purposes.

 

Now, we have decided to move/ create transport domain controller dedicated to each landscape.

 

What would be the best practice for this new configuration.

 

Thanks

DK


Loading date and time

$
0
0

We are planning in TM 9.1 with schedule.

 

If we are planning with schedule it will not be updated with loading date and time. rather gets what is maintained what is maintained in the schedule.

 

Is it possible to maintain the loading date and time while we use a schedule.

 

regards,

Sayantan

GS1 GLN's & SAP TM?

$
0
0

Hi,

 

This posting was originally placed in the SAP Travel & Transportation group, in hindsight probably not quite the right spot, so I am re-posting here!

 

Specifically, I am interested in how SAP TM supports or integrates with GS1 principles. (Transport and logistics | GS1 )

 

In particular, how does TM utilise GLN's to assist in routing & shipping destinations & whether anyone has started to use GS1 rules in SAP TM.

 

I understand that event management in TM is EPCIS certified to version 1.0 - is that the case? Is it also certified to EPCIS 1.1. to accept GPS events?

 

Also interested if anyone has had any experience in associating a geo-fence with a GLN?

 

Thanks in anticipation,

 

David

Routing Guide Extension Issue

$
0
0

Dear Friends,

 

We are using Routing Guide Extension (RGX) in sales orders. Earlier we were using Route Determination based on the following parameters.

1. Departure zone or country of the delivering plant.

2. Destination zone or country of the Ship to Party.

3. Shipping condition from the customer master.

4. Transportation group from the material master.

5. Weight Group.


Now we have created Condition records using SAPRGX/VK11. But in the Sales order Route is not determined based on the condition records. It is determining based on the above parameters.


Please let us know have I missed any configuration or we have to do any specific setting to determine route based on the condition records. Is there any route determination analysis in the sales order.


with regards,


Dayanand


Configure the transport management in one system

$
0
0

Hello SAP Gurus,

 

First a little background:

We installed and configured our Solution Manager. Everything is working fine. Now we want to configure the change request management. To test the automated transport we created two new clients in the same system, everything is on Solution Manager (SMP).

 

The Landscape look like this:

SMP - Client 001 -> is productive (also the domain controller)

SMP - Client 100 -> is for development

SMP - Client 200 -> is for quality assurance

 

So we want to configure the STMS so we can transport the changes with a transport request from the client 100 to the client 200. Through that it should be possible to test the change request management and the automatic transportation.

 

This is how the transport route should look like:

 

SMP 100 -> SMP 200 -> SMP 001

 

Can someone please help me configure my system so that the above works. If that is even possible. I already tried a couple of thing I found on SNC.

 

Thank you in advance for your help.

 

Regards

B. Reinert

SAP TM BW Extractors AIM After-Images By Delta Queue

$
0
0

Good day!

 

I have a doubt. We did some enhancement (new fields ZZ*)  into 0SCM_TM_TOR the issue is: When some field ZZ* is changed into the table TORROT is not créated a new register into the delta queue some body can helpme please? I dont know why the new change is not updated in Delta queue.

 

Thanks

SAP TM 9.3 Railway Train planning

$
0
0

Hi Experts,

 

I am correctly understand that in SAP TM 9.3 there is no possibility for automate train planning (one active locomotive (with defined number of max railcars can handle) and floating number of passive railcars) via VSR optimizer (Transportation Cockpit)?

 

Thanks in advance,

 

Peter

How to specify to only consider certain locations during the planning?

$
0
0

Hi there,

 

I work for CP and perform Master Data maintenance in SAP TM. I think we just got version 9.2.

We are trying to plan an FWO/FU and get a too long list of transportation proposals for the business user to try and find the correct one.

We would like to limit the amount of proposals that are returned.

 

Is it possible to define an incompatibility so that the optimizer only considers certain transshipment locations.

Is there any way for me to achieve this with only master data access?

 

Unfortunately, I do not have access to configuration. I have access to conditions, planning settings, TCM and network master data.

 

Any ideas/help would be greatly appreciated.

 

Thank you,

Adrian


How to Update/Modify the Content of Attachment Folder.

$
0
0

Hello All,

 

Can anyone help me how to Update/Modify the PPF document created under the attachment folder for given FO.

 

As per current process we are currently creating a new Document for every changes at FO level , doing this we are facing lot issues with performance as the Each FO would have atleast 10 documents created.

 

Can some one help me to update the document which is already generated.

 

Current logic for creation is below .

 

 

METHOD attach_file.

*

    CHECK i_keys IS NOT INITIAL.

*

    CHECK i_ppf_out IS NOT INITIAL.

 

 

    DATA: lo_srv_mgr TYPE REF TO /bobf/if_tra_service_manager.

*-----------------------------------------------------------------------

*       Local Internal Tables(lt_*)

*-----------------------------------------------------------------------

    DATA: lt_tor_root      TYPE /scmtms/t_tor_root_k,

          lt_tor_items     TYPE /scmtms/t_tor_item_tr_k,

          lt_tor_items_pkg TYPE /scmtms/t_tor_item_tr_k,

          lt_split_info    TYPE ztmst_fu_split_data,

          lo_txn_mgr       TYPE REF TO /bobf/if_tra_transaction_mgr,

          lv_changes       TYPE char1,

          lr_att_root_bo   TYPE REF TO /bobf/s_atf_root_k,

          lv_do_root_key   TYPE        /bobf/conf_key,

          lv_do_doc        TYPE        /bobf/conf_key,

          lt_doc           TYPE        /bobf/t_atf_document_k,

          lt_target_key    TYPE        /bobf/t_frw_key,

          lo_change TYPE REF TO /bobf/if_tra_change  ,

          lt_failed_key    TYPE        /bobf/t_frw_key,

          lv_do_action_key TYPE        /bobf/conf_key,

          lv_updatedoc_key TYPE        /bobf/conf_key,

          lr_action_param  TYPE REF TO /bobf/s_atf_a_create_file,

          lt_doc_manifest  TYPE        /bobf/t_atf_document_k,

          ls_doc_man_last  TYPE        /bobf/s_atf_document_k,

          ls_modification  TYPE        /bobf/s_frw_modification,

          lt_modification  TYPE        /bobf/t_frw_modification,

          lo_message       TYPE REF TO /bobf/if_frw_message,

          lt_key           TYPE /bobf/t_frw_key,

          lv_name_old      TYPE         string,

          lv_name_new      TYPE         string,

          lv_name_first    TYPE         string,

          lv_name_version  TYPE         string,

          lv_full_name     TYPE         string,

          lv_version       TYPE         i,

          lv_versions      TYPE         i.

 

 

    DATA: lv_rejected.

*-----------------------------------------------------------------------

*       Local Work Areas(ls_*)

*-----------------------------------------------------------------------

    DATA: ls_key                TYPE /bobf/s_frw_key.

 

 

*-----------------------------------------------------------------------

*       Local Variables(lv_*)

*-----------------------------------------------------------------------

*       Field Symbols(<*>

*-----------------------------------------------------------------------

    FIELD-SYMBOLS: <fs_tor_root>  TYPE /scmtms/s_tor_root_k.

 

 

    CONSTANTS: lc_underscore(2)       TYPE         c VALUE '_V'.

 

 

 

 

*-----------------------------------------------------------------------

* Get the required service manager instances

*-----------------------------------------------------------------------

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

 

 

    lo_txn_mgr      = /bobf/cl_tra_trans_mgr_factory=>get_transaction_manager( ).

 

 

*-----------------------------------------------------------------------

 

 

*-----------------------------------------------------------------------

    lt_key = i_keys.

    lo_srv_mgr->retrieve(

      EXPORTING

        iv_node_key             = /scmtms/if_tor_c=>sc_node-root

        it_key                  = lt_key

        iv_edit_mode            = 2

        iv_fill_data            = abap_true

      IMPORTING

        et_data                 = lt_tor_root    ).

 

 

    CLEAR: lv_changes.

 

 

    LOOP AT lt_tor_root ASSIGNING <fs_tor_root> .

*-----------------------------------------------------------------------

 

 

*-----------------------------------------------------------------------

      CLEAR: ls_key, lt_key.

      ls_key-key = <fs_tor_root>-key.

      INSERT ls_key INTO TABLE lt_key.

 

 

        /scmtms/cl_common_helper=>get_do_keys_4_rba( EXPORTING  iv_host_bo_key      = /scmtms/if_tor_c=>sc_bo_key

                                                                iv_host_do_node_key = /scmtms/if_tor_c=>sc_node-attachmentfolder

                                                                iv_do_node_key      = /bobf/if_attachment_folder_c=>sc_node-root

                                                                iv_do_assoc_key     = /bobf/if_attachment_folder_c=>sc_association-root-document

                                                      IMPORTING ev_node_key         = lv_do_root_key

                                                                ev_assoc_key        = lv_do_doc ).

 

 

        /scmtms/cl_common_helper=>get_do_keys_4_action( EXPORTING iv_host_bo_key      = /scmtms/if_tor_c=>sc_bo_key

                                                                  iv_host_do_node_key = /scmtms/if_tor_c=>sc_node-attachmentfolder

                                                                  iv_do_action_key    = /bobf/if_attachment_folder_c=>sc_action-root-create_file

                                                        IMPORTING ev_action_key       = lv_do_action_key ).

*----------------------------------------------------------------------

 

 

 

 

        CREATE DATA lr_att_root_bo.

        lr_att_root_bo->key           = /bobf/cl_frw_factory=>get_new_key( ).

        lr_att_root_bo->host_bo_key   = /scmtms/if_tor_c=>sc_bo_key.

        lr_att_root_bo->host_node_key = /scmtms/if_tor_c=>sc_node-attachmentfolder.

        lr_att_root_bo->host_key      = ls_key-key.

        lr_att_root_bo->att_schema    = 'DEFAULT'.

 

 

        ls_modification-key           = lr_att_root_bo->key.

        ls_modification-change_mode   = /bobf/if_frw_c=>sc_modify_create.

        ls_modification-node          = lv_do_root_key.

        ls_modification-data          = lr_att_root_bo.

        ls_modification-association   = /scmtms/if_tor_c=>sc_association-root-attachmentfolder.

        ls_modification-source_node   = /scmtms/if_tor_c=>sc_node-root.

        ls_modification-source_key    = ls_key-key.

        APPEND ls_modification TO lt_modification.

*

        lo_srv_mgr->modify(

          EXPORTING

            it_modification = lt_modification

          IMPORTING

            eo_message      = lo_message

        ).

 

 

        CLEAR lt_modification.

 

 

        lo_srv_mgr->retrieve_by_association(

           EXPORTING

             iv_node_key   = /scmtms/if_tor_c=>sc_node-root

             it_key        = lt_key

             iv_association = /scmtms/if_tor_c=>sc_association-root-attachmentfolder

           IMPORTING

             eo_message    = lo_message

             et_target_key = lt_target_key

             ).

 

 

        lo_srv_mgr->retrieve_by_association(

           EXPORTING

             iv_node_key    = /scmtms/if_tor_c=>sc_node-attachmentfolder

             it_key         = lt_target_key

             iv_fill_data   = abap_true

             iv_association = lv_do_doc

           IMPORTING

             eo_message     = lo_message

             et_data        = lt_doc

             ).

 

        CREATE DATA lr_action_param.

*----------------------------------------------------------------------

*       Logic for document versioning

*----------------------------------------------------------------------

        CLEAR : lv_name_old, lv_name_new, lv_name_first, lv_name_version, lv_full_name, lv_version.

 

 

        IF lt_doc IS NOT INITIAL.

          lt_doc_manifest = lt_doc.

          DELETE lt_doc_manifest WHERE attachment_type <> text-003.

          SORT lt_doc_manifest BY datetime_cr DESCENDING.

          READ TABLE lt_doc_manifest INTO ls_doc_man_last INDEX 1.

          lv_name_old = ls_doc_man_last-name.

          SPLIT lv_name_old AT lc_underscore INTO lv_name_first lv_name_version.

          lv_version = lv_name_version.

 

          lv_version = lv_version + 1.

        ELSE.

          lv_name_first = text-001.

          lv_version = 1.

        ENDIF.


        lv_name_new = lv_event_code && lc_underscore && lv_version .

        lv_full_name = lv_name_new && text-002.

        lr_action_param->name                      = lv_name_new.

        lr_action_param->description_language_code = ycl_tms_fo_attachment=>i_ppf_out-langu.

        lr_action_param->attachment_type           = text-003.

        lr_action_param->description_content       = lv_name_new.

        lr_action_param->alternative_name          = lv_full_name.

        lr_action_param->mime_code                 = text-004.

        lr_action_param->file_name                 = lv_full_name.

        IF i_ppf_out-pdf IS NOT INITIAL.

          lr_action_param->content = i_ppf_out-pdf.

        ENDIF.

 

        IF lv_versions <= 2.

          lr_action_param->visibility_type = 'X'.

        ENDIF.

        CLEAR lt_key.

        ls_key-key = lr_att_root_bo->key.

        APPEND ls_key TO lt_key.

*----------------------------------------------------------------------

*       Do Action Create a file

*----------------------------------------------------------------------

        lo_srv_mgr->do_action(

        EXPORTING

          iv_act_key           = lv_do_action_key

          it_key               = lt_key

          is_parameters        = lr_action_param

        IMPORTING

          eo_change            = lo_change

          eo_message           = lo_message

          et_failed_key        = lt_failed_key

        ).

 

    ENDLOOP.

 

 

  ENDMETHOD.

 

 

Regards

Kiran Kumar P.

Transport of copies

$
0
0

Hi Exports,

This is Kishore,

Could anyone please let me know what is Transport of copies(ToC) and Relocation in Transport request.

what is difference between workbench Request and TOC.

What is the use of TOC and Relocation.

 

 

Thanks&Regards,

kishore.

Cost allocation

$
0
0

Dear Expert,

 

We are working on the LSP scenario and have question on how cost allocation happens in ECC when the revenue and cost data is moved from SAP TM. Understanding is that Revenue data is moved through Forwarding settlement document and Cost data is moved through Freight Settlement document. Is this understanding correct. If yes, then what is the basis and how cost allocation will happens in ECC.

 

Thanks in advance

 

Thanks & Regards

Punit

How to change Proxy Quality Of Service from EOIO to EO

$
0
0

Hi Experts,

 

We are working on B2B Integration with LSP. As a part of it, we trigger multiple XML messages to LSP.

Currently standard proxy messages are triggered with Quality of Service as EOIO, whereas our requirement to change to EO.

 

Apparently i have noticed for one of the outbound proxy which we are using, shows EO in message header but shows EOIO in Monitor. Attached images below. This is Confusing.

While i was investigating, i found we can use BAdI Definition    /SCMTMS/TOR_OUTB_TECH_SEQ_CTX , and changing the parameter value CV_TECH_SEQ_CONTEXT to change the Sequence, but no clue how does it help me. Not tried.

 

Please help how can i change the Quality Of Service of Standard Proxy messages from EOIO to EO. Is it by programatically with some enhancement or is it by some customizing influence?

Thanks a lot in advance for your expertise help.

 

EOIO.PNGMessage Header.PNG

 

 

 

Thanks,

Bharath.

How to do freight order posting using BAPI_INCOMINGINVOICE_CREATE

$
0
0

Hi Experts,

 

I have requirement to post the freight order posting through the Bapi : BAPI_INCOMINGINVOICE_CREATE  where I need to determine the TM_itemdata line items.

 

I have very limited knowledge on TMS and trying to find out a way to fill the line items data for the Bapi. Any inputs here would be greatly helpful to me.

 

I have to do a background posting for the incoming freight order number from a IDOC.

 

Regards

K.Vinay Kumar

SAP TM Load Plan

$
0
0

Hi

 

Is there a standard interface to send SAP TM Load Plan to eWM or to third party system?

 

Thanks.
Madhup

Sales order created in ERP not appearing in TM

$
0
0

Hi all I am doing Domestic Outbound Scenario.

From ERP system I went through SPRO --> Integration with other SAP components --> ----> Activated transfer of sales documents.

I also have assigned output type TRS0 to the same.

When I create the sales order output type TRS0 triggered.

But it is in "not processed state"

When I try to resend I get message "No communication data defined for medium 8".

Any thoughts how to fix this.


Change Ordering Party on Forwarding Order after confirmation

$
0
0

Hello Experts,

 

I am facing an issue in SAP TM 9.0 working under LSP scenario.

 

We are trying to change the ordering party on TRQ - Forwarding Order due to incorrect entry. The system is issuing out an error.

 

The main issue that the Forwarding Order is confirmed. Is there a way out to change the partner while order is confirmed. Or can we return the forwarding order to the status of not confirmed.

Get master objects and their corresponding sub objects

$
0
0

I have a requirement to get all master object types and their corresponding sub objects from transport tables.

I dived into E070 and E071k tables. In E070 if pgmid(program id) is R3TR then it is a Master object type and if it's LIMU then it is suboject or change in sub object.Some entries are also in E071K with their corresponding master types.

For example if i create a table zabcd then in E071 would look like

 

pgmid   object_type   object_name

R3TR   DEVC           zabcd

R3TR   TABL            zabcd

LIMU    TABT           zabcd

LIMU    TABD           zabc


But how can i find which sub object is related to which master object.For example how to find {LIMU, TABT, zabcd} and {LIMU, TABD, zabcd} are sub objects of which master type.

Add Field in FBI VIEW - Cockpit

$
0
0

Hi,

 

I need to add fields in Split/marge screen that is called from the cockpit. The field product ID table/SCMTMS/d_torite.

 

How can we add this field?

 

Thank you a lot.

SAP TM 9.3 - Planning Strategy ALP_ONLY

$
0
0

Hi, Expert

 

We are Upgrading our current system from SAP TM 9.2 to SAP TM 9.3.

 

I would like to know what is the function of the planning strategy called "ALP_ONLY" on the TM Optimizer settings.

 

Thanks!

FM

How to activate Product Classification

$
0
0

Helo all,

 

we are using SAP TM 92 and we want to activate the classification to maintain characteristics for the product. In customizing we have maintained under topic Classes -> Maintain Object Types and Class Types for table "/SAPAPO/MATKEY" a new object 300 (/SAPAPO/MATKEY). (which is nearly a copy from SAP ECC system).

 

What have I to do, so that I can maintain classification  data in product master data. When I press the button "Classes" in transaction "/SAPAPO/MAT1" i'm getting the message "No allocations found".

 

Thanks in advance and best regards

Georg

Viewing all 595 articles
Browse latest View live


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