Error in CHARM_CREATE when using a Z partner determination procedure

Hi,
I use SDCR and needed to create a new partner determination procedure ZDCR0001. I don't need to change anything else in this Change Request transaction type, so everything else is standard. When I run CHARM_CREATE now, the program is using the partner determination procedure instead of the text determination procedure SDCR0001 in order to get the text ids, and then I have an error: Text determination procedure ZDCR0001 does not exist.
I noticed that there is a problem in the standard code of CHARM_CREATE:
*&      Module  get_data_0101  OUTPUT
      Retrieve the Data to get different text types                  *
MODULE get_data_0101 OUTPUT.
   IF gv_display = ' '.
     CHECK gv_created IS INITIAL.
*get the required info for text processing
     CALL FUNCTION 'CRM_ORDER_PROC_TYPE_SELECT_CB'
       EXPORTING
         iv_process_type = gc_processtype
       IMPORTING
         es_proc_type    = ls_proc_type.
*get the list of changes to be done
     CALL FUNCTION 'COM_TEXT_CUST_I_STRUC1_READ'
       EXPORTING
         iv_object               = gc_object-order_h
         iv_procedure            = ls_proc_type-part_determ_proc
       CHANGING
         et_struc1               = gt_zthead
       EXCEPTIONS
         textobject_missing      = 1
         textobject_not_found    = 2
         textprocedure_missing   = 3
         textprocedure_not_found = 4
         other_error             = 5
         OTHERS                  = 6.
     IF sy-subrc <> 0.
       MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
               WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
     ENDIF.
This function module is for getting texts, but uses the partner procedure. I created a message and sent to SAP, but they say they don't have this error there. Has any of you had the same problem? I could not find any note to correct this code. I have SP 17 for ST.
Thanks,
Raquel.

Mention the Function name starting with 'Z'
Regards
Sreenivas

