CProjects Accounting / CATS integration

Hi
I am working on cProjects Accounting Integration and CATS integration.
During same I am getting following messages:
  1. Acct Int.: Single-Obj. Contr. in SAP R/3  DCE458547A88A6F1B3640002A5CD3FB0 does not exist
2.  Inconsistency between currency type 30 and currency EUR  
Also, Internal Order is not getting generated.
It is on ECC6 and cProjects 4.0
Can anyone help me on the same?????
If someone has any document to share please send it on [email protected]
Niraj Sikliogar

Hi Niraj
To create the internal order , check the following things
     do the following things,
.1)     Define company Name
2)     Define company code, Credit control area, business area, Functional area, FM area.
)3)     Maintain Controlling area.
Prerequisite:  Need to define to Company following four things
a)     Currency type: Defined in Company code
b)     Currency: Defined in Company code
c)     charts of account:
d) Maintain Fiscal variant and assign it to company code.
4)     Create Cost center
Prerequisite for cost center:  Need to define 1) Standard Hierarchy 
5)     Create cost element
6)     Do the following assignment
a)     Company code to company
b)     Company code to credit control area
c)     Company code to FM area
d)     Profit center to Company code
7)     Assignment company code to controlling area
8)     Create model order: put $$  sign as order type.
9)     Create the order type
do the following things ,it will help you.
any problem put the query
Reward point if useful
Regards,.
nitin

