MIgrations programs in PM Module

hai experts,
   Can some one help me in listing all the predefined migration programs in PM Module?
  I mean to say all the Bapi's, direct input methods etc....
  Madhu

Hello Madhu
If you call transaction <b>IBIP </b>and switch to tabstrip <i>File Management</i> you will see in field group File <i>Access: Source </i>that you can create your own test data.
When you create new test data you will see on the table control which PM transactions (and by this which PM objects) can be created or changed using this standard report.
Regards
  Uwe

Similar Messages

  • ABAP Program or Function Module to activate infospoke/openhub table

    Hi,
    Post migration to production, when i am trying to load the data in open hub table, its showing OH table is not active. i had tried to all aspect but i am unable to load the data.
    is there any ABAP Program or Function Module to activate infospoke/openhub table
    Thanks & Regards,
    Pankaj Bansal

    Hello Pankaj,
    Please check whether you have access to TCode SE14 . If Yes , You can use this TCode to activate the Tables.
    There are lot of  Posts talk about the procedure for activation through SE14. please refer the same
    Thanks & regards,
    Prasath

  • Program or Function module to delete data from Open Hub Destination Table

    Hi All,
    Can anybody suggest me a Program or Function module to delete data from Open Hub Destination Table.
    Thanks & Regards,
    Vinay Kumar

    You can simply goto t-code SE14 mention the open hub destination table and Delete data by clicking on "Activate and Adjust database" with radio button "Delete Data".
    Regards,
    Arminder

  • Migration Program for new General Account

    Hi Gurus
    Is there any standard migration program for new G/L Accounts.
    or please tell the process of how we migrate data to New G/L accounts.
    Thanks
    Arun

    Hi,
    There is indeed a migration program to transfer the G/L accounts data to SAP. You can use LSMW tool to migrate the data.
    Program Name: RFBIBL00
    Program Type : D (Direct Input)
    Object : 0100
    Method: 0000
    Regards,
    Asif Ali Khan

  • What are the points which the migration program does not support?

    Hi,
    I have a question about migration program 'RSEC_MIGRATION'.
    As described in 'Running the Enterprise Data Warehouse',
    in 'Frequently Asked Questions - Business Intelligence in SAP NetWeaver 2004s',
    this program supports about 80% automatic migration
    according to some documents.
    What is the rest 20%?
    What doesn't this program support?
    Though it may be difficult to make a list for that
    because settings of authorization objects are various,
    I think SAP should list up as many important points
    which this program does not support as possible
    by using some examples.
    If SAP thinks of delivering such a list,
    when will it be delivered?
    Best regards,
    Kaito Hosoyamada

    Hi Kaito,
    this statement relflects the fact that a program will never be able to handle all potential complex scenarios that customers might have.
    The facts that are not completely covered by the migration assistant are:
    1.) The more complex the existing authorization concept, the more manual migration work might be necessary
    2.) Customer-exit variables for 0TCTAUTHH cannot be migrated; the respective hierarchy nodes must be assigned manually
    3.) Intensive tests are highly recommended
      Cheers
       SAP NetWeaver BI Organisation

  • How do i migrate files from a imac to macbook pro using an ethernet cable. the migration program asks for firewire and i don't own a fireWire.  I do own an ethernet cable though

    how do i migrate files from a imac to macbook pro using an ethernet cable. the migration program asks for firewire and i don't own a fireWire.  I do own an ethernet cable though

    A FW cable would be far faster & Easier, but with Ethernet you need a compatible version of Migration Assistant running on both Macs.

  • Accessing internal table of main program inside function module...

    I have function module say ZFUNC and main program say ZMAIN and internal table defined as IT_TAB inside ZMAIN but not passed as parameter to Function module ZFUNC.
    If I want to access the field value of IT_TAB of  main program ZMAIN inside ZFUNC during debugging then, I simply put <b>(ZMAIN)IT_TAB-amount</b> in ABAP debugger and then change it when the debugger is inside ZFUNC.
    How can I write code to change the value of internal table of main program in function module ZFUNC instead of doing in debugger ? I guess I have to use some field symbols, but not sure. Please suggest.
    Regards,
    Rajesh.

    Yes, you do need to use a field symbol.  Say for example, you had a internal table called IMARC in your program and you want to access it later in a funciton module, you would do something like this.
      data: xmarc type marc.
      field-symbols: <imarc> type marc_upl_tt.
    * Assign an internal table
      field = '(ZPROGRAM_NAME)IMARC[]'.
      assign (field) to <imarc>.
      loop at <imarc> into xmarc.
        write: / xmarc-matnr, xmarc-werks.
      endloop.
    Regards,
    Rich Heilman

  • HT2518 Good Day, I've used pcs forever and just got a macbook pro.  I have installed Parallels, should use the Migration program also for the Apple side?

    I have a new Macbook Pro and have used pc's forever.  I have loaded and transferred info with Parelles, should I still use the migration program on the Mac?
    Thanks and have a good day

    Take a look at this link, particularly "What gets transferred, and to where?" when Windows Migration Assistant is used.
    http://support.apple.com/kb/ht4796
    If you have already transfered the files you want to transfer, WMA is of no use.
    I gather there is no other Mac, so the Mac Migration Assistant can do nothing.

  • Data Migration program for opportunity

    Hi SAP Experts,
         Please can one help with the Data Migration program for opportunity.
    I want to know the approach.
    These are few mandatory filed
    1.  Opportunity Name
    2.  Account
    3.  Contact
    4.  Opportunity Owner
    5.  Total Estimate/Curr*  value_ currency
    6. Project start date   ---
    7. Stage 
    8. Probability 
    9. Status 
    10. Product with Item category ZSOL
    11. Service
    12.  Service Offering 
    Regards,
    Jaya

    Hi,
    As suggested by Kai you can use LSMW. This will be better option as it is very easy to use and you can also write routines while mapping the fields. You can also use IDOCs for importing data from Legacy system.
    If you want to write a report then you can use BAPI_BUSPROCESSND_CREATEMULTI. Please refer to the documentation of this BAPI. This BAPI internally calls CRM_ORDER_MAINTAIN. Do not forget to call BAPI_BUSPROCESSND_SAVE to commit your data.
    Regards,
    Sandeep

  • What are the impacts of new gl migration on other sap modules.

    Hi
    In need to move to IFRS reporting, my client is planing to migrate from classic gl to new gl (not yet decided which scenario, but most probably we will go with scenario 5).
    We are in stage where we are assessing new gl functionality, impact of new gl migration on other SAP module and what precautions we should carry while drafting project activities for migration plan.
    I am specially interested to know how are other modules impacted by New GL?  Ex.  SD, MM, HR, Treasury, CRM ?
    Thanks,
    Surendra

    Hi Karthik,
    I have already gone thru OSS notes 1014364, 1039752, 1070629 and many more...
    My specific question is, what are the impacts of New GL migration on other SAP module (HR, SD, MM, CRM, and Treasury). I am well aware of impact/changes within FICO.
    Thanks,
    Surendra
    Can anyone tell with their experience if any of the above listed modules have any specific impact/change when we migrate to New GL from Classic GL?

  • Error in updationg the opportunity in data Migration program

    Hi,
      I am getting an error in updationg the opportunity in data Migration program. I am using
      CALL FUNCTION 'BAPI_BUSPROCESSND_CHANGEMULTI'
              TABLES
                HEADER        =    li_header
                ITEM          =        lt_bapibus20001_item
                OPPORTUNITY   = lt_bapibus20001_opportunity
                INPUT_FIELDS  = lt_bapibus20001_input_fields
                PARTNER       = lt_bapibus20001_partner_ins
                STATUS        = lt_bapibus20001_status_ins
                PRICING       = li_pricing
                TEXT          = li_text
                RETURN        = lt_bapiret2.
    after save when it is to be commited. I am getting the following error.
    Express Document: Updation terminated author by "XYZ"
    Thanks in advance.

    HI Piyush,
    Tyr to use CRM_order_maintain. If you are trying to change partner,pricing,status,header,item then ORDER_MAINTAIN is the good one to use.
    Its very easy to identify the parameters that need to be populated for this FM

  • HT4796 the windows migration program has stopped on my pc

    the Windows Migration program stopped working on my pc but iMac says it is transferring but has stayed at 3 hrs 59 mins for a half hour. How do i get it started again?

    Hi anothernewbieuser,
    If you are having issues using the Windows Migration Assistant to move your data to your new Mac, you may find the following article helpful:
    Apple Support: About Windows Migration Assistant
    http://support.apple.com/kb/ht4796
    Regards,
    - Brenden

  • Migrating BAPI & RFC function modules into web services

    What is the advantage of migrating BAPI & RFC function modules into web services?

    Hi.
    That's a very good question. Why did you ask it, are you considering doing so?
    I wouldn't think there would be any performance advantages using WebServices.
    You could make your BAPI's available for other systems than Web Dynpro or SAP systems by turning them into WebServices.
    That could be an issue when you want to use different integration engines perhaps.
    A WebService might also be better for dealing with large number of requests I guess.
    When dealing with XML you can also use the advantage of XSLT for validating your data.
    The main advantages would still be the availability of your service for non-SAP systems.
    /Mikael

  • Is there a way to use business objects in the program or function module?

    Hi Experts,
    Is there a way to use business objects in the program or function module.
    Thanks in Advance.
    Naval bhatt

    Hi Naval,
    Ofcourse you can use business objects in your programms/ methods.
    You can use function modules or macros (available from include <cntn01>) for using business objects in your application.
    refere following two links for startup information
    http://www.sap-img.com/abap/reading-attribute-of-a-business-object-in-abap.htm
    http://www.jt77.com/business-warehouse/work-flow-12619.html
    Regards,
    Abhijit

  • Migrating Programs to New OS (HD Crash)

    I'm apparently having problems with the hard drive on my MacBook Pro. I can no longer start my computer from my main hard drive. I can only start it using a clone I made some time ago.
    I talked to a Mac Genius, who told me he suspected a problem with my System folder. He seemed to think it pretty serious. He encouraged me to try and save as much data as possible, but he suggested that cloning my hard drive might finish it off.
    He said they'll install a new hard drive for me. He also mentioned something about archiving my existing data/programs, as well as "migrating" software programs to my new hard drive. So I have several questions relating to this situation. Some are a little nebulous, as I don't know all the details.
    First, I should point out that I had a recent clone of my hard drive, but I destroyed it when I last tried to update it. I beileve my cloner (I forget if I was using Super Duper or Carbon Copy Cloner) backed up my files but told me the cloned drive wasn't bootable. This was presumably a clue that my hard drive was going bad, though I didn't realize it at the time.
    I just tried cloning it again with Carbon Copy Cloner, but it wasn't long before it just quit, warning me that it couldn't make a bootable clone. (I think it said it couldn't locate a file in the System folder, or something like that.) I'm now trying it with Super Duper. When I got home from work, I discovered that it had copied 29.27 GB, but now it seems to be just hanging there, recording no further progress.
    So let me ask some actual questions...
    1. Archiving Files - The Mac Genius told me he could barely see my internal hard drive. However, I can see it just fine after booting into an older clone - one I made before I installed a lot of software programs. I've copied files from my internal hard drive to another partition on my external hard drive and am now cloning it. (I just discovered that cloning is still in progress; it's just going really slow.)
    So when I take my computer in to get my new hard drive installed, is there some way for the Mac techs to somehow archive all the data on my hard drive and copy it to my new hard drive? I'm not too worried about losing data, but I dread having to reinstall and reconfigure all my software.
    2. Migrating programs - If the Apple techs are unable or unwilling to archive my programs, would I be able to "migrate" a software program from a clone that isn't bootable? Is it even possible to migrate a software program from files that have been manually copied to another drive?
    These are my main software programs:
    Adobe Creative Suite
    Microsoft Office for Mac
    iWork
    iLife
    MAMP Pro (including my MySQL databases and phpMyAdmin)
    I can reinstall most of them easily enough, if I have to, but installing Creative Suite was a pain in the butt. I THINK I might be able to reinstall all the MAMP Pro stuff by simply pasting a folder into my new hard drive. I certainly don't want to have to go to the trouble of recreating my database, all my virtual hosts, etc.
    Sorry for the long, rambling post, but I'm just fishing for any tips I can get, and I wanted to offer a lot of details.
    Thanks.

    your HD is obviously on its last legs and can fail completely at any moment. You should not count an apple techs being able to archive this stuff for you. they can try but it may not work just as it's not working for you. do yourself a favor and back up as much of your own data as you can (by hand if necessary). Migrating applications is only possible from a bootable drive or a TM drive using Migration Assistant. as you don't have either reinstall your software by hand.