Similar Messages

  • Simple doubt in partner determination procedure

    Hi gurus,
    I have a problem with a partner determination procedure. I need that a marketing campaing has a partner determination procedure in which Responsible Person will be mandatory with two assignments.
    In my partner determination procedure I select 2 as minumun value but the marketing campaing allows only one Responsible Person assigment.
    It's possible to make a partner function mandatory with a minimun number of partners?
    Thanks in advance.
    Javier Merino

    hi guys
    i have a query regarding access sequence in partner determination in SAP CRM.problem is that when i am trying to create a partner determination procedure using access sequence
    Business Partner Relationship->Activity Partner->User
    having three partner functions :
    Sales Prospect
    Contact Person
    Person Responsible
    there is deadloack arising in contact person and person responsible i.e. partner function is not being determined using the above access sequence
    i have maintained same relationship categories.please tell me whether deadlock is a problem or not because my main concern is when i am trying to run Lead using above mentioned partner determination procedure i am not able to run the LEAD.for instance ideally what should be happening is :
    there are three blank boxes
    one of contact person ,another of person responsible and finally of sales prospect.now since i have defined the BP relationship,so using above determination procedure what shoulod be happening is that if
    m writing any BP no. in sales prospect then conatct person should be dispalyed automatically because of the relationship i have maintained in BP.
    but its not happening ,i have to fill each entriers manually
    please guide me to some solution
    hoping of an immediate help to a silly problem which i guess m able to define appropriately
    thanks & regards
    ashish

  • Error ORA-06502 When using function REPLACE in PL/SQL

    Hi,
    I have a PL/SQL procedure which gives error 'Error ORA-06502 When using function REPLACE in PL/SQL' when the string value is quite long (I noticed this with a string 9K in length)
    variable var_a is of type CLOB
    and the assignment statement where it gives the error is
    var_a := REPLACE(var_a, '^', ''',''');
    Can anyone please help!
    Thanks

    Even then that shouldn't do so:
    SQL> select overload, position, argument_name, data_type, in_out
      2  from all_arguments
      3  where package_name = 'STANDARD'
      4  and object_name = 'LPAD'
      5  order by 1,2
      6  /
    OVERLOAD   POSITION ARGUMENT_NAME                  DATA_TYPE                      IN_OUT
    1                 0                                VARCHAR2                       OUT
    1                 1 STR1                           VARCHAR2                       IN
    1                 2 LEN                            BINARY_INTEGER                 IN
    1                 3 PAD                            VARCHAR2                       IN
    2                 0                                VARCHAR2                       OUT
    2                 1 STR1                           VARCHAR2                       IN
    2                 2 LEN                            BINARY_INTEGER                 IN
    3                 0                                CLOB                           OUT
    3                 1 STR1                           CLOB                           IN
    3                 2 LEN                            NUMBER                         IN
    3                 3 PAD                            CLOB                           IN
    4                 0                                CLOB                           OUT
    4                 1 STR1                           CLOB                           IN
    4                 2 LEN                            NUMBER                         INI wonder what happened?

  • Error 1074396120 appears when using IMQA copy

    error 1074396120 appears when using IMQA copy,when i used in vision its working but when i tried to execute in labview its showing error image not found and not valid image. pls help me regarding this .

    Have a look
    Thanks and Regards
    Himanshu Goyal | LabVIEW Engineer- Power System Automation
    Values that steer us ahead: Passion | Innovation | Ambition | Diligence | Teamwork
    It Only gets BETTER!!!

  • Hi there , Why Do I Receive Error Code -1073807253 When Using VISA

    Error Code -1073807253

    Hi ahmed,
    you can attach picture directly in the forum...
    If you would use an error indicator you could read an explanation of the error. It's a "framing error", happening sometimes when using serial connections...
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome

  • Get ORA-01031: insufficient privileges error, but only when using dbstart.

    I am getting ORA-01031: insufficient privileges error, but only when using dbstart. the listener starts but not the database. How come I can start it from SQL prompt but not from dbstart scripts as the oracle user?
    [oracle@mallard bin]$ ./dbstart
    Processing Database instance "gf44": log file /prod/oracle/10/startup.log
    [oracle@mallard bin]$
    Log file:
    Wed Aug 20 10:15:02 CDT 2008
    SQL*Plus: Release 10.2.0.1.0 - Production on Wed Aug 20 10:15:02 2008
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    SQL> ERROR:
    ORA-01031: insufficient privileges
    SQL> ORA-01031: insufficient privileges
    SQL>
    /prod/oracle/10/bin/dbstart: Database instance "gf44" warm started.
    >
    oratab file:
    gf44:/prod/oracle/10:Y
    dbstart file section:
    # See if it is a V6 or V7 database
    VERSION=undef
    if [ -f $ORACLE_HOME/bin/sqldba ] ; then
    SQLDBA=svrmgrl
    VERSION=`$ORACLE_HOME/bin/sqldba command=exit | awk '
    /SQL\*DBA: (Release|Version)/ {split($3, V, ".") ;
          print V[1]}'`
    case $VERSION in
    "6") ;;
    *) VERSION="internal" ;;
    esac
    else
    if [ -f $ORACLE_HOME/bin/svrmgrl ] ; then
    SQLDBA=svrmgrl
    VERSION="internal"
    else
    SQLDBA="sqlplus /nolog"
    fi
    fi
    Permissions of file:
    [oracle@mallard bin]$ ls -la dbstart
    -rwxrwxr-x 1 oracle oinstall 10407 Aug 19 12:27 dbstart
    [oracle@mallard bin]$
    User permissions:
    [root@mallard 10]# id oracle
    uid=503(oracle) gid=503(oinstall) groups=503(oinstall),504(dba)
    [root@mallard 10]#
    I can start the listener manually using "./lsnrctl start" and start the database manually from sql prompt using "SQL>startup" (as sysdba) with no problems. this only happens when using dbstart file. I am logged in as oracle user and all environment variables are set
    Thank you for any help you could provide.

    I have the same problem, but i don't want insert this string
    Connect sys/{password} as sysdbaI have deployed an Oracle 10g with os SunOS
    $ uname -a
    SunOS DB02 5.10 Generic_141444-09 sun4v sparc SUNW,Sun-Blade-T6320
    I can connect with sys/password, but I can't login with
    $ sqlplus /nolog
    SQL*Plus: Release 10.2.0.1.0 - Production on Thu Jan 7 15:19:50 2010
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    SQL> connect / as sysdba
    ERROR:
    ORA-01031: insufficient privilegesthe the startup and dbshut don't work.
    Someone maybe help me?
    Thanks,
    Regards.
    Lain

  • What is the best way to display errors to users when using JSPs?

              Hello,
              Could someone suggest me the best way to display errors to users when using JSPs?
              Many thanks in advance.
              Rino
              

              Thanks for the code snippet!
              Rino
              "Deepak Vohra" <[email protected]> wrote:
              >
              >
              >The 'errorPage' attribute of the 'page' directive forwards uncaught run-time
              >exceptions
              >to an error processing page. For example:
              >
              ><%@ page errorPage="error.jsp" %>
              >
              >redirects the browser to the JSP page error.jsp if an uncaught exception
              >is encountered.
              >
              >
              >Within error.jsp, indicate that it is an error-processing page, via the
              >directive:
              >
              >
              >
              ><%@ page isErrorPage="true" %>
              >
              >The Throwable object describing the exception may be accessed within
              >the error
              >page via the 'exception' implicit object.
              >
              >
              ><% if (exception != null) { %>
              ><p> An exception was thrown: <b> <%= exception %>
              >
              ><p> With the following stack trace:
              ><pre>
              >
              ><%
              > ByteArrayOutputStream ostr = new ByteArrayOutputStream();
              > exception.printStackTrace(new PrintStream(ostr));
              > out.print(ostr);
              >%>
              ></pre>
              >
              >
              >
              >"Rino Srivastava" <[email protected]> wrote:
              >>
              >>Hello,
              >>
              >>Could someone suggest me the best way to display errors to users when
              >>using JSPs?
              >>
              >>Many thanks in advance.
              >>
              >>Rino
              >
              

  • Partner determination procedure

    <b>Hi,
    This is for the 1st time i am in this forum.
    Could anyone tell about when the error comes (during creation of sales document-customer master record does not exist), though i have created my own partner determination procedure with new part functions & created cmr successfully too.
    Regards,
    Dash</b>

    Have you created Customer Master Data?
    Steps to create Customer master data:
    <b>2.1.2 Process to Create Customer Master
    2.1.2.1 Initial Screen of Customer Master Maintainance</b>
    Use
    The purpose of this activity is to maintain Customer Master Data. Customer Master Can be created for Sales & Distribution, in which it will be possible to maintain General Data Tab & Sales Area Tab. Alternatively it is also possible to maintain Complete / FI, in which it is possible to maintain General Data, Company Code Data & Sales Area Data (Complete) or General Data & Company Code (F1)
    <b>Procedure</b>
    1. Access the activity using one of the following navigation options:
    SAP Easy Access > Logistics > Sales and Distribution > Master Data > Business Partner > Customer > Create > Sales and Distribution / Complete
    Transaction Code: VD01 / XD01
    Fields to be maintained in Initial Screen (referring Complete):
    Field     Functionality
    Account Group - Take a drop down & select appropriate Account Group (Say, Sold To Party)
    Customer     - Enter manually / Internal by system (Based on Configuration)
    Company Code - Take a drop down
    Sales Organization - Take a drop down
    Distribution Channel - Take a drop down
    Division - Take a drop down
    A Customer can be created with reference to an existing Customer & necessary data can be changed.
    Reference
    Field - Functionality
    Customer     Enter manually
    Company Code - Take a drop down
    Sales Organization -Take a drop down
    Distribution Channel - Take a drop down
    Division - Take a drop down
    <b>2.1.2.2     General Data of Customer Master Maintenance</b>
    Use
    The purpose of this activity is to maintain General Data. General Data is applicable to the customer centrally. Incase of extending Customer to another Sales Area, General data will remain the same.
    <b>Procedure</b>
          Fields to be maintained are as under:
    <u>ADDRESS</u>
    Field - Functionality
    Title     Take a drop down
    Name - Enter manually
    Search Term - Enter Manually (Optional)
    Street - Enter Manually (Optional)
    House No - Enter Manually (Optional)
    Postal Code - Enter manually
    City - Enter manually
    Country - Take a drop down
    Region - Take a drop down
    <u>Control Data</u>
    Field - Functionality
    Vendor - Enter Manually (Optional) – To establish Customer Vendor Relationship.
    Trading Partner - To be maintained incase of Inter-company Customer,
    The above is for Illustration purpose. Please ensure to maintain the fields required.
    <b>2.1.2.3     Company Code Data of Customer Master Maintenance</b>
    Use
    The purpose of this activity is to maintain Company Code Data. This is maintained by an FI person.
    <b>Procedure</b>
          Fields to be maintained are as under:
    <u>Account Management</u>
    Field - Functionality
    Recon. Account - Take a drop down (Mandatory)
    <u>Payment Transaction</u>
    Field - Functionality
    Terms of payment - Take a drop down.
    The above is for Illustration purpose. Please ensure to maintain the fields required.
    <b>2.1.2.4     Sales Area Data of Customer Master Maintenance</b>
    Use
    The purpose of this activity is to maintain Company Code Data. This is maintained by an FI person.
    <b>Procedure</b>
          Fields to be maintained are as under:
    <u>Sales</u>
    Field - Functionality
    Sales Office - Take a drop down
    Currency - Maintain the local / export currency.
    Exch. Rate Type - Maintain ‘M’, incase of export / inter-company(if required) only.
    Cust. Pric. Proc - This is maintained to pick the pricing procedure in Sales Order & Billing Document. It should always be maintained.
    Customer Stat. Gr - This is recommended to be maintained to enable the data to flow to SAP standard report.
    <u>Shipping</u>
    Field - Functionality
    Delivery Priority - Take a drop down & maintain the appropriate for Delivery purpose.
    Order Combination - Maintain the tick
    Shipping Condition - Take a drop down & maintain the appropriate for Delivery purpose.
    Delivery Plant - Take a drop down & maintain the appropriate Plant.
    <u>Billing</u>
    Field - Functionality
    Incoterm - Take a drop down & select. Maintain the Description manually.
    Terms of payments - Take a drop down & select.
    Account assignment Group - Take a drop down & maintain the appropriate. This is very important to be maintained, else it will give an error to release the billing document to accounting.
    Tax - Take a drop down & select ‘0’.
    The above is for Illustration purpose. Please ensure to maintain the fields required.
    Regards,
    Rajesh Banka
    Reward points if Helpful.

  • CRM 7.0 in partner determination procedure

    Dear all,
    In CRM 7.0 in partner determination procedure for an ITEM level am unable to set up procedure so that any partner will always be just mirror of the partner set on HEADER level.
    This functionality works only when the new order is created, then when changing the partner on HEADER level the partner on ITEM level partner is dynamically changed a according to HEADER.
    When changing the order later u2013 HEADER partner is changed, but the ITEM partner stays the same and had to be changed manually. If an ITEM partner is not changed manually an error is raised while transferring to ERP (because of customizing settings there). Partner determination procedure in customizing is set for ITEM to display all the partners defined in CRM (no only for defined in the particular procedure). I would basically need the ITEM partners to be always the same as HEADER partners no matter what operations are done in the HEADER is must be 1:1 with ITEM (automatically copied when creating/changing).
    I know that we can use ABAP development, but if possible I would like to use just customizing tools.
    Many thanks for your comments

    Hello Guys,
    thanks for your reply. The issue was that the system was copying the partners from header to item even if in customizing I had set up the item det. procedure so only basic partners like SP or Bill to shall be present. In our scenario the user has to change header partners from time to time. Before upgrade (version 4.0) if the user changed the partner header and this partner was also at item level the system changed this also so header partners were equal to item partners. After upgrade this functionality disappeared (I have checked user exits and did not find any cutomer dev.)
    At current CRM 7.0 if the header partner is changed item partners stays the same. And this can causing the troubles in R/3 due to settings of partner determination. To make it shorter. If you need to change the BDoc after it has been created by CRM use class if_ex_crm_dataexchg_badi~crm_dataexch_after_mbdoc_fill.
    Regards
    Radim

  • Partner Determination Procedure-access sequence

    Dear Gurus,
    My requirement is support team determination when message is created.I maintained the  Rule 13200137 in PFAC_RESPO.
    In this below path in procedure SLFN0001 against partner function procedure of funcions SLFN0003 SUPPORT TEAM (CRM).IN THE PARNER DETERMINATION TAB acces sequence and Determination Time in Partner Determination are empty.
    what values should i maintain here so that support team determination will happen as per the rule 13200137
    SAP Solution Manager Implementation Guide -> SAP Solution Manager -> Configuration -> Scenario Specific Settings ->Service Desk -> Partner Determination Procedure -> Define Partner Determination Procedure.
    plz guide me

    Hey SAPuser,
    You can use access sequence Organization data: Service Team using product or rule....
    If this does not work out, then you need to work out some other access sequnce which starts with something like: Organization data: ........
    Reward for usefull post...
    Regards,
    Anand

  • Is it possible to call dynamically a Partner Determination Procedure?

    Hi Experts,
    we are using the Interaction Record in the IC Scenario (SAP CRM 7.0). As we only can use one transaction type to fulfill so that the IC Agents can fullfill their daily work we need to call different kind of partner determination procedures depending on the field Conc-Key ubicated in Context Node BTSUBJETF.
    Example:
    If Value of Field Conc-Key is '1' the partner determination procedure Z0000001 should be called.
    If Value of Field Conc-Key is '2' the partner determination procedure Z0000002 should be called.
    Any ideas where to start?
    Best Regards
    Oliver

    Hi Oliver,
    PDP has access seq. maintained for each partner func. inside it. This access seq. inform system which partners to look for depending on source partner. PDP is triggered only Once and when the document of particular transaction type is created . Hence I don't think we can call PDP dynamically and have them executed depending on some value conditions...this is my personal opinion.
    I think in your scenario, You must add the partners programatically on your value condition. However, in this case, You will need to have your partner data with you..i mean system will not find a partner on it own as defined in PDP.
    I would be very much interested to know if we can achieve PDP functionality dynmically..so keep posted if you succeed in that approach
    Wish you all the best.
    Regards,
    Suchita

  • Assign partner determination procedure for campaign automation

    Dear all,
    could anyone help me how to set up Partner determination in CRM? I try to create campaign automation and when I want to release it I get this error message:
    Diagnosis
    Campaign 1: Parties involved have been assigned to this marketing project. However, there is no partner determination procedure assigned to type "Product Promotion" (Z002).
    System Response
    The partner determination procedure is determined from the type. If you select a type that does not have a partner determination procedure assigned to it in Customizing although parties involved are assigned to the marketing project, the assigned parties involved cannot be validated. You therefore need to choose a type with a partner determination procedure assigned if parties involved are assigned to the marketing project.
    Afterwards I§m not allowed to save the campaign changes and to release the campaign.
    Please, how can I assign the Partner determination procedure?
    Thank you very much
    Michal

    Hi,
    For setting up partner determination procedure for Campaign, goto transaction spro.
    Choose CRM->Marketing ->Marketing Planning and Campaign Management
    In here, please expand the node 'Partner Processing'. There is IMG documentation help available on how to set up PDP.
    Hope this helps.
    Thanks and Regards,
    Nisha

  • Necessity of the Partner Determination Procedure at Item Level

    Hi Gurus,   
                 What is the necessity of  the Partner Determination Procedure at Item Level and in what case it is useful?
    Regards,
    Sarosh.

    Dear,
    It may happen that in a business transaction the partner in the document header does not apply to all items, for example, if specific goods for a customer are normally delivered to another ship-to party.
    In sales documents and billing documents you can enter one of the deviating partners from the document header at item level.
    You have planned to have the partner function in the partner determination procedure for sales document items or billing items.
    When creating a document , the system copies the document header partners to the items. If you want to define another partner than the one in the document header at item level, overwrite the proposal from the item partner screen.
    You have planned the partner function ship-to party in the partner determination procedure in Customizing for sales document items and have defined this as changeable.
    Create a customer sales order as usual.
    The system copies the partner from the customer master into the document header and then from the document header into the items.
    Select the item, that should receive a deviating partner.
    Choose Goto --> Item --> Partners.
    The partner screen for the item appears. Here you can overwrite the changeable partner functions.
    Try to read the SAP help. U will find some more info.
    reward if helpful
    Krishna Chaitanya

  • Territory and partner determination procedure for employee responsible

    Hi CRM team,
    I have a little issue for you I'll be very thankfull if someone could help me.
    There is the organisation of the territory management in the company I'm working for:
    -Country
    -Region
    -sector
    *each sector have a determination rule based on 1 condition "1 field from the BP Header (customer)"
    *each sector have a position assigned to it. (Organisational model PPOMA_CRM) And there is 1 or 2 employee affected to each position..
    *When creating an activity,*
    *First thing I enter the Account (customer: activity partner)*
    *I would like the system to determine the employee affected to the sector of the BP as the employee responsible.*
    Any Idea?
    For the moment, I'm searching in the partner determination procedure. But the standard access sequence Business Partner Relationships: Activity Partner -> User dont work.
    There is some sitting from my IMG:
    The partner fonction Employee Responsible is with
    *fonction category: employee
    *usage: CRM
    *Relationship category: Is the employee responsible for
    Partner determination procedure:
    In the acces sequence, I put a dialogue seq 15 : 
    Business partner from territory
    And in the detail on source, I put:
    Fonct. categ. : Employee
    Usage: CRM
    It dosn't work...
    I don't know if I'm am searching in the right place.
    Could you help me with a solution to have the needed system behavior????
    Thanks a lot for your time and your help.
    Best regards,
    Ahmed.

    Hi Ahmed,
    After created determination rules for territories have executed the report CRM_TERRMAN_PROC_REL for initial option?
    Once territories and determination rules are created, you need to run the above report in Background(schedule a batch job) which will establish relationships between the territories and corresponding attributes. You need to run this report every time there is a change in determination rule of create/change territories.
    This should resolve your problem
    Regards,
    Priyanka

  • Table Name for Partner Determination Procedure and created by data

    Dear Gurus,
    kindly let me know the table name for a list of "Partner Determination Procedure" and "created by" data under a client.
    if there is no such  table for this, kindly let me know how can i fetch these details.
    Wishes,
    Abhishek

    Hi Abhishek,
    You can get your required information by combining these 2 table by using SQVI
    TPAER where it gives PartnDet.Proc and Part.funct.
    TPAR where it gives Part.funct inforamtion.
    By using these tables i.e. by using Common field Part.funct. - PARVW
    Regards
    Durga Sana

Maybe you are looking for

  • Help needed in report programming

    Hi All I am processing some data on first screen of a report transaction and an output is displayed on second screen. My requirement is that when I press back, I have to come to SAP initial screen. I have tried all options with 'LEAVE'. Problem is th

  • Error 404 when trying to download OEM Agent

    Hello, I have tried since yesterday to download the OEM agent for Linux for x86-64 bit from the the page http://www.oracle.com/technology/software/products/oem/htdocs/agentsoft.html but I always have the error 'Page not found 404' (http://www.oracle.

  • No video in Final Cut when connecting VCR to DSR-11 to Mac G5

    I do realize this post was from a few months ago but I have a similar question. I'm currently attempting to play video through a vcr to a dsr-11 deck into FCP to log and capture the footage from VHS. I've done this a hundred times, no problem. Now fo

  • Search help for WBS element on timesheet

    Hi, We are using EA-HR 6.00 (webdynpro) Is it possible to change the search help for the WBS Element field that appears on the Record Working Time timesheet? There appears to be a table called TCATS_SHLP_ITS, but is this not for the old ITS version a

  • OSB input payload with characters ' '  ' ' fails service invoke

    Hi, In OSB I am calling a USM service to search the contents. Created a Business Service out of USM Search WSDL and then a proxy service which calls the business service. When I am trying to test the service through SOAP UI with the below payload I g