Import Activity Code Values

I need to create a long list of activity code values. I'm looking for a work-around to avoid typing them in. There doesn't seem to be an option to import them, but when I import a file, activity codes are created. So maybe I accomplish this by importing codes via excel? Does anyone know how to make that work?

hi. you need the Primavera SDK component installed and "Dictionary xx" (a macro-enabled MSExcel file specific to your Primavera version schema) to read from/write to the database. best of luck,

Similar Messages

  • Import Activity Codes

    How to import activity codes into P6 from Excel sheet?

    Please refer to 200326112033 in our knowledgebase for
    more information on how to import and export activity
    codes from excel. If you have any further questions
    please contact support at
    http://primavera.com/customer/support.asp. <br
    />
    Saryn

  • Importing of Activity Codes

    How to import activity codes (codes with descriptions)
    from excel into P6?.
    Thanks,

    I second what Cruz878 said. It comes in very handy
    when adding codes, resources, etc. without having to
    re-enter it in the tool. There used to be two files -
    one for general administration (like your request) and
    one for project specific information. However the
    second one has been replaced by the excel export
    option (and not a very good replacement IMHO).

  • Looking for a sort of "activity code" in transactions ME51N/ME52N/ME53N

    Hi all experts, got an - I hope - interesting question to ask you.
    I have an user exit that is executed on every step done in creation/modify of a Purchase requisition. In this code (custom), executed from the transactions ME51(n)/ME52(n) and ME53(n) there's something like:
    GET PARAMETER ID 'BAN' FIELD r_banfn. "Purchase Requisition number
    GET PARAMETER ID 'BFC' FIELD r_frgab. "Release strategy
    r_banfn should contain the number of the purchase requisition I'm working on. So far, so good.
    The problem is that if in ANY transaction I press the New Document button, I can notice in debug that r_banfn contains the number of the purchase requisition that WAS active before pressing the "create new" button.
    That's not good because that r_banfn value is then used to some checks, and should then be blank in case of creation of a new purchase requisitions.
    I'm then asking you if there's a way in my user exit to distinguish between the two cases, which are:
    -1- I'm modifying an existing purchase requisition (so, the field in r_banfn IS correct);
    -2- I'm CREATING a new document (so, r_banfn value is NOT correct and should be set to blank).
    This distinction must be coded into the previously cited user exit and should affect ME51(n), ME52(n) and ME53(n), from which the user can either create a new RdA or modify an existing one.
    We tried to manage the situation as follow, but without success:
    IF NOT r_banfn IS INITIAL.
      CALL FUNCTION 'ENQUEUE_EMEBANE'
           EXPORTING
                banfn          = r_banfn
           EXCEPTIONS
                foreign_lock   = 1
                system_failure = 2
                OTHERS         = 3.
      IF sy-subrc NE 0.
    * Can't lock --> means I'm actually working in modify mode on it
    * leave it as is
      ELSE.
    * locked --> that means I'm not working on this purchase requisition
    * first dequeue the locked purchase req, then set r_banfn to blank.
        CALL FUNCTION 'DEQUEUE_EMEBANE'
             EXPORTING
                  banfn = r_banfn.
    *   clear the variable -> I'm in CREATE mode.
        CLEAR r_banfn.
      ENDIF.
    ENDIF.
    The code is quite self-explaining but doesn't work because it seems that the "enqueue" phase goes ok even tho we're working on modification on the purchase requisition.
    I'm guessing if there's a sort of "activity code" (create? modify? view?) I can catch @ runtime to solve this task.
    Thanks in advance, as usual
    Matteo
    Edited by: Matteo Montalto on Mar 19, 2009 5:15 PM
    Sorry, I edited the title in order to make it more explicative. :-P

    >
    Hi Sandipan, sorry for the late, I tried to manage this task but without success.
    The user exit I'm working on in EXIT_SAPLBBPK_001.
    FUNCTION EXIT_SAPLBBPK_001.
    *"*"Lokale Schnittstelle:
    *"  IMPORTING
    *"     VALUE(IM_BBPDECDATA) LIKE  BBPDECDATA STRUCTURE  BBPDECDATA
    *"     VALUE(IV_MANU_PROF) TYPE  MANPRC OPTIONAL
    *"  CHANGING
    *"     VALUE(CH_PROFILE) LIKE  T160EX-EPROFILE
      INCLUDE ZXBBPU04.
    ENDFUNCTION.
    It includes ZXBBPU04, in which I have to understand if I'm working on a Purch. requisition in MODIFY mode or in CREATE mode.

  • Global Activity Codes do not appear in Group/Sort

    The contractor exports (using P3e v.5) EPS level Activity Codes as Globals; We import, using P6.2.1, as .XER (code values to be updated) and although the Activity Code is in the dictionary and the assigned values are present (against each activity) the Code cannot be seen in the Group/Sort function. If the code is re-named, it appears. Any ideas?

    I feared as much. However, re-naming the Activity Code means layouts have to be adjusted / created for each period / import.

  • I bought photoshop from pc world, it was a download via activation code my computer has broken and had to be replaced how do i re download program as i no longer have the scratch card

    i bought photoshop from pc world, it was a download via activation code my computer has broken and had to be replaced how do i re download program as i no longer have the scratch card

    you just need your serial number.
    Downloads available:
    Suites and Programs:  CC 2014 | CC | CS6 | CS5.5 | CS5 | CS4 | CS3
    Acrobat:  XI, X | 9,8 | 9 standard
    Premiere Elements:  13 | 12 | 11, 10 | 9, 8, 7
    Photoshop Elements:  13 |12 | 11, 10 | 9,8,7
    Lightroom:  5.6| 5 | 4 | 3
    Captivate:  8 | 7 | 6 | 5
    Contribute:  CS5 | CS4, CS3
    Download and installation help for Adobe links
    Download and installation help for Prodesigntools links are listed on most linked pages.  They are critical; especially steps 1, 2 and 3.  If you click a link that does not have those steps listed, open a second window using the Lightroom 3 link to see those 'Important Instructions'.

  • Revert imported activity on TEST

    Hi all,
    Some developer checked-in and imported some changes on a Development Component to TEST system. After that when users access the application (on test system) the system returns the error NodeInfo (path=DC1.DC2 Interface/DC2.ContextNode, class=com.sap.tc.webdynpro.progmodel.context.DataNodeInfo): cannot add a structure field to a non-structure node.
    I've checked-out components DC1 and DC2 and when I'm going to edit them (WebDynpro perspective) I can not see the WD component interface, custom controllers and some other component's parts. I guess this is caused by a wrong modification but the fact that the other developer was able to check-in, activate and import the changes makes me doubt about my guess.
    That's why I am asking how to revert the imported activity or meybe how to go back to the code on production system to try to correct the lost of DC parts. But if someone thinks that this problem could be solved by other way please let me know which is it and how to execute it.
    I hope someone could help me with this problem.
    Best regards,
    Gregory Mayorga.

    Hi Gregory,
    there is no way to "revert an import". That is already history. What you can do is to find the problem, fix it, and then move it till the test phase again (check-in, activate, release, import to cons, assemble, import to test).
    What you can try as well is to Sync To Date (i.e. pick a date where you did not have the problem yet) in NWDS, do your changes, and then walk through again the development cycle as I just wrote above.
    Also in NWDS if you cannot see certain elements of your wd java application, then did you try to reload and rebuild the application? you can do these in the context menu of the wd java project.
    Further, if I could see the whole trace as it is without any truncation and/or modification perhaps I could tell more (no guarantee though )
    Cheers,
    Ervin

  • Problem in Transferring activity ID structure to activity codes

    Hi,
    I am working on a power plant schedule. We have two sets of structure for Activities i.e. Activity ID consisting of 10 digits and activity codes. we have setup a database as per our requirement. People who have worked on Power plant projects might be aware that there are two many systems involved the numbers runs into few hundreds.
    For a certain specific client requirement I have to use activity ID structure in place of activity codes. For this i need to transfer all system name and description in Activity ID to Activity Codes....its a tedious process. if anyone had encountered such a problem please revert back
    ACTIVITY ID ACTIVITY CODES
    ENAAAA0100 - Start of project AAAA - Start of Project
    STFFFF0100 - Finish of Project FFFF - Finish of Project
    AAAA - Start of Project
    FFFF - Finish of Project

    This might be an area where the project.xls file would prove useful. It used to be available on the Primavera Knowledgebase, I assume Oracle has it on theirs as well. I assume, because I can't access the KB anymore.
    Anyway, using Project.xls (or projectmod.xls) you can connect to the data dictionaries and create values much more quickly. Activity.xls (or activitymod.xls) allows you to assign values to activities pretty efficiently.
    It has worked for us many times.

  • Check next number (activity code)

    Good day experts.
    This is the issue we are currently importing a SFC into the system or using the supplier barcode for the SFC inside visprise.  We unfortnately use two diferent product types from the same supplier where the two don't really have any differeneces.  The products are hard drives one is 40 gig and the other is a 80 gig, but inside visprise we are having troubles keeping the product seperated.
    We are wanting a way to check the barcode, because the part number is inside this barcode from the supplier to seperate the two inside visprise.
    I thought about using check next number activity code, but unfortnately this isn't getting the job done.  I was wondering if I was doing something wrong.  As of right now I have the acitivity codes create SFC as Pre-start and check next number as a pre-validate start.   I have tried changing the hook point, but nothing seems to work.  I can force it to not work at all or work for everything.
    I have a setup the next number maintenance and I can print out the correct barcode for this material, but I can't prevent us importing a incorrect barcode.

    Basically this is what is happening.  We are 'importing' Barcodes into the data base.  Problem lies we have two materials that are very close to each other (both hard drives) they are getting mixed inside the test equipment causing us to much down time.  I was reading up on the activity codes and was wondering how next number maintenance or mask valiation was working inside SAP ME.  To try and prevent the confusion.
    The biggest differences between the materials, that concerns SAP ME, is the barcode format.  The two different part numbers are inside the the supplier barcode that is given to us, which we are currently using for our SFC in SAP ME.
    It isn't a requirement for me to use SAP ME, but I was exploring every avenue.  If it is true that these only work at the specific points that the help site is suggesting i will try a different avenue, this is looking very possible right now.  I have tried using the activity codes with no luck in succeeding in the goal.

  • Important T-codes in WM

    Hi Guru,
        Can anyone give important T-codes in WM? i am new to WM?
    regards,
    prabakaran

    Hi,
    T codes
    LCO1 Set Up Warehouse Co/Material Docs.
    LCO2 Set Up Warehouse Co/Transport Orders
    LL01 Warehouse Activity Monitor
    LS01 Create Warehouse Master Record
    LS01N Create Warehouse Master Record
    LS02 Change Warehouse Master Record
    LS02N Change Warehouse Master Record
    LS03 Display Warehouse Master Record
    LS03N Display Warehouse Master Record
    LS26 Warehouse stocks per material
    MB52 List of Warehouse Stocks on Hand
    OLML IMG structure Warehouse Management
    OMLN Warehouse Control Link
    OMMF Number Ranges per Warehouse
    OMMP Decentralized Warehouse Management
    OMNG Queues Warehouse Management System
    OMNH APPC Interface per Warehouse Number
    OMNI Print Program per Warehouse Number
    OMNJ Link to Warehouse Control Unit
    OMNL Warehouse Number Maint./Inventory
    EC09 Org.Object Copier: Warehouse Number
    FMFG_WAREHOUSE Warehouse Report Transaction
    J1A5 MM Warehouse stock report (Arg.)
    LI20 Clear Inventory Differences WM
    LLVS WM Menu
    LN07 Number Ranges for WM Communic.Rec.
    LP11 WM staging of crate parts
    LP11W WM Staging for Crate Parts (IAC)
    LP12 Staging release order parts (WM-PP)
    LP21 WM replenishment for fixed bins
    LP24 WM Replenishment for Random Whse
    LPIN Info: Material Stock WM-PP
    LPK1 Create Control Cycle for WM
    LPK2 Change Control Cycle for WM
    LPK3 Display Control Cycle for WM
    LS51 Create Batch Search Strategy - WM
    LS52 Change Batch Search Strategie - WM
    LS53 Display Batch Search Strategy - WM
    LX23 Stock comparison IM - WM
    LX26 Inventory in WM via cycle counting
    LX30 Overview of WM messages ext.system
    LX41 Bin Status Report WM/PP Interface
    LX42 Evaluation PP Order from WM View
    LX46 Transmission WM perform. data to HR
    MCL1 WMS: Stck Placemt.+Remov. Selection
    MCL5 WMS: Flow of Quantities Selection
    MCL9 WM: Material Plcmt/Removal:Selection
    MCLD WM: Material Flow - Selection
    MCLH WM: Movement Types - Selection
    OMCR Inventory Sampling: St.Mgmt Lvl: WM
    OMK3 Conditions: field catalog (WM)
    OMK4 CondTable: Create (Batches, WM)
    OMK5 CondTable: Change (Batches, WM)
    MCL1 WMS: Stck Placemt.+Remov. Selection
    MCL5 WMS: Flow of Quantities Selection
    MCL9 WM: Material Plcmt/Removal:Selection
    MCLD WM: Material Flow - Selection
    MCLH WM: Movement Types - Selection
    OMCR Inventory Sampling: St.Mgmt Lvl: WM
    OMK3 Conditions: field catalog (WM)
    OMK4 CondTable: Create (Batches, WM)
    OMK5 CondTable: Change (Batches, WM)
    OMK6 CondTable: Display (Batches, WM)
    OMK7 Batch WM..... (will be deleted)
    OMKR Search Types: Optimize Access WM
    OMKT Strategy Types: Batch Determin.WM
    OMKU Access: Maintain Batch Determin.WM
    OMKV Batch Determination: Proced.for WM
    OMLL WM Movement Type: Clear Invent.Diff.
    OMLR WM Interface to Inventory Management
    OMMC Printer Assignment per WM Mov.Type
    OMMO Consistency Check for MM-WM Tables
    OMMZ Spool Parameters for WM Print Ctrl
    OMN0 Control of Transaction Codes (MM-WM)
    OMNE Control of Transactions in MM-WM
    OMNZ Parameters for Activity in WM
    Warehouse management   - Configuration Guide:
    http://help.sap.com/bestpractices/BBLibrary/documentation/Q03_BB_ConfigGuide_EN_IN.doc#_Toc77662927

  • Filter using activity codes

    In p6 I assign activity codes using project (not globel).
    I cant find this value of the
    assind code in filter

    Hi Ravi,
      Table TACT contains all possible activity codes including their descriptions.
    Table TACTZ in contrast contains the activity codes that are permitted for
    specific objects.
    Regards,
    Chandru

  • After,using,CS,for,one,year,I,must,have,an,activation,code,,the,trial,version,will,be,end, over,25,days.,How,is,it,possible?,What,can,I,do?

    After,using,CS,for,one,year,I,must,have,an,activation,code,,the,trial,version,will,be,end, over,25,days.,How,is,it,possible?,What,can,I,do?

    Was the iPad originally set up on a different computer, and hasn't been synced to the one that you are now trying to use ? There are some instructions on this page for syncing to a new computer : https://discussions.apple.com/docs/DOC-3141
    (Before trying that you could copy any important files/documents off the iPad so that you have you own backup copy of them e.g. depending upon what the apps support then email them to yourself, use Dropbox, copy them to your computer via your wifi-network.)
    You should be able to copy iTunes purchases off the iPad and over to that computer's iTunes via File > Devices  Transfer Purchases, but if you have music from other sources (e.g. copied from CDs) which aren't in that computer's iTunes (and you haven't got a backup to copy them onto it from) then there are some programs listed half-way down this page which should be able to copy them back : https://discussions.apple.com/docs/DOC-3991
    For recovery mode, that will result in your iPad being put back to factory defaults i.e. all of your content will be removed from it

  • DTW importing activity for contact persons

    Hello All
    SAP B1 V 9.0 and DTW 900.52.1
    I am trying to export data from one software and import into SAP Business one using the DTW.
    I have imported my business partners as well as the contact persons associated with the business partners successfully using DTW OCRD and OCPR.
    My next step is to export from previous software the activity associated with each contact person.  
    For example I have business partner C0001 and many contact persons under C0001. Business partner C0001- contact person Jane Doe, John Doe, John Smith etc.  What I am trying to accomplish is import activity to SAP B1 for each contact person (Jane Doe, John Doe, etc) using the DTW.  I cannot seem to figure out how to import the data so that it is associated with correct contact person for the appropriate business partner?  I can import the activity for the business partner but not for each contact person.
    Any advice greatly appreciated.
    Can I create a query to obtain the CntcCode from OCLG when no activity has been created?

    Problem solved
    I was trying to obtain the internal number associated with all OCLG Contact Person regardless if they had any activities.  I needed the information to migrate activities from and old system into SAP.  Selecting cntctcode from contact person will not generate the internal codes from OCLG and you will receive a data not found error.  Only the contact persons with activity would be produced.  I received some additional assistance and got the following query to work.
    select t1.cntctcode as CntctCodeFromOCPR,t1.name as ContactPersonFromOCPR,t0.cardcode,t0.cardname,t0.CntctPrsn from ocrd t0
    join ocpr t1 on  t0.cardcode=t1.cardcode

  • Moving activity codes from global to project level

    I'm relatively new to using P6 so feel free to tell me if i'm stupid.
    I began adding activity codes in the EPS level and eventually moved them to the Global level. later i was instructed to move them all to the Project Level, and the only way i could find to do it was to CUT and PASTE from Global to Project.
    This have presented several issues with adding codes to new activities as well as modifying the codes.
    1 I cannot add any values to my codes which were in global and moved to project level. actualy i just have to move them back to global, add values, move them back to project
    2. The only way i can add these codes to new activities is to add a column for the code and use Filldown.
    I can manage with adding codes to activities but not being able to create new values is becoming an issue.
    I starting to think that P6 still considers them global codes even though they are represented on a project level.
    Is there a better way to move codes from global to project? any solutions other than just working around the issues? or am I stuck?
    Thanks

    Thank you for your response,
    At the project level the default Security Profile is Project Manager, so i suppose this would be the level i am on. All of the privileges are turned on.
    I am not sure if i was clear enough above, but i am able to add codes at the project level. My issue is that we added hundreds or more codes at the global level and were then instructured to move them to the project level. Rather than rebuilding everything I used Cut and Paste to move them to the project level. Since doing this, adding codes to new activities as well as modifying the codes mentioned above has become problematic.
    At first it seemed to work, but I think that even though they are represented in the project level, they are still considered global codes. When adding columns, the codes are still represented under a heading named Activity Codes - Global, rather than Activity Codes - Project. everywhere else they are shown as global.
    Anymore advice?
    Thank you!

  • Logic Pro suddenly wants my activation code - weird

    Recently when launching Logic Pro, I was surprised to receive the following message: "Welcome to Logic Pro 7. Please enter your activation code. Activation code___. The code can be found on the cover of the "Install Your Software" guide included in your upgrade package...."
    I'm running Logic Pro 7.1.1 on an old Mac G4 Dual 1.25, same Mac I've had for at least three or four years, and I've had Logic Pro 7 running on it since it first came out (along with Logic 6 and earlier versions before that). Never saw this message before. Haven't changed anything other than upgrading Pro 7 via software update as updates came out, and the last update for 7.1 was a while ago. I looked through all my Logic documentation, and I couldn't find an Activation Code anywhere; though of course, my Logic USB XS Key dongle has a serial number. Sometimes I'll forget and start Logic without the dongle connected, and it will alert me with "XSKey not found!" and I'll insert it. But in this case, the dongle was inserted but Logic didn't seem to care -- it still wanted an activation number. I finally just rebooted my G4 and this time Logic did start with no request for an activation code -- and it's worked the last few times I've started it up. But I'm concerned that it might not work, again, when I'm about to begin an important recording session. Does this experience suggest my XSKey might have a problem? Has anybody else experienced this?

    I just had this happen to me too. I searched for an activation code in my papers, couldnt find anything, entered some serial numbers, that didnt help. I then pressed the Quit button, unplugged the XSKey, plugged it back in, launched Logic and it worked just fine.
    No idea, just weirdness.

