Projects objet in SAP 2007A SDK ?

Hi,
  I'm trying to manage projects (OPRJ table) with the SAP 2007A SDK.  My server is running on PL38 and I can't find an object which will allow me to add, modify or delete a project.
  I know that the SAP 2005A SDK doesn't have a project object.  Is this also the case in 2007A ?
  Thanks !

Hi,
there's a service object available.
[this link should help you|How to create a Project with DI API in C# ?;
lg David

Similar Messages

  • About SAP ME SDK Deploy ME

    Hi :
        I copy "MEClient_Base_5.2.5.19.13_netweaver-71_Update.zip" and "ME_Base_5.2.5.19.13_netweaver-71_Update.zip"  to
         "C:\SAP\SAPME\SDK\IDE\import" folder.
       I run the following step in Ant
        1. import
        2.run.production.build
        3.package.sca
       But I don't find the SAPME.sca in Project.
    help me ....please.
    thx.....

    I know the cause.
    thx....

  • Project Structure in SAP R/3 Replication Issues

    Hi All,
    I have some of the Issues while creating the Project Structure in cProjects.
    1) The Project Structure getting generated in SAP R/3 is only mappped with WBS elements, why not Networks and Network Activies.
    e.g
    *cProjects                     SAP Project Systems*
    Project Definition -
    > Project definition
    Phase----
    > WBS Element
    Task----
    >WBS Element
    Mirrored Task----
    >WBS Element
    Sub Task----
    >WBS Element
    Checklist----
    >WBS Element
    Checklist item----
    >WBS Element
    Is this the standard feature or whether we can create the Network and Network Activites for Tasks and Checklist??
    2) The Numbering of the Phase, Tasks, Sub tasks, hecklist etc... all are of some 24 digit numerals, Can we automate the numbering like, the WBS element at level 1 should copy the project definition number and some extension...
    3) the Project generated in SAP Project Systems i.e the WBS Elements has status "MDLK" Master data locked.... Why is this set. Is it standard? Can we eliminate this?
    Hoping for answers from you all.
    Thanks & Regards,
    Stephen

    Hi Stephen,
    1) The Project Structure getting generated in SAP R/3 is only mappped with WBS elements, why not Networks and Network Activies.
    e.g
    *cProjects SAP Project Systems*
    Project Definition -
    > Project definition
    Phase----
    > WBS Element
    Task----
    >WBS Element
    Mirrored Task----
    >WBS Element
    Sub Task----
    >WBS Element
    Checklist----
    >WBS Element
    Checklist item----
    >WBS Element
    Is this the standard feature or whether we can create the Network and Network Activites for Tasks and Checklist??
    >>>> I think, you use cProject 4.0, as in cProject 3.1 it is possible to get object be replicated as PS activity. 
    Reason: The prupose of the replication is the costs-integration.
    2) The Numbering of the Phase, Tasks, Sub tasks, hecklist etc... all are of some 24 digit numerals, Can we automate the numbering like, the WBS element at level 1 should copy the project definition number and some extension...
    >>> You can implement a Badi to apply your own logic. There is a Note to give you instruction how to do it. If you fails to find it, please let me know. I will search it.
    3) the Project generated in SAP Project Systems i.e the WBS Elements has status "MDLK" Master data locked.... Why is this set. Is it standard? Can we eliminate this?
    >>> As the WBS is automatically created via integration. Use this status to prevent the user change it by mistaken. To behonest, I do not this logic, but it is standard behaviour.
    Kind regards,
    Zhenbo

  • Creating Project Profile in SAP R/3 Project System

    Hi All
    While creating a project definition in Project System in SAP R/3, it is the mandatory to select a Project Profile from a pick list. How can I create a new project profile for myself?
    Thanks
    Sheenam

    It is mandatory to select a Project Profile while creating a Project Definition. Project Profile can be created using OPSA transaction.
    regards
    Shravan

  • How to create interactive map in SAP Visual Business using SAP UI5 SDK

    Hi,
    Please tell me,
    How to create interactive map in SAP Visual Business using SAP UI5 SDK.
    Is it possible to create interactive map using VB Control in SAP UI5 SDK..?
    if possible please any one let me know.

    Hi folks, one question:
    We have our development close moved and now it is earlier than originally planned. 
    That means that we maybe can't finish our convenient API and you have to wait till we will release it - early 2015 is planned.
    But there is another option:
    Currently we have a API based on json. The developer has to create json and  to transfer it to the Visual Business control.
    This interface is more used as a low level API and we are developing on top the more convenient one. So all the features are the same.
    It will stay stable & compatible in the future and you can build on it.
    Do you want to use this interface?  
    Then I will publish the documentation.
    Let me know.
    Thanks

  • SAP RFC SDK 7.10 Compilation Issues

    Hello ,
    We have a Pro*C program that is using the RFC SDK 7.10
    When we are compiling our program with Pro*C Compiler in HP UX 11iv2 os we are getting the following errors:
    SAP_U16_PROTOTYPE_STDC(mkstemp)..1 PCC-S-02201, Encountered the symbol "mkstemp" when expecting one of the following: Error at line 1895, column 1 in file /home/psoni/rfcsdk-710/orgseclib/sapuc.h  SAP_U16_PROTOTYPE_UO(dirname) 1 
    PCC-S-02201, Encountered the symbol "SAP_U16_PROTOTYPE_UO_HLP" when expecting on
    e of the following: ; , = ( [ * ? | & < > + - / % . ^ *= /= %= += -= <<= >>= &&=
       ||= ^= | & == != <= >= << >> ++ -- ->
    The symbol ";" was substituted for "SAP_U16_PROTOTYPE_UO_HLP" to continue.
    Syntax error at line 1901, column 1, file /home/psoni/rfcsdk-710/orgseclib/sapuc.h:
    Error at line 1901, column 1 in file /home/psoni/rfcsdk-710/orgseclib/sapuc.h
    SAP_U16_PROTOTYPE(ecvt) 1
    PCC-S-02201, Encountered the symbol "extern" when expecting one of the following
    :   ; , = ( [ * ? | & < > + - / % . ^ *= /= %= += -= <<= >>= &&=
       ||= ^= | & == != <= >= << >> ++ -- ->
    I had checked the files sapuc.h and sapucx.h are correctly included in my program.
    Also I checked for the errors : that the reference of some constants like 
    SAP_U16_PROTOTYPE is present is sapuc.h - However I am not able to
    identify the cause of compilation issues.
    Please can anyone guide me - or give any hints as to how this compilation issues can be resolved.
    On sap rfc sdk version 6.20 with HPUnix 11iV1  we did not face such problems. Post that release  we have tried all libraries including 6.40  and all of them are giving the above errors.
    Thanks for the help.
    Regards,
    Shivani

    This compiler error looks really strange.
    Without your sources (of the affected file) and the full command line it's impossible to suggest something.
    Markus

  • Bank File Generation Error - Payment Engine - SAP 2007A PL 45

    Hi All,
    I face below error while generatinga bank file. I have no idea why it would happen.
    I am using SAP 2007A PL45 and Payments engine add-on v 8.00.00.45
    Any idea / help would be much appreciated.
    Regards
    Devinder
    Test Run
    Start Payment Engine
    Handling outgoing payment...
    Check payment for bank ANZ
    2 Records were found in payment results table (OPEX)
    Calling country-specific plug-in... (SAPBPAUOPBT_BECS)
    SAPBPAUOPBT_BECS.BP_Plugin.1
    No value in a mandatory field
    Error in Recordtype: BECS-Header-Record.
    Payment Number: 0.
    Error Description: Payment reference number should not be empty for AP invoice 1.
    Internal plug-in error
    Error while calling plug-in...

    Hi,
    A possible reason of the error : Payment reference number should not be empty for AP invoice 1
    may be that you have not input Supplier Ref. No for some documents(such as AP invoices)
    Supplier Ref. No is not a mandatory field for AP invoice,but it is a mandatory filed when you run the payment engine for those AP invoices.
    Please check all the AP invoices used in this payment one by one and make sure to input the Supplier Ref. No for every AP invoice.
    Check in the TEST enviorment and see if it helps.
    Regards,
    Jitin
    SAP Business One Forum Team

  • Project Profile from SAP-PS in cProjects

    Hi,
    Need your suggesttion on the below issue. We have cProject & R/3 integration. Project structure will be created in cProjects which will also create a project in SAP-PS. As per standard SAP-PS, CPR0001 is project profile to be used for cProjects & PS interface. Project profile (CPR0001) contains standard settings of SAP such as controllig area / company code / plant etc. I had copied CPR0001 project profile & created new profile to be used for creating project as per our organsaition structure. I observed while creating project from cProjects, it is considering CPR0001 project profile & accordingly the organisation structure is copying where as our required project profile is different.
    I would like to request in cProjects, where it is calling project profile & to make the project profile as per our requirments.
    Thank you for your cooeparation.
    Regards,
    Ranjan

    Hi Ranjan,
    1. Project element is creating as WBSE & project definition in PS. But there is no one -to-one mapping. I would like to transfer various phases as WBSE in R/3 but it is n't happening
    >> There tow scenario of the replication, one is role-based, other is task-based. In case of role-based, the phases are not used, as role is not under the phase. In case of task-based, the phase should be used, as it is in most cases the parent of the task. I am not 100 percent sure at this point.
    2. Dates are n't getting transferred to project in project structure of SAP-PS.
    >> At the replication, only some data are mapped to the WBS, mostly the costs relevant information, as the purpose of this functionality is costs. Even the left-right relationships can not guaranteed in some cases.  
    3. The WBSE which created in PS from cProjects, master data are locked
    >> Worked as designed.  The idea is to forbid the use change the master data of the replicated WBS. It is somehow inflexible, but it is customer requirement, which trigger this feature. You can unlock it manually in the ERP system.
    4. Tasks are n't getting transferred as network activity into PS
    >> Not possible in cPro. 4.0, in release 4.0 the project system integration (other name multiple level controlling)  will be mapped to WBS. In Release 3.1, it is possible to get. But from my point of view, map to WBS is the better way.

  • Project Plan for "SAP BW Implimentation" project.

    Hi All,
    My name is Rajasekhar. I am a BW consultant. I would like to know the standard template for PP ( Project Plan ) for SAP BW Implimentation Project.
    1) Could you please suggest me any link available in SAP to get the Project Plan and related documents.
    2) In some of the BW books, it is mentioned that the standared project plan recommended by SAP is "ETBWPP03.doc". I couldn't find this document also. If you know the link, request you provide the info.
    Full points willl be awarded for the best reply.
    Thanks & Regards,
    Raj.

    Hello Rajasekhar,
    Please see the links
    http://help.sap.com/bp_biv270/documentation/BWProjectPlan_EN.mpp
    http://help.sap.com/bp_biv270/index.htm
    Thanks
    Chandran

  • Clear Date (JDT1.MthDate) Change in SAP 2007A?

    Hi,
    We recently upgraded to SAP 2007A and have some custom queries to view outstanding accounts receivable/payable.  Prior to the upgrade, if we had an A/R Invoice that had several payments applied to it, the JDT1.MthDate would not get updated until the entire A/R Invoice was paid.  Same was true for payables.  This doesn't seem to be the case anymore.  Is there anyway to confirm that this has changed?  Anywhere that it might be documented to outline the change?  If it has in fact changed, is there some other way to query whether an entire payable or receivable has been paid or if it's been paid only in part?
    Thanks,
    David

    Hi David,
    Have you checked SAP Note# 1051038?  It is regarding documentation for 2007 new reconciliation engine.
    Thanks,
    Gordon

  • Viewing standard projects created by SAP on IDES server

    Hello,
    I am working on IDES server ECC 6.0. cProject suite 4.5. I am not able to see the sample projects created by SAP because of Authorization problem. Is there any way(Admin Role etc..) by which I will be able to see projects created by SAP?
    Regards,
    Milind Dumbre

    Hi Milind,
               Are you taking about R/3 or cProject projects?
    If it is cProject, if projects are already created and not shown, the mentioned below are few solutions:
    1) You nees have this role in portal-SAP_CPR_PROJECT_ADMINISTRATOR along with SAP_CPR_TEMPLATE_ADMINISTRATOR for template projects and also SAP_CPR_USER.
    2) Incase the roles mentioned above are already maintained for the user, check the browser you are using, it it is firefox-it is not compatible, if you are using Windows Internet Explorer- may be a cache problem.
    3) To resolve the cache problem, go to - SICF t-code--> execute the transaction, in the services field type cprojects and click on filter, system will show you the service, Right click on the service anc click on Test service, enter the login id and password and login to your system.
    4) Next by maintaining that, open one more tab in the explorer and mention the URL and login to the portal.
    5) Now you can see the projects already created in the dropdown.
    Note: Make sure you are noting using the Firefox.
    If you need futher clarification revert back.
    rgds
    Sudhir Reddy.

  • SAP LUMIRA SDK

    Can someone help me to download the SAP LUMIRA SDK and some examples to learn and work with the SDK?

    Hi,
    Please follow the steps outlined in the Help SAP Lumira – SAP Help Portal Page - there is an SDK section that has these steps.
    Then please come back with more specific questions.  Also please follow SCN rules of engagement and search for your question prior to posting.

  • SAP RFC SDK 7.1 Unicode - Supported OS

    Hi,
    Where can I find info about the list of Supported OS for sap rfc sdk.
    Specifically, I am looking for info about RfcSdk support for Windows 7 and WIndows 2008 R2.
    Any help would be highly appreciated.
    Thanks,
    Jeevitha

    Hi Jeevitha,
    please have a look at the rfc library guide:
    http://service.sap.com/~form/sapnet?_SHORTKEY=01200252310000047816&_OBJECT=011000358700001892452002E
    There you can find on page 2:
    RFCSDK is available on all SAP supported platforms.
    I am not sure if the mentioned OS are already supported - in order to get that info please have a look at
    http://service.sap.com/pam
    Best regards,
    Nils Buerckel
    SAP AG

  • Project Excellence with SAP Learning Hub

    Never has securing SAP Project Excellence been easier than with the SAP Learning Hub.  Take a look at how two of our valued partners, Steria Mummert Consulting and Nomura Research Institute, are winning with this amazing complete cloud based learning offering:
    http://www.sap.com/bin/sapcom/en_us/downloadasset.2014-03-mar-03-22.steria-achieving-sap-software-project-excellence-with-sap-learning-hub-pdf.bypassReg.html
    http://www.sap.com/bin/sapcom/en_us/downloadasset.2014-02-feb-28-22.nomura-research-institute--training-expert-consultants-with-sap-learning-hub-pdf.html
    And dont forget to attend the upcoming webinar on SAP Learning Hub March 19 http://scn.sap.com/community/training-and-education/blog/2014/03/07/webinar-join-the-experts-learn-better-with-your-head-in-the-cloud
    Please reach out to me personally or [email protected] with any questions!
    Thank you,
    Mycaah Rodriquez-Global E&C Enablement
    [email protected]

    Hi Jeffrey,
    Thank you for your interest in the SAP Learning Hub!
    Although regional pricing varies generally a single license is 2500 Euro.  You can easily purchase a partner edition license via the training and certification shop at https://training.sap.com/us/en/search?query=SAP+Learning+Hub or register to the Discovery Edition where you can explore over 150 titles for Free.
    I hope this answers your question; let me know if you have any questions.
    Thank you,
    Mycaah
    [email protected]

  • How to migrate PS Project Simulation into SAP PS Project

    Do you know a way to transfer PS Project Simulation into SAP (Transaction CJV1). You can't use BAPI BAPI_BUS2001_SAVE and BAPI_BUS_2054_MULTI as for ordinary PS-project and WBS..
    Regards
    Bertil

    Yes, I have been looking at that function, but you can't create project simulation with that function
    Regards

