Mass upload of Transportation Lane

Hi ,
Can anyone tell what is the easy method of uploading transportation lane. I tried using LSMW but i can't using the recording method. If anyone have a standard template and BDC program. Please let me know.
Thanks in advance
Regards
Shan

Hi Shan,
As rajesh said we are also using Z program to upload Tlanes and MOT's.
I will give you a brief.
We have 4 radio buttons ( All product lanes, product specific lanes, MOT and Product specific MOT) on selection screen and File name, BSG and Model name.
Based on the selection it fills data to BAPI  BAPI_TRLSRVAPS_SAVEMULTI and save.
Like for example for product specific lans
        export to BAPI
        pass logical_system        = w_logsys
        business_system_group = p_busgrp
        model                 = p_model
        commit_control        = c_e
        TABLES
        transport_lane        = it_lane2
        transport_lanex       = it_lane2_x
        prod_procurement      = it_prod2
        prod_procurementx     = it_prod2_x
        return                = it_return2.
Else IF mot=x
then
export to BAPI
        pass logical_system        = w_logsys
        business_system_group = p_busgrp
        model                 = p_model
        commit_control        = c_e
        TABLES
TABLES
        transport_lane        = it_lane3
        transport_lanex       = it_lane3_x
        means_of_transport    = it_means3
        means_of_transportx   = it_means3_x
        return                = it_return3
Please ask your ABAPER to develop.
Hope this helps.
Regards,
Kishore Reddy.