Maybe you are looking for

  • Using Maverick, how is it possible to open more than one calendar window?

    Hi, I'm using Maverick 10.9.1 My question is: how is it possible to open more than one calendar window? i would like to have on the right my personnal calendar dates and on the left, my company calendar. Many thanks in advance for your help! ph

  • Why can I receive but not send in mail?

    why can I receive and not send in MAIL. It is configured the same as my desktop?

  • Has Safari 2.0.3 problems with animated Gifs?

    http://www.webgraphics.at/macnews/photo.gif This animation runs under Firefox liquid and under Safari badly. Newton 120, iMac Blueberry, MDD, 12 PB G4, 15 PB G4, iMac G5, iPod 15, iPod Shuffle, iPod Nano   Mac OS X (10.4)  

  • Sort by "total" in Answers

    Based on a star schema model in OBIEE, i create the following report in Answers: Year > Customer Sector > Customer Ranking > Number of Customers > Profitability I want to display the report so that, for a given year, sectors are displayed in order of

  • Error 1322 uninstalling NiDaq 6.8

    I am trying to install LabVIEW 7 Express on a PC that already has versions 5.1.1 & 6i installed.  The installation program for 7 Express fails and instructs me to remove NiDaq version 6.8 before trying to install 7 Express again.  The problem is that