cancel
Showing results for 
Search instead for 
Did you mean: 

Transportation Lanes list

b_valavan
Participant
0 Kudos

HI,

Its possible a product can be available in multilpe transportation lanes...

Is there a BAPI/ report to identify all the lanes linked to the product ?

Regards

BVN

Accepted Solutions (1)

Accepted Solutions (1)

aparna_ranganathan
Active Contributor
0 Kudos

Hi Valavan ,

the table /sapapo/trprod has all the transportation lanes linked to a product. Go to table /sapapo/matkey and get the material id (MATID) of the material for which you want to find all transp lanes. Then query table /sapapo/trprod with matid as input and get the value of the location from (represents the source location) and location to (destination location). Query the /sapapo/loc table to get the location code.

Thanks

Saradha

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi BVN,

Run query in transaction sq01 with standard queries like

transportation lanes and methods.

Regards

R. Senthil Mareeswaran.

Former Member
0 Kudos

Hi,

Please note that the Transportation lanes are created as per the Special Procurement key data maintained in ECC. However you can also manually create Transportation lanes in APO. Same material can be put into different TL provided you are maintaining Quotas for both the lanes.But 100% quota cannot be done for both the lanes.

Thanks,

Harsh

Former Member
0 Kudos

Hi,

Check this BAPI BAPI_TRLSRVAPS_GETLIST .

Thanks,

nandha