CALL_FUNCTION_NOT_FOUND cProject Checklist Template creation

Hi All,
       Am trying a create a checklist using the checklist template.
During that process, if i don't save the transaction of checklist creation, system is giving a Run-time error in the background, which will be seen only in st22.
Stating "CALL FUNCTION NOT FOUND".
*_Dump briefed:*_
Short text
    Function module "CRM_MKTPL_OL_LOAD_OBJECTS" not found.
What happened?
    The function module "CRM_MKTPL_OL_LOAD_OBJECTS" is called,
    but cannot be found in the library.
    Error in the ABAP Application Program
    The current ABAP program "SAPMSSY1" had to be terminated because it ha
    come across a statement that unfortunately cannot be executed.
Please do the needfull
Rgds
Sudhir

Hi Sudhir,
the listed function belongs to CRM component. I suppose, that it is not stored in your system.
It is called dynamically, typically from the object link funtionality.  Please review your customizing of the active object link, if there is any CRM object link type and if the destination is set correctly. If it is not needed, please in-active it.
Connection to External Systems -> Object Links in SAP Systems -> Make Settings for the Linked SAP Objects
Kind regards,
Zhenbo

Similar Messages

  • Project Template Creation in CProjects

    Hi,
    This is regarding project template creation for CProjects.
    I am now using the following BAPIs but not getting the templates created.
    1. For project definition creation: BAPI_BUS2172_CREATE
    2. For template creation: BAPI_BUS2170_CREATE
    I am getting the project definition created but not the template created.
    Please help.

    Hi,
    You can get this done in the IMG under the 'spro' transaction. In Collaboration projects, get to create the role type and specify the project types (Regular, Program etc.) where this role type would be applicable.
    Hope this helps...

  • Export checklist templates (workaround?)

    Hey people,
    We are changing form a sandboxsystem to a development system.
    I created several large checklist templates and i would like to reuse them in the new system.
    Is there a possibility to export and import them ?
    This post says exporting templates is not possible:
    cProjects - IDES data
    cProjects - IDES data
    But since it's in XML i think there should exist a workaround?
    example : If we know the location we can manually copy them or somehting?
    Plz adivce
    Thanks alot in advance

    Hey,
    In that case, you would again need to create this at the time of creation in Production Server?
    If so, try creating a program using RFC, (based on maintainable table entries) run the code in Dev to fetch data from Sandbox and this way you can still use this in Production to pull from Quality/Testing.
    Another option is to save the data form Sandbox in XLS and then import using same program
    your custom program can have radio button [import] [export]
    In Sandbox use [Export]
    In Devl use [Import]
    Try using following FMs in program, its pretty easy.
    BAPI_BUS2164_CREATE
    BAPI_BUS2164_GET_DETAIL
    Let me know if it helps!
    Niranjan

  • How to use XDOXSLT in rtf template layout for etext template creation

    <DEFINE CONCATENATION>     BookDetails
    <BASE LEVEL>     Category
    <ELEMENT> Name || '/' || Price     
    <DELIMITER>      '/'
    <END DEFINE CONCATENATION>     BookDetails
    With EFTProcessor the above details are created in xsl file as follows
    <xsl:template name="CONCAT_BookDetails">
    *I need to declare one more variable here
    EG: <xsl:value-of select="xdoxslt:set_variable($mycount, count(.//Category))"/>
    --and use this variable for any dyanamic process inside this template. How to achieve this in rtf template by declaring a xdoxslt function. How to declare this
    syntax in rtf layout so that it creates a varibale in xsl template using the EFTProcessor. Please help me out. The main point here is to include xslt functions in
    rtf template layout for etext template creation.*
    <xsl:for-each select=".//Category">
    <xsl:call-template name="CONCAT_BookDetails_V"/>
    </xsl:for-each>
    </xsl:template>

    in the next time use BI Publisher forum - BI Publisher
    <?format-number(ENTERED_CR,'##,##0.00')?>it's works for me
    output:
    444    ->  444.00
    444.55 ->  444.55

  • Creation of cProjects automatically from creation of Portfolio Item in xRPM

    Hi,
    If we check out the box for the automatic creation of cProject along with creation of Portfolio item then the cProject as well as an internal order is created in the system.
    While I am creating an item and selecting for automatic creation, I am not able to get the internal order and not even the corresponding cProjects.
    Help please !!
    Regards,
    Nishit

    Hello,
    I am looking for a cProjects knowledge resource to start after a brief demo or just discussion on how cProjects would be implemented at out site. The company is a Global chemical company and we know we want cProjects but need more info before we get started. We are looking for a resource willing to provide this info. This is for an 18  month project. Work can be done remotely.
    Jan Valeriano
    jan.valeriano  @  els-it.  com
    215  668 -  3854
    ASAP
    Thanks
    jv
    +

  • VMM 2012 R2 Template creation fails with sysprep error via the gui, but works in powershell?

    I'm in the process of trying to convert an existing gen1 VM (Win Server 2012 R2) to a VM template using VMM 2012 R2 with rollup 1. The creation keeps failing with the following error :-
    "Error
    (2901)The operation did not complete successfully because of a parameter or call sequence
    that is not valid.Recommended ActionEnsure
    that the parameters are valid, and then try the operation again."
    I've checked that the local administrator account for the machine being converted to a template and it is blank as expected and in an attempt to troubleshoot I've output the template creation script via the VMM GUI and executed the commands in order which appears
    to have resolved the problem, well the template finishes creation, i'm yet to deploy a machine via it?
    # Create VM Template Wizard Script
    # Script generated on Thursday, April 3, 2014 12:52:15 PM by Virtual Machine Manager
    # For additional help on cmdlet usage, type get-help <cmdlet name>
    $VM = Get-SCVirtualMachine -VMMServer localhost -Name "MyTemplate_Template" -ID "98299447-83e1-4d98-a558-a96ebafcf9b5"
    | where {$_.VMHost.Name -eq "myhost.mydomain.com"}
    $LibraryServer = Get-SCLibraryServer -VMMServer localhost | where {$_.Name -eq "my.library.com"}
    $GuestOSProfile = Get-SCGuestOSProfile -VMMServer localhost | where {$_.Name -eq "Windows Server 2012
    R2"}
    $OperatingSystem = Get-SCOperatingSystem -VMMServer localhost -ID "50b66974-c64a-4a06-b05a-7e6610c579a2"
    | where {$_.Name -eq "Windows Server 2012 R2 Standard"}
    $template = New-SCVMTemplate -Name "My Template" -RunAsynchronously -VM $VM -LibraryServer $LibraryServer
    -SharePath "\\mylibrary.mydomain.com\SCVMM Library\Templates\mytemplatedestination" -GuestOSProfile $GuestOSProfile -JobGroup d2f2f539-85da-4091-ab08-abe739fc4761 -ComputerName "*" -TimeZone 85  -FullName "Administrator"
    -OrganizationName "My Organisation" -Workgroup "WORKGROUP" -AnswerFile $null -OperatingSystem $OperatingSystem 
    Now the only fields that weren't populated when I ran through the gui were FullName and Organization? Before I changed the script these two fields were just set to ""? Is that what has potentially caused the issue are they both required fields?

    Your not the only one who can reproduce this. Did you ever find out what it was? I saw your post and tried your same work-around and it also worked for me via Powershell.

  • Virtual desktop template creation with UR1 - two issues

    There are two new issues affecting Virtual Desktop template creation with WMS 2012 with UR1.
    Issue #1: Some systems fail to create a new or customized virtual desktop template with UR1 applied. UR1 includes an updated MultiPoint Connector which is compatible with a UR1 host. The Connector gets included in the Virtual Desktop template
    so that the virtual desktops can be managed by MultiPoint Dashboard. On some systems installation of the UR1 Connector will require a reboot that takes too long to complete and template creation will timeout.
    If you try to create a template without doing the following update to the unattend-t.xml file, and if the Connector reboot takes too long, the template creation process will never complete, appearing stuck at 80% until the timeout. If you check the running
    Virtual Machine Connection, you will see an error message that Windows could not complete the installation.
    To correct this:
    From MultiPoint Manager or Hyper-V Manager, shutdown the running template VM.
    Delete the template .vhd stored in Public Documents\Hyper-V\Virtual hard disks
     3. a) Make a backup copy of
    C:\Program Files\Windows MultiPoint Server\Unattend-t.xml
               e.g. rename it .bak
    b) open
    C:\Program Files\Windows MultiPoint Server\Unattend-t.xml in your favorite text editor.
    b) find “connector” in the file
    c) replace this string (starts with <Path> and ends with </Path>)
    <Path>powershell -Command &quot;try { $process = Start-Process -FilePath &apos;%Windir%\Temp\Connector\WmsConnector.Exe&apos; -ArgumentList &apos;/Quiet&apos; -PassThru -Wait; } catch { throw &apos;WmsConnector
    Install Failed&apos;}; exit $process.ExitCode&quot;</Path>
    with this string
    <Path>powershell -Command &quot;try {
    $p = Start-Process -FilePath &apos;%Windir%\Temp\Connector\WmsConnector.Exe&apos; -ArgumentList &apos;/Quiet
    /NoRestart&apos; -PassThru -Wait; } catch { throw &apos;WmsConnector Install Failed&apos;}; exit $p.ExitCode&quot;</Path>
    then save the file again as Unattend-t.xml  
    d) Proceed with Create and Customize virtual desktop template, and Create virtual desktop station as described on our blog at
    Virtual Desktop Templates – Part
    1 & Part 2
    We continue to investigate why this issue occurs on some machines and not others
    Issue #2: UR1 was intended to fix an issue creating virtual desktop templates on true UEFI systems, i.e. systems that don’t fall back to legacy support for earlier BIOS services. UR1 did not solve the issue. For now we are recommending
    doing template creation on systems that do fall back to legacy BIOS services. To check: from Device Manager under Disk Drives select your system hard drive. Double click and go to the Volumes tab and click Populate. The Partition Style entry should
    be Master Boot Record (MBR).  If it is GPT you have a UEFI system.
    We continue to investigate fixing this for UEFI systems.

    Any word on a UEFI fix?  My instructions on the other thread seem to work for me.
    Also, I imagine this won't be an issue on the next version of MultiPoint Server since the next Hyper-V in Server 2012 R2 now has those native UEFI VM's.  Have you guys played around with that yet?  Also, FWIW, I'm not sure why the pre-release docs
    mention that UEFI is only supported on Windows 8 VM's.  Why not x64 Windows 7 and Vista SP1 VM's?  I thought those already support full UEFI boot.  Is it because Hyper-V has mandatory restrictions to have Secure Boot turned on for UEFI VM's?

  • Project and Checklist templates - Copy

    Hi,
    We are on PPM5.0.
    Is it possible to copy project and/or checklist templates from one client/system to another? We are not carrying out any client or system copy.
    We have a significant number of projects and checklist templates in a training client. These templates are now required to be created in the Quality client (another system). Creating them all over again would be a big effort and we are looking at ways (direct or indirect) of copying the existing templates into the new client/system.
    Please advise.
    Thanks.

    Hi Deepak,
    Have you considered exporting to MS Project and Importing into QA client? Disadvantages are you will need to do this for each project and when importing you will have first import (as a simulation) into an operational project and then create a template out of the operational project.
    PPM5.0 also has a data import utility (tcode DPR_DX_PROJECT), however, exporting the data into a spreadsheet may be a challenge.
    Regards,
    Lashan

  • Rule usage in Document template creation

    Dear all,
    In our scenerio,I am using document template(TS) creation step in WS.
    In this task I have created different word document templates.In my requirement based on the user, any one of the document template should come for creation.(not all the document templates).How can I do the config for that?Does it work,suppose the task is assigned with a Rule(The template is in creation mode)?

    Hi Srini,
    Use of background step indicates that it is additional step prior to your Document template. Do the processing what you were supposed to do in rule , get the required results from this step , store them in workfow container elements and Use them in your Document for template step.
    Regds,
    Akshay

  • Cm roomextension in room template creation

    Hi all ,
    when we create a room template it will ask for external parameters and Extensions . what actually CM extensions and the extension points . i read the documents in help.sap ,but it was very confusing to me .
    can anyone please explain me how to map the content and what are all the extensions and the parameters
    Thanks in advance,
    Rajeev.

    Hi rajeev,
    The external parameter is nothing but the parameters need to give at the time of creating room using that template. If youu2019re specifying that it will ask for that parameter value at creation of room.
    The room extension is like trigger. It will call on room creation, deletion and updating times. If you like to create any additional folder at the time of room creation , this call the extension point
    refer this link
    http://help.sap.com/saphelp_nw04/helpdata/en/5a/4e864007985537e10000000a1550b0/frameset.htm
    i think it will help u lot
    Thanks & Regards
    Kathiresan R

  • CFolder template Creation

    I have xRPM, cProjects and cFolders in our production system working smoothly. I have to create a NEW cFolder template for our new division rollout.
    HOW CAN I CREATE A NEW cfolder templates.  Where is it exactly located in the PORTAL or backend system.
    Advance Thanks

    ...also did you use the PowerShell like this:
    Install-SPSolution -Identity <solution_file> -GACDeployment -Force
    or did you modify the feature.xml?  Sometimes modifying the feature.xml works better, but it does just what it says, that solution will always force overwrite whatever else is there (maybe a GUID conflict and a different solution package is using same
    ID)
    <Feature AlwaysForceInstall="TRUE">
    Christopher Webb | Microsoft Certified Master: SharePoint 2010 | Microsoft Certified Solutions Master: SharePoint Charter | Microsoft Certified Trainer| http://tealsk12.org Volunteer Teacher | http://christophermichaelwebb.com

  • Template creation in BI Publisher

    I have an issue while creating template document in OPM. I have exported the schema (xsd) and created a new rtf document template in OPM. I edit the template to add some attributes (public) into it. I clicked on 'XML Schema' in BI Publisher tab and chose the exported xsd file which has all the attributes in it. I got the message box that says 'Data Loaded Successfully' followed by a window with all the attributes list.
    Now the problem starts. When I click on 'ab|Field' tab to add some attributes to my page, it opens up a window but no attributes are listed in it. Anyone got some idea what is happening here?
    My xsd is as follows:
    <?xml version="1.0" encoding="utf-8"?>
    <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
    <xs:element name="global-instance">
    <xs:complexType>
    <xs:all>
    <xs:element name="a1_value" type="xs:string" />
    <xs:element name="a1_text" type="xs:string" />
    </xs:all>
    </xs:complexType>
    </xs:element>
    </xs:schema>
    And the filed window has the following fields
    Schema
    @xs
    Element
    @name
    Complextype
    All
    Element
    @name
    @type

    Thanks Kevin for your reply.
    I unstalled 11.1.1.6.0 version of BI Publisher and installed the version 11.1.1.5.0 and now when I click on 'XML Schema' in BI Publisher tab, nothing is happening. I can see the ab|Field tab is enabled even before loading some schema. But when I click on it, says 'Automation Error Unspecified error'.
    Any idea what is happening?

  • Template creation force repeating data

    Hi,
    I'm new to BI publisher and want to force the data in an outer group to repeat with the child data. I am starting with an oracle report and have set it up to generate the XML. I have Bi publisher plug-in in word. We want a basic table to be sent to excel.
    <!-- Generated by Oracle Reports version 6.0.8.27.0
    -->
    - <CSTRINVR>
    <LIST_G_IC_CAT />
    - <LIST_G_AC_ACCT>
    - <G_AC_ACCT>
    <AC_ACCT>011 011 0000 14111 0000</AC_ACCT>
    - <LIST_G_AC_SUBINV>
    - <G_AC_SUBINV>
    <AC_SUBINV>B1-ADV</AC_SUBINV>
    <AC_DESCRIPTION>OFFSITE BROKER LOCATION - ADVANCED MP</AC_DESCRIPTION>
    - <LIST_G_AC_ITEM>
    - <G_AC_ITEM>
    <AC_ITEM_NUM_SEG>121-0111-1244</AC_ITEM_NUM_SEG>
    <AC_ITEM_DESC>IC,ACTTTL,OCTAL BUFFER,SOIC</AC_ITEM_DESC>
    <AC_UOM>EA</AC_UOM>
    <AC_REVISION />
    <AC_CATEGORY>COMPONENTS</AC_CATEGORY>
    <AC_ITEM_STATUS>ACTIVE</AC_ITEM_STATUS>
    <AC_INV_ASSET>Yes</AC_INV_ASSET>
    <AC_MAKE_BUY>Buy</AC_MAKE_BUY>
    <AC_PLANNING_METHOD>MRP planning</AC_PLANNING_METHOD>
    <AC_DEFAULTED />
    - <LIST_G_AC_ELEMENT>
    - <G_AC_ELEMENT>
    <AC_ELEMENT_ID>1</AC_ELEMENT_ID>
    - <LIST_G_AC_MAIN>
    - <G_AC_MAIN>
    <AC_UNIT_COST>.175</AC_UNIT_COST>
    <AC_QUANTITY>4</AC_QUANTITY>
    <AC_ACCT_COST>.7</AC_ACCT_COST>
    </G_AC_MAIN>
    </LIST_G_AC_MAIN>
    <AC_ELEMENT_COST>.175</AC_ELEMENT_COST>
    <AC_ITEM_QUANTITY>4</AC_ITEM_QUANTITY>
    </G_AC_ELEMENT>
    </LIST_G_AC_ELEMENT>
    <AC_ITEM_NUM_PSEG>121-0111-1244</AC_ITEM_NUM_PSEG>
    <AC_CAT_SEG>COMPONENTS</AC_CAT_SEG>
    <AC_ITEM_QTY>4</AC_ITEM_QTY>
    <AC_ITEM_COST>.175</AC_ITEM_COST>
    <AC_ITEM_TOTAL>.7</AC_ITEM_TOTAL>
    <AC_ITEM_TOTAL1>.7</AC_ITEM_TOTAL1>
    <AC_ITEM_COST_DSP>0.17500</AC_ITEM_COST_DSP>
    <AC_ITEM_TOTAL_DSP>0.70</AC_ITEM_TOTAL_DSP>
    <AC_ITEM_SEGMENT>121-0111-1244</AC_ITEM_SEGMENT>
    <AC_ROWCOUNT>1</AC_ROWCOUNT>
    </G_AC_ITEM>
    </G_AC_ITEM>
    </LIST_G_AC_ITEM>
    <AC_SUBINV_RC>446</AC_SUBINV_RC>
    <AC_SUBINV_TOTAL>10702338.36</AC_SUBINV_TOTAL>
    <AC_SUBINV_TOTAL_DSP>10,702,338.36</AC_SUBINV_TOTAL_DSP>
    </G_AC_SUBINV>
    </LIST_G_AC_SUBINV>
    <AC_ACCT_SEG>011.011.0000.14111.0000</AC_ACCT_SEG>
    We want the AC_ACCT_SEG to display in the first column and repeat for each of the items.
    I have tried many combinations including dropping each field individually into the table but have been unable to get the template to do what I want.
    Any help is appreciated.

    Thought I found a way to upload the screen shots. but it does not appear to work. Not sure how to illistrate the point with out them.
    Thanks,
    Linda
    Edited by: Linda B on Nov 19, 2008 5:39 AM
    Ac Acct Seg
    Ac Acct Seg
    011.011.0000.14111.0000
    G Ac Item
    Ac Item Num Seg
    Ac Item Desc
    Ac Uom
    Ac Revision
    Ac Category
    Ac Item Status
    Ac Inv Asset
    Ac Make Buy
    Ac Planning Method
    Ac Defaulted
    Ac Item Num Pseg
    Ac Cat Seg
    Ac Item Qty
    Ac Item Cost
    Ac Item Total
    Ac Item Total1
    Ac Item Cost Dsp
    Ac Item Total Dsp
    Ac Item Segment
    Ac Rowcount
    Ac Acct Seg
    121-0111-1244
    IC,ACTTTL,OCTAL BUFFER,SOIC
    EA
    COMPONENTS
    ACTIVE
    Yes
    Buy
    MRP planning
    121-0111-1244
    COMPONENTS
    4
    0.175
    0.7
    0.7
    0.17500
    0.70
    121-0111-1244
    1
    708-0013-01
    APC,27 WATT DC UPS,13VDC OUTPUT,12V,7.2AH SLA BATTERY AT&T
    EA
    Not Defined
    OBS
    Yes
    Buy
    MRP planning
    708-0013-01
    Not Defined
    88
    39.6
    3484.8
    3484.8
    39.60000
    3,484.80
    708-0013-01
    1
    708-0015-01
    APC,27 WATT DC UPS,13VDC OUTPUT,12V,7.2AH SLA BATTERY
    EA
    Not Defined
    ACTIVE
    Yes
    Buy
    MRP planning
    708-0015-01
    Not Defined
    176
    42
    7392
    7392
    42.00000
    7,392.00
    708-0015-01
    1
    709-0001-01
    CYBERPOWER,UPS,DC,50W,20AH,48VDC FLOATING GROUND
    EA
    Not Defined
    ACTIVE
    Yes
    Buy
    MRP planning
    709-0001-01
    Not Defined
    53
    88
    4664
    4664
    88.00000
    4,664.00
    709-0001-01
    1
    ACCA6030-0001
    ASSY,CPU,ZT KRYPTON,PROGRAMMED
    EA
    BXR
    ACTIVE
    Yes
    Buy
    MRP planning
    ACCA6030-0001
    BXR
    18
    6618.75
    119137.5
    119137.5
    6,618.75000
    119,137.50
    ACCA6030-0001
    1
    Edited by: Linda B on Nov 19, 2008 6:52 AM

  • Error in Template creation in OSA

    HI ,
    We are in process of implementation of OSA , i have done all configurations on the Development system , it works fine , but when i do the same on to the quality or the production server i encounter the following detail error , the system shows An unexpected technical error has occurred when you create a template in the appraisal catalog.
    An unexpected technical error has occurred
    Message no. HRHAP00_TEMPLATE000
    Diagnosis
    A technical error has occurred. There could be several reasons for it.
    Procedure
    Use the following steps to look for a solution:
    1. Start the report RHHAP_CHECK_CUSTOMIZING_TABLES and check the results for any errors.
    2. If there are no errors in the results list, look at collective note 0497777. There may already be a description and a solution for you problem in a related note.
    3. If this does not help, write a problem message (component PA-PD-PM). Give us information about the transaction or report you started and how you started it. The best way is to give us a detailed description of the parameters you set, the actions you performed, and so on.
    This information helps us to reproduce the problem in our systems and give you a quick response and solution to the problem.
    If we cannot reproduce the problem in our test systems we have to ask you for a remote connection so we can reproduce the problem in your system.
    *****All the patch levels are same in all three servers , still the error persists .
    Please help me out guys.
    Regards
    sam.

    Hi
    Go to t-code SM34 and compare these 4 clusters between your dev and prd systems. Any differences in these clusters may be causing this issue.
    VC_T77HAP_BASIC     View Cluster: Appraisal Document Basic Data
    VC_T77HAP_CATEGORY     View Cluster: Appraisal Category Data
    VC_T77HAP_CAT_GROUP     View Cluster: Appraisal Category Group Data
    VC_T77HAP_T77SK     View Cluster: Standard Value List
    Hope this helps.
    Regards,
    Vikas Bhatia

  • Financial Report Templates - Creation and input of accounts

    Hi,
    At the time of creating Financial Report Templates, these templates can be very time consuming and tedious to create, as for the inputting of accounts within each account category - filling out one or more details...
    It would be helpful to have some kind of tool in which we could associate like in the GL all the sub accounts withing that account.
    I hope I have been clear enough,
    Regards
    Vivek Chand

    Hi:
    I'm agree with your post, all my customer are very angry with this functionality because the want use wildcards for input the account, if i input 71* the template will show all account which begin with 71.
    Now when they create a new account into the financial plan of accounts they must create also into the report templates and this work is hard and spend a lost time in it.
    Best Regards
    Joaquin Gomez

Maybe you are looking for