Maybe you are looking for

  • Export excel option is not working in test environment in Firefox.

    In our application 'export excel' option is present in 4 different pages. All the excels working in development environment in both IE and FF. In testing env, all the excels working fine in IE. But only two excels are working in FF in testing env. Re

  • Availability check for deliveries

    hello all! i am trying to setup for following situation: stock: 10PC production order demand 1.5.: -10PC sales order demad 1.7.: -10PC purchase requisition 1.7.: +10PC the production order has confirmed the 10PC from stock, sales order 10PC from purc

  • Need help :: how to search in nested table/varray data type

    I have the following structure... CREATE TYPE lang_con AS VARRAY(15) OF VARCHAR2(50); CREATE TYPE rel_con AS VARRAY(15) OF VARCHAR2(50); CREATE TABLE Country_n( "NAME" VARCHAR2(40 BYTE) CONSTRAINT "COUNTRY_NAME_NOTNULL_N" NOT NULL ENABLE, "CODE" CHAR

  • TS1702 cant open instagram or app store apps when on 3g

    instagram and app store apps will not open in 3g although they are fine on wifi

  • Security software experts---help

    Hackers have apparently managed to get into my machine (changed the internet control panel DNS server settings to malicious servers). I have no idea what other mischief exists but the machine is waking from sleep @ 2AM each night on it's own---some r