Entry doesnt exist in table check entry

Hi ,
I have a problem
I am using an F4 help, for a field - the moment i click on the F4 the F4 pops up and i select a value from the list populated.
The moment i select enter, an error pops up which says - entry does not exist in ZTTT003 table - check entry.
I have also debugged and checked all possible but i am not succesful in solving the issue.
I have attached the code, please check if there is an error in the code.
DATA : L_REPID TYPE SY-REPID.
  DATA : L_DYNNR TYPE SY-DYNNR.
  L_REPID = SY-REPID.
  L_DYNNR = SY-DYNNR.
  CALL FUNCTION 'F4IF_FIELD_VALUE_REQUEST'
    EXPORTING
      TABNAME                   = 'ZTTT001'
      FIELDNAME                 = 'ZROUTEID'
     SEARCHHELP                = 'ZROUTEID'
     SHLPPARAM                 = 'ZROUTEID'
      DYNPPROG                  = SY-CPROG
      DYNPNR                    = SY-DYNNR
     DYNPROFIELD               = 'ZROUTEID'
   TABLES
     RETURN_TAB                = RETURN
   EXCEPTIONS
     FIELD_NOT_FOUND           = 1
     NO_HELP_FOR_FIELD         = 2
     INCONSISTENT_HELP         = 3
     NO_VALUES_FOUND           = 4
     OTHERS                    = 5
  IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
  ENDIF.
  REFRESH DYNPFIELDS.
  READ TABLE RETURN WITH KEY FIELDNAME = 'ZROUTEID'.
  DYNPFIELDS-FIELDNAME = RETURN-RETFIELD.
  DYNPFIELDS-FIELDVALUE = RETURN-FIELDVAL.
  APPEND DYNPFIELDS.
CLEAR LV_ROUTEID.
  LV_ROUTEID = RETURN-FIELDVAL.
  CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
    EXPORTING
      INPUT         = LV_ROUTEID
   IMPORTING
     OUTPUT        = LV_ROUTEID.
SELECT SINGLE ZSITE1 ZSITE2 ZSITE3 ZSITE4 ZSITE5
    INTO (LV_SITE1,LV_SITE2,LV_SITE3,LV_SITE4,LV_SITE5)
    FROM ZTTT003
    WHERE ZROUTEID = LV_ROUTEID.
  TBOX1 = LV_SITE1.
  TBOX2 = LV_SITE2.
  TBOX3 = LV_SITE3.
  TBOX4 = LV_SITE4.
  TBOX5 = LV_SITE5.
DYNPFIELDS-FIELDNAME = 'TBOX1'.
  DYNPFIELDS-FIELDVALUE = LV_SITE1.
  APPEND DYNPFIELDS.
  DYNPFIELDS-FIELDNAME = 'TBOX2'.
  DYNPFIELDS-FIELDVALUE = LV_SITE2.
  APPEND DYNPFIELDS.
  DYNPFIELDS-FIELDNAME = 'TBOX3'.
  DYNPFIELDS-FIELDVALUE = LV_SITE3.
  APPEND DYNPFIELDS.
  DYNPFIELDS-FIELDNAME = 'TBOX4'.
  DYNPFIELDS-FIELDVALUE = LV_SITE4.
  APPEND DYNPFIELDS.
  DYNPFIELDS-FIELDNAME = 'TBOX5'.
  DYNPFIELDS-FIELDVALUE = LV_SITE5.
  APPEND DYNPFIELDS.
  CALL FUNCTION 'DYNP_VALUES_UPDATE'
    EXPORTING
      DYNAME               = SY-CPROG
      DYNUMB               = SY-DYNNR
    TABLES
      DYNPFIELDS           = DYNPFIELDS
    EXCEPTIONS
      INVALID_ABAPWORKAREA = 1
      INVALID_DYNPROFIELD  = 2
      INVALID_DYNPRONAME   = 3
      INVALID_DYNPRONUMMER = 4
      INVALID_REQUEST      = 5
      NO_FIELDDESCRIPTION  = 6
      UNDEFIND_ERROR       = 7
      OTHERS               = 8.
  IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
  ENDIF.
  REFRESH DYNPFIELDS.
Please help me in this regards to solve the problem.
thanks,
Sree

