Custom Infotype error in upgrade.

Hi,
We did a upgrade from 4.6C to 5.0.
When we are doing syntax check for one of the program which has used custom infotype 9002
it is giving following error "Include report "%_HR9002" not found."
What could be the reason for this ?

>>>Could please explain me the use of this include....
YES.. SAP looks for this include if you have used it with the INFOTYPES:9xxxx declaration in any Program. Otherwise, you will not hit the error. this was a known bug in 46c-47 upgrade and SAP ought to have fixed it by now.. I am surprised.. anyway good that PM01 fixed it for you.. you can also use the report I suggested to generate the include enmasse ie for all the Custom Infotypes in one go..
Regards,
Suresh Datti

Similar Messages

  • Add new loop field in custom infotype - error field .. not assigned to loop

    Hi,
    I have a task of adding a new loop field in a custom infotype screen 3000. Here, in the past there have only been the fields begin date and end date. I need to add a new field, so this is how I proceeeded:
    1) I modified the screen 3000 in SE38, adding the field where I wanted and defining a loop.
    Now, I get the syntax error : Field P9500-field is not assigned to a LOOP. LOOP...ENDLOOP must appear in PBO and PAI.
    There must be something wrong in what I'm doing, can you please let me know a quick fix on this or how I can accomplish this in PM01? Please keep in mind that this is a custom infotype for SAP TEM, I can't see it in PA.
    Best regards,
    George

    Not a nice solution but I had to do this quick and I'll correct it in the next days:
    The old flow logic PBO code was:
      LOOP.
        MODULE FILL_DYNPRO.
      ENDLOOP.
    If I wanted to insert here something like:
      FIELD whatever
        MODULE dummy.
    , I'd get stupid error messages like this other field is not in loop, endloop, then if I put that other field I'd get the error that the fields are in the same loop...
    Wanting just to get this over with, I added the following code (after the initial loop):
      LOOP.
        FIELD whatever
          MODULE FILL_DYNPRO."same module as above
      ENDLOOP.
    This was repeated in PAI.
    This pretty much works out fine for the moment, I'll look for finer solutions in the week to come.
    Thanks for the help, guys.
    Best regards,
    George

  • Error while creating a query for my custom infotype

    Hi,
    I have created a custom infotype with fields currency amount and currency field .
    While I am creating a query for it its giving an error
    Message no. AQ_AD_HOC221 Error when generating the report(see long text )
    I tried to execute the standard program RPUMS40CCI but still I am facing same error .
    I have also maintained table T777i for my infotype but still problem exists.
    Please help.
    P

    Hi
    Check in PM01

  • 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

  • Error executing Custom Infotype..

    An Invalid table name PA9001 is mentioned in the open SQL Statement.
    Runtime Error:SAPSQL_INVALID_TABLENAME
    Exception:CX_SY_DYNAMIC_OSQL_SEMANTICS occoured in procedure READ_DATABASE but neither
    handled locally nor declared in the RAISING clause of its signature.
    Termination occoured in ABAP Program SAPFP50P- in "READ_DATABASE".
    The main Program was "MP900100".
    I did not do any modifications in the programming part.Even then I am getting the errors..

    I had faced these issues before while creation of custom infotype. But I found later that its the incorrect authorizations which is not allowing the system to create the structures.
    When you create an infotype, sap follows few steps to create various strcutures and table enties.
    But due to insufficient authorizations, many of them are skipped. e.g. A functional person does not have authorization to create tables/ structures through SE11. I think this is the reason why the table PA9xxx is not created in your case.
    Fix your authorizations, and recreate the custom infortype.
    Reward points if it helps.

  • Error for custom infotype in PPOME

    Hello Experts,
    I have created one custom OM infotype for object position.Now when i am trying to acccess that Infotype in PO13 it is working fine but when i am trying to acccess the custom infotype in PPOME it is giving a dump.
    EERROR:
    Error in the ABAP program "SAPLRHOMDETAIL_PP01" had to be terminated because it has come accross a statement which cannot be exceuted.
    An exception occurred.
    The exception, which is assigned to class 'CX_SY_ASSIGn_CAST_UNKNOWN_TYPE', was not caught in procedure "INIT_SUBSCREEN" "(FORM)" nor was it propagagted by raising clause exception.
    The reason for the exception is :
    The type "" dynamically specified with ASSIGN....CASTING TYPE is unknown.
    Please guide me where i am doing mistake.
    Thanks in advance.
    Shweta

    Hi Sudha,
    PM01 is the tcode.
    Similar questions were already answered in the following threads
    ABAP HR : Infotype Enhancement
    So please search and then post specific queries.
    rgds
    gayathri

  • Subtype ERROR in Custom infotype

    Hi,
    i have created a custome infotype.
    i have assigned a subtype for the same.
    but it is not working.
    when i press F4 in subtype field  error is displayed.
    ERROR MESSAGE is " infoytpe xxxx not supported".
    regards
    thiru

    I am also facing the same problem  .
    Can anybody tell how to remove this error.
    Thanx
    Prabhati

  • Custom infotype getting error in overview

    I have a custom infotype that short dumps when I click on the overview button.  The message that I get is 'Syntx error or generation error in a screen.'  The error analysis says 'Screen "MP900500" 3000 could not be generated.'.  Screen 3000 is the screen that is created by SAP when you create the custom infotype.  Does anyone know how to correct this?

    Rob,
    I have all of the fields in the structure in both of the chain sections of the PAI.  do they have to be in the order that they are in the structure?  I also tried removing the display only fields from the section that said 'check and mark if there was any input: all fields that accept input HAVE TO BE listed here'.  The screen works normally, it just dumps when I click the overview button.
    Thanks,
    Paul
    Edited by: Paul Sullivan on Jan 11, 2011 8:39 PM
    Edited by: Paul Sullivan on Jan 11, 2011 8:39 PM

  • Error in custom infotype creation

    Hi
    I have created a custom infotype IT9100 .
    When I am seeing the screen layout in se51 information message
    Element PSPAR-ITTXT touches or overlaps other element
    ITTXT stores the infotype text
    Now when I am activating my screen its showing error
    Collision at target location.*
    Could you please let me know how to deal with such prob.
    P

    Hi,
    please check whether in the layout set may be those fields are overlaping.
    generally i didnt get those type of messages.

  • Custom infotyp creation error

    Hi,
    I am creating a customized infotype, when i activate the layout shows me the error message "Input/output field not defiend"
    But am unable to input the check in screen painter already the field is disabled.  Pls Assist. URGENT.

    Hi,
    For this you need to go to the change mode on the screen painter and then click on input/output field..
    Or you can go directly yo the element list of your screen and check the I/O option there for that field.
    Regards
    Sonu Gupta

  • Custom infotype syntax error

    in the modulepool program for my custom infotype 9050, I have defined a field symbol like below in the top include.
    FIELD-SYMBOLS: <PNNNN> STRUCTURE P9050
                           DEFAULT P9050.
    still it is showing <PNNNN> is unkown.
    Seconldy, can anyone give an simple modulepool code for custom infotypes ( 9xxx).
    Regards,
    Uday Madhav

    Hi,
    check out these..
    Re: how to transport  infotypes?
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/60a7586d-edd9-2910-68a8-8204303835a1
    Regards
    Mudit

  • Error imparting while creating Customized infotypes

    Dear Expert,
    I am working on customized infotype for the PA module.
    i am creating through PM01, i have update the fields and save, check and activate the structure then i go back to PM01 main screen the following warning massage imparting. for reference following screen shot
    But still i go back and click on technical attribute button for the maintain the details. the new warning massage
    Please help me out how to resolved this issue, i am unable to do the customized infotypes.
    Thanks
    Urvashi

    Hi Urvashi,
    The field names of your infotypes better have to start with ZZ* like ZZWRITE or ZZREAD. This would avoid 2 warnings.
    The other 2 warnings are caused because you didn't set an enhancement category for your structure PS9002.
    If you're creating a new infotype, please use the button "generate objects" in place of edit.
    Afterwards, you could go to each step with the edit button.
    Best regards,
    Jonathan

  • Creating / Updating Custom Infotype Records

    Hello everbody,
    We implement alot of custom HR infotypes in our system, both PA &  HRP.
    For the past several we have been using BDC (Batch-Input) recorded functions in order to update / create the records in our infotypes.
    We're currently facing an upcoming ECC upgrade , and I would like to lead a change that will eventually lead to us using generic SAP supplied functions.
    I've researched a few functions that might do the trick:
    RH_INSERT_INFTY:
    This one is giving me an SY-SUBRC 2 error code - Insert error, I tried to select a current record and insert it as different objid but this doesnt work.
    HR_INFOTYPE_OPERATION:
    I've read of several people that recommended using this function, but it is not released by SAP and I couldnt get it to work as well.
    BAPI_HRMASTER_SAVE_REPL_MULT:
    This one seems to work for sap infotypes but I dont think it suits custom infotypes.
    What is the "official" way of doing such operations?
    thanks in advance,
    Eli.

    Hello Dilak,
    Im currently trying to insert a new infotype record of infotype HRP9226.
    First I call function RH_GET_NEXT_NUMBER to get an objid.
    then I fill an HRP9226 line.
    after this i call the function:
    call function 'RH_INSERT_INFTY'
    exporting
    FCODE = 'INSE'
    vtask = 'S'
    ORDER_FLG = 'X'
    COMMIT_FLG = 'X'
    AUTHY = ' '
    PPPAR_IMP =
    OLD_TABNR = ' '
    REPID = ' '
    FORM = ' '
    KEEP_LUPD =
    WORKF_ACTV = 'X'
    tables
    innnn = hrp9226_line
    ILFCODE =
    EXCEPTIONS
    NO_AUTHORIZATION = 1
    ERROR_DURING_INSERT = 2
    REPID_FORM_INITIAL = 3
    CORR_EXIT = 4
    BEGDA_GREATER_ENDDA = 5
    OTHERS = 6
    I'm getting an "Error_During_Insert" and Im out of options regarding what I can possibly do.

  • HR LDB PNP and customer infotypes in 640

    Hello,
    I encountered the following problem during an upgrade from 4.6C to SAP ERP Central Component 5.0. When using logical database PNP and customer infotypes the syntax check produces the following syntax error:
    - INCLUDE report "%_HR9731" not found
    I have added an example program below. Prerequisite for this program is that the cutomer infotype 9731 exists in the system.
    Has anyone experienced this problem before? And if so, is there a solution? I can program some workarounds, but I prefer a solution, which does not involve changing my code.
    Regards,
    Marcel
    REPORT ZTESTINFOTYPES.
    tables: pernr.
    infotypes: 0000,
    0001,
    0002,
    9731 mode n.
    start-of-selection.
    get pernr.
    write / p0002-pernr.
    end-of-selection.

    Hi all,
    "You will have to run report RPUMS40CCI (XPRA for generation of
    infotype include) for existing customer-defined infotypes.
    If you have not run this report then please do so.
    The report RPU40CCI creates the infotype include %_HRnnnn (nnnn =
    infotype number) and the additional data structure Pnnnn_AF (nnnn =
    infotype number) for the given infotype, provided that the correspondin parameter ("generate infotype include" or "generate additional data
    structure") are set on the selection screen. If the parameter "maintain only T77ID" is set, no infotype include or additional data structure is maintained, only those entered in table T77ID."
    Best Regards
    Silvio Galery

  • Custom Infotype Problen in ECC 6

    We have created a custom infoype(PA9000) in 4.6c, it was working fine, but during upgrade to ECC 6 we have a problem in the Programs using the custom infotype.. getting the error 'INCLUDE report "%_hr9000' not found .we tried to create the Infotype again in new version but still we get the same error , we found error is due to some check class(Badi) ... What should be done ...

    You have to run RPUMS40CCI for all your Custom Infotypes to generatte the missing includes.
    ~Suresh

Maybe you are looking for

  • My itunes will not connect to the internet for some reason,

    i can go to the itunes store but when i try to update my iphone it tells me i am not connected to the internet whats going on? anyone have any idea?

  • CONFIGURE STANDBY DATABASE IN 10G

    hi experts,               Need help for configuring standby database in Oracle 10g/Windows.

  • Multiple Icons On iPod

    When I plug my iPod into my computer, first pops up the Apple Logo, then a sad iPod with an exclamation, and then it goes blank. Shortly thereafter, a sharge symbol comes up. When I plug it into my charger, the sad iPod comes up. Then when I try to p

  • Video download freezes all the time

    Among the (many) issues I've had since "upgrading" to iOS 7, the most annoying one is the fact that I have to try 3-4 times everytime I want to download a movie of a tv episode. The iPad will simply freeze (sometimes for a good 5 minutes) before tell

  • Error While SLDCHECK

    Hi Experts, My SLDCHECK is Fine Up to Yesterday. Today  Suddenly It's Not Working. It's Saying the Following Error. Please find the Error Attachment.      http://rapidshare.com/files/40556304/SLDCHECK.jpeg.html Please let me Know What to Do Now Regar