Error During Creation of  Table Value Request /Simple Value Request Express

Hi,
I am on SAP CRM ABAP 7.0 with enhancement pack 2.0.
The requirement is to create a decision table which would have value(search helps) requests for some of the condition columns in it. For example, Value Request for condition column Y would come according to condition column X  . As per my understanding,this could only be achieved by maintaining foreign key relationship. So I tried to create a  Table Value Request  which I could assign in the domain values in the data object of the corresponding condition column.
But,when I am trying to create a Table Value Request or Simple Value Request in BRF+ application, it is throwing an error message "Table FDT_EXPR_1950S is not part of the Customizing object FDT0001 T".
Could you please help me out !!

Hi Carsten,
Thanks for your quick response.
Just wondering whether or not I can achieve the requirement without Table Value Request. Do you have any idea on this?

Similar Messages

  • Error during creation of transfer orders for material

    Hi,
            We are doing a transfer of stock from one storage with WM to a storage without WM.
    But system does not finish the process automatically displaing the following error message:
    "Error during creation of transfer orders for material document 49000XXXX"
    System cannot find source storage bin
    Thanks in advance for the help
    Regard
    Enzo

    your picking strategy does not find the bin where the material is.
    So you need to check what value you have entered for picking in WM view of material master.
    then you have to check where your material is (storage type and bin)
    then you need to check customizing to where what storage types are included in the picking strategy that is tight to the material master entry.

  • Error during Creation of Product Group

    Hi experts
    I am getting below error during creation of Product Group MC84,
    how to solve this
    The field  is defined as a required field; it does not contain an entry
    Message no. MG144
    Procedure
    Transfer a suitable value.
    If the field is the material group or unit of weight, and the field is not ready for input, check whether the material is locked. If it is locked, you cannot extend the Purchasing view or the Sales view. If either of these views needs to be extended, the material must first be unlocked. This can be done only by a user with special authorization. Contact your system administrator.
    Note
    For information on locking and unlocking material master records, see the SAP library documentation Material Master (LO-MD-MM) ->Locking Material Master Records.

    Hi,
    Please refer the below thread,
    PRODUCT GROUP
    Regards,
    Senthilkumar

  • Error during creation of user

    Hi!
    I am using USERS_GEN to generate a user in organizational structure from an existing SU01 user. When I first did this it worked fine. After that we removed the user from the org.structure. Now when we try to generate it again from USERS_GEN we get the message "Error during creation of user....central person already exists".
    When I look at that CP I see that is already exists. I need to create a position under an org. unit and I need the already created CP to be allocated to that position.
    How do I do that?
    Sincerely
    Anders Öhrling

    Hi
    Which SRM version are you in ?
    However you can delete the CP  via  Function module HR_CENTRALPERSON_DELETE but this central persons are stored in HRP1001 table .
    regards
    Muthu
    Edited by: Muthuraman Govindasamy on Sep 9, 2008 12:56 PM

  • ME-807 System error: error during insert in table EKKO in SM13

    Hello Experts,
    I have been searching a lot in SDN and in google about the ERROR ME-807 System error: error during insert in table EKKO but still i have not got any satisfactory answer.
    In ME31K when I create the contract and put some validation check on target value filed in BADI Implementation ME_PURCHDOC_POSTED while saving it .
    Now after rectfying the valdiation checks and saving the contract again i get this ERROR in SM13 and i can not even see the contract in ME33K. It says that doument does not exist.
    Please let me know what could be the possible reason for this.
    Thanks,
    Naveen

    Hi Jan,
    This ERROR is coming from a function module  ME_CREATE_DOCUMENT .
    The code snippet from where this error s comin is as below:-
      DATA: LS_EKUB_NEW TYPE EKUB.
      DATA: L_EBELP     LIKE IND_EKKI-EBELP,
            L_TABIX     LIKE SY-TABIX,
            L_TABIX_1   LIKE SY-TABIX,
            L_EHP4_P2PSE_ACTIVE TYPE XFELD.
    ------- Bestellkopf hinzufuegen -
      MOVE NEKKO TO EKKO.
      INSERT EKKO.
      IF SY-SUBRC NE 0.
        MESSAGE A807 WITH 'EKKO'.
      ENDIF.
    Thanks,
    Naveen

  • ME 807: System error: error during insert in table KONV

    Hi,
    I got the below error when creating PO using ME21N, what should I do?
    ME 807: System error: error during insert in table KONV
    Thanks.

    During the creation of Purchasing Orders the system displays the message "Error during insert in table KONV". The problem is solved and I would like to share the steps we use to solve the problem.
    You can get details of the error in the Business Workplace (T-Code SBWP) or through the transaction SM13. The details of the error are:
    Function Module
    ME_CREATE_DOCUMENT
    Status
    Update was terminated
    Report
    LEINUU03
    Row
    167
    Message
    ME807 System error: error during insert in table KONV
    I applied the SAP Note 1610553 - BAPI_PO_CHANGE: Header conditions are not transferred which describes exactly the problem but it was not solved.
    The solution was creating a new Purchasing Record and, before saving, remove all the conditions in Header level and save the document. After that, it's possible to create documents without problem.

  • Installation error during creation of user SAPJSF

    Hello,
    i'm performing SOLMAN installation and the installation stops in "Import Abap" step with problem creating the SAPJSF user. Several posts regarding the same error did not helped. When the sapinst is trying to create the SAPJSF user, i notice that the DB2 service in Windows services changes from "started" to "stopped"
    OS:windows 2003 enterprise 64bit
    DB:db2 udb
    SOlman: 7.0 including EHP1
    The error from "sapinst.log":
    WARNING 2010-09-17 10:32:40.906
    Execution of the command "I:\usr\sap\SOF\DVEBMGS00\exe\jlaunch.exe UserCheck.jlaunch com.sap.security.tools.UserCheck "C:\Program Files\sapinst_instdir\SOLMAN\SYSTEM\DB6\CENTRAL\AS\install\lib;C:\Program Files\sapinst_instdir\SOLMAN\SYSTEM\DB6\CENTRAL\AS\install\sharedlib;C:\Program Files\sapinst_instdir\SOLMAN\SYSTEM\DB6\CENTRAL\AS\install" -c sysnr=00 -c ashost=fmgrsolman -c client=001 -c user=DDIC -c XXXXXX -a checkCreate -u SAPJSF -p XXXXXX -r SAP_BC_JSF_COMMUNICATION_RO -user_type system -message_file UserCheck.message" finished with return code 4. Output:
    Sep 17, 2010 10:30:29... Info: User management tool (com.sap.security.tools.UserCheck) called for action "checkCreate"
    Sep 17, 2010 10:30:30... Info: Connected to backend system SOF client 001 as user DDIC
    Sep 17, 2010 10:30:30... Info: Called for user SAPJSF
    Sep 17, 2010 10:30:30... Info: Formal password check successful
    Sep 17, 2010 10:30:30... Info: Will create user SAPJSF
    Sep 17, 2010 10:31:38... Warning: Error during creation of user SAPJSF. Will remove user again to ensure clean exit state
    Sep 17, 2010 10:32:40... Error: Exception during execution of the operation
    [EXCEPTION]
    com.sap.mw.jco.JCO$Exception: (103) RFC_ERROR_LOGON_FAILURE: 00024No connect to database, session terminated??????????????????????????
         at com.sap.mw.jco.MiddlewareJRfc.generateJCoException(MiddlewareJRfc.java:518)
         at com.sap.mw.jco.MiddlewareJRfc$Client.connect(MiddlewareJRfc.java:1086)
         at com.sap.mw.jco.JCO$Client.connect(JCO.java:3255)
         at com.sap.security.tools.UserCheck.resetJCOClient(UserCheck.java:2479)
         at com.sap.security.tools.UserCheck.deleteUser(UserCheck.java:2024)
         at com.sap.security.tools.UserCheck.main(UserCheck.java:300)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:331)
         at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
    Sep 17, 2010 10:32:40... Info: Leaving with return code 4
    The error from "UserCheck.log":
    Sep 17, 2010 10:36:58... Info: User management tool (com.sap.security.tools.UserCheck) called for action "checkCreate"
    Sep 17, 2010 10:36:59... Info: Connected to backend system SOF client 001 as user DDIC
    Sep 17, 2010 10:36:59... Info: Called for user SAPJSF
    Sep 17, 2010 10:36:59... Info: Formal password check successful
    Sep 17, 2010 10:36:59... Info: Will create user SAPJSF
    Sep 17, 2010 10:37:59... Warning: Error during creation of user SAPJSF. Will remove user again to ensure clean exit state
    Sep 17, 2010 10:38:56... Error: Exception during execution of the operation
    [EXCEPTION]
    com.sap.mw.jco.JCO$Exception: (103) RFC_ERROR_LOGON_FAILURE: 00024No connect to database, session terminated??????????????????????????
         at com.sap.mw.jco.MiddlewareJRfc.generateJCoException(MiddlewareJRfc.java:518)
         at com.sap.mw.jco.MiddlewareJRfc$Client.connect(MiddlewareJRfc.java:1086)
         at com.sap.mw.jco.JCO$Client.connect(JCO.java:3255)
         at com.sap.security.tools.UserCheck.resetJCOClient(UserCheck.java:2479)
         at com.sap.security.tools.UserCheck.deleteUser(UserCheck.java:2024)
         at com.sap.security.tools.UserCheck.main(UserCheck.java:300)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:331)
         at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
    Sep 17, 2010 10:38:56... Info: Leaving with return code 4
    Edited by: DimitrisDimas on Sep 20, 2010 5:38 PM

    hi
    wat s ur JDK version??
    please refer this,
    [SAPJSF - no password for user - ECC6 - IDES|SAPJSF - no password for user - ECC6 - IDES]
    jansi

  • Travel Expense - Posting run error - Error during creation of posting run

    Hi Guru's,
    Look forward for your insights. Here you go with my question.
    We are implementing Expense Mgt with Portal with out scope for payroll in SAP.  I have set up Expense type, WT, Symbolic A/c to G/L Accounts. Im performing Unit testing currently.
    Created Expense trip in ESS, from R/3 tcode PRAP, have approved trip, and settled through Tcode - PREC.
    When I try to create posting run under transfer to accounting, I get following error
    Error during creation of posting run number (->PR1
    Message no. 56840
    I'm not sure why this error was popping up. Appreciate your suggestion.
    Regards
    Praveen.N

    Hi,
    Since you are trying to make payment through FI, you need to maintain ur employee as Vendor. You can do it through PRAA.
    So while creating posting run for this trip, it checks if the respective Vendor for this employee is maintained or not.
    Pls maintain it as vendor and see if the errors are still coming.
    Rakesh

  • Standalone Scenario - Error during Creation of Local Purchase Order

    Hi All,
         I am trying to setup Standalone Scenario, i have created all the master data locally, i am able to Order SC, but after workflow approval SC goes into error 'Error during creation of local purchase order from shopping cart XXXXXXXXX'
         I have created following configuration setting for local PO number
    1) In SPRO -> Cross-Application Basic Settings -> Number Ranges -> Define Number rang. for Schopping Carts and Follow-on Doc. --- i have number ranges for PO follow-on doc. i.e.
    inrerval No = PO, from number = 0004000000, to number = 0004999999, ext. = unchecked
    2) In SPRO -> Cross-Application Basic Settings -> Number Ranges -> Define Ranges per backend system for follow-on documents PO, PR etc
    3) In sourcing (SPRO -> Cross-Application Basic Settings -> Sourcing -> Define Interactive Sourcing for product categories) ---  sourcing is never carried out.
    Can anybody help?
    Regards,
    SAP Guy.
    Edited by: SAP Guy on Apr 23, 2008 2:32 AM

    Hi SAP Guy,
    Following steps are must for Local number range
    1) Create number range for local PO
    2) Maintain your logical system in 'Define number range per backend system for follow on document'
    3) Define Transaction Type for BUS2201, define document type (e.g. EC1)
    4) Assign Document type (EC1) in Org attribute BSA.
    Hope this helps.
    Regards,
    Manish.

  • Error during creation of transfer orders for mateRIA

    hi gurus,
    I am getting an error while moving material from sl0c2 to sloc1 which is connected to wh by mvmt 321. the document is getting posted and the stock is coming to sloc1,but the error is
    "Error during creation of transfer orders for mateRIAL.how to correct the error.
    regards
    murugan

    Hi,
    The material is maintained at the Warehouse level, hence warehouse transactions have to be completed, by creating a transfer order and the confirmation of the same will create a transfer posting from SL1 to SL2 in the system. This is trigerred automatically depending on the sytem configuration.
    Regards,
    raghu

  • Error during creation of info record for pipline material.(Urgent)

    Hi All,
    We are getting the following error during creation of Info record for pipeline material
    " Material XXXXX is not a pipline material"
    we have checked the material master  and found it is a pipeline material.
    Kindly advice on the same.
    Help in any form will be rewarded.
    Best Regards
    Arihanth

    Hi Arahanth,
       The steps u need to check are;
    1) The Material Type ( If standard then it is PIPE or if defined own Material Type check the settings once preferably in special material type a tick at pipeline mandatory)
    2) when u create the info record (ME11) ensure the info category is selected as pipeline.
    Hope its clear to u
    if solved do reward me points
    Regards
    Anil Thai

  • 1 duplicate key error during insert into table

    Dear Guru's
    While upgrading the SAP_HR patch, I am facing this issue
    Current level is SAPKE60455
    Trying to apply patch - SAPKE60456
    This is seen in the import log
    Start import R3TRVDATV_512W_O ...
    client 000:   1
    client 001:   1
    client 070:   1
    client 080:   1
    client 100:   1
    client 320:   1
    1 duplicate key error during insert into table T512T occured
    End import R3TRVDATV_512W_O (with warnings)
    Please help, thank in advance
    R3trans is at version 6.19
    Regards,
    Omkar

    Hello,
    Issue was resolved after upgrading the R3trans
    Regards,
    Omkar

  • Error during creation of posting runnumber

    Hello there,
    I am trying to post a trip using transaction PRFI after the trip has been approved and settled and experiencing the error bellow. Two days ago, I was able to perform this transation PRFI and PRRW succesfully. Please advise.
    Leon
    *Error during creation of posting run number (->PR1*
        *Message no. 56840*

    Hi Saathi,
    If you need to post the document to AP, all the employees have to be converted as Vendors using T code PRAA. But this wont be required when you run through payroll. I hope the error occured due to not converting the employee as vendor. Pl check & revert.
    Thanks,
    Nandagopal C

  • Error during update of Table VBAP (RC= 4, Key= 5096672)

    Hello experts,
    i am getting error as
    Update was terminated
    System ID....   Q70
    Client.......   999
    User.....   HPROLLSD
    Transaction..   VA02
    Update key...   4EF9258A885201B1E10080000A140014
    Generated....   28.12.2011, 18:08:25
    Completed....   28.12.2011, 18:08:25
    Error Info...   Error during update of Table VBAP (RC= 4, Key= 5096672)
    Please help me on this issue.
    Regards
    Narendra

    Hi,
    Relevant issue,go through the link it could be help you.
    Express document "Update was terminated" received from author
    Ram

  • "New" error during ApplyLogOnInfo(...): Invalid parameter value: exceeds...

    Invalid parameter value: exceeds the Min or Max or conflicts with existing value or edit mask
    error during ApplyLogOnInfo() to the tables contained within a report.  Now, this is a "new" error because this was not being thrown when the application was compiled for .Net 1.1 using the Crystal Reports v9.1.5000.0 components.  When the application was migrated to .Net 2.0, and set to reference the the 10.2.3600 set of managed components, this started appearing. 
    Also, this will only occur on certain .rpt files that are loaded, and can be thrown when also executing the VerifyDatabase() method.  By certain .rpt files, I mean those that have been opened and saved with Crystal Reports 2008 (warning message when saving indicated that the report will not be able to be opened in Crystal Reports versions earilier the 9.0; should I not assume this is correct?).
    ' Load a report that had been created in v10, but opened and saved in v12
    Dim sFileName As String = "C:\test\CR2008Report1.rpt"
    crReportDocument.Load(sFileName, OpenReportMethod.OpenReportByDefault)
    crReportDocument.VerifyDatabase()  ' Throws the EngineExceptionErrorID.MissingParameterFieldCurrentValue exception:
      ' Invalid parameter value: exceeds the Min or Max or conflicts with existing value or edit mask
    ' Load a report that had been created in v10
    Dim sFileName As String = "C:\test\CR10Report.rpt"
    crReportDocument.Load(sFileName, OpenReportMethod.OpenReportByDefault)
    crReportDocument.VerifyDatabase()  ' No exceptions; whacky.

    >
    A G wrote:
    > Our product will not get integrated with SharpDevelop as it does with VS though you can use the assembly in you application.
    Right, I am aware of the IDE plugin functionality (BTW, I'm going to guess no, but is the functionality present in the "Express" editions?).  When a viewer application is created in VS, you can convert/open it in #d and have all of the designer props/pages available.  When manually adding the viewer in a new #d project, you can add it, but it doesn't show up visually in the forms designer window (boggle).
    > So just make a simple report and try to view it. can you see it?
    I will investigate this probably tomorrow...
    > Also is your report have any parameter? Dynamic or static?
    Yes, there are parameters embedded (?) in the .rpt.  There are no parameters added at runtime; only the parameter values are set at runtime.
    > Make sure you can see data in report in designer..

Maybe you are looking for

  • Problem with redirection and google analytics

    Hello, I created my professional website with iweb and bought a domain name for it can be simplest to remember, so this professional domain name (www.julienchabot.com) redirect to the iweb url (web.mac.com/julienchabot/iweb/com/home.html). Now I subs

  • Transferring mail from one account to another

    I have a mobileme account and I did use that for mail, I then switched to a personal domain and copied my mail over using the mail app, just dragged and dropped from one mail box to another. Now I want to put the mail back in mobile me, (storage issu

  • Creation of Quality notification

    Hi, I need to create quality notification using BAPI_QUALNOT_CREATE. I have to create cause text too for the notification. Can someone guide me to fill the necessary data for header and text. Moderator message: please do some research before asking.

  • SAP SD Material Determination not reflected in assigned sales document type

    Hi Experts, I have implemented customized material determination, with requirement to change the UoM of the entered material, from GJ to MJ. I have assigned the procedure to 3 document types: 1. sales order type 2. credit memo request 3. debit memo r

  • Re run payment run

    Hi Friends , signatures did not pop up on prenumbered checks and I am in a situation where I have to reprint all the checks through payment run. can anyone tell me how do I do that. Thanks