cancel
Showing results for 
Search instead for 
Did you mean: 

Calculate transportation distance in /SAPAPO/SCC_TL1

Former Member
0 Kudos

Hey gurus, I'm trying to integrate a third party software application to calculate the transportation distance in /SAPAPO/SCC_TL1/.

I have already create a function module that calls the 3rd party software. Is there somewhere in the code for this program, /SAPAPO/SAPLOO_TR_TLANE_MAINT, where it calls a user exit or a BADI where I can insert my code?? I can't find one.

Thanks

Jayden

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi

please provide sample inputs for BAPI_TRLSRVAPS_SAVEMULTI2  for testing.

Former Member
0 Kudos

I ended up implementing SMOD APOMD007, user exit EXIT_SAPMMDUSER_007. Works great.

Former Member
0 Kudos

Hi Jayden,

We want to implement user exit EXIT_SAPMMDUSER_007 and its include ZXMDUSERU07. But we need sample codes to help us to improve ours. Could you please send me your codes as a sample.

0 Kudos

You could using function BAPI_TRLSRVAPS_SAVEMULTI2 to write a program that updates the TLanes.

Edited by: Micky Woolridge on Jun 29, 2010 6:31 PM

Former Member
0 Kudos

Thanks for your response Micky, but I need to calculate the distance ( different than the way SAP does it) when I click the Gerenate Proposal button in the Means of transport section.