Mass upload of VC object dependencies

Hi Gurus,
My client is implementing VC, which is now in legacy system.  There are around 25K object dependencies to be uploaded.
These include all types of selection conditions, preconditions & procedures. Is there any way to mass upload all these object dependencies.  Or do we need to manually type all the object dependencies. 
We are planning to create constraints as well, which I understood should be manual.
Any third party tool to mass upload is also fine.
Thanks,
Surya.

Hi,
It is better to have them uploaded manually. Because you cannot guarnatee the sequences of ODs will be same for all the objects viz, BOM and routing.
Regards,
Pavan

Similar Messages

  • BOM UPload with object dependencies

    Hi PP Gurus,
              Does anyone have a LSMW project or upload program to upload BOM with Object Dependencies?.. I would really appreciate if someone could help me. Thank you very much.
    Sincerely,
    Heinrick Palad

    Hi Sir..
          Do you have an existing excel template for this BAPI. I cant seem to find the field where it assigns object dependencies.
    Thank you Sir

  • Regarding Error handling in Mass Upload of Organizational Structures Using RHALTD00

    Hi all,
    I am using standard program RHALTD00 for mass uploading of Organizational objects into SAP system. But incase if our input file has any error records, how can we track such errors? Can you please share your inputs.
    Thanks,
    Cs

    Hi Sirisha,
    Report RHALTD00 imports the records from the file and creates a batch input
    session, which you can process either directly or using batch input
    processing:
    Batch input processing: When ever you will run the report in this way, error records handled in a session.
    Direct processing:
    Requirements to run this report is :-
    The dataset must contain all of the records of infotype 1000. Only then can
    other information be imported in any order that is required.
    The dataset must not contain records with workflow infotypes (infotype
    numbers from 1200 to 1299). Such records are not included in processing.
    Thanks,
    Sreeram

  • 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

  • Function modules (and the like) for testing Object Dependencies in PLM

    Hi all,
    I've created an upload program for characteristic values to AUSP, but I need to <b>check the object dependencies</b> (as shown in transaction CU03) before saving the data.
    I have the list of the dependencies for the characteristic in question, but how can I perform a dependency check in program code? Is there any <b>function modules</b> (and the like) which I can use?
    All helpful answers will be rewarded!
    - Mari Virik

    Thanks!
    I'm not that familiar with BAPIs, which transactions can I use to check it out? Transaction BAPI? And how do I locate it in the BAPI Explorer? How do I perform the method call?
    More points will be rewarded
    - Mari

  • Function modules (and the like) for testing Object Dependencies

    Hi all,
    I've created an upload program for characteristic values to AUSP, but I need to <b>check the object dependencies</b> (as shown in transaction CU03) before saving the data.
    I have the list of the dependencies for the characteristic in question, but how can I perform a dependency check in program code? Is there any <b>function modules</b> (and the like) which I can use?
    All helpful answers will be rewarded!
    - Mari Virik

    Hi,
    How did you solve this problem?
    I have the same.
    Thanks.

  • Mass upload of documents over FlexUI

    Hi,
    is it possible to implement a mass upload of files to the portal km over the FlexUI?
    Best regards,
    Thomas Kuri

    Hi Thomas,
    with FlexUI, unfortunately, the possibilities that you have regarding your requirement are very limited.
    To implement an enhanced upload to KM it is advisable to either use GWT (Google Web Toolkit) or the preferred and recomended language WebDynpro Java.
    You can find here on SDN a tutorial on [Uploading and Downloading Files in Web Dynpro Java|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/00062266-3aa9-2910-d485-f1088c3a4d71].
    In a past project, we added the multiple file selection capabilities by using Flash Objects, and enabled the communication between Flash Objects and the WD Application via Java Script and EPCF event junction.
    Hope that helps,
    Robert

  • Mass upload of employee photos in OAOH

    Dear all,
    In OAOH transaction, if you type in the business object PREL, and doc type HRICOLFOTO, a small dialog box appear and you type in the employee no.  Afterwards, another window dialog box appear prompting the file name/path....
    I would like to know if there is any method to mass upload thousands of employee photos, since batch input does not work in the file/path selection screen (window's dialog box)
    Thanks a lot for your help !
    patrick

    Hi Patrick,
    Generally it is not suggested to Upload Photograph using Mass Upload.... normally it is one to one ... one perer at a time.
    But if its too urgent and critical then fallow this steps.
    1) Store the Photograph of the Employee as the PERNR.JPG (PERNR = EMPLPYEES PERSONNEL NUMBER) at a predifined location.
    2) Have a text file with all the pernr for whom you want to upload the photo and the JPGs you have in the folder.
    3) Use this Function module with the loop for all the PERNR
    * Function module to update Tran OAAD
    * Create file path (Directory)-(Employee No.).JPG
        CONCATENATE 'dir where the file is stored' wa_pernr-pernr '.' 'jpg' INTO lw_path.
    * Assign Values
        lw_ar_object  = text-002.         "HRICOLFOTO
        lw_object_id  = wa_pernr-pernr.
        lw_sap_object = text-003.         "PREL
        lw_doc_type   = text-004.         "JPG
        CALL FUNCTION 'ARCHIV_CREATE_FILE'
          EXPORTING
            ar_object                     = lw_ar_object
    *   DEL_DATE                      =
            object_id                     = lw_object_id
            sap_object                    = lw_sap_object
            doc_type                      = lw_doc_type
            path                          = lw_path
         EXCEPTIONS
           error_conectiontable          = 1
           error_parameter               = 2
           error_archiv                  = 3
           error_upload                  = 4
           error_kernel                  = 5
           no_entry_possible             = 6
           error_comunicationtable       = 7
           OTHERS                        = 8
        IF sy-subrc <> 0.
          MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                  WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
        ENDIF.
    This will help you to create the Archive link.
    Hope this helps you.
    ~Bhawanidutt

  • Mass upload & Download of PDFs in Web Dynpro ABAP

    Hi All,
    Is it possible to download multiple PDF's at one go ? for example if you have a Table UI control where each row has one clickable link that generates a PDF using WebDynpro ABAP Application, we want to enable multiselect property of Table UI and provide Mass Download Button control on click of which all selected rows should generate PDF and then get dowloaded to a specific location on machine (c:/). or if there is any other alternative possible ?similarly for Mass Upload we wish to multi select PDFs and upload them to R/3 at one go ?
    please let me know if such thing is possible ? if yes is it a good option to have ? as we have users who have to upload these PDF one by one and they wish if they could simply select all PDFs at one go and click Mass upload..Note that there are some validation that we perform once we upload PDF before posting PDF data to backend.
    your help & comments would be Highly Appreciated !!
    Thanks
    Asif

    >
    Maged Ishak wrote:
    > Hi Thomas,
    >
    > could you give me an example how can i download multiple objects without multiple prompts with the class CL_ABAP_ZIP. I use a Web Dynpro for ABAP and I have for Example many word file and i want to download all file in one ZIP-File.
    > thanks in advance
    > mishak
    You simply use the CL_ABAP_ZIP class to combine the multiple binary strings of the word files together.
      data izip type ref to cl_abap_zip.
      data zip_xstring type xstring.
      create object izip.
      loop at ifiles assigning <Wa_file>.
      izip->add( name = <wa_file>-filename
                  content = <wa_file>-filecontent ).
      endloop.
      zip_xstring = izip->save( ).

  • Assiging a position to Org Unit in mass upload

    Hi,
    I am creating Org units using PPOM transaction where i can create Many org units at a time. NOw i need to assign positions to these org units? is there any way to mass upload positions and assign to these Org units?
    I have arrount 1020 Org Units to create. I created all through PPOM at a time. But to assign positions, i have to navigate to each Org unit to assign a position. Is there an easy way for this? I mean Create an Org unit and create a position at t the same time.
    PS: This is for mass creation.
    Regards,
    Jithin.

    Create one LSMW program. Do the recording through PP02.
    Here the values will be:
    Plan Version : Whatever u have created or 01
    Org Unit Id:
    Infotype : 1001 (Relationship)
    Subtype: A003/B003 (belongs to/ incorporates)
    Start Date
    End Date
    Planning Status  : 1
    In the next screen :
    Type of Object Type : S ( in ur case)
    ID of Object Type
    You need to upload data in following fields
    1) PLVAR
    2) OTYPE
    3) SEARK
    4) INFTY
    5) SUBTY
    6) ISTAT
    7) BEGDA
    8) ENDDA
    9) SCLAS
    10) SOBID

  • Mass upload of clauses in SAP Sourcing

    Dear All,
    Please let me know if we can do a mass uplod of clauses in SAP sourcing like we can do for the contract documents.
    Requirement is customer wants to uplaod many number of clauses in clause library.
    Thanks,
    Vinay

    Hi,
    I havent done this myself and there is no such workbook for performing this function. There is however a template.csv available which can be used for mass uploading Clauses. Here is how you can retreive it:
    Goto Setup > Import Data > Create> In the Upload Import File, select any sample .csv for upload in the picker field. Then in the Object type field select Clause. Make sure you check the Preview Import checkbox. After clicking next, you can see the template.csv available there.
    Once you download the CSV to your local machine, you can see the fields available there are fill out with a few Clauses to see if this works for you. The process for importing the CSV will remain the same as for any other template. The only caveat I see is that sometimes users try and fix the Content options with a word document and that may not be achievable via this option.
    Hope this helps,
    Vikram

  • Mass upload of picture in MM01

    Hi,
    I have nearly 2000 pictures to be uploaded for 2000 material numbers.
    Is there any tool for mass upload of images in MM01 "Services for Objects" as attachments.
    I know we can do it DMS, but i specifically need it in MM01.
    Pls advice.
    Thanks,
    Jagan

    Hi,
    please check the note 530792.
    Only documents linked to MARA can be displayed in the material master.     
    Please go also through the SAP Customizing Implementation Guide       
    -> Cross-Application Components            
    -> Document Management                    
      -> Control Data                          
       -> Maintain Screen for Object Link      
    Regards,
    Edit

  • Mass upload of photo in Archive link

    Hi.
    We have to do a mass-upload of photos in the Archivelink (OAAD).
    Any standard program to do this, or any other clues anyone please?
    Thanks in adv.

    Hi,
    just write a report and combine the function modules:
    SCMS_UPLOAD for uploading from a shared backend path
    SCMS_DOC_CREATE for storage of a binary table in a content repository (the ID of the content repository must be ArchiveLink compliant meaning a two letters ID).
    ARCHIV_CONNECTION_INSERT to write the connection in the ArchiveLink table. Here, you must know your relevant business object (SAP_OBJECT) your doctype (AR_OBJECT) and your OBJECT_ID.
    I assume that you need this for HR so here your SAP_OBJECT is PREL and your AR_OBJECT should be HRICOLFOTO
    Now, you report must loop over the files and execute the upper function modules.
    I hope that helps a bit
    Best regards
    Torsten

  • Mass upload of data into Custom table

    Hello all,
                I made search in SDN and could not find the best solution to my problem and hence posting .
               What is the best way for Mass upload of data into Custom database table ?
               I think LSMW would not be a viable option as it would take longer time .
               Locking of the table also needs to be taken care.
               PLease let me know if you have a alternative to this and the best way to do this .
    Comradely,
    K.Sibi

    Hi Sibi,
    See Lock objects are required when we enter the data through screen level, or multiple users should not enter the data at same time.
    Create one Lock object in SE11, It automatically creates FM.
    DEQUEUE_EYTEST2                Release lock on object EYTEST2
    ENQUEUE_EYTEST2                Request lock for object EYTEST2
    Call these FM in your program.
    EX: Refer this links
    1 http://help.sap.com/saphelp_nw70/helpdata/en/41/7af4c8a79e11d1950f0000e82de14a/content.htm
    2 http://wiki.sdn.sap.com/wiki/display/Snippets/lockingandunlockingofthe+tables
    Rgds
    Aeda

  • LSMW for BOM Object Dependencies

    Dear Sir,
    I can use LSMW to upload BOM component without object dependencies.
    If the BOM component have object dependencies, how to upload OD using LSMW.
    Who can help me !

    Hi all
    I have so much OD to be upload, how can I do that through LSMW ?
    No expert can help me ?
    Regards,