Similar Messages

  • Transportation lane KEY not getting generated in the table

    Transportation lane KEY not getting generated in the table
    Hi folks,
    The issue is like this :
    We have a weekly workorders upload program from legacy systems to SAP-APO. The legacy planners send a .CSV file containing material-wise workroders. A customised zee program picks these quantities & writes them in Prod.planned keyfigures in SNP planning book. This process is done for the manufacturing locations only.
    Lately workorders for two particular material M1 & M2 had failed to get upload. It gives the error 'NO VALID SOURCE OF SUPPLY COULD BE FOUND' in its Job log. We did some debugging & found that for successful materials the  TRPID is getting generated in the table /SAPAPO/V_TRPROD  whereas this TRPID is missing for M1 & M2. Why this is happening is our main concern. We tried deleting the PPM & creating this again, assuming that the PPMID is the precursor for generating this TRPID, but this yielded no results.
    ____ for successful upload______________
    se16 --> /SAPAPO/V_TRPROD
    Version = 000
    LOCTO = LOCID KEY for manufacturing location
    MATID = MATID KEY of successfully loaded workorder
    Enter
    This gives the following results
    TRPID = TRPID KEY
    LOCFR = LOCID KEY for manufacturing location
    LOCTO = LOCID KEY for manufacturing location
    MATID = MATID KEY for successfully loaded workorder
    ( This seems a self-lane, i.e both TO & FROM location are same)
    ____ for unsuccessful upload________
    se16 --> /SAPAPO/V_TRPROD
    Version = 000
    LOCTO = LOCID KEY for manufacturing location
    MATID = MATID KEY for unsuccessfully loaded workorder
    Enter
    This gives the following results
    Error = No Table entries found for specified KEYS
    We are perplexed why this TRPID is not getting generated for these two particular material M1 & M2?
    We have deleted their PPM & re-created them to cross-check if the PPMID KEY is the trigger for generating the TRPID key. This didn't work!
    Please let us know in case someone faced a similar issue.
    Many Thanks.
    Kumar
    Edited by: Blue Lotus on Jun 9, 2011 2:44 PM

    Yes Anand.
    We deleted the PPM & created it again, which didn't work.
    Later on we deleted the product itself from APO & re-CIFed it from R3 & then re-created the PPM.
    The PPMID which was missing earlier is now getting created! However no luck with the TRPID.
    Why this TRPID is not getting generated in our only concern
    Regards
    Kumar

  • Mass upload of Org structure

    Hello,
    Is there any means to mass upload the Org structure.?
    Regards,
    Madhan

    Search on this forum for the document "transporting EBP systems" it's quite an old document, but still helpful.
    Also, take a look at RHMOVE00 and RHMOVE30, that might come in handy.
    Regards,
    Robin

  • How mass upload works.in KM

    Hi All,
    I'm new to KM and C, can any bodly tell me how Mass upload works.in KM........what are the featurs and prerqusite for it..
    Thanks
    AB

    Hi,
    Mass upload can be done using WEbDAV.
    There are many link avialble in forum
    https://www.sdn.sap.com/irj/scn/thread?messageID=1673398
    https://www.sdn.sap.com/irj/scn/thread?messageID=434255
    http://help.sap.com/saphelp_ep60sp2/helpdata/en/30/75b62c659d724fb908c74ade23af51/frameset.htm
    If you are looking KM content transport from one landscape to other landscape(like dev to test and test  to prod) then use ICE transport.
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/38effdbf-0d01-0010-c3ad-9d9547a492af
    Hope the above links will help you.
    Raghu

  • SPP Error - No valid transportation lane between Supplier and LOC1

    Hi
    While running the EOQ and SFT planning service, we get the following error
    "No valid transportation lane between Supplier and LOC1". LOC1 is the entry location for our BOD.
    We have not created any procurement relationships as we are working on a standalone SCM trialbox.
    Appreciate any help/suggestions to resolve this issue.
    Thanks & Best Regds
    Mitesh

    Hi Mitesh,
    You need to have valid transportation lanes from the supplier. Maintain it manually. If I remember correctly it is possible to have External Procurement Relationships in APO only (type 4) and not just contracts, purchasing inforecords or scheduling agreements CIFed from ECC.
    Hope this helps.
    Thanks,
    Somnath

  • Automatic Creation of multiple Transportation Lanes

    Hi all.
    Is it possible to avoid following standard behaviour:
    Change of Supplying Plant in the Special Procurement Type
    If you have changed the supplying plant in the special procurement type in the ERP system, the SCM system creates a new transportation lane for the new combination of supplying plant (from special procurement type) and material/plant. The already existing transportation lane and the now invalid combination of supplying plant and plant in the ERP system is locked for orders in the SAP APO system. This can be seen from the lock indicator X that is set by the system.
    Automatic Creation of Transportation Lanes - Transportation Lane - SAP Library
    Our need for some SKU is to create automatically two T-Lanes. Considering user exit EXIT_SAPLCMAT_001, we added a new line on CT_CIF_MATLOC (and relative CT_CIF_MATLOCX) with different SUPPLPLANT, but the system obviously blocks (SPRKZ) the SKU on one of the two T-Lane.
    Thanks in advance for your support.

    Hi Mauro,
    In my opinion you have to create a program to delete the lock indicator. First you have to extract the information from tr.lanes, then change (delete X indicator) and save. This job should be scheduled before heuristic run.
    To extract data from tr.lanes you can use BAPI_TRLSRVAPS_GETLIST2. To change and save you can use BAPI_TRLSRVAPS_SAVEMULTI2.
    Hope that can help you!
    Thanks.
    Regards, Marius

  • Automatic creation of transportation lanes betwen intercompany plants

    Hello Experts,
      I need to create transportation lanes automatically through integration model between two intercompany plants. The relation between these two plants are of vendor--> customer in ECC and the documents used are of sales / PO type. Source list is availalbe for the purchasing plant. Is it possible to create transportation lane using source list? If this requires an enhancement, which BAdI is applicable?
    Regards,
    Raghavendra

    What is the Purchasing Document used - Purchasing Info Records or Contracts? You can CIF any of these to APO to create Procurement Relationships which in turn automatically creates Transportation Lane. You have to assign Means of Transport manually though. Note - T Lanes created with reference to Contract are however not used by SNP for source determination.
    The other option is Special Procurement Key - if assigned in Material Master will automatically create TLane in APO when Materials are CIFed. Downside of that process is no control on TLane Validity Date and / or other Planning Parameters like Lot Size / PDT.
    As for creation of T Lane based on Source List - SAP Help mentions it can be used but have not seen in any live project so cannot comment.
    Hope this helps.
    somnath

  • Mass upload of BP into CRM

    Hello!
      I peform mass upload of BPs into CRM. I use FM BUPA_CREATE_FROM_DATA to create BP itself and BUPA_ADDRESS_ADD to save BP addresses and call these FMs in the same turn for each BP.
      So, if I do that for 1-2 BPs, it works perfectly. All BP are saved in CRM with there addresses on COMMIT. As soon as the number of uploaded BP increases(between two commits), for example, up to 100, there is an error happens:   E831(AM) in ADDR_MEMORY_SAVE.
      As well as I understood, it happens because of address saving peformed before BP saving on commit. I tried first to save BPs only (with commit) and then their addresses, and it worked on mass upload without any error.
      So, is there any idea about how to upload each BP with his address simultaneously without any error by mass upload?
        Thank you.

    You can upload millions of records using these function modules.Infact I am doing the same.
    Make sure that the data structures,tables which are passed to the Function modules are cleared for each time and FM's should be in the below mentioned order.
    BAPI_BUPA_CREATE_FROM_DATA
    BAPI_BUPA_ADDRESS_ADD
    BAPI_TRANSACTION_COMMIT.
    Thanks,
    Thirumala.

  • Mass upload of Material

    Hi,
        we have to do mass upload of material master  which includes lot of classification / characteristics for a plant. could you please let me know how do we do this and which is the best method? ( BAPI or BDC)
    Thanks
    Arun Vijay D

    Hi,
    Use direct input method using LSMW. The details are as:
    For material master data:
    Object: 0020
    Method: 0000
    Program: RMDATIND
    For material classification
    Object: 0130
    Method: 0002
    Program: RCCLBI03
    Regards
    Amit

  • How to block CIFed Transportation lane from ECC to APO

    Dear all,
    I want to know if there is any way to stop automatic creation of Transportation lane in APO when material master records, with  procurement type F: External Procurement and special procurement U, are registered or modified in ECC.
    Although only APO-DP is implemented in our project, which does not require the transportation lanes at all, we have to delete not only a product location master record but also collesponding product specific transportation lane when the product is no longer available for demand planning. 
    The integration model includes only material master records, not other TL-related data such as Pur. info.
    I've tried to find any configurations or EXITs stuff which satisfy the requirement above, but couldn't find it...
    I would appreciate any information on this.
    Thanks in advance.
    So Kitagawa
    Edited by: So Kitagawa on May 14, 2008 6:12 PM

    I think this is created part of the Product Integration Model and is controlled via the Product Inbound User Exit - APOCF005.
    There is no User Exit for Transportation Lanes.
    In this User Exit ... there is a Structure /sapapo/matloc which I think contains the Procurement Type (BESKZ) and instead of the Spl. Procurement Key it contains the Supplying Plant (SUPPLPLANT),  Procurement Category (SUPPLTYPE).
    It's got to be the fields in the MATLOC Structure.
    Could be the MATLOCX Structure too ... I could not see any, so I think the above 2 fields should do it.
    Try Coding in this UserExit to make the SUPPLPLANT and SUPPLTYPE field as Blank via ABAP Code.  Do  not touch the BESKZ field as that is needed in APO. This should do it ...when you activate the Model the Inbound Processing.
    Hope this helps.  Reward Points if you do.
    Regards,
    Ambrish Mathur

  • Automatic creation of transportation lane between two Plants or location

    Hi,
    I am aware that when we cif Inforecords from R/3 to APO new transportation lanes automatically gets created between the Plant and Vendor.
    The isssue which i am facing is that i want transportation lanes to be created between two plants . The TL should be created automatically. I could find the below details from sap help.
    http://help.sap.com/saphelp_scm41/helpdata/EN/3e/dfaf376ed96c21e10000009b38f8cf/frameset.htm
    Transportation Lanes with Reference to R/3 Material Master Record
    Storing a special procurement type with procurement type F: External Procurement and special procurement U: Stock Transfer (in the MRP 2 view of the R/3 material master record), means that the material has to be procured externally from another plant (supplying plant) or transferred from another plant.
    To also be able to perform stock transfers for this material in the SAP APO system, there has to be a transportation lane from the supplying plant to the receiving plant. If you have transferred a material with this special procurement type from the SAP R/3 system, the SAP APO system automatically creates a corresponding transportation lane from the supplying plant to the receiving plant for the supplying plant (from the special procurement type) and material/plant combination. The transportation lane is given the creation indicator u201CSu201D for special procurement.
    I am not able to make sense of special procurement U: Stock Transfer (in the MRP 2 view of the R/3 material master record),
    Is this Special procurement some sort of customization as i could not find U: Stock Transfer  in my implementation.
    Please help me understand this. What exactly should i do to create TL between Plants automaticcaly through Cif.

    You need to define setting in IMG for this from source to Target location.
    Follow this path :
    Production->Material Requirements ->Master Data->Define Special Procurement Type
    example :
    Plant      1004
    SP type    40   Stock transfer (proc.from alter.plant)
    Procurement type     F    External procurement
    Special procurement  U    Stock transfer
    Plant                1039
    Manish

  • Mass upload of batch chracteristic Values using LSMW

    Hi,
    Is there any way from which I can mass upload the characteristic values of batch class.
    LSMW- Bapi issue full in this case or have to go with recording or BAPI programming?
    Please let me know the process.
    Thanks in advance
    Ravi Kumar

    Hi
    Thanks For the help. I have used LSMW Direct input method.
    I have used the below format in text file
    Class/mat    batch             class                              char                                 Char Value
    023     Bunny 1011010     ZZ_COTTON_CLASS     ZZ_BALE_QUANTITY     164.95
    023     Bunny 1011011     ZZ_COTTON_CLASS     ZZ_BALE_QUANTITY     164.61
    023     Bunny 1011012     ZZ_COTTON_CLASS     ZZ_BALE_QUANTITY     162.71
    Its giving below error,
    Error Changing Classification Data
    Other
    ( CLAP_DDB_UPDATE_CLASSIFICATION: exception    13  )
    023 Bunny 1011010                                      ZZ_COTTON_CLASS
    Error Changing Classification Data
    Other
    ( CLAP_DDB_UPDATE_CLASSIFICATION: exception    13  )
    023 Bunny 1011011                                      ZZ_COTTON_CLASS
    Thanks & Regards
    Ravi Kumar

  • Mass Upload of Photos in Portal

    Hi,
    I am trying to do mass upload of JPEG Photos.
    I have tried using User Self Service and that works fine.
    Reqmnt is that administrator needs to upload 100 photos as a bulk for each user.
    I have read the document on help.sap.com and it certainly gave me few insights but if anyone has done this before, i would like to steps on how to go about doing this.
    Regards,
    Dev

    Hi;
    Assign yourself to the role
    pcd:portal_content/com.sap.pct/Collaboration/DemoRole
    After that you will have the Link
    "Collaboration Demo\People Centric"
    This gives you the possibility to make a manual or
    mass upload of user photos.

  • Need to create a mass upload program for appraisal document creation for multiple employee

    Hi Expertise,
    I need to create a mass upload program for appraisal document creation for manager and his multiple employee
    at a time using tcode appcreate.
    Please help me out.
    Best regards,
    Priyaranjan

    Hi Priyaranjan,
    I think you can take the abap'ers help in creating the program. But u need to provide them the exact functionality and the required specifications in creating the appraisal document.
    Even tcode also u can get it prepared by Abap'ers.
    Thanks and Regards
    Balaji

  • Need to create a mass upload program for appraisal document creation for multiple employee in abap hr

    Hi Expertise,
    I need to create a mass upload program for appraisal document creation for manager and his multiple employee
    at a time using tcode appcreate.
    Please help me out.
    Best regards,
    Priyaranjan

    Hi,
    I have done appraisal document creation for bulk using txt file.
    this fm used for single for creation in standard tcode (phap_prepare):  'WZ_HRHAP_0DOC_WZ01_START'.
    So create ztcode  usinh this fm for single form then record BDC for this tcode and called this tcode in that bdc for bulk creation .
    While recording for single I have used manual option instead of automatic .

Maybe you are looking for

  • Would like to know the meaning of the Input Signal Channel Indicators on Denon 2311CI

    The manual has no information on the meaning of these indicators on the display. For example, why is it that when I have a DVD or Apple TV as the source, the Input Signal Channel Indicators on the left side of the display show only LF and RF (left fr

  • How to automatically resume .part file

    i want, if internet connect after disconnect then autometically start download .part file. we don't need to resume it then what should do?

  • EPMA - Batch Client

    Hi, Can you batch up the tasks of creating ADS files etc? Thinking a great way to backup Planning EPMA apps would be the ability to batch up some functionality of creating ADS files, calc mgr rules, webforms etc... Is there a way to batch that stuff

  • Arch 0.7-1

    Judd advises via flyspray that arch 0.7-1 CD install is required in order that upgrade -Syu to latest kernels will perform correctly. Edit: ArchCD0.7.1 was specified in flyspray #3191.  My typo.

  • How to Integrate SD sales Organization with employee

    Hi, Can any one help how can I assign sales organization,sales group to any any employee in HR module regards KMP