This might be the problem with creating foreign key in the table  ZTTT003
you go to se11 or se16 and check the table  ZTTT003
select->Entry help/Check -> then see the check tables, if it has then select the foreign key for that element
the problem with that particular field in the table, i dont think problem in ur program

Similar Messages

  • Error message: Entry 1 WC 99 does not exist in T508A (check entry)

    Can anyone please tell me what does the error message Entry "1 WC 99" does not exist in T508A (check entry) means? I was trying to 'generate work schedule manually' when got this error.  In the above error message, 1 means employee subgroup grouping.....WC is Holiday Calender......and 99 is personal subarea grouping.....
    I went to the table using se16 but could not make out how I can input those entries in the table....
    Edited by: Parveez Sazzad on Feb 26, 2011 4:56 PM

    you have to check this table from SM30 Tcode and give V_T508A table here we have to configure DWSR and than we have to generate the WSR

  • Release strategy: Tx CL20N Error: Entry 01 does not exist in table T16FS

    Dear MM Gurus,
    I was designing new release strategy for PR and PO, so I deleted all the previous entries(SPRO) available in SAP. I created my new entries but in the transaction CL20N I got the above mentioned error: "Entry 01 does not exist in table T16FS-Check your entry" . I checked the table T16FS, where the entries were available. It also showed the previous entries I deleted from SPRO.
    Refering the SAP note 365604 (version 29, valid from 08.10.2008), I created the deleted entries again so that I could delete them in the required sequence
    1. release strategies
    2. release indicators
    3. release codes
    4. release groups
    5. class
    After deleting the entries in the above mentioned sequence also I am getting the same error in CL20N.
    I ran report RCCLZUOB, it shows the entries does not exist.
    Please help.
    Edited by: Akshay Kurhe on Mar 2, 2009 6:02 AM

    hi
    check this setting
    Distribution Using Object Classes -->Maintain Class Types & Maintain Classes

  • Entry DE  does not exist in table T005E

    Dear all
    I create Plan ( module PP ) when i input values in field Country " DE "  is error . " Entry DE does not exist in table T005E " .Plz help me
      Thanks and Regard ,
       Lan nguyen

    Dear,
    Please check the entry of DE
    In SPRO -> SAP NetWeaver-> General Settings-> Set Countries-> Insert Regions
    In this table we maintain the regions for the Country.
    Please refer the OSS Notes : 107588, 122292, 161359
    Regards,
    R.Brahmankar

  • Error: No entry exists in table TA20B argument (Create Expense Report page)

    Hello,
    I'm using SAP EP7 and configuring Travel&Expenses (ESS). When trying to display Create Expense Report page, I get the following errror: No entry exists in table TA20B argument and before this error: TA20C argument 01.
    Please, could you help me so as to show the correct content?
    Thanks

    Hi,
    it looks like there is missing record in the table AGR_FLAGS. But I do not know why it's not there. You can try to find some relevant OSS note. There are couple of notes related to the table AGR_FLAGS. Check this one 770358. It looks like it describes your problem. Btw this question is more suitable for Security forum and you will have higher chance of getting answer there.
    Cheers

  • Error Entry does not exist in J_1BNFITMRULE (check entry) Nfe 10 Incomig

    Bom dia pessoal.
    Ao tentar executar um dos passos no cenário de compras normais, (Assign Purchase Order), o seguinte erro ocorreu
    Entry does not exist in J_1BNFITMRULE (check entry).
    Detalhe: Para o mesmo pedido ja havia sido efetuada 3 entradas via monitor sem qualquer erro.
    Qualquer ajuda será muito bem vinda.
    At
    Pedro L Nobrega
    Pessoal
    Ja descobri o que aconteceu, na categoria de nota fiscal, retiraram tipo de item da categoria que estava sendo utilizada.
    (Projeto global).... acontece.
    Para evitar este tipo de problema novamente criei uma categoria especifica para o Incoming. (Compras Normais.)
    Erro corrigido.
    Abs
    Pedro L Nobrega
    Edited by: Pedro Luiz Nobrega on Jan 25, 2012 3:56 PM

    Resolvido
    Criamos uma categoria especifica para nfe incoming (Compras Normais), para que não ocorra novamente o erro,
    a nota que estava sendo utilizada tinha na configuração tipo de item que foi retirado o gerou o erro.
    Grato
    Pedro L Nobrega

  • Entry   IN does not exist in T005E - check your entry

    Hi,
    While creating New plant, the following message appears .
    "Entry   IN does not exist in T005E - check your entry"
    Thanks and regards
    Murugesan

    hi
    Try with OY01, make sure the country for your company code already assign to an ISO code
    ISO CODE : IN
    ISO CODE 3 Char : IND
    OX15 check what COUNTRY CODE you have mentioned for comapny code?
    Regards
    Edited by: WISH on May 22, 2008 1:30 PM

  • "This entry is already exists in tables(JDT1)(ODBC-2035)" Error.

    Hi experts,
    My Production_DB Database was got into  Suspect mode due to power problem,the users unable to open SAP. so  run the script file so production_db came into normal mode and sap opened.
    But which documents were posted at the time of database going to Suspect mode that documents are not visible and then users repost the documents they are getting "This Entry is already exists in Table(JDT1) (ODBC-2035)" Error.
    so we run the select query for JDT1 table in sql server 2005,we got "Msg 605, Level 21, State 3, Line 1
    Attempt to fetch logical page (1:394560) in database 7 failed. It belongs to allocation unit 72057596881666048 not to 72057596584198144".
    I am using SAP PL 20 and SQL server 2005.
    I am waiting for your response ASAP.
    Thanks & Regards.
    Srinu Boddeti.

    Hi Srinu,
    please refer below link for details..
    http://forums.sdn.sap.com/thread.jspa?threadID=1636430
    Thanks and Regards,
    kaviprashu

  • Error: Entry USD doesnot exist in TCURC - check your entry

    After creating a new logical system "CLNT300" When I assign a logical system to my client "300" it shows error
    "Entry USD doesnot exist in TCURC - check your entry"
    Please describe in steps.
    Thanks

    Hi
    When I check TCURC in SE16 there is 0 entry.
    Yes this is new client and user created by following procedure:
    1)login as a "sap*" and client "000"
    2)Use tcode scc4 and create client "300" with "Currency=USD" and target client is "Education/Training" and select "No restriction"
    3)login as client "300" with user sap* and password pass.
    4)use tcode sccl Then select "Selected Profile=SAP_USER" and "Source Client=000"
    5)use tcode su01 and copying DDIC to Imran and select "Role=BW_ALL" and save it.
    6)Login as a "Imran" and client "300"
    7)use tcode RSA1 and creating a new logical system "CLNT300".
    8)When assign a logical system to my client "300" and try to save it show the error.
    So What do next??

  • Check the Existance of  Table

    Hi,
    How to check the Existance of table, My require ment i have two tables lets say A And B, If table B does not exist then delete records in table A.
    Can any one tel me how to write a query.
    Thanks in Advance

    hi,
    whether your requirement is to check the existence of table B in the entire database or only in your schema.
    because:
    the user_tables contains the tables owned by the owner of the schema,
    and all_tables caontains the tables that can be access by you,
    and dba_tables contains all teh tables in your database.
    so based on your req query any one of the table and check as suggested earlier by others.
    and the 'tab' table also shows if there is any synonym with the table name as 'B'.
    so if you are going for 'tab' table then also specify the column "TABTYPE = 'TABLE' ".

  • Position does not exist in table T528

    I have transported from Dev to QAS.
    I am trying to hire an employee using PA40 and when i select position it is giving an error saying does not exist in table T528

    Hello,
    I have created a entire new org. structure in QA including the positions.
    When I am trying to assign the positions I am getting the same error as entry does not exist in table T528B.
    I have checked the table and there are no entires for my positions.
    What I need to do now?
    Kindly reply.
    Thank you

  • "Sequence number already exists in table" maintining Data Sources

    Hi fellows, i am seting up a new connector in GRC 10.0, but when configuring the connector for the User detailed Data sources i get the same error; "Sequence number already exists in table".
    I have tried with over 200 numbers which I know for sure are available and still get the same error. Where can I find the table with this information?
    Can the information be removed to clean up table space?
    Thanks for your help!!!

    Hi Gabriela
    I recall getting this error a lot and it seemed to be a buffering/memory problem where it was remember the old value was getting remember. I had to exit out of the IMG navigation and reenter it again. It'd happen if I deleted one entry and then went to add another (even after saving). Not sure if you are getting this
    Other thing is to check the backed tables to see if any orphaned values on the primary key
    Regards
    Colleen

  • IDOC HRMD_A + Change pointers + Infotypes change objects doesnt exist???

    Hi guys,
    I Have to send master data from infotypes 0002, 0006, 0032 and 0105 from HR to SAP PI. I've configured BD61, BD50 and BD53 to reduce Idoc HRMD_A. Then in BD52 I've tried to put this fields to activate change pointers when data from this infotypes is changed.
    But in BD52 doesnt exist infotypes 0002, 0006, 0032 and 0105. I tried with object HR_IT1002, table HRP1002 and fields BEGDA and ENDDA, then run program RBDMIDOC and the Idoc is sent, but is possible with infotypes metioned????
    Regards,
    Pablo

    Pablo,
    are you able to see entries getting created in BDCP* tables
    did you activate change pointers in BD53
    Thanks
    Bala Duvvuri
    Edited by: Bala Duvvuri on Jul 29, 2010 10:35 AM

  • "Municipality key municipality name not existing in table T5ITM4 on date

    Hello
    We are having a issue with assigning a municipality key for employees in Italy under IT0002 in ECC 6.0, all the municipalities are existing with the right dates but when we are getting the following message when assigning.
    "Municipality key <municipality name> not existing in table T5ITM4 on date
    Thanks

    ensure the client that you have the entries is same as the client that you test. When i was checking the note, we were already in the support pack required by the note. what we noticed are the entries were available in Client 000 but I was tetsing in a different client which didnt have the same entries.
    So i requested my basis folks to copy to the table entries and it worked.
    I came across an old note 589011 pointing to a report RPUCMNI0 which can also do the trick for you.
    both OSS Notes helps you load customizing required for Italy Master data and Payroll data. In my case, I was interested only in MasterData(T5ITM4, T5ITMX).

  • Extract only the records exist in Table A but not in Table B

    Hi guru, I need to compare two big SAP tables and only select the records that exist in Table A but not in Table B, i.e. Exclude the records that exist in both tables. Due to the volume, left outer join is not preferred. Does anybody know any smart and quick way to do so?
    Thanks,

    Sounds like you're looking for alternatives from performance perspective, so maybe your question would be better posed in .
    As always for any performance related questions the answer is: It depends...
    I.e. you need to provide some further background: How many entries in table A, how many in table B? How are they linked (e.g. index, primary key, what fields)? On average, how many entries do you expect in your result set?
    Depending on those parameters (and possibly others) one can then evaluate other options: There's probably not many, I'd try also using [subqueries|http://help.sap.com/abapdocu_70/en/ABENWHERE_LOGEXP_SUBQUERY.htm]. Since performance tuning always requires an analysis, it's best to try out the different variations and check what happens (e.g. how long do they run, what kind of load do they introduce on the database, etc.). Subquery versus outer join performance depends also on the used database.
    Cheers, harald

Maybe you are looking for

  • Personal Hotspot for my iPhone 4 (32GB) is not available after updating to iOS 7.1, why is that so?

    Dear all, may I get a solution to solve the problem for my Personal Hotspot which is not functioning after updating to iOS 7.1? I am U Mobile user from Malaysia, before updating to iOS 7.1, everything seems to be fined. The problem only occurs after

  • Crashed, opens to spinny wheel which does not go away, even when restarted

    This happened on my macbookPro... and as I am in the process of erasing everything and doing a clean re-install it started happening on my desktop. Anyone know what caused this? or how to fix it without erasing my computer?

  • Can I tweak iOS 7 to look more like ios 6?

    Somehow my eyesight has suddenly got worse & I can't read the tiny blue lettering down the side of address book, making me have to start at 'A' & scroll through, or randomly stab at the tiny blue dots hoping to hit an approximate area! There are othe

  • Requesting help with problem in CS3 Fireworks

    Just recently I've started experiencing a rather weird problem with my CS3 fireworks program. When I hover the mouse over any particular tool it does not highlight as the tool I am about to select. For example, if I want to select the text tool I hav

  • EASY Java Question

    I want to know how to make it so that when some one opens my site the browser window opens to a certain size that i designated Thanx