Similar Messages

  • CProjects PS/CATS integration with Rel 4.7

    Hi,
    we will install cprojects 4.5. on a stand alone system. The ERP-system is still on Rel 4.7. in the next few months. Is it possible to use the accounting integration (creating automatically WBS-elements out of cprojects) and to use the CATS-integration? I have read the installation master guide for cproject, on one page it says Rel >4.6 is required and on another if you want to use CATS integration you need ECC 6.0.
    Can anyone help me? What release do we need for PS and CATs integration?
    Thank's for your help!
    bestr egards
    Christine

    Hi Christine,
    Use this note 1088160  and 1088467 for support package .
    you can find all document for plm by using following link
    https://websmp108.sap-ag.de/plm-inst
    thanks
    sunil
    Edited by: sunil jawalkar on Apr 25, 2008 11:13 AM

  • CProject-CATS integration

    Hello,
    I want to run cProjects CATS integration scenario. Can somebody share relevent documentation? I am using cProjects 4.5.
    Regards,
    Milind Dumbre

    Hi Milind,
    For Integrating CATS need to make relevant settings in Project type.
    Make settings in Data entry profile.
    If cProjects & CATS (ECC) are on seperate servers ref Note 954860 - Setting up ALE to integrate cProjects with CATS.
    You also need to have account integration & HR integration to use CATS with cProjects.
    Ref the link for furthur details.
    [http://help.sap.com/saphelp_ppm450sp04/helpdata/en/43/054880bbe822f5e10000000a1553f7/frameset.htm]
    Regards
    Sejo

  • Accounting without integration

    Hello,
    Does someone already manage accounting in the system without integration ?
    I would like to know if we can use the accounting integration functions of customization (activate integration, define object links for accounting integration, make general seeting, define cost/revenue rates ....) avoiding replication of cost/revenue rates using the ERP system.
    (you will find screenshots attached)
    Our goal is to manage average daily rates directly in the system ...
    Many thanks in advance for your help.
    BR,
    Cassoké

    Hi Swayam,
    Yes, the time capture can be done without the CO-Integration. If there is no co-integraion, the travel expense to cProjects is not possible, or make no sense.
    If you are interested, there are two ways by CATS Integration, with and without co-integration.
    Case A: without co integration.
    1.  Worklist (or timesheet?) in ERP will be generated according the cProject structure and custmoizing settings, which control, at which object can the confirmation done.  Such worklist does not have a co object.
    2. The user capture the time\efforts using CATS in ERP system.
    3. the confirmed time\efforts are transfered back to the cProject system, and write in the involved cProject element.
    Case B: with co-integration.
    1.  Worklist (or timesheet?) in ERP will be generated according
         - the cProject structure and
         - customizing settings, which control, at which object can the confirmation done
         - the assigned co-object of cProject elements.
        The worklist has a co object.
    2. The user capture the time\efforts using CATS in ERP system.
    3. the confirmed time\efforts are transfered back to the cProject system, and write in the involved cProject element.
    4. The (actual) costs are booked at ERP system due to the co-object in worklist.
    5. Additionally, the cProject evaluation can read the actual costs from ERP system and display it.
    Kind regards,
    Zhenbo

  • RPM-cProjects-PS Complete Integration...

    We are on cProjects-RPM 4.5. We have the accounting system/PS along with CPR-RPM in the same system.
    This is how we have set the integration:
    - create RPM item. This creates the cProjects Project automatically
    - setting the cProjects Project to "Flag for transfer" creates the PS Project
    From here on, we need to carry fruther with the following:
    - We intend to post costs and revenues (both planned and actual to the WBS elements in PS)
    - We intend to bring these costs (and revenues) under appropriate financial views in RPM, under Financial Planning
    Please advise.

    Hi,
    is there any link for  RPM-cProjects-PS Complete Integration?
    Thanks & regards
    Ravindra

  • How to use BAPI_REQUISTION_CREATE to create pr account cat is space

    Hi expert !
      I try to use BAPI_REQUISTION_CREATE to create PR which account cat is space (Inventory PR) but I found error commitment check that it seem I don't pass FUNDS and FUND_CENTER data but I pass it to table PRACCOUNTASSIGNMENT. IF I use BAPI_PR_CREATE, I can pass FUNDS and FUND_CENTER in Table PR_ITEMS and it can create PR but not commitment documents in FM Module. So I try to use BAPI_REQUISTION_CREATE instad because this BAPI can create PR and create commintment documents in FM Module.
    Thanks ...

    Hi... Here is sample code that I found error commitment check...
    report z_req_create.
    DATA : T_REQUISITION_ITEMS LIKE BAPIEBANC OCCURS 0 WITH HEADER LINE,
    T_RETURN LIKE BAPIRETURN OCCURS 0 WITH HEADER LINE .
    DATA : E_NUMBER LIKE BAPIEBANC-PREQ_NO.
    T_REQUISITION_ITEMS-DOC_TYPE = 'NB'.
    T_REQUISITION_ITEMS-DEL_DATCAT = '1'.
    T_REQUISITION_ITEMS-DELIV_DATE = '20020626'.
    T_REQUISITION_ITEMS-PLANT = 'P1'.
    T_REQUISITION_ITEMS-STORE_LOC = '01'.
    T_REQUISITION_ITEMS-PUR_GROUP = 'P01'.
    T_REQUISITION_ITEMS-MAT_GRP = '01'.
    T_REQUISITION_ITEMS-PREQ_ITEM = 1.
    T_REQUISITION_ITEMS-MATERIAL = '1MAT1'.
    T_REQUISITION_ITEMS-QUANTITY = 10.
    T_REQUISITION_ITEMS-PREQ_NAME = '123456'.
    T_REQUISITION_ITEMS-PURCH_ORG = '1000'.
    T_REQUISITION_ITEMS-ACCTASSCAT = ' ' .   =====> Account Cat is space
    T_REQUISITION_ITEMS-VEND_MAT = 'G'.
    APPEND T_REQUISITION_ITEMS.
    T_REQ_ACCOUNT_ASSIGNMENT-PREQ_ITEM = 1.
    T_REQ_ACCOUNT_ASSIGNMENT-SERIAL_NO = 1
    T_REQ_ACCOUNT_ASSIGNMENT-FUNDS_CTR = 'FUNDCENTER001'.
    T_REQ_ACCOUNT_ASSIGNMENT-FUND = 'FUND001'.
    APPEND T_REQ_ACCOUNT_ASSIGNMENT.
    CALL FUNCTION 'BAPI_REQUISITION_CREATE'
    EXPORTING
    SKIP_ITEMS_WITH_ERROR =
    IMPORTING
    NUMBER = E_NUMBER
    TABLES
    REQUISITION_ITEMS = T_REQUISITION_ITEMS
    REQUISITION_ACCOUNT_ASSIGNMENT = T_REQ_ACCOUNT_ASSIGNMENT
    REQUISITION_ITEM_TEXT =
    REQUISITION_LIMITS =
    REQUISITION_CONTRACT_LIMITS =
    REQUISITION_SERVICES =
    REQUISITION_SRV_ACCASS_VALUES =
    RETURN = T_RETURN
    REQUISITION_SERVICES_TEXT =
    EXTENSIONIN =
    REQUISITION_ADDRDELIVERY =
    IF NOT E_NUMBER IS INITIAL .
    WRITE:/ 'REQ NO:' , E_NUMBER , 'CREATED'.
    ELSE.
    LOOP AT T_RETURN.
    WRITE T_RETURN-MESSAGE.
    ENDLOOP.
    ENDIF.

  • Project builder link is not working in cProjects accounting tab.

    Hello All,
    I have a problem in the cProjects accounting tab where when I select the WBS element in the PS project the page opens where the links to the different systems are seen and when i select to the Project Builder:Display WBS element link it takes me to the initial Screen of the ERP systems instead of taking me to the Project Builder transaction code.
    Thanks and regards,
    Lohith

    Make sure the article that you want to share is un-protected from folio Producer dashboard because all articles are protected by default. And other coupkle of settings to enable social sharing.
    I would suggest you go through this documetation here that explains detailed social Sharing instructions http://help.adobe.com/en_US/digitalpubsuite/using/WSf6ef983f54a76485-3d39e50113568f15d7f-8 000.html

  • Account Hierarchy Integration ECC C4C

    We have been testing the new C4C account hierarchy integration with ECC that was delivered in 1405 with the COD_CUSTHIERMAS Idoc.  We have the basic integration working, but find we have many conflicts when running the ECC program RCOD_CUSTHIER_CHECK because our hierarchies are maintained across multiple sales areas.  Are there plans to make the C4C account hierarchy sales area specific like it is in ECC in a future release?  Do you have any recommendations if not?
    Any help appreciated! 

    Hello LeaAnn,
    My understanding is we support one sales area.   The recommendation is to filter out on the integration from ERP the sales areas not used in C4C.   I don't know of a plan to add multiple sales area.
    I've forwarded to our product owner to verify.
    -ginger

  • CProjects to PS integration

    Hi
    I have been working on cProjects to PS integration for client server which runs on ECC6. Both cProjects and SAP objects are on the same server.
    I have done required configuration settings for the scenario, also for CO scenario maintenance view determination for my project type I have selected Multilevel controlling (Structure Element, Automatic), but still PS project from cProjects is not getting created.
    Is there anything am I missing ????
    Regards,
    Niraj Sikligar

    Hi Niraj,
    I checked your documet all config will correct just use following path
    It important to define a project number which fits the customizing seetings of project edition mask in project
    Step : Spro --> project system -->Structure -->oprative structures --> work break down structure --> @ Define project coding mask
    In that check the aviaable project Number
    The following characters are available for editing:
    X for alphanumeric characters
    0 for numeric characters
    special characters to organize the project numbers
    e.g Project coding key : SUN
           Coding Mask :-000-00-00
    Then you define the project defination as : SUN-100-01-00
    When you define project number in c project use this mask code ( check which mask code are define in your system and use that)
    and same will be created in your PS with same as project defination
    Thanks
    sunil

  • Internal Order not being created in cProjects-Accounting Integration

    Dear All,
    We are working on cProjects 4.0 with ECC 6.0,
    Trying to do Accounting Integration.
    For only one Project I am able to create Internal Order,
    But I am getting following error.
    “Cost/revenue rate YP002 is not valid in organization 00000000   “
    Inspite of assigning these rates to the organization 00000000
    For other projects, when I click on accounting:
    I get following error
    "Single-Obj.Controlling on InternalOrders 0188993B3E343947A046B554FD886E03 000006000032 does not exist"          
    When I go to Controlling Cockpit, I see this Internal Order not being created.
    Have revisited all settings, project type, etc.
    How do I go about this.
    Kindly help,
    Navendu

    Dear All,
    I was able to solve the one of the problem, with the following settings,
    Assign Cost Elements & Activity Types:
    Choose Organization, Start & End Dates, Cost and Revenue Elements, Currency.
    The start and end date of the cost/ revenue did not fall within the start and end date of the Organization.
    Regards,
    Navendu Shirali

  • CProject - Accounting Integration

    Hi,
        Pls brief me the accounting integration and configuration of cProjects. send me the docs for my id muthurameshsap ingmail
    Thanks
    regards,
    Ramesh

    Hi,
    You can do account integration in cprojects by two way. one by collecting cost to internal order and then settling it to Asset. Another is collecting cost to WBS element and the doing settlement run and creating AUC. Once project Phase (WBS) is technically completed settle this AUC to Fix asset.
    Creation of fix asset depend upon asset class. While creation of AUC in WBS element depend upon investment profile attached WBS element.
    Document sent with internal order scenario
    Regards,
    Hemant
    Edited by: Hemant Patil on Apr 16, 2009 1:19 PM

  • Services in cProjects accounting

    Hi,
    Whenever I am trying to call different services from accounting tab of project, its getting failed as the requested ULR could not be retrieved. By observation i realised that the different host name and port URL is getting called. Please let me know how I can correct this error or how I can correct the URL being called.
    Pramod

    Hello Pramod,
    Please check the Service SAP GUI for HTML is active for the environment. Tcode to access the service is : SICF
    Please take help of your basis person for the same.
    Secondly,
    There are certain customizing settings also to be done.
    1) In IMG activity : Make settings for calling an SAP transaction under Object link in SAP system, for activity :Alias for the Web Server of an SAP Transaction, enter the Web server Alias and assign Web server address (Same URL used to access cProjects) to your Alias.
    2) In IMG activity, Make settings for the linked SAP Objects under Object link in SAP system, select object and in its details view check in Destination field the RFC is defined or not (If your cProjects and R/3 are on same system then your RFC will be NONE), and for the field Web server defiine Alias for your web server which you created in previous step.
    3) For IMG activity Define Object Links for Accounting Integration under Accounting Integration, for object type, define destination and Web server as mentioend in point 2.
    Hope this will resolve your issue.
    Regards,
    Niraj

  • CProjects -  SAP PS integration

    HI,
    I am facing a problem trying to link both systems (cProjects and SAP PS) when creating an Object link (PSP element) inked to a WBS element in SAP PS. Could someone tell me the steps to be followed in order to link a WBS element in PS with a WBS element in cProjects?
    Thank you in advance
    Héctor

    Hector;
    You need to configure the follow step's (I'm using SAP PPM 5.0):
    1) SPRO -> SAP Portfolio and Project Management -> Project Management -> Structure -> "Define Project Types"
    Here you have to make the integration of Project Type to the Financial integration mySAP ERP.
    2) SPRO -> SAP Portfolio and Project Management -> Project Management -> Connection to External Systems ->
    Integration with Other Project Management Systems
    Accounting Integration
       - Activate Integration
       - Define Object Links for Accounting Integration
       - Make General Settings
       - Define Cost/Revenue Rates
       - Replicate Cost/Revenue Rates
       - Replicate Accounting-Relevant Characteristics
       - Make Settings in ERP System
       - Make Project-Type-Specific Settings for Accounting Integration
          -> Make Project-Type-Specific Settings for Accounting Integration
    It's very important that you had configured cProject in SAP ERP system.
    You can download the Configuration Content of cProject.
    http://www.sapprojectsystem.com/2007/08/09/cprojects-overview/
    Also you need to configured the RFC conection (trx. SM59) with Basis.
    Hope this help you.
    Best regards,
    Mariano

  • How system debit and credit gl accounts in integration entries

    Hi Friends,
    I hav little bit confusion in integration for ex; take while goods receipt
    here the entry will be
    inv. rawmaterial a/c --dr
       to gr/ir clearing a/c
    as per my knowledge with the help of movement type system wll debit n credit the accounts
    here i have just conceptual knowledge.. any expert can explain how it wll debit n credit a gl account .. on what parameters it wll decide..
    pls explain me in details
    send me to my mail i e. [email protected]
    points assured
    thanks in advance
    siva s

    Hi Agarwal,
    Thank u for u r quick response.
    But my doubt is here the postings are made by system automatically we are not giving either 40 or 50 right.
    What is the technique or mechanism the system follows to debit and credit gl accounts .. if soo.. where can we see that mechanism.
    pls clarify me experts.
    mail id [email protected]
    thnk u
    siva s

  • Help On PS-CATS Integration

    I have a client requirement on CATS - PS integration as below -
    1. I am using work center in project activities and i have employees assigned to work center through HR.
    I have assigned the concerned employees to the activities in PS. Now once the employee, who is assigned to the activity perform the work and go in time entry sheet in CATS in CAT2 T code -
    A. Then in standard SAP, this person can see all the activities to which his work center is assigned But
    I want the person/employee so see only activities to which he is assigned so that he can not book time
    agaist the other activities or work performed.
    I see that this is not the standard functinality and i have also gone through some of the threads in SDN, which says that we can use the user exit in CAT2 T code which will check for this validation during save of CAT2 T code,once emplyee enter the time.
    But i want the employee to see his activity when he is entering into the CAT2 T code so that the additional efforts of entering the time can be saved.
    Has anybody worked on this. request to share your experiance.
    Thanks

    Normally it is based on requirement. There are  resouce optimum utilization / over load/ underload  realted report  you can use very well, if you assign the person at workcenter level & control the same via workcneter capacity utilizations. What I  have observed that when you are alwalys running short of resouce at that time it better to assign person at workcenter level for it's optimum utilization. If you your resouce requirement  is mostly not going to be overloaded in that case you go for the person assignmnet at activity level.
    Regards
    Nitin P.

