cancel
Showing results for 
Search instead for 
Did you mean: 

Mass upload of Transportation Lane

Former Member
0 Kudos

Hi ,

Can anyone tell what is the easy method of uploading transportation lane. I tried using LSMW but i can't using the recording method. If anyone have a standard template and BDC program. Please let me know.

Thanks in advance

Regards

Shan

Accepted Solutions (0)

Answers (7)

Answers (7)

Former Member
0 Kudos

You can use LSMW. However BDC will not work. Select Business Object Method and enter the following:

Business Object      BUS11201     Transportation Lane

Method                    SAVEMULTIPLE2               Maintenance: Transportati

Message Type         TRLAPS_SAVEMULTIPLE2        Create or Change Transpor

Basic Type              TRLAPS_SAVEMULTIPLE202      Create or Change Transpor

Former Member
0 Kudos

Hi Shan,

For uploading T-lane, the effective approach can be using a Abap development.

And to my understanding MASSD can be used for changing of existing T-Lanes on a mass level. Thru MASSD u cant create and upload new T-Lanes.

Regards

Sunshine

Former Member
0 Kudos

Hi Shan,

Try using transactions MASS & MASSd in APO and confirm.

Regards

R. Senthil Mareeswaran.

Former Member
0 Kudos

Hi Shan,

As rajesh said we are also using Z program to upload Tlanes and MOT's.

I will give you a brief.

We have 4 radio buttons ( All product lanes, product specific lanes, MOT and Product specific MOT) on selection screen and File name, BSG and Model name.

Based on the selection it fills data to BAPI BAPI_TRLSRVAPS_SAVEMULTI and save.

Like for example for product specific lans

export to BAPI

pass logical_system = w_logsys

business_system_group = p_busgrp

model = p_model

commit_control = c_e

TABLES

transport_lane = it_lane2

transport_lanex = it_lane2_x

prod_procurement = it_prod2

prod_procurementx = it_prod2_x

return = it_return2.

Else IF mot=x

then

export to BAPI

pass logical_system = w_logsys

business_system_group = p_busgrp

model = p_model

commit_control = c_e

TABLES

TABLES

transport_lane = it_lane3

transport_lanex = it_lane3_x

means_of_transport = it_means3

means_of_transportx = it_means3_x

return = it_return3

Please ask your ABAPER to develop.

Hope this helps.

Regards,

Kishore Reddy.

Former Member
0 Kudos

Hi,

As Shardha said, its always good to CIF the Tlanes using SPK. However in case you have locations locally created in APO and not integrated with ECC, then you can choose to use APO Loader. But there is catch in using APO Loader, it only creates product specific transportation lanes i.e., you still have to create Means of Transport manually in the system for all the transportation lanes. In our project we created a BDC which copies a standard MOT from a TLane and replicated the same for all source-destination lanes. Later we used APO Loader to create product specific Tlanes.

Thanks,

Rajesh Manoharan

Former Member
0 Kudos

You can try the APO loader as per note 551972

aparna_ranganathan
Active Contributor
0 Kudos

Hi Shan ,

Do you have a stand alone APO system. You have not mentioned that in you question.

In case your APO system is connected to R/3 then the standard and most easiest way for creating transpotation lanes is to maintain special procurment keys in material master in R/3 (for branch to branch TL's) and source list (for vendor to branch TL's) and CIF'ing over the same to APO.

Once the materials and source list are CIF'ed the branch-branch and vendor to branch transportation lanes will get created in APO.

The above mentioned way is the standard way of creating TL's. However you can use tcode /n/sapapo/scc_tl2 for mass creation of transportation lanes in APO.

Thanks

Saradha

Edited by: Saradha Ramesh on Nov 10, 2009 12:12 AM