Error facing while generating a FMS

Hi Experts
This is the query i am trying to generate
SELECT T0.[U_F1] FROM [dbo].[@Table1] T0 WHERE T0.[U_Code] = $ [@Table2.U_Code]
But it shows the following error:
1). [Microsoft][SQL Native Client][SQL Server]Incorrect syntax near '@Table2.U_Code. 2). [Microsoft][SQL Native Client][SQL Server]Statement 'Document' (RDOC) (s) could not be prepared.
Kindly tell me what mistake i have been made....
Regards
Shibin

Hi Shibin,
The structure of your query looks ok.  You can try appending the .0 to the end as Rahul suggests as that formatting option should work for most single value fields.
You are referencing a field from the Table2 screen so you'll only be able to run that query as a formatted search (either auto refreshing or manually by pressing Shift + F2) from within that table screen.  If you try to run the query from Query Manager it will give you an error because it can't pickup the value from the screen.
Regards,
Adrian
This will work as long as it is applied as a formatted search to a field on the Table2 UDT:
SELECT T0.\[U_F1\] FROM \[dbo\].\[@TABLE1\]  T0 WHERE T0.\[U_Code\] = $\[@TABLE2.U_Code\]
Edited by: Adrian Johnson on Feb 15, 2011 11:48 AM

Similar Messages

  • Windows App Certification Kit 3.4 error occurred while generating the report (the application will exit)

    Hi all,
    I've encounter a pretty big issue while trying to check if everything with my windows phone 8.1 app is all right. After creating package (*.appx) I launched Windows App Certification Kit 3.4 to run it against all the test. Each time I try I get an error saying
    "an error occurred while generating the report. the application will exit" and Certification tool just crushes
    I looked online for some solutions but couldn't find any. Somebody knows what is going on and how to fix it ?
    Can't insert images into post because of not verified account so imgur:
    http://imgur.com/ptT0cU3

    Try sending it to store anyway… I have the similar issue, the kit hangs when saving result and never complete it.
    Another member has same question.
    https://social.technet.microsoft.com/Forums/en-US/11910167-75e1-47d8-a0fb-fb8046c57f89/windows-app-certification-kit-31-reports-failure-due-to-crash-or-hang?forum=projectsiena.
    If you want to test your app, you can also send to beta store and you can get response from the testers.

  • Unable to view settings tab in one GPO. "An error occurred while generating report: Object reference not set to an instance of an object."

    I am the owner of this GPO and I can view the settings tab in any other GPO. But, I get the following message when I try to view the settings tab in one particular GPO:
    An error occurred while generating report:
    Object reference not set to an instance of an object.
    Other posts I look at reference the same error, but with different circumstances, and thus, they specify that the hotfix is for to fix the error under
    those circumstances.
    I'm accessing GPMC on a Win 7 SP1 machine. DC is Server 2012 Standard.

    > Since I have to go through Edit to see the settings, and peruse the
    > entire massive folder of settings to try to identify the bad one, it has
    > been slow-going and I haven't found it yet.
    You can filter ADM templates to show configured ones only, and you can
    use the "show all settings" node. This will speed the work up - a little
    bit at least :)
    Martin
    Mal ein
    GUTES Buch über GPOs lesen?
    NO THEY ARE NOT EVIL, if you know what you are doing:
    Good or bad GPOs?
    And if IT bothers me - coke bottle design refreshment :))

  • GPM Custom GPO-Settings: An error occurred while generating report: Object reference not set to an instance of an object.

    Hello,
    As you can tell from the title of this question, I am no expert with GPO's.  Before I begin, I spent a few minutes to an hour searching and reading in hopes of finding the solution and avoid putting myself out there as a "GPO Newb".  While
    I found several posts and answers that were similar and were related, the questions and answers were more advanced and did present the solutions providing the person had initial knowledge already.  That is not necessarily my case and I would ask for a
    little patience and a bit of 'hand-holding' for what I need.
    I run SBS 2011, and in Group Policy Management I have a custom GPO.  In this GPO I define all my settings.  I understand this may not be the best or most practical method of applying policies, but I am not very strict and have few settings.  This
    policy existed prior to my joining the company, and was migrated in to this SBS '11 from SBS '03.  That may be the issue, but before making any changes I am seeking expert advice.
    When I select that GPO, named "Main GPO", and click on the tab at the top "Settings" I see the error: "An error occurred while generating report: Object reference not set to an instance of an object."
    I saw that when I right click the GPO > View > Options and select the tab "Reporting" that it states that for reporting to work the location of the .adm files must be specified.  I see that my option for the location is set to "Default"
    which by my guessing would be located in the C:\Windows\sysvol directory.  Below is what I see there:
    C:\Windows\sysvol\domain
    C:\Windows\sysvol\staging
    C:\Windows\sysvol\staging areas
    C:\Windows\sysvol\sysvol
    I think the problem is that my custom GPO are not inside the default location, which I speculate is: C:\Windows\sysvol\domain\policies (which I do see some objects there).
    But instead I also see items in this folder: C:\Windows\sysvol\sysvol\JOHN.LOCAL\policies (while where I just typed 'JOHN.LOCAL' is my actual local domain).
    To further this, when I edit that custom GPO, then at the very top of the tree I right click on it and select Properties, I see a Unique Name listed there as a long string of numbers and letters, similar to a registry entry.  I searched my server for
    that same Unique Name and found it listed inside the folder: C:\Windows\sysvol\domain\policies
    If I am correct with my assumption and basic knowledge, I should move all objects as follows:
    -Move FROM: C:\Windows\sysvol\domain\policies
    -Move TO: C:\Windows\sysvol\sysvol\JOHN.LOCAL\policies
    My concerns are that I am not correct at all, that I will break something, that there may be an easier fix than moving anything, or that I am overlooking something causing this error altogether. 
    Thank you for anyone's help and time with assisting me with this request.
    John Fester

    > top "Settings" I see the error: "An error occurred while generating
    > report: Object reference not set to an instance of an object."
    That's due to a security setting (most possibly) your current OS does
    not understand. Hard to find out wich exact setting it is... To resolve
    this issue, we need the gtpptmpl.inf file residing in the policiy's
    sysvol folder. To open this folder, edit the policy, move to computer
    settings - policies - windows settings - scripts - startup, press "show
    files". Then move two folders upwards and back down to
    .\microsoft\windows nt\secedit. There you'll see the gpttmpl.inf - post
    its contents and we'll have a look at it.
    > location, which I speculate is: C:\Windows\sysvol\domain\policies (which
    > folder: C:\Windows\sysvol\sysvol\JOHN.LOCAL\policies (while where I just
    That's perfectly ok - JOHN.LOCAL in fact is a symlink pointing to "domain".
    > all objects as follows:
    > -Move FROM: C:\Windows\sysvol\domain\policies
    > -Move TO: C:\Windows\sysvol\sysvol\JOHN.LOCAL\policies
    No.
    Martin
    Mal ein
    GUTES Buch über GPOs lesen?
    NO THEY ARE NOT EVIL, if you know what you are doing:
    Good or bad GPOs?
    And if IT bothers me - coke bottle design refreshment :))

  • VLD-0917: An unknown error occured while generating FACT

    I'm trying to move my OWB repository from machine_1 to machine_2 this is what I did:
    1. Export of the OWB metadata for the entire project. (machine_1)
    2. Import of the OWB project in machine_2, import is successfull.
    3. Configure locations for the source/target schemas (double, triple checked)
    4. deploy the objects...
    Here comes the problem: all tables referencing shared tables from other locations (i.e. modules), fail to generate with error
    VLD-0917: An unknown error occured while generating FACT.
    An unknown error occurred while generating FACT.
    Error details: java.lang.NullPointerException.
    following is the Design Center client log for the error:
    **** Exception when generating ****
    java.lang.NullPointerException
    at oracle.wh.repos.sdk.environment.WBEnvironmentHelper.getDbLinkName(WBEnvironmentHelper.java:775)
    at oracle.wh.service.impl.generation.common.WBGenerationUtils.isSameInstance(WBGenerationUtils.java:355)
    at oracle.wh.service.impl.generation.ddl.TableGenerator.getMapSchemaName(TableGenerator.java:914)
    at oracle.wh.service.impl.generation.ddl.TableGenerator.generateForeignKey(TableGenerator.java:1047)
    at oracle.wh.service.impl.generation.ddl.TableGenerator.generateForeignKeys(TableGenerator.java:894)
    at oracle.wh.service.impl.generation.ddl.TableGenerator.generatePhysical(TableGenerator.java:612)
    at oracle.wh.service.impl.generation.ddl.DDLGenCommon.generate(DDLGenCommon.java:463)
    at oracle.wh.service.impl.generation.ddl.TableGenerator.generate(TableGenerator.java:145)
    at oracle.wh.service.impl.generation.ddl.DDLGenCommon.generate(DDLGenCommon.java:306)
    at oracle.wh.service.impl.generation.ddl.DDLGeneratorManager.generateAUX(DDLGeneratorManager.java:186)
    at oracle.wh.service.impl.generation.ddl.DDLGeneratorManager.generate(DDLGeneratorManager.java:101)
    at oracle.wh.service.impl.generation.common.WBGenerationService.generateCode(WBGenerationService.java:423)
    at oracle.wh.service.impl.generation.common.WBGenerationService.generateCode(WBGenerationService.java:311)
    at oracle.wh.service.impl.generation.service.WhValidationGenerationTransaction.run(WhValidationGenerationTransaction.java:251)
    Even more, this happens when I create a new FACT and a new shared table (located in another location) so it isn't the repository metadata being imported. If I remove the constrainsts referencing tables in other schemas then deployment is successfull.
    Repository resides in an oracle database 10g r2 and OWB is 10.2.0.3 running on a cluster machine with AIX 5...
    Any ideas how to solve this or a possible workaround?
    Thanks,
    German

    Hi,
    I realized that I'm getting this error for all fact tables. I cannot deploy any of them. What could be happening? I have a dimension that is linked to all facts which I changed recently: had to redefine its default hierarchy as a value-based one. I don't know if this affected my cubes.
    Any idea what might be happening here?
    Best Regards,
    --oswaldo.
    [osantos]

  • VLD-0917 - unknown error occured while generating (OWB10R2)

    I have two cubes which I'm trying to drop via the control center, so that I might add a new version with a new dimension. However, when I try deploying the drop, I get the "VLD-0917 - unknown error occured while generating <cubename>" together with:
    An unknown error occurred while generating <cubename>. Error details: java.lang.NullPointerException.
    Any ideas?
    ed

    Hi,
    I realized that I'm getting this error for all fact tables. I cannot deploy any of them. What could be happening? I have a dimension that is linked to all facts which I changed recently: had to redefine its default hierarchy as a value-based one. I don't know if this affected my cubes.
    Any idea what might be happening here?
    Best Regards,
    --oswaldo.
    [osantos]

  • Error occurred while generating PDF. Reason: ERROR_PDF_CONVERSION

    I get an error generating my PDF whenever someone's name has a special character's in their name such as accents and diacritics.
    Is this a bug or how do I properly set the charset for the <cfhtmltopdf> tag. I didn't have this issue with Coldfusion 9 and cfdocument. Any help in this regard would be much appreciated.
    version: Coldfusion 11 Update 3 on Windows Server 2008 R2 on IIS 7.5
    SEE STACK TRACE BELOW
    coldfusion.document.webkit.PDFgErrorHandler$ServiceManagerConversionException: Error occurred while generating PDF. at coldfusion.document.webkit.PDFgErrorHandler.handleConversionError(PDFgErrorHandler.java:1 88) at coldfusion.document.webkit.HttpPDFRequestHandler.requestPDFGeneration(HttpPDFRequestHandl er.java:113) at coldfusion.tagext.lang.HtmlToPdfTag.processPDFgRequest(HtmlToPdfTag.java:1331) at coldfusion.tagext.lang.HtmlToPdfTag.handlePDFgConversionRequest(HtmlToPdfTag.java:1466) at coldfusion.tagext.lang.HtmlToPdfTag.convertToPDF(HtmlToPdfTag.java:1413) at coldfusion.tagext.lang.HtmlToPdfTag.doEndTag(HtmlToPdfTag.java:1551) at cfcfhtmltopdf_createPDF2ecfm2090701148.runPage(c:\inetpub\wwwroot\myapp.com\includes\docs \cfhtmltopdf_createPDF.cfm:25) at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:246) at coldfusion.tagext.lang.IncludeTag.handlePageInvoke(IncludeTag.java:736) at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:572) at coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:2986) at cfmethods2ecfm1148258034$funcSAVEPROXY.runFunction(c:\inetpub\wwwroot\myapp.com\cfc\docs\ methods.cfm:472) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:487) at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:420) at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:383) at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:95) at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:334) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:533) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:648) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:457) at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:2424) at cfmethods2ecfm1658643382$funcPROCESSSTEP.runFunction(c:\inetpub\wwwroot\myapp.com\cfc\mem berResults\methods.cfm:377) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:487) at coldfusion.filter.SilentFilter.invoke(SilentFilter.java:47) at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:383) at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:95) at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:334) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:533) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:648) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:457) at coldfusion.filter.ComponentFilter.invoke(ComponentFilter.java:251) at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:480) at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:42) at coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40) at coldfusion.filter.PathFilter.invoke(PathFilter.java:142) at coldfusion.filter.LicenseFilter.invoke(LicenseFilter.java:30) at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:94) at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:2 8) at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38) at coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:58) at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38) at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22) at coldfusion.xml.rpc.CFCServlet.invoke(CFCServlet.java:156) at coldfusion.xml.rpc.CFCServlet.doPost(CFCServlet.java:348) at javax.servlet.http.HttpServlet.service(HttpServlet.java:646) at javax.servlet.http.HttpServlet.service(HttpServlet.java:727) at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:303) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208) at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42 ) at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:241) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:501) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:422) at org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:199) at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.jav a:607) at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:314) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.lang.Thread.run(Unknown Source)

    Does anyone have any suggestions?
    I've tried:
    adding charset meta tags to the top of my outputted HTML contents that comprise the PDF
    I've tried adding the <cfprocessingdirective pageencoding="utf-8" /> but doesn't seem to help.
    #encodeForHTML(pdfHTMLVariable)# and even just tried encoding the individual variables that contained the special characters but that didn't seem to help anything as encoding them still won't work I'm assuming if the Charset is mis-matched.
    Does the <cfprocessingdirective pageencoding="utf-8"> just have to be within the CFC method or does it need to be within the <cfhtmltopdf> tag?
    Any input or things to try would be much appreciated as this is a regression for our app.
    **As a side note: I would still just use CFDOCUMENT, but there was a different issue where the images were outputting a RED X where the image is supposed to be. Which from what I have been able to uncover has something to do with the server certificate not being trusted or something. However, our SSL provider is listed in the ROOT Certificate Authorities so not sure what's going on with that. Those images were being output with cfimage action of writeToBrowser .
    I'd really like to fix the encoding issue does this have anything to do with language packs or missing languages of that sort? My app displays the page just fine when the UTF-8 charset meta tag is set.

  • An error occured while generating a new report template

    I have installed the Crystal Reports 2008 V2 and also the support pack. Installed the SAP Integration Kit XI 3.1 and the latest service pack 2.7. When I try to use the SAP Tool bar from Crystal Report , I can connect/see the queries but when I select any query to create a report I am getting an error message
    "An error occured while generating a new report template". Any advise ? How do I turn on the trace in the client ?
    Thanks,

    Hi,
    Did you update your Fix Pack...
    Here is solution for Client...
    To turn tracing on for client applications, you can use the following steps:
    1. Click Start > Settings > Control Panel > System > Advanced > Environment Variables button.
    2. Under the User Variables, add the following variable and value:
    For Enterprise XI:
    Variable Name: BOE_LOGGER_ENVIRONMENT
    Variable Value: -trace -loggingPath c:\logs
    For Crystal Analysis, Crystal Enterprise, and Crystal Reports version 10 and earlier:
    Variable Name: CRYSTAL_LOGGER_ENVIRONMENT
    Variable Value: -trace -loggingPath c:\logging
    Regards,
    Bashir Awan

  • Error when creating SharePoint WebPart - "An error occurred while generating the project"

    I am getting a Error in Visual Studio when I create a SharePoint Web Part.. "An error occurred while generating the project. Please see the Visual Studio Output window for more information."
    I have checked the Output window and there is noting in it. When I click OK I get the next error that states "Object reference not set to an instance of an object".
    After I click oky.. There seems to be files missing in the project menu.. 
    I am using Visual Studio 2013 Ultimate and SharePoint 2013 Enterprise. These run on Windows Server 2012 R2..
    This mind boggling.. Hope someone can help me..
    Thanks

    Hi,
    For better troubleshooting, I suggest you do as the followings:
    Create a new clean project. In this projcect, you can just create a new web part to check whehter it works.
    Debug the project step by step and try to find which object reference not set to an instance of an object.
    Thanks,
    Jason
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Jason Guo
    TechNet Community Support

  • 7303030 patch - an error occured while generating forms library files

    Hi,
    While applying 12.1.1 upgrade patch, 7303030 i got an error at A1000 phase
    "An error occured while generating forms library files" continue as if it were successful..
    As we can generate forms after completion of the patch, i selected yes .
    Later, i got "An error occured while generating oracle forms files", here also i selected to continue.
    Please tell me is this the right way to continue the patch?
    I didn't find any errors in worker logs files, after all workers have quit, this error was reported.
    After completion of the patch what necessary steps i need to perform.
    Thanks,

    Hi,
    The errors are due to missing of pre-req patch 6400501
    Forms 10.1.2.3 Compilation against an 11.2 Fails with DB PL / SQL ERROR 801 ... internal error [60603] [ID 1065020.1]
    After Applying the patch, successfully gerated forms.
    I applied the patch 6400501 but still with the error internal error [60603], have something more to be done?
    Thank you.

  • Number range interval doesnot exists - error message while generating numbe

    Hi Experts!,
                      I am getting error as " Number Range interval does not exists" while generating auto number for an custom defined tr cod
    The prg is as followos:
    INCLUDE MZFIRSTPAGETOP                          .    " global Data
    TABLES: ZCHP_CUST_INFO.
    DATA: OKCODE LIKE SY-UCOMM.
    DATA:   CNAME LIKE ZCHP_CUST_INFO-CREATED_BY,
            REQTYP LIKE ZCHP_CUST_INFO-REQUEST_TYPE,
            DESC LIKE ZCHP_CUST_INFO-SHORT_TEXT,
            PRIO_TYPE LIKE ZCHP_CUST_INFO-PRIORITY_TYPE,
            EFFECTIVE_DATE like ZCHP_CUST_INFO-REQUIRED_STR_DAT,
            COMM_TYP like ZCHP_CUST_INFO-MODE_OF_COMM,
            COMM like ZCHP_CUST_INFO-ADDRESS,
            REQ_NUM LIKE ZCHP_CUST_INFO-REQ_NUM.
    *&      Module  STATUS_0100  OUTPUT
          text
    MODULE STATUS_0100 OUTPUT.
      SET PF-STATUS 'FOR1000'.
      SET TITLEBAR '1000'.
    ENDMODULE.                 " STATUS_0100  OUTPUT
    INCLUDE MZFIRSTPAGEO01                          .  " PBO-Modules     *
    INCLUDE MZFIRSTPAGEI01                          .  " PAI-Modules     *
    INCLUDE MZFIRSTPAGEF01                          .  " FORM-Routines   *
    *&      Module  USER_COMMAND_1000  INPUT
          text
    MODULE USER_COMMAND_1000 INPUT.
    CASE SY-UCOMM.
      WHEN 'SUBMIT'.
    CALL FUNCTION 'NUMBER_GET_NEXT'
      EXPORTING
        NR_RANGE_NR                   = ' '
        OBJECT                        = 'ZREFNUM'
      QUANTITY                      = '1'
      SUBOBJECT                     = ' '
      TOYEAR                        = '0000'
      IGNORE_BUFFER                 = ' '
    IMPORTING
      NUMBER                        =
      QUANTITY                      =
      RETURNCODE                    =
    EXCEPTIONS
      INTERVAL_NOT_FOUND            = 1
      NUMBER_RANGE_NOT_INTERN       = 2
      OBJECT_NOT_FOUND              = 3
      QUANTITY_IS_0                 = 4
      QUANTITY_IS_NOT_1             = 5
      INTERVAL_OVERFLOW             = 6
      BUFFER_OVERFLOW               = 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.
            ZCHP_CUST_INFO-REQ_NUM = REQ_NUM.
            ZCHP_CUST_INFO-CREATED_BY = CNAME.
            ZCHP_CUST_INFO-REQUEST_TYPE = REQTYP.
            ZCHP_CUST_INFO-PRIORITY_TYPE = PRIO_TYPE.
            ZCHP_CUST_INFO-SHORT_TEXT = DESC.
            ZCHP_CUST_INFO-CREATED_ON = EFFECTIVE_DATE.
            ZCHP_CUST_INFO-MODE_OF_COMM = COMM_TYP.
            ZCHP_CUST_INFO-ADDRESS = COMM.
    *ENDIF.
    INSERT ZCHP_CUST_INFO.
    COMMIT WORK.
    WHEN 'RESET'.
           CLEAR: CNAME,REQTYP,PRIO_TYPE,
    DESC,EFFECTIVE_DATE,COMM_TYP,COMM.
      WHEN 'CANCEL'.
            LEAVE PROGRAM.
    ENDCASE.
    ENDMODULE.                 " USER_COMMAND_1000  INPUT
    could any one help me out,.!!!
    Thanks in advance.
    Sunil
    [email protected]

    Hi,
    I suggest you to check the which document type has assigned for biiling document and against that document type , have to ssign the id for number range and check whethere internal assignment or external assignment.
    I hope this will make sense.
    Panneer

  • Error facing while printing a hard text in a form ...

    hi i am facing a error while debugging a f orm
    the text is not being printed for second page onwards
    as shown below the first char 3pl comes whille debugging and then the window goes to next as shown below and dont cmplete the remaining text and neither print that
    <b>Form       EN z_LIST_PH3   Page       NEXT     4     Window     INFO            
    Function   WRITE_FORM                              0                                
    <u>Event      CHAR            3PL   </u>                                                   
    Element       </b>                                                                      
           ....+ V .1........2........3........4........5........6........7..     
       /:  IF &ZPLBL& = 'C000'                                                          
       IN  <B>3PL  Code,,:</>,,'Not Required'                                      
       /:  ELSE                                                                         
    > IN  <B>3PL  Code,,:</>,,&ZPL&                                             
       /:  ENDIF                                                                        
    on doing f5 the cursor should go inside the line and print 3pl and then code but it shows only 3pl and dont print it from second page onwards
    it does print whole 3pl code.... text for first page         but not from second page onwads
    can anyone suggest on this error or its cause or wht to do to remove this/
    regards
    Arora

    hi
    the content of zplbl doesnt matter and it is coming as tehre are two codition if
    not c001 then print ;3gl code = required
    esle print 3gl code value from program
    hence this priting of 3gl code is not being executed for second page for first page it is printing not for second page....
    here is the code i already pasted above the code while debugging
    /:   PERFORM GET_LABEL_CODE IN PROGRAM ZPICK_LIST_PH3                             
    /:   USING &LTAK-VBELN&                                                           
    /:   USING &LTAP-POSNR&                                                           
    /:   CHANGING &ZINT&                                                              
    /:   CHANGING &ZPLBL&                                                             
    /:   ENDPERFORM                                                                   
    /:   IF &ZINT& = 'I000'                                                           
    IN   <B>Inter Code,,:</>,,'Not Required'                                   
    /:   ELSE                                                                         
    IN   <B>Inter Code,,:</>,,&ZINT&                                           
    /:   ENDIF                                                                        
    this above is bwing printed for both pages but my code as below is not being printed for second page onwards and in debugging it goes to this line second in <b> the shows 3pl and suddenly jumps from here to next window and dont even executes next perform immediately afete it for second page onwards                                           
    /:   IF &ZPLBL& = 'C000'                                   
    IN   <B>3PL Label Code,,:</>,,'Not Required'               
    /:   ELSE                                                  
    IN   <B>3PL Label Code,,:</>,,&ZPLBL&                      
    /:   ENDIF                                                 
    /:   PERFORM GET_SHIP_STATUS IN PROGRAM  ZLIST_PH3     
    pls suggest
    regards
    Arora

  • Error faced while deploying Dynpro application in SAP EP 7.0

    Dear All,
    I am getting the foll. error while deploying dynpro application from NWDS to SAP EP 7.0
    May 28, 2009 3:58:01 PM /userOut/deploy (com.sap.ide.eclipse.sdm.threading.DeployThreadManager) [Thread[Deploy Thread,5,main]] ERROR:
    [002]Deployment aborted
    Settings
    SDM host : EPTEST
    SDM port : 50018
    URL to deploy : file:/C:/DOCUME1/nitesh/LOCALS1/Temp/temp25615pr_Bufferinfo.ear
    Result
    => deployment aborted : file:/C:/DOCUME1/nitesh/LOCALS1/Temp/temp25615pr_Bufferinfo.ear
    Aborted: development component 'pr_Bufferinfo'/'local'/'LOKAL'/'0.2009.05.28.15.57.53'/'0':
    Caught exception during application deployment from SAP J2EE Engine's deploy service:
    java.rmi.RemoteException: Cannot deploy application local/pr_Bufferinfo.. Reason: Clusterwide exception: Failed to deploy application local/pr_Bufferinfo. Check causing exception for details (trace file). Hint: Are all referenced components deployed and available on the engine?; nested exception is:      com.sap.engine.services.deploy.container.DeploymentException: Clusterwide exception: Failed to deploy application local/pr_Bufferinfo. Check causing exception for details (trace file). Hint: Are all referenced components deployed and available on the engine?
    (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).REMEXC)
    Deployment exception : The deployment of at least one item aborted
    Please help.
    Nitesh

    Nitesh,
    Please ensure you follow the note 701654 .
    Also refer to [SDM Deployment Fails|http://help.sap.com/saphelp_nw70ehp1/helpdata/en/28/302c4142aef623e10000000a155106/content.htm]
    Good Luck!
    Sandeep Tudumu

  • Error faced while customizing a new partner procedure determination

    Hi,
    I am facing an error
    Deadlock exists in partner determination
    circle reference for partner function
    any idea what this error could mean...?
    The error is faced when I am using an access sequence that I have created.....and it disappears when I am using any other access sequence.  I have also tried to copy existing access sequence into a new one and I am faced with the same error.
    any suggestion?

    Hello,
    the best way to see whats wrong, is in Customizing of your Partner
    Determination Procedure xxxxxxx with Button
    "Check Partner Det.Proc."
    Here you may see following error (that's only an example):
    Business Activities
    Deadlock exists in partner det. proc. Business Activities, determination
    is not possible !
    Circle reference for partner function Activity Partner (access sequence
    0002 and access 0020.
    That means you have a circle reference for your partner function
    Activity partner 00000009, because the system tries to determinate a
    activity partner (with access sequ. 0002) through activity partner !
    Although you enter a activiy partner ! So every further determination
    (of your responsible dealer) will not be executed.
    I hope you can correct your pdp!
    Regards, Gerhard

  • Error messages while generating reports

    I am using CR XI SP4 and i get the following message when generating reports:
    com.crystaldecisions.sdk.occa.report.lib.ReportSDKServerException: Unknown Database Connector Error
    Error in File D:\Temp\{67475350-F4E8-466A-B1E9-414965812A20}.rpt:
    Unknown Database Connector Error---- Error code:-2147482942 Error code name:failed
         at com.crystaldecisions.sdk.occa.report.lib.ReportSDKServerException.throwReportSDKServerException  (Unknown Source)
         at com.crystaldecisions.proxy.remoteagent.t.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.cf.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.z.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ak.if(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ad.int(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.bk.for(Unknown Source)
         at com.crystaldecisions.proxy.remoteagent.w.a(Unknown Source)
         at com.crystaldecisions.proxy.remoteagent.w.if(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.DatabaseController.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.DatabaseController.setTableLocation(Unknown Source)
    In the RAS log file i see:
    ErrorLog 2009  7 21 17:45:16.188 732 3648 (\servers\ras\dtsagent\cdtsagent.cpp:3113): CDTSagent::doOneRequest reqId=250: CSResultException thrown.   ErrorSrc:"CRPE" FileName:"\servers\ras\dtsagent\reporthandler.cpp" LineNum:13209 ErrorCode:706 ErrorMsg:"Unknown Database Connector Error
    Error in File D:\Temp\{67475350-F4E8-466A-B1E9-414965812A20}.rpt: Unknown Database Connector Error"
    Any assistance would be appreciated
    Thanks

    hi,
    You are able to login in to application, Means your authentication is working.
    Open RPD in online mode and try to view data.
    Check your connection pool setting in General tab.
    Check you have selected appropriate Data Source Name, Call Interface.
    Thanks,
    Sainath Baludu.

Maybe you are looking for

  • Work flow

    Dear all, we need a workflow for creation of material master. Say Basic data is created by MM dept. then MRP  & work Scheduling views are created by PP dept., then Purchase views are by MM again, then inventory dept. creates storage locations,and f i

  • ITunes 7 and 80 GB iPod error

    I recently upgraded to iTunes 7 (from iTunes 6), and purchased a new 80 GB iPod. When I initially connected the iPod, automatic sync was enabled, and all my library material was copied to the iPod, which was fine. However, when next I connected my iP

  • How do I get rid of Quizulous, and go back to what I had before?

    I don't want this, and I can't figure out how to get back to what I had before.

  • Is there a way to use eraser tool with soft edges?

    Hi, I am wanting to erase the edges of a rectangular object so that it blends better with the background, and am wondering if there is a way of doing this using the eraser tool with soft edges? Here is a snapshot to illustrate further what I mean: Yo

  • Mail can't view entire message

    I received a message with a photo attached, the photo is wider than the open message pane, the text runs the entire width of the photo, because of this I cannot see the text to the right of the message pane. I have double-clicked on the message to op