cancel
Showing results for 
Search instead for 
Did you mean: 

Mass deletion of Transportation lanes

Former Member
0 Kudos

Hi ,

We have a req. to perform mass deletion of Tlane. Do I need to go inside each and every Tlane and mark it for deletion and then run the mass deletion T code???

Or is there way to perform this using any tables??

Also we need to check the orders linked to the Tlane, I am able to get the order details using WUF, how can we delete all the orders using some table?? i would need to delete PR's STR, Planned orders...

thanks

Aswath

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Use the FM : BAPI_TRLSRVAPS_DELMULTI to delete lanes.

Product-specific transportation lanes for which the deletion flag has been set can be deleted using

report /SAPAPO/TR_TRPROD_DELETE

Thanks,

nandha

Edited by: S.Nandakumar on Sep 8, 2010 5:52 AM

Answers (2)

Answers (2)

Former Member
0 Kudos

FYI :

Check the below mentioned table too :

Table: /SAPAPO/TRPRODM

Regards

Rahul Chitte

Former Member
0 Kudos

Hello Aswath,

Use transaction code MASSD in APO, select object type as Transportation lane. then put block indicator for the transportation lanes which are to be blocked.

Then use transaction /sapapo/tr_deltrpr for deleting the lanes.

Some Additional information if needed :

1. /SAPAPO/TR_TRPROD_MASSMAINT --> specific for products

2. /SAPAPO/TR_TRM_MASSMAINT --> vehicles on transportation lanes

3. /SAPAPO/TR_TRMCARR_MASSMAINT --> TSPs for means of transport

Please let me know, if you need any more help or <<point beggiing removed>>

Regards

Rahul Chitte

Edited by: Rob Burbank on Sep 9, 2010 4:38 PM