Error while saving general customer data....Help needed...!!!

Hi all,
I am testing peoplesoft 9.0 version for an upgrade project. When i try to save the general customer information using Home>Customer>generalinformation . i got the following error. *"Invalid parameter 1 for function currentrownumber (2.116) TABLENAME.FIELDNAME.savePostChange*"* . this is custom people code in a custom table. plz help me to solve this.

One reason could be that the blocks that you are trying to save are locked either through excel-addin or someone else might be updating the same combinations. I have encountered such issues earlier and got the same error. Check if there are any locks in essbase while you are saving the planning data.

Similar Messages

  • Error while saving the custom list created in visual studio 2010

    Dear all,
    when I am saving the list; I am getting the following error. I do not know where this could be wrong.
    Any inputs will help. Now I am recreating a new list - thinking that the objects used in the earlier projects might conflict. Also few lists in the list tab - were throwing error of the same type - which is not functioning well.
    warm regards,
    sathya

    To give more information on the code
    Registration list
    //Reference this Feature's parent object, which is SPWeb in this case
    SPWeb currentWeb = properties.Feature.Parent as SPWeb;
    //Reference the lists we need to manipulate.
    SPList tList = currentWeb.Lists["TrainingTrainers"];
    SPList rList = currentWeb.Lists["TrainingRegistration"];
    //Reference the fields in the lists
    SPFieldCollection rFields = rList.Fields;
    SPFieldCollection tFields = tList.Fields;
    //changes to the Trainers List
    SPField fullNameField = tList.Fields["Full Name"];
    SPField emailAddressField = tList.Fields["E-mail Address"];
    SPField firstNameField = tList.Fields["First Name"];
    SPField lastNameField = tList.Fields["Last Name"];
    fullNameField.Required = true;
    emailAddressField.Required = true;
    firstNameField.Required = true;
    lastNameField.Required = true;
    fullNameField.Update();
    emailAddressField.Update();
    firstNameField.Update();
    lastNameField.Update();
    //Changes to the Registrations List
    //Change the Display Name of the Title Field
    SPField titleField = rFields["Title"];
    titleField.Title = "RegistrationID";
    titleField.Update();
    //Add additional fields as necessary
    rFields.Add("First Name", SPFieldType.Text, true);
    rFields.Add("Last Name", SPFieldType.Text, true);
    rFields.Add("E-mail Address", SPFieldType.Text, true);
    rFields.Add("Phone Number", SPFieldType.Text, false);
    rFields.Add("ClassID", SPFieldType.Text, false);
    rList.Update();
    //Make the ClassID column read-only because i will set this later
    SPField classIDField = rList.Fields["ClassID"];
    classIDField.ReadOnlyField = true;
    classIDField.Update();
    //Remove the Attachments column from the default view of the Trainers list
    SPView tDefaultView = tList.DefaultView;
    tDefaultView.ViewFields.Delete("Attachments");
    tDefaultView.Update();
    //Add new fields to the default view of the Registrations list
    SPView rDefaultView = rList.DefaultView;
    rDefaultView.ViewFields.Delete("Attachments");
    rDefaultView.ViewFields.Add("First Name");
    rDefaultView.ViewFields.Add("Last Name");
    rDefaultView.ViewFields.Add("E-mail Address");
    rDefaultView.ViewFields.Add("Phone Number");
    rDefaultView.Update();
    Classes list
    //Reference the newly created Classes list and perform the following
    //1. Set the display name of the "Title" column to "ClassID" and hide it from the New and Edit Forms
    //2. Make the "ClassID" column not required
    //3. Set the default value of the Registrations column to 0 and do not display it on the new form
    //4. Add the built-in "Start Date" and "End Date" columns
    //Reference the newly created classes list
    SPWeb currentWeb = properties.Feature.Parent as SPWeb;
    SPList classesList = currentWeb.Lists["Classes-List"];
    //Title column update
    SPField titleField = classesList.Fields["Title"];
    titleField.Required = false;
    titleField.ShowInNewForm = false;
    titleField.ShowInEditForm = false;
    titleField.Title = "ClassID";
    titleField.Update();
    //Registrations column updates
    SPField registrationField = classesList.Fields["Registrations"];
    registrationField.DefaultValue = "0";
    registrationField.ShowInNewForm = false;
    registrationField.Update();
    //Add the Start Date and End Date columns to the list, ensure they both display Date and Time, and add them to the default view of the list
    SPFieldDateTime startDate = currentWeb.Fields["Start Date"] as SPFieldDateTime;
    startDate.DisplayFormat = SPDateTimeFieldFormatType.DateTime;
    SPFieldDateTime endDate = currentWeb.Fields["End Date"] as SPFieldDateTime;
    endDate.DisplayFormat = SPDateTimeFieldFormatType.DateTime;
    classesList.Fields.Add(startDate);
    classesList.Fields.Add(endDate);
    SPView defaultView = classesList.DefaultView;
    defaultView.ViewFields.Add(startDate);
    defaultView.ViewFields.Add(endDate);
    defaultView.Update();
    classesList.Update();
    To my sense - when I add the classes list - the error pops up.
    the classid is tied to both these lists.

  • Error While saving new customer record,

    Hi,
    I have changed properties of the field PARTNER1 in the application crmm_account, to search for customer. The requirement is that account ID must have URL to ODC. I just copied same properties under Object link of BP_NAME1.
    But after saving the settings, and running the application, I get the following error on the browser window:
    <b>
    Runtime Errors         SYSTEM_ON_COMMIT_INTERRUPTED
    Date and Time          08.10.2007 11:35:53
    Short text
         The COMMIT WORK processing must not be interrupted.
    What happened?
         Error in the ABAP Application Program
         The current ABAP program "SAPLBUPA_MDM_PROXY" had to be terminated
          has
         come across a statement that unfortunately cannot be executed.</b>
    Is it like what I am doing is wrong, or should I do it in some other way??
    Points will be rewarded without fail
    Regards,
    Chinnu

    Hi Amol,
    One user faced the same issue on IT tool forum, check the link for solution.
    http://sap.ittoolbox.com/groups/technical-functional/sap-crm/communication-error-with-the-external-tax-systemvertex_ms0018-909264
    Hope it helps,
    Regards,
    MT

  • Error While Saving into Customizing Request

    Dear Experts,
    I am getting an error message while trying to save any changes in 'Appraisal Catalog'.
    And when I am transporting it to QAS. no changes are seen (it is not transported)
    Please let me know how to rectify this error...
    Error Message: Table HRPAD605 is not part of the Customizing object  PDST  T
    Detailed Description of the error is:
    Message no. TK428
    Diagnosis
    Entries in table HRPAD605 cannot be edited in connection with customizing object PDST      T as table HRPAD605 does not belong to customizing object PDST      T, according to the object definition.
    System Response
    The function terminates.
    ProcedureCheck whether the entered objects and keys are correct.
    Then check in the Implementation Guide whether the object was created correctly.
    Correct the object definition or the entry for the Transport Organizer interface.

    There may be some saving problem.
    Please check out,  then after words, you have to transport the request by se10
    Regards,
    Jaya

  • Error while adding a custom field with Input help via AET

    Hi All,
    I need to add two custom field under Service orders at Item level in component BT140I_SRVP.
    One field is required to have the input search help f4 and autopopulates the second field
    I am able to add one field(not requiring help) successfully through AET .
    I have created one Zsearch_help in se11 and its successfully running  and Autopopulating seocnd field while I am testing it
    While adding second field through AET,I need to enter following details as -
    field label,search relevant ,serach help etc.
    When I type the name of my 'Zsearch_help' against field search help it gives me following error
    'Search help is not compatible'.
    Secondly,not getting getter and setter methods for the attrributes in BTAdminI.
    Last,please tell me if i create zhelp and activate it,would it automatically appear in the list on AETwhile assiging it to input field?
    Please help me out.Kindly be detailed as I am new to SAP CRM.
    Thanks,
    Shivani

    The question is answered in CRM 7.0 forum:
    Getting error while adding a custom field (with input help) through AET

  • Error while saving date value in Java dictionary

    Hello Everybody,
    I got following error while saving date value in one of the fields of the Java table.
    Internal error occured in submit request: Error in method updateRequestContact : The object of type java.sql.Date with the value '2005-12-04 08:00:00.0' assigned to host variable 9 is not normalized. It must not contain time components in the time zone running the virtual machine.
    I can't find why it is taking time value in the date object.
    This value is coming from the RFC as a date value, and I am saving this value in Java dictionary table.
    Same code for this was working fine earlier. But, now suddenly it gives error like this.
    Even if I provide date on the screen from webdynpro application, this date value can't save in the Java dictionary and gives same error.
    What should be the problem behind this?
    Regards,
    Bhavik

    Hi Satyajit,
    I am getting date value from the screen of the webdynpro application from date picker control and passing this value in Java dictionary.
    More Information:
    I have dat value in the Date object: <b>target_date</b>
    But Now I have made new Date object as following:
    Date target_Date1 = new Date(target_date.getYear(),target_date.getMonth(),target_date.getDate());
    Then I am passing this object to Java dictionary. Still it gives same error.
    Then I have changed code as following:
              int l_year;
              int l_month;
              int l_days;
              l_year = target_Date.getYear();
              l_month = target_Date.getMonth();
              l_days = target_Date.getDate();
         Date target_Date1 = new Date(l_year,l_month,l_days);
    Now it works for me.
    But I guess this is not the perment solution. It looks very strange. I have used so many date objects at various palces. So, this solution is not the final for me.
    I want to findout the main cause of it.
    One more thing: This code was working for a mornth or two. But, now suddenly it is giving this error.
    Please help me if anybody knows.
    Regards,
    Bhavik

  • Error while saving data form in planning

    Hi,
    We are getting the below error while saving the data form in planning
    "There was an error during the save process"
    i believe our form is not exceeds 255 columns we were able to access the same form till yesterday
    can any one please help me on this

    One reason could be that the blocks that you are trying to save are locked either through excel-addin or someone else might be updating the same combinations. I have encountered such issues earlier and got the same error. Check if there are any locks in essbase while you are saving the planning data.

  • Error While saving a iBot

    Hi All ,
    I am getting the below error while saving a iBot.
    Oracle BI Scheduler Error: [nQSError: 16001] ODBC error state: S1C00 code: 106 message: [Microsoft][ODBC Excel Driver]Optional feature not implemented . at stage of execute transaction command with data source: Procurement_Demo
    I am using xls as a datasource to create Repository. I have created scheduler tables for iBot in the same datasource.
    Can i not use XLS as a datasource for iBot?
    If i can use , what is the solution of this problem.
    Thanks in advance.
    -- Ashish

    Hi Vivek,
    Please close your SharePoint Designer application, clear/delete the cached files and folders under the following directories from your server installed SharePoint Designer, then check results again.
    <user profile>\appdata\roaming\microsoft\SharePoint Designer\ProxyAssemblyCache
    <user profile>\appdata\local\microsoft\websitecache\<sitename>
    http://www.andreasthumfart.com/2013/08/sharepoint-designer-2013-server-side-activities-have-been-updated/
    Thanks
    We are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Error while saving list workflow in sharepoint designer 2013

    Hi,
       I am trying to create custom workflow using sharepoint workflow 2013 at client side.While i am saving this,it thowas error-"Server side activities have been updated.you need to restart  sharepoint designer to use the updated version
    of activites"
    I have installed 32-bit sharepoint designer 2013 in my system and i have no access to server.
    I have also followed the solution  and deleted the contents in the below location.
    <user profile>\appdata\roaming\microsoft\SharePoint Designer\ProxyAssemblyCache
    <user profile>\appdata\local\microsoft\websitecache\<sitename>
    Please help to solve the error.
    Thank you

    You need to install updated version of SharePoint designer.
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/f255f4b4-1828-4ccb-983a-5efbf0e020ae/sharepoint-designer-2013-server-side-activties-have-been-updated-prompt?forum=sharepointcustomization
    Try below:
    http://stackoverflow.com/questions/19652391/error-while-saving-a-workflow-via-sharepoint-designer-server-side-activities-ha

  • Error while saving workbook or query

    Hi guys. After upgrade to 7.0 we are experiencing error while saving workbook or query.
    We are using BEx 3.5.
    Here is the error:
    "Program error in class SAPMSSY1 method: UNCAUGHT_EXEPTION.
    An exeption with the type CX_SY_PROGRAM_NOT_FOUND occured, but was neighter handled locally, nor declared in a RAISING clause.
    Program CP9QUC052Y8TXQ0C2TM5KB0T92K does not exist"
    What can be the cause of this error?

    Hi Jose!
    It was easy.
    The problem can be solved by reactivating the personalization
    for the BEx.
    To reactivate the personilization go to transaction SPRO and navigate:
    SAP Reference IMG -> SAP Customizing Implementation Guide -> SAP
    NetWeaver -> Business Intelligence -> Settings for Reporting and
    Analysis -> General Settings for Reportiung and Analysis
    or
    open the transaction RS_PERS_ACTIVATE
    Check all boxes and execute.
    Hope it helps.
    Vad.

  • WCM Error while saving Project

    Hi,
    I am getting following error while saving new created project in cProject.
    Saving is not possible because the WFM Core data could not be adjusted
    Message no. PRP086
    Diagnosis
    When checking the project role or project role staffing, differences to the related WFM Core data were found. The project cannot be saved because the data cannot be adjusted. Possible causes for this include:
    The WFM Core is not installed locally. When working with the application, the WFM Core service is suddenly no longer available.
    The WFM Core configuration has been changed in Customizing.
    The WFM Core is only activated after projects have been created. During the automatic adjustment of data, it is determined that resources unknown in the WFM Core are assigned to existing project role staffing.
    When working with the application, an existing resource already assigned in the WFM Core is deleted.
    System Response
    The project cannot be saved.
    Procedure
    Contact the system administrator if the required resource is not known in the WFM Core. The project can be saved as soon as the resource is created.
    Let me know how to resolve this issue??
    Thanks in advance,
    Atul.

    hi Atul,
    Are you using WFD server for your resource planning in cProjects???
    If yes, you have to do settings in customizing for the same in Workforce deployment server under Resource Management in cProjects.
    If not, then do following settings to remove the error you are getting:
    1) SPRO -> Collaboration Projects -> Resource management-> Business Partner-> Set Up Integration of HR,
    Maintain following setting:
    Group     Sem. abbr     Value abbr     Description
    HRALX     HRAC     X     Activate HR Integration
    2) SPRO -> Collaboration Projects ->  Resource management Qualification Management->  Activate Qualification Search and Matchup Using WFM Core
    In this, deactivate the use of WFD Core for the qualification match up and the search by deleting the X under Value abbr. in the activity Activate Qualification Match up and Search Using WFM Core.
    Hope this will be helpful to you.
    Regards,
    Niraj Sikligar

  • Error while saving FYV : Gaps in financial year variant periods

    Hello Experts,
    We are getting an error while saving  a new FYV as:
    Gaps in financial year variant periods XY
    Message no. FGV556
    Diagnosis
    The period specification has gaps. The periods must be sequentially numbered without any gaps.
    System Response
    Only a correctly defined period assignment can be saved.
    Procedure
    Define the periods with consecutive numbers.
    Details: The new FYV has 52/53 weeks as posting periods depending on calendar year.
    For example, we are trying to define Fisc 2009 as follows. (Fiscal year 2009 = Nov 01 2008 to Oct 31 2009).
    Month-Day-Period-Yearshift
    11     ---     7     ---     1     ---     +1
    11     ---     14     ---     2     ---     +1
    11     ---     21     ---     3     ---     +1
    11     ---     28     ---     4     ---     +1
    12     ---     5     ---     5     ---     +1
    12     ---     12     ---     6     ---     +1
    12     ---     19     ---     7     ---     +1
    12     ---     26     ---     8     ---     +1
    12     ---     31     ---     9     ---     +1
    1     ---     3     ---     9     ---     0
    1     ---     10     ---     10     ---     0
    1     ---     17     ---     11     ---     0
    1     ---     24     ---     12     ---     0
    1     ---     31     ---     13     ---     0
    2     ---     7     ---     14     ---     0
    2     ---     14     ---     15     ---     0
    2     ---     21     ---     16     ---     0
    2     ---     28     ---     17     ---     0
    3     ---     7     ---     18     ---     0
    3     ---     14     ---     19     ---     0
    3     ---     21     ---     20     ---     0
    3     ---     28     ---     21     ---     0
    4     ---     4     ---     22     ---     0
    4     ---     11     ---     23     ---     0
    4     ---     18     ---     24     ---     0
    4     ---     25     ---     25     ---     0
    4     ---     2     ---     26     ---     0
    5     ---     9     ---     27     ---     0
    5     ---     16     ---     28     ---     0
    5     ---     23     ---     29     ---     0
    5     ---     30     ---     30     ---     0
    6     ---     6     ---     31     ---     0
    6     ---     13     ---     32     ---     0
    6     ---     20     ---     33     ---     0
    6     ---     27     ---     34     ---     0
    7     ---     4     ---     35     ---     0
    7     ---     11     ---     36     ---     0
    7     ---     18     ---     37     ---     0
    7     ---     25     ---     38     ---     0
    8     ---     1     ---     39     ---     0
    8     ---     8     ---     40     ---     0
    8     ---     15     ---     41     ---     0
    8     ---     22     ---     42     ---     0
    8     ---     29     ---     43     ---     0
    9     ---     5     ---     44     ---     0
    9     ---     12     ---     45     ---     0
    9     ---     19     ---     46     ---     0
    9     ---     26     ---     47     ---     0
    10     ---     3     ---     48     ---     0
    10     ---     10     ---     49     ---     0
    10     ---     17     ---     50     ---     0
    10     ---     24     ---     51     ---     0
    10     ---     31     ---     52     ---     0
    The above entries cover all the dates in calendar year 2009, that is, Jan 2009 to Oct 2009  is covered by periods 10 to 52 and Nov 01 2009 to Dec 31 2009 is covered by period 1 to 9 of the following fiscal year 2010.
    Inspite of making sure that all the days of 2009 are covered by periods 1 to 52. We are still unable to save the FYV.
    Please help!
    Susan

    Hello, I am getting this error while saving the FSV. My FSV is based on Weeks. Below is what I am inputting for this. Other details are Calender Year -  2017, No. of posting periods - 53, checked year dependent. Also, I have FSV for previous years also where weeks are 52 but configured as 53. So, hope that this is not creating this issue. Solicit your early response.
    Month
    Day
    Period
    Year Shift
    1
    7
    1
    0
    1
    14
    2
    0
    1
    21
    3
    0
    1
    28
    4
    0
    2
    4
    5
    0
    2
    11
    6
    0
    2
    18
    7
    0
    2
    25
    8
    0
    3
    4
    9
    0
    3
    11
    10
    0
    3
    18
    11
    0
    3
    25
    12
    0
    4
    1
    13
    0
    4
    8
    14
    0
    4
    15
    15
    0
    4
    22
    16
    0
    4
    29
    17
    0
    5
    6
    18
    0
    5
    13
    19
    0
    5
    20
    20
    0
    5
    27
    21
    0
    6
    3
    22
    0
    6
    10
    23
    0
    6
    17
    24
    0
    6
    24
    25
    0
    7
    1
    26
    0
    7
    8
    27
    0
    7
    15
    28
    0
    7
    22
    29
    0
    7
    29
    30
    0
    8
    5
    31
    0
    8
    12
    32
    0
    8
    19
    33
    0
    8
    26
    34
    0
    9
    2
    35
    0
    9
    9
    36
    0
    9
    16
    37
    0
    9
    23
    38
    0
    9
    30
    39
    0
    10
    7
    40
    0
    10
    14
    41
    0
    10
    21
    42
    0
    10
    28
    43
    0
    11
    4
    44
    0
    11
    11
    45
    0
    11
    18
    46
    0
    11
    25
    47
    0
    12
    2
    48
    0
    12
    9
    49
    0
    12
    16
    50
    0
    12
    23
    51
    0
    12
    30
    52
    0
    12
    31
    1
    +1
    Thanks
    Deepankar

  • Error while saving Excise Invoice

    Hi,
       I am getting an error while saving an excise invoice. It is as follows :
        BED :  Debit =  1,400.00  Credit =  392.00  Diff =1,008.00
        Message no. 8I312
    please help....
    Thanks & Regards,
    S.Rajeswari

    Hi,
    I am getting the following error while saving the Excise invoice.
    Balance in transaction currency
        Message no. F5702
    Diagnosis
        A balance has occurred in transaction currency 'INR' with the following
        details:
        Exchange rate '00', amount '            28.00' and currency key 'INR'.
        The data in the transaction currency were transferred from the calling
        application.
    System Response
        Your data cannot be processed in FI.
    Procedure
        The error is probably in the calling application.
    Thanks & Regards,
    Ramya

  • Error while saving

    Hello Experts,
    I am facing an issue while saving a BO. We have a Z-BO which works very well in 4.0. We have upgraded to 7.0 and we are facing the issue while trying to save an entry from the list tile.
    The BO is configured as a child segment of BDOC CAPGEN_OBJECT_WRITE. We have a Z-table which should be populated with the grid entry details.
    When I try to save, it raises an error "Error while saving", and if I check the error from the Windows menu, I can see the context as "UI_CORE_SAVE_FAILED_STA". Any idea if there may be issue with Anchor mapping or something else?
    I tried debugging it and it does not stop anywhere. It seems that this is not due to programming logic. I am stuck here for quite sometime. Kindly advise.
    Appreciate your valuable feedback on this. Thanks in advance.
    Regards
    Pijush

    Hi Wolfhard,
    Thanks for your reply.
    The table is generated successfully in the laptop - there is no error when I generated the table using client console. Do I need to check anything else in this regard?
    Regarding the BDOC, this Z-table (and BO) is mapped as a child segment of BDOC CAPGEN_OBJECT_WRITE (which is a Synchronization (Write) BDoc). When the system is upgraded (from 4.0 -> 7.0), the Z-segment was missing in Sandbox system. I have added the Z-segment again to BDOC CAPGEN_OBJECT_WRITE based on the old system (4.0) details.
    Will there be a chance of impact due to that due to upgrade? Any other things to check? Appreciate your help.
    Regards
    Pijush

  • Error while saving Ibots

    Hi,
    I got following error while saving the ibots. Scheduler is running, and we checked in the configuration we found no error there
    nqserror:12008 unable to connect to port 9705 on machine dev01
    nqserror:12010 communication error connecting to remote end point access
    nqserror 12002 Socket Communication error at call
    Phani.

    Hi phani,
    Check out youe configuration steps again.check this links for configuration and are you missing anything
    http://gerardnico.com/wiki/dat/obiee/schedulerconfiguration_
    http://forums.oracle.com/forums/thread.jspa?threadID=1087495&tstart=10
    Hope it helps you.
    Cheers,
    KK

