Error while editing an automaticlly populated record of  a custom infotype

hi,
a query in HR ABAP.
i have created a custom Infotype to store the CTC details of an employee. this custom IT needs to get the records auto populated, when they are created in Infotype 0008.
i have used the exit. EXIT_SAPFP50M_002  inside which  an include program is written  :ZXPADU02
using this, the records made to get create automatically in the custom IT.
but when we try to modify or delete those records thru the tcode PA30,
it does not allow to do so and throws a standard error message. as  below.
Specified subtype is invalid
Message no. PG088
please help me out to fix this issue.

the exact point of the std error is,
i do the folowing steps.
1)_ for auto creating a record in custom IT Pa**** , i goto transaction, PA30, create record in IT 0008 with a basic Pay., click on save.
on saving , the EXIT_SAPFP50M_002 is called where i ve written a Z inlcude Program, which inserts the record in custom IT PA****.  this is successful.
2) when i try to change or delete the same record which i ve created as above, through the Tcode PA30 for custom IT, PA
****, i get the error.
hope the problem is clearly mentioned

Similar Messages

  • Getting Error while trying to enter multiple records using PA70

    Hi all,
    While trying to enter multiple records for a custom infotype using transaction PA70,
    the system asked to provide details of the custom infotype in T588Q and T588r tables after giving the details i'm able to enter into the custom infotype screen but the Personnel number is defaultly taken as
    zero and im not able to change the value and if i click save after entering the other details it is throwing an error telling that Infotype doesnt exist.
    Please Help..
    Thanks & Regards,
    Kumar Madduru

    Hi,
    Let us know the detailed error text. Probably you haven't included the infotype to maintain in Fast Entry or doesn't have the authorization.
    Good Luck
    Om

  • Error while editing 0585&0586 Infotypes in ess

    Hi Folks,
    I am getting an error while editing the 0585&0586 infotypes in ess.
    When i select the field edit it shows me the record with correct dates (Financial year dates) and when i start edidting the amounts and saving the data it was taking the current date as start date and throws an error saying
    Begin date and End date for the infotype must match financial year dates.
    A record already exists for the current financial year.
    Please help in this regard.
    Regards
    SIva

    Hi ,
    If you want to edit the Info types -0585&0586.The control reocrd and the info type start period should be in the same fincial year.
    Thanks,
    Bhaskar

  • ORA-29861 Error while editing or adding search keywords in a File Item

    Hi,
    We are getting the following error while editing or adding search keywords to a file item:
    ORA-29861: domain index is marked LOADING/FAILED/UNUSABLE
    DAD name: portal30 PROCEDURE : PORTAL30.wwv_edit_tab.edititem
    Can you please tell us what went wrong.
    Thanks

    Vikas,
    From the server error messages reference:
    Cause: An attempt has been made to access a domain index that is being built or is marked failed by an unsuccessful ODCIIndexCreate or is marked unusable by a DDL operation.
    Action: Wait if the specified index is marked LOADING Drop the specified index if it is marked FAILED Drop or rebuild the specified index if it is marked UNUSABLE.
    It's possible you were loading the document while the index was being rebuilt. Search all_indexes where DOMIDX_STATUS <> 'VALID' OR DOMIDX_OPSTATUS <> 'VALID' to find the offending index and rebuild it.
    Regards,
    Jerry
    null

  • Access Denied error while editing interactive forms in NWDS

    Hi,
    I am getting following error while editing the Adobe Interactive form in NWDS, I didnt understand why i am getting this error please help me in this issue
    the error i am getting is as follows
    java.io.FileNotFoundException: C:\Documents and Settings\my user\Application Data\Adobe\Designer\FormDesigner.ini (Access is denied)
         at java.io.RandomAccessFile.open(Native Method)
         at java.io.RandomAccessFile.<init>(RandomAccessFile.java:212)
         at com.sap.ide.webdynpro.adobetemplatedesigner.internalisation.AdobelanguageSettingService.setAdobeLanguage(AdobelanguageSettingService.java:43)
         at com.sap.ide.webdynpro.adobetemplatedesigner.AdobeDesignerEditorPart.createPartControl(AdobeDesignerEditorPart.java:123)
         at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:661)
         at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:428)
         at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:594)
         at org.eclipse.ui.internal.EditorReference.getEditor(EditorReference.java:266)
         at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2820)
         at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2729)
         at org.eclipse.ui.internal.WorkbenchPage.access$11(WorkbenchPage.java:2721)
         at org.eclipse.ui.internal.WorkbenchPage$10.run(WorkbenchPage.java:2673)
         at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
         at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2668)
         at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2652)
         at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2635)
         at com.sap.ide.webdynpro.adobetemplatedesigner.listener.ViewDesignerActionListener.launchAdobeDesigner(ViewDesignerActionListener.java:73)
         at com.sap.ide.webdynpro.adobetemplatedesigner.contentprovider.LaunchDesignerAction.run(LaunchDesignerAction.java:30)
         at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:251)
         at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:583)
         at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:500)
         at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411)
         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
         at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3823)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3422)
         at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2384)
         at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2348)
         at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2200)
         at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:495)
         at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288)
         at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:490)
         at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
         at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
         at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193)
         at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
         at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
         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:597)
         at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
         at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
         at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
    thanks
    Anu

    Hi Anu,
          Please check if you have permissions in C:\Documents and Settings\my user\Application Data\Adobe\Designer\FormDesigner.ini
          Change "my user" to the actual user.
    Best regards, Aldo.

  • Error while creating a record in a custom infotype

    hi to all experts,
    I have created a infotype with 3 screens . But one of the screen im getting this error while saving a record .The Required screen change cannot be made.

    Im defining using the table pa9005 not the structure p9005
    (is it the same)
    Please help me ....
    Edited by: mohammed  abdul hai on Sep 18, 2009 8:20 AM

  • EHS-Error while editing Report template

    Hi Gurus
    I am getting a vague error while trying to cancel release of existing report template. I need to edit the same. Hence i am cancelling the release. Please let me know if any of you have got this error before and how did you solve it?. Also i have done changes in Dev and QA. But i get this error only in prod.
    The error details are as below.
    Unable to write log record for document 1
    version 00
    "Unable to write log record for document 1050010 version 00"
        Message no. C$760
    Diagnosis
        You attempted to change the status of a document.  The system creates a
        log record for this activity.  However, the system was unable to create
        this log entry.
    System Response
        The system is unable to write the log entry.
    Procedure
        Notify your system administrator.
    TIA
    Regards
    Murali

    Hi
    I have solved this issue. It was an authorization issue. I didnt have authorization for CV02N.
    Thanks and Regards
    muralidharan

  • Error while editing a page in Oracle Composer

    While editing a page on the remote server using Oracle Composer I am getting the following error:
    Exception [EclipseLink-7060] (Eclipse Persistence Services - 2.1.2.v20101206-r8635): org.eclipse.persistence.exceptions.ValidationException
    Exception Description: Cannot acquire data source [java:comp/env/jdbc/WebCenterDS].
    Internal Exception: javax.naming.LinkException: [Root exception is javax.naming.NameNotFoundException: While trying to lookup 'jdbc.webcenter.CustomPortalDS' didn't find subcontext 'webcenter'. Resolved 'jdbc'; remaining name 'webcenter/CustomPortalDS']; Link Remaining Name: 'jdbc/webcenter/CustomPortalDS'
    Exception Description: Cannot acquire data source [java:comp/env/jdbc/WebCenterDS].
    Internal Exception: javax.naming.LinkException: [Root exception is javax.naming.NameNotFoundException: While trying to lookup 'jdbc.webcenter.CustomPortalDS' didn't find subcontext 'webcenter'. Resolved 'jdbc'; remaining name 'webcenter/CustomPortalDS']; Link Remaining Name: 'jdbc/webcenter/CustomPortalDS'
    While trying to lookup 'jdbc.webcenter.CustomPortalDS' didn't find subcontext 'webcenter'. Resolved 'jdbc'
    Any pointers would be helpful

    Hi,
    I think, Package ZBI_NEW  is a custom development package: probably someone else already transported the application component hierarchy and assigned this package...try to change this. Chk with SE80 > package > ZBI_NEW,If it is not there,create it.
    But the normal practice is change/Edit DSO in DEV-->Quality , then transport to Production.(SE80
    In the drop down, look for Packages,below it type ZBI_* and hit Open.If you don't see ZBI_NEW, then ask BASIS to Create (DEV)and import that Package to QAS->Production)
    Regards
    CSM Reddy

  • Error while editing PO - deleting service line item and creating material line item.

    In SAP SRM Extended classic scenario, PO is in 'ordered' status and contains a service line item. While editing this PO, I delete the service line item and create a new material line item. This gives me the following error.
    Back end error: Enter G/L account
    Back end error: LIne item still contains faulty items.
    This happens only with service- material comibination and no other combination(material-service, service-service, material-material).
    I need to know the reason for this issue and how it can be solved?

    PO Values (Inc Tax):
    Item 1: INR 228 L
    Item 2: INR 27.83 L   (Payment also done in 2008)
    GR for Item 1: INR 207.46 L
    Remaining Comm = INR 21.01 L
    Item 1 having 73 sub line items.... fo some of the sub-line items GR for some qty already done in last fiscals.
    User changing for remaining qty.
    Budget Report values:
    Previous Years:  Budget, Actual & Assigned = 304.85 L
                                Available = 0      (Carry Forward done for Budget & Commitments)
    2011:                   Budget = 75.15 L
                                Actual = 53.86 L
                                Comm = 21.01 L   (Same as Remaining Commitment)
                                Avai = 0.28 L
    Hope this will help.

  • Error while Editing Item - After importing pagegroup

    Hi All,
    We have Oracle Application server 10g (10.1.2) with Oracle Portal 10.1.2.0.0. as a test environment in win 2000 server.
    We installed a new Oracle Application server 10g (10.1.2) (production) with 10.1.2.0.2 in Suse Linux Enterprise server 9. every thing was fine.
    We have migrated one simple page group from source(win) to a new Portal in Linux ( by following the steps of Portal export / import Doc.). This is by exporting transport set, dmp file in source side and importing dmp file and transport set on the target. The import was successful. I checked the Navigator and found the imported page Group. Also all the sub pages and items have been found with proper regions.
    But when i'm trying to edit any item,region or adding region,item, it shows the following error. -----------------------
    ERROR :General invalidation message processing exception: User-Defined Exception (WWC-40018)
    General invalidation message processing exception: Error invalidating content, Non-200 status code returned by Web Cache. Status: 407 Proxy Authentication Required ( The ISA Server requires authorization to fulfill the request. Access to the Web Proxy service is denied. ) (WWC-40018)
    Note:Please kindly note that our repository and portal midtier on same machine. So there is no firewall between portal and repository. Also there is no proxy settings given in Portal. Moreover, I reinitialized the webcache invalidator password in both web cache admin and Portal. Nothing is working.
    Please kindly help me in this regard urgently. and provide me the solution along with the navigation details.
    Thanks in Advance,
    Abdullah Shafi

    HI,
    Pls reply me.did your issue resolved regarding webcache wwc-400018 ,same is the problem for me,webachacheadmin and invalidator pages are not working and while editing items in portal does reflect instaed it gives the error
    Error
    General invalidation message processing exception: An error occurred while closing the HTTP connection after receiving an error while getting the invalidation response from Web Cache: ORA-29273: HTTP request failed
    ORA-06512: at "SYS.UTL_HTTP", line 1389
    ORA-29261: bad argument
    ORA-29273: HTTP request failed
    ORA-06512: at "SYS.UTL_HTTP", line 1231
    ORA-29259: end-of-input reached (WWC-40018)
    General invalidation message processing exception: An error occurred while getting the invalidation response from Web Cache: ORA-29273: HTTP request failed
    ORA-06512: at "SYS.UTL_HTTP", line 1231
    ORA-29259: end-of-input reached (WWC-40018)
    Thanks and Regards,
    Azeem.

  • Error while executing huge no.of records in RSRT

    Hi Everyone,
    I have around 80000 records in our customized infocube, while executing the query for this in RSRT it throws up this runtime error.
    As before suggested I set the mode to application server as explained in oss note 656060 which was suggested earlier in this forum.
    Now this is the error message it throws up what can be done.
    <b>
    Unable to fulfil request for 67108864 bytes of memory space.
    Each transaction requires some main memory space to process                  
    application data. If the operating system cannot provide any more            
    space, the transaction is terminated.                                        
    The termination occurred in the ABAP program "SAPLRRK0 " in "SETXX_FUELLEN_02"
    The main program was "WRITEQUERY ".                                                                               
    The termination occurred in line 1125 of the source code of the (Include)    
    program "LRRK0F07 "                                                         
    of the source code of program "LRRK0F07 " (when calling the editor 11250).</b>   
    Any help will be of great use to me.
    Thanks,
    Prashant.

    No ideas as such but try to publish on web while running from RSRT instead of excel or screen...
    may be that could help and try to run when the system is free and less loaded..
    regards,
    Hari

  • Error while uploading maximum no of records

    hi all,
    i am uploading my data through a excel sheet its working fine upto 18,000 records
    but when i increased the records to 20,000 its giving an error as
    error during import of clip board contents
    actually my file contains 39,000 records
    points will be rewarded for helpful answers
    Regards,
    phani.

    Hi anji,
    i feel the same and tried 18000 ones and remaining again its working fine
    one more thing now i am not getting the same error now i tried 20000 ones remaining ones now its not giving any error but when i give 39000 records at a
    time it gives a short dump due to time exceeds
    i think i have to run it through background do you say any option than this?
    points will be rewarded for helpful answers
    Regards,
    Phani.

  • Error while creating a pricing condition record.

    Hi
    I am trying to use the Material Group 1 (MVGR1) field from the field catalog to create a pricing condition table(9 series). I was able to create the table with MVGR1 as one of the columns but when I try to maintain condition records in the table, System gives me the following error. I have maintained certain values in the config for material group1. there is neither F4 values for the field Material group nor I can type in config values of MVGR1 in that field. I am getting this error. Any help on how to get past this issue will be highly appreciated.
    Thanks
    Object Material group 1 not provided with characteristic AS. (Note other fields!)
    Message no. VK432
    Diagnosis
    The value entered in a field is not permitted.
    System response
    The system issues an error message.
    Procedure
    Check the entry and make the necessary corrections. Note any relationships between the individual fields. Entries in other fields may also be incorrect.
    Example: There are two fields for maintaining the country and region. These fields are linked. The country chosen would be permitted if it were by itself. So would the region. But the region may not be in the the country chosen. In this case, an error message is issued. The country should then be corrected, not the region!
    Edited by: Suraj Ramakrishnan on Dec 24, 2009 2:45 AM

    Message no. VK432
    Check note 750841
    thanks
    G. Lakshmipathi

  • Error While saving the tabulator results recording(QE71)

    Hi Experts ,
    through the Tcode QE71 i'm recording the inspection points and the inspection results but while Saving the recorded results , the system is giving error as " No Orignal values " and also as "inspection Pt 99999 of the Characteristics .....is not avaialable".
    What might be the possible reason for the same. But when i'm entering the results through the Tcode QE01 all the results are saved and closed.
    Can anybody help me out of this.
    B'regards
    Krishna

    Hi,
    Can you call your web service using jQuery not in an app successfully?
    As the error message suggests, it might be an error on the server side.
    I suggest you do a simple test to check whether you can call the web service using jQuery.
    Here are two links would provide more information about troubleshooting this error for your reference:
    http://sadomovalex.blogspot.com/2013/08/return-json-from-asmx-when-call-it.html
    http://www.codeproject.com/Tips/761116/Troubleshooting-an-Issue-With-Calling-an-asmx-Web
    Feel free to reply with the test result if the issue still exists.
    Best regards
    Patrick Liang
    TechNet Community Support

  • Error while trying to archive from Records Management

    Hello,
    I'm currently trying to figure out what would be the best way to archive Digital Personnel File documents. Currently it looks like the best way would be using method described in document [Archiving in SAP Records Management|https://cw.sdn.sap.com/cw/docs/DOC-22228]: using program SRM_KPRO_CONTENT_RELOCATION and archiving object SRMGSP.
    When I'm trying to run this program in test mode I get the following error:
    Problems while searching for the specified documents
    Message no. SRM_GENERIC_SP_ARC021
    There should be documents of the element type I'm trying to use there and I have configured the Content Category to be used with this (using content repository with archive link).
    Any ideas what might be causing the error? Thanks!
    - Jarmo

    Dear Jarmo,
    Please check if you have such documents by first searching for them in ORGANIZER for the given element type based on the last changed date. If you are able to retrieve results that way then this program should also work.
    Best Regards,
    Pragya

Maybe you are looking for

  • Lenovo N200 no S-Video output

    Hello, on my N200 0769-EAG I don't get any S-Video output. I tried several cables... I think I installed all drivery correctly, but without any result. I also tried it on linux, but got no answer to TV. Does anyone has an idea? Helpless!!!!!

  • Using modbus/TCP with USB ethernet adapters

    I have a test stand where I have a handful of USB instruments and a single modbus/TCP slave.  I'm considering adding a USB ethernet adapter to the stand so that there is a single USB cable connecting the computer to the hardware rather than both a US

  • COST Element Based Planning

    Hello All, We are trying to plan cost of WBS Element based on cost elements. what we are trying to do - > CJ40, we want to plan on cost element level so on clicking the button "primary costs" (or via the menu: "Extras -> detailed planning -> Primary

  • IMAC 27 shuts sometimes during a day !

    Guys dont know whats wrong with my 2 weeks old IMAC ! Sometimes during a day its SHUT DOWN ! Here is a log file after it SHUT DOWNS ! 11.11.10 1:54:23 loginwindow[29] USER_PROCESS: 29 console 11.11.10 1:54:23 com.parallels.vm.prl_naptd[106] QKqueueFi

  • AC_RunActiveContent.js HACKING

    my web site has been hacked few time trought the AC_RunActiveContent.js code you can see the google entry for my web site www.mrytz.com google their is a warning message. As soon as I remove the AC_RunActiveContent.js code everything is fine but I ca