Maybe you are looking for

  • How can I transfer a rented movie from iPhone to iPad both on iOS 5

    Ever since I upgraded my iPad to iOS 5.0.1 I have been having a few problems, one is that Safari randomly shuts down, another is that this notice board randomly shuts down and today my biggest problem is that iTunes shuts down as soon as I choose mov

  • One ipod connects to itunes but the other doesn't...?

    I have 30GB ipod that works just fine with my labtop connecting to itunes and all. My problem is lately, when I try to connect my brothers nano to my computer, it shows the do not disconnect screen but that's it. I tried restarting his and the iPodSe

  • Adobe Reader 11 - error message when opening PDF's

    I have an iMac OSx.  Using Adobe Reader 11.  Everytime I open a PDF I get "an internal error has occured"  I was trying to uninstall Adobe Reader 11 but the uninstaller in my Applications/Utilities is not there.  HELP!!

  • Frames per second help

    I have added videos to final cut pro with a decent frame per second rate but on the canvas it shows really slow frame per second, like 5 frames per second instead of 30. However when I watch the video on the viewer it shows my normal video. The audio

  • OSX 5.7 update display problems

    I have never had problems with updates before. With 10.5.7 I have an external display running with my macbook, (which was connected during the install), but since installing the update, I cannot correct the display. Now my macbook display has turned