Labels:

The following steps will explain how to delete a specific transportation lane when you know "locfrom" and "locto". Try to change the special procurement key (SPK) on your material master in R/3 or ECC (if whenever linked them

We can delete a specific transportation lane using standard BAPI available. Please follow the steps as below.
    • In SE11/16 type the view name /SAPAPO/V_TRPRPD, in the field LOCNOFR type the "location from" and in field LOCNOTO type "location to", we will get the list of transportation lanes.
    • In column LOCFR we will get the GUID for location from & in LOCTO column we will get the GUID for location to.
    • Convert these GUIDs from char20 to char 32 using function module /sapapo/cif_guid_convert
    • Pass these char32 GUIDs to the BAPI BAPI_TRLSRVAPS_DELMULTI in parameter table TRLANE_KEY(fields = LOCATION_ID_FROM & LOCATION_ID_TO).
    • It will delete the specific transportation lane from the system.
    This is technical technique to delete T-lane but it will work.
    Sidhika is a computer technology professional, educator with experience in the information technology. She works in a multi-disciplinary role that combines IT Infrastructure, SAP Functional and Network Management. If you like this post, Please leave a comment.

    Related Post


    Comments (2)

    your blog about Delete Specific Transportation Lane is very helpful for SAP students. SAP APO Online Training

    Thank you. this is what i was looking for

    Post a Comment