Move Classification data to another system

Hi all,
Are there any standard programs to download/upload class data from one system to another.
I know we can ALE the data and use LSMW, but they are not an option here.
Standard TCodes, programs, function modules, BAPIs only please..
PeteA

Pete,
BAPIs working on classification you'll find in function group CLBPA.
Additional information you will find in SAP note 1083986 (along with information on BAPIs for characteristics and classes). This note mentions several further notes with deeper information.
Regards,
Rolf

Similar Messages

  • Best Method to Move Partitioned Data to Another Server

    Hi,
    In our company we have a monthly maintenance to move one partition from many partitioned tables to another server. I want to know what is the following:
    1- Best way to do this task and to move table partitions to another database on another server?
    2- When I delete table partition, do I need to analyze the table or rebuild the indexes?
    Appreciate your prompt response.
    Thanks

    2- When I delete table partition, do I need to analyze the table or rebuild the indexes?What do you mean by delete table partition? If you mean truncate or drop parition then you should use "UPDATE GLOBAL INDEXES" clause in order to avoid rebuilding global indexes as shown in the below examle:
    create table TAB1 ( Value number(10))
      partition by range(value)
      partition p1 values less than (10),
      partition p2 values less than (20),
      partition p3 values less than (30),
      partition p4 values less than (40),
      partition p5 values less than (50)
    insert into tab1
    select rownum
    from dual connect by rownum < 50;
    commit;
    create index tab1_indx1 on tab1(value);
    sql> select index_name, status
      2  from user_indexes
      3  where index_name = 'TAB1_INDX1';
    INDEX_NAME                     STATUS
    TAB1_INDX1                     VALID
    sql> alter table tab1 drop partition p2 UPDATE GLOBAL INDEXES;
    Table altered.
    sql> select index_name, status
      2  from user_indexes
      3  where index_name = 'TAB1_INDX1';
    INDEX_NAME                     STATUS
    TAB1_INDX1                     VALID
    sql> alter table tab1 drop partition p3;
    Table altered.
    sql> select index_name, status
      2  from user_indexes
      3  where index_name = 'TAB1_INDX1';
    INDEX_NAME                     STATUS
    TAB1_INDX1                     UNUSABLEMohamed Houri

  • Classification data organization and system performance

    We are planning on setting up classification for the material master. Reviewing discussions on the topic indicate the potential for system performance issues with search response and file sizes. Performance is dependent on several factors such as the number of material numbers, classes and characteristics, use of interval values, depth of hierarchies ect. 
    We have a significant number of material numbers, looking to have at least 15 classes with about 200 total characteristics.  The extent of superior class linkage is undetermined at this time.
    I am looking for a guideline or tool that would help us understand if our design is efficient or will lead to long term performance issues. Is there a resource or documentation that gives some examples of situatinos where classification got our of hand and why?
    Thank you
    Brian

    Hello Brian,
    There is no document or guidlines as such however you should keep the tables upto date . Also we recommend to use CLST for updating statistics regularly. Are you looking to assign 15 classes for material ? It should not affect the performance as much but you should keep characteristics to minimal in that case. Also are you using VC as there are lot of recommendations for VC but in general for classification keeping the stats upto date is most important.
    Thanks
    Amber

  • How to move all data to another drive?

    I've just upgraded to Tiger and simultaneously installed two internal Seagate 325GB drives in mirror RAID configuration. I plan to keep the original 80GB drive for OSX and applications only, and move all documents, photos and music to RAID. But I'm not sure how to link the applications (iPhoto, iTunes, Word, Entourage etc) so they know where to find existing data and where to save new data. I can't find specific instructions anywhere. Could someone walk me through the steps?

    Allan: I do appreciate your spending so much time to try to make sure I understand your real concerns about RAID as a backup. Since first questioning your explanation I have re-read most of the discussion threads on the topic, and noted that over the years, you have been passionately warning about mirrored RAID arrays for private and amateur people like me, on the perfectly reasonable grounds that we are not fully protected. I also noted that you are/were an IBM IT professional and bring that experience and viewpoint to the discussion. I suggest that explains our different perspectives. For the last five years I have been running without hard drive backup of any kind; relying on burning my most important data - photos and movies - to disk, until I could figure out the best way to use my machine's capabilities. Heeding warnings of the inevitabile end of my one internal drive, I decided to install twin drives in the available bays and configure them in a mirrored RAID to insure against main drive failure. That is my priority. In 26 years use of PCs and Macs, I have not found accidental deletion, application quits or keyboard mistakes to have been a noticeable, let alone significant problem. (I did lose a whole chapter of a book once, but that was because I forgot to enable Auto-save. Neither RAID nor backup would have protected against that!) I did also notice that in the forum discussions, nobody could report problems with their RAID setups or with recovery in the case of a failed drive. (I know, absence of evidence is not evidence of absence but at least there doesn't seem to be a great problem). So for a home user, I've concluded that the RAID setup is both the most appropriate for my needs, and the best value for money. I guess we'll have to disagree, but thank you for explaining your point of view. I do hope that our discussions has set out the pros and cons of RAIDs clearly, for the benefit of other readers.
    Geoffrey
    Powermac G4 Quicksilver Dual 800/ iBook G3 700   Mac OS X (10.4.9)  
    Powermac G4 Quicksilver Dual 800/ iBook G3 700   Mac OS X (10.4.9)  

  • Move Logical component to another system group

    I want to move an logical component which I have made under SAP ECC -> SAP ECC Server to SAP ERP ->SAP ECC Server under SMSY / Logical component. (because of the product version to install EHP4)
    How do you do that?

    you want to create the logical component, with a different product version. right?.
    Please try to change the Product version. Or you have to create a new logical component with the correct product definition and include it to the solution. for this you have to have your system defined under ERP systems.
    Thanks,
    Jagan

  • Trying to use a button to move form data to another section of the document

    Not sure how to form this question, but hoping you guys (the experts) will be able to help me along....
    I'm trying to setup a form that, when you select a button it moves data like below:
    and then will move it to the correct section as indicated by which button you pressed:
    Is this possible? Any help you can provide would be very appreciated! Thanks in advance.

    Alright - so I've been trying to work w/the scripting language (I'm sorry, I'm fairly new, and one of two things happens whenever I enter it in.
    1. The text disappears from the box on the right and doesn't show up in the assigned boxes.
    2. Nothing happens
    I've attached a photo (below) of the script as my ignorant self believes it should look. Any thoughts? (Again, I appreciate your patience here - thanks!):

  • RFC FM that will select data from other system

    Hi ABAP Gurus,
    Good day.
    Do you have any documentation  on how to develop RFC FM that will be able select data from tables in other SAP system that you can share with me?  How about sample FMs?  Thanks in advance!
    Best regards.
    Brando Braganza

    HI Brando,
    see the below Function modules which help to fetch data from another system ..
    RFC_READ_TABLE                " External access to R/3 tables via RFC
                                                  "this function module is used for table which is having max 40 fields and unlimited records..
    RFC_GET_TABLE_ENTRIES      "Read table entries unlimited fields and data
    * call the FM like this
    *     Calling RFC to get Table entries from Destination 'AVP'
          CALL FUNCTION 'RFC_GET_TABLE_ENTRIES'  DESTINATION 'AVP'
    Regards,
    Prabhudas
    Edited by: Prabhu Das on May 12, 2009 10:52 PM

  • Search Help with Web Dynpro call on another system

    Hi all,
    I have to create a search help with web dynpro on a field but the database is on another system... How can I do?
    Many Thanks in advance...

    I would use a search help exit. Nothing WDA specific here, as this has been possible long before WDA came around.  With a search help exit you define the search help like normal, but instead of database table or view being the source of selection, you have a function module.  Within the coding of this function module you can call an RFC to read data from another system or call a web service if you need to bridge over to something that isn't ABAP based.
    You can read more about Search Help Exits here:
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/cf/21ee52446011d189700000e8322d00/frameset.htm

  • Migrating backup data to another subscription

    I am buying a new Azure subscription. The tech support team at Microsoft is moving most of the services and their data to the new Subscription for me, but they do not migrate Azure Backup Service. I want to move my backup vault and data from one Azure
    subscription to another. I need to know what are the steps/options to do it.

    Hi,
    Though I cannot confirm if it is supported to move backup data to another subscription, in order to migrate data between subscriptions, you will need to contact Azure support.
    As you have already contacted support team, communicate with them again to confirm if it is supported to migrate backup data as well. 
    How do I migrate data and services for my Azure subscription to a new subscription?
    http://msdn.microsoft.com/en-us/library/azure/dn736051.aspx
    Please remember to mark the replies as answers if they help and un-mark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Export Hierarchies from BPC-BW InfoObject to BW infoobject from one system to another system

    i have two sytems like KBD and LBD
    i have consunit ( means company ) in BPC (KBD system), it has hierarchie.
    i need to load the hierarchie data into another system (LBD)company info object,
    how to do it, what is the process for that.

    Delete it as its a duplicate question and follow my reply on the other.
    Thanks,
    Suyash

  • Classification Data (SLED) not Updated for Movement Type 561

    Dear All,
    I have noticed that after uploading the opening stock with movement type 561, the Classification data (Date of manufacture & Shelf Life expiry date) which was captured in MB1C is not updated in the batch master in Classification Tab.
    Is this standard SAP behaviour for 561 movement type? Or is there any config is missing?
    Please advise.
    Regards,
    Suresh.

    Hi Suresh,
    For your question I understand that while uploading the initial balances, system didn't ask you for the Manufacturing date or total shelf life date. Following is the solution:
    You have to maintain "Check SLExpir.date" and "Classif.batches" indicators for the movement type 561 or any movement type you required. This customization can be perform through SPRO>>MM>>IM>>Goods Mvt. and mvt. No.
    Also activate SLED at plant level in customization.
    Regards
    SAK

  • How  to transfer data from one system to another by datamart please give de

    how  to transfer data from one system to another by datamart please give details

    Hi Deba,
    Find the below SAP help doc which may help u...
    http://help.sap.com/saphelp_nw70/helpdata/en/12/43074208ae2a38e10000000a1550b0/frameset.htm
    Also find the below threads...
    Loading data from one cube to another cube.
    data copy from infocube to infocube in two different BW systems
    Delta when loading from ODS to ODS
    reg datamart
    Data mart flag
    Regards,
    KK.

  • Is there a way to move multiple Calendar items from one date to another?

    Hello. I have far too many Calendar items every day in my iCal. Until I finally pare them down to a reasonable level, I need to "reschedule" all of my unfinished ToDo items and reminders, to another day, later in the week.
    There doesn't seem to be any "Select All" feature available.
    Is there a way to move multiple Calendar items from one date to another?
    Thanks in advance!

    Still no ideas? Apple, please come up with a fix. Thanks.

  • I want to move SQ01 to another system

    Hi experts,
    I have a quest to move SQ01 to another system. Since it is a standard transaction,it has a lot of screens , includes and so on.
    1 Should I change all the standard includs name to customer namespace?
    2 Is there any brief step by step document describe how module pool works? Does it trigger by tcode commonly?
    3 Can anyone give some suggestion to do that or maybe the procedure? Are there anything which I need to remember?
    THANKS all!

    Process wise
    When ur customer wants some more feilds that shd be added to the same query  than wht will be the solution ?
    say there are  4 feilds in the query right now we add 2  feilds
    in future the Customer wants the another 2 feilds shd be added in the Query than wht will be the solution ??
    i would like give the autorisation to the user for SQ01 , SQ02   and train hgim regarding the queries as oper the requirement
    >guys correct me if iam wrong

  • Can we move archive data from Filenet to another tool

    Hi Guru's,
    we are currently archiving data from SAP to archive location in Filenet , now we are planning to move archive data to onther tool , please suggest below  thing are possible:-
    1) Keep filenet and add another tool also    
    2) Move all a from filenet to another tools and then start rest of archiving to new tool.
    Regards,
    Jeetendra

    Hello,
    I have done this process when we moved our archived data from IBM Commonstore to IXOS/OpenText as well as when we moved all of our archived images in OpenText that were stored in a jukebox and we moved them to a WORM/Hard Disk Storage (still Open Text).  But, in both cases, we were provided the necessary conversion programs from the relevant vendor (in this case Open Text).
    This process is complex and involves correctly updating mulitple internal SAP tables as well as the database entries in the new storage providor. 
    My recommendation is to work with the 3rd party solution partner where the data is going to be moved to and get the appropriate conversion programs from them.
    Best Regards,
    Karin Tillotson

Maybe you are looking for