Maybe you are looking for

  • Can not open Adobe Bridge in Photoshop CS2

    Adobe Bride is supposed to be included with Photoshop CS2, but there are no links to it when in Photoshop.  File>Browse does not go to Bridge.   I downloaded a new copy of Bridge from Adobe and installed it.  There is still no link to Bridge in Photo

  • Problem while attaching file to create service notification(IW51) iView

    Hi, We are using Create Service Notification (IW51) transaction iView (SAP GUI for HTML) in one of our portal workset. Few users are facing issue while trying to attach file to the Service Notification. When they open the file dialogue to attach the

  • Acrobat spontaneously tries to do OCR

    Whenever I open a pdf document, Adobe Acrobat Standard 9.5.0 tries to do an OCR on it (without my asking for it) - even on pdf documents that have already been OCR'ed.  And then, usually, it will try to do it again and again.  How do I disable this s

  • Macbook pro shutting down after I installed new RAM

    I recently installed 8 GB of new RAM (purchased from Best buy). and a few times since I did that (yesterday morning),  my laptop has shut down and a grey screen has popped up with something saying  "Your computer has shut down because of a problem, p

  • 'select objects: click and drag to select several objects' doesn't work

    I have recently upgraded to Office 2010, and have the same problem as http://social.technet.microsoft.com/Forums/en-US/office2010/thread/75270638-e02b-4a78-b291-043abbca04ae?prof=required When I use Select - Select Objects in the Editing part of the