cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI for deleting Transportation Lanes

Former Member
0 Kudos

Hi Experts,

Is there any BAPI available to delete Transportation Lanes in APO.

Thanks

Saravanan.N

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Transaction: /SAPAPO/SCC_TL1

BAPI:

BAPI_TRLSRVAPS_DELMULTI (Deletes the entire Transportation Lane instead of a specific product's lane)

/SAPAPO/TR_TL_TRANSFER_BAPI (You can pass the product specific transportation lane with a delete method)

BAPI_TRLSRVAPS_SAVEMULTI (Call this with the Auto_Delete flag turned on)

BAPI_TRLSRVAPS_GETLIST (To fetch TLs)

Table: /SAPAPO/TRPRODM

Regards,

Srilatha.

Former Member
0 Kudos

Hi Saravanan,

BAPI_TRLSRVAPS_DELMULTI

Regards,

Alexander