Maybe you are looking for

  • Can not find Function module in Crystal Report Database Connections FN

    Hi, we designed a Function Module XX in SE80. We set up BO Interagtion for SAP We can connect to the R3( CRM) System. We can See FN's. We can not see our Function Module XX we designed in SE80 in the Database Connection What is missing ? Any Authoriz

  • Can i download Mavericks on more than one computer?

    I have two MacBook Pro's and would like to upgrade both to Mavericks with the same Apple ID. Can I? Can I? Can I? TNX!

  • Crashes and disappears!

    Hello Im new to this...put my sony cam corder using firewire, to transfer mini DV tapes image/sound comes through and saved into clips. When I click on clip to move it the program crashes and dissapears! tried re-instaling same error. Tried for hours

  • Use of pseudocolumn 'LEVEL' in Forms cursors

    I am finding that if I use a record group query in a select 1,..... start with , connect by query for a hierarchial tree what if in my where clause I use 'and where level <= 1' the entire tree comes back but all designated as level 1. If I do the sam

  • Question for NABers or AE folks re: Motion 3's 3D

    Hi all, This question can probably be answered by those who saw Motion 3 at NAB or people who are familiar with other apps with 3D capability, but since I'm not one of them... Most of the examples in Apple's web videos (other than possibly particle e