Maybe you are looking for

  • Is there a way to Bulk Organize Imports?

    I love the "Organize Imports" feature in 4.7. I find myself using it quite a bit after merging branches because it's a very quick way to fix up long imports lists that got messed up as a result of refactoring in different branches. However, it is ted

  • BAPI_SALESORDER_SIMULATE vs GN_INVOICE_CREATE

    Hi there is a SAP standard program SDNETPR0 that can be used to list Prices for Customer and range of Materials. This uses function module GN_INVOICE_CREATE to bring back the Prices. I was going to use that program as a base of a new Z program to ext

  • Star Wars scrolling effect

    Does anybody know how to create the Star Wars scrolling into the distance titling effect? I assumed it was just a matter of manipulating the aspect ratio of the frame inside Livetype, but I couldn't find the controls to do this! How do I create this

  • What is the Optional Installs package on the install DVD?

    Can anyone shed some light on the Optional Installs package on the install disc. For example, what does it upgrade in Address Book or what is the optional iPod support? Thanks.

  • Saving XML from Flash XML.sendAndLoad

    I'm new to XML and haven't a clue how to integrate Flash xml and Coldfusion 7. There is a Flash app ( I didn't develop it) that is sending xml.sendAndLoad formatted data like this to a cf page setSummaryQuiz.cfm <?xml version="1.0" encoding="UTF-8"?>