PXI_Add AWGN to a carrier generated using NI RFSG in Arbitrary Waveform mode

Hello ! 
Does anyone know how to add AWGN to a carrier generated using NI RFSG ?
I know how to generate a CW signal using NI RFSG in Arbitrary Waveform mode (please see the attached file),  but I have not found out yet how to add AWGN to it.
Thank you ! 
Aina

Hi Aina,
I may still be not completely understanding exactly what you're asking for. So in my example that I gave you, we were adding the AWGN to both the I and Q arrays seperately. What you're looking for is to actually add the noise to the signal after it has been upconverted. Does that sound right? With our hardware, this is not possible because the baseband I/Q data is mixed with the carrier in hardware as the last step before it is generated. To add AWGN after the signal has been placed on the carrier you would need a noise generator. The best you can do is to add the AWGN to the baseband I/Q and then upconvert it based on the carrier frequency you specify in RFSG. Let me know if that was helpful to you.

Similar Messages

  • An arbitrary waveform generator using the DSP Module

    Hi Guys,
    Just got my hands on LabView and the DSP Module, and having a bit of fun atm. Great products. I'm currently using the TI DSK6416, and was wondering if there was a labview model/example of arbitrary waveform generation using this...? Perhaps using a DDS method or something similar?
    Thanks in advance...
    GibbGodD 

    GibbGodD,
    Hello!
    There are quite a few Waveform Generation VIs within Labview, including the Simulate Arbitrary Signal Express VI and the Arbitrary Wave VI. Unfourtuantly, these are not available within the DSP Module. There is a special group of Embedded Signal Generation VIs for the DSP Module, of which one is the Simulate Signal. Take a look at these VIs as perhaps you could use them to build the waveform you are looking for.
    To answer your question, I wasn't able to locate a specific example that matched what you were looking for, but if you to Help >> Find Examples >> Toolkits and Modules >> DSP from within LabVIEW you should be able to find some great DSP examples. Particular, the example project "Variety of Signal Types.lvproj" shows the different types of signals the DSP target can generate.
    The majority of Arbitrary Waveform Generation information that I was able to find is all related to our Function Generators but not for the devices supported for the DSP Module.
    Best of Luck!
    Ben Sisney
    FlexRIO V&V Engineer
    National Instruments

  • How to generate a single cycle of a waveform?

    I need to generate a single cycle of a waveform. Is this possible?
    The help document for function "niFgen_ConfigureOperationMode()" says, "NI signal generators support only Continuous operation mode." I guess this statement is pretty clear but it sure shoots a hole in my plans. We just bought this arb assuming it can do this. Is is really not possible to generate just one cycle of a waveform?
    My arb is a PXI-5412.
    thanks!

    This is possible with your device.
    You can do an Arbitrary Sequence of the waveform you want, then take an external pulse and use triggering to send that sequence however often you desire.
    Look for the "Arbitrary Waveform Mode" topic in the NI Signal Generators Help under Start > National Instruments > NI-FGEN > Documentation for more information on this mode.
    Thanks,
    Joel C
    National Instruments

  • BPM 10g - issue wile deploying the exp file which is generated using ANT

    Hello,
    I'm trying to deploy exp file in process administrator which is generated using the Ant Zip task( pointed the basedir as CVS project root folder) and this deployment failed with exception : Unable to import project
    Do we have any ant task to generate .exp from CVS ???
    Ant Build file :_*
    <target name="BPMProject" description="BPMProject.zip file from the Cvs Source folder ">
         <zip destfile="..BPMProject.exp" basedir="../BPMProject" update="true" encoding = "UTF-8" />
    </target>
    Complete Stack Trace :_
    <W> 0705 13:31:25.746] Main (<7> http-8686-Processor16): Error BPM-1341541082741
    [     (cont)     ] Main: java.lang.NullPointerException
    [     (cont)     ] Main: java.lang.NullPointerException
    [     (cont)     ] Main:      at fuego.project.io.fs.export.ProjectZipper.unzipProject(ProjectZipper.java:256)
    [     (cont)     ] Main:      at fuego.project.io.fs.export.ProjectZipper.unzipAllProjects(ProjectZipper.java:154)
    [     (cont)     ] Main:      at fuego.webconsole.model.JSFPublicationInfo.unzipProject(JSFPublicationInfo.java:1779)
    [     (cont)     ] Main:      at fuego.webconsole.model.JSFPublicationInfo.fileUploadAction(JSFPublicationInfo.java:265)
    [     (cont)     ] Main:      at fuego.webconsole.model.JSFPublicationInfo.nextPageAction(JSFPublicationInfo.java:1169)
    [     (cont)     ] Main:      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [     (cont)     ] Main:      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [     (cont)     ] Main:      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [     (cont)     ] Main:      at java.lang.reflect.Method.invoke(Method.java:585)
    [     (cont)     ] Main:      at com.sun.faces.el.MethodBindingImpl.invoke(MethodBindingImpl.java:126)
    [     (cont)     ] Main:      at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:72)
    [     (cont)     ] Main:      at javax.faces.component.UICommand.broadcast(UICommand.java:312)
    [     (cont)     ] Main:      at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:267)
    [     (cont)     ] Main:      at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:381)
    [     (cont)     ] Main:      at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:75)
    [     (cont)     ] Main:      at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:200)
    [     (cont)     ] Main:      at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:90)
    [     (cont)     ] Main:      at javax.faces.webapp.FacesServlet.service(FacesServlet.java:197)
    [     (cont)     ] Main:      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
    [     (cont)     ] Main:      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
    [     (cont)     ] Main:      at fuego.web.filter.CharsetFilter.doFilter(CharsetFilter.java:48)
    [     (cont)     ] Main:      at fuego.web.filter.BaseFilter.doFilter(BaseFilter.java:63)
    [     (cont)     ] Main:      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
    [     (cont)     ] Main:      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
    [     (cont)     ] Main:      at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
    [     (cont)     ] Main:      at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
    [     (cont)     ] Main:      at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
    [     (cont)     ] Main:      at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
    [     (cont)     ] Main:      at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
    [     (cont)     ] Main:      at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
    [     (cont)     ] Main:      at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
    [     (cont)     ] Main:      at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:667)
    [     (cont)     ] Main:      at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
    [     (cont)     ] Main:      at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
    [     (cont)     ] Main:      at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
    [     (cont)     ] Main:      at java.lang.Thread.run(Thread.java:595)
    [     (cont)     ] Main:
    [<D> 0705 13:31:25.752] Main (<7> http-8686-Processor16): Context->contextcom.sun.faces.context.FacesContextImpl@117064c
    [<D> 0705 13:31:25.753] Main (<7> http-8686-Processor16): clientId = PublishForm:uploadedFile

    Hi
    PFB the details from the log file...If i migrate the same via jdeveloper, i don't get any errors..
    SEVERE: Upgrade failed. Check the logs for any exceptions. Ensure that the WSDL URLs specified in the project are reachable and a valid 10.1.3.x project is used for upgrade. Before re-attempting upgrade, restore the original project code source from the backup directory.
    java.lang.NullPointerException
    *     at oracle.viewgen.plugin.bpel.BPELPlugin.getReferenceProperties(BPELPlugin.java:403)*
    *     at oracle.viewgen.composite.CompositeUtil.setupCompositeRefs(CompositeUtil.java:586)*
    *     at oracle.viewgen.composite.CompositeUtil.createComposite(CompositeUtil.java:320)*
    *     at oracle.viewgen.ViewGenerator.main(ViewGenerator.java:316)*
    Caused by: java.lang.NullPointerException
    *     at oracle.viewgen.plugin.bpel.BPELPlugin.getReferenceProperties(BPELPlugin.java:352)*
    *     ... 3 more*

  • How can you create a test plan generator using labview

    I am looking to create a testplan generator using labview to help RF Engineers translate test requirements into test parameters and wanted to know how i can go about it.

    Have you considered to use Teststand? Teststand organizes all the tests and allows to parameterize them.
    Creating a tool with a similar functionality will be more expensive than buying Teststand and modifing the operator interface.
    Waldemar
    Waldemar
    Using 7.1.1, 8.5.1, 8.6.1, 2009 on XP and RT
    Don't forget to give Kudos to good answers and/or questions

  • Line Item : New dispaly field for Report generated using Tcode FBL1N

    Hi Geeks,
              I want to display further fields in the line item report generated using Tcode FBL1N . i have refered OSS note 373268 it only discuss about fields available from index table ( BSID/BSAD/BSIK/BASK/BSIS/BSAS ) and special field from tables ( BKPF, BSEG, BSEC, BSED... ) using FAKP .My requirement is to add NAME1 from LFA1. Pls suggest a solution.
    Thanks,
    Karthik

    Hi Ushma,
    Its possible.No need to cpy into Z transaction.  You'll have to use a BTE for it.
    Go to FIBF.
    Create a 'Z' product.
    Put your own. Goto settings-> P/S modules-> of a customer.
    Now in the event 00001650 of z product there is a function module.
    It'll be 'LINE_ITEMS_GET_GKONT'.
    make a z by copying this and then put it here.
    Put code in that ZLINE_ITEMS_GET_GKONT.
    Also create append structure in RFPOS and RFPOSX with the fields you want.
    And activate.
    varun

  • Sync Text alignment in HTMLEditor and a PDF generated using FOP

    Hi,
    How to sync text alignment in HTMLEditor and a PDF generated using FOP ?
    I tried setting the dimensions of HTMLEditor and PDF in pixels by calculating the size in Pixels for A4 paper size with a particular dpi value.
    Have done the font settings as well. The problem is I see uneven line cuts in the PDF as compared to HTMLEditor.
    Thanks.

    It's not a realistic expectation. You are expecting the PDF produced by whoever provided your FOP implementation to observe exactly the same typographical rules as HTMLEditor. Basically it won't, and there is no way to enforce it. Line breaking/hyphenation/word spacing algorithms can be of great complexity. You are expecting two systems that aren't specified to agree, to agree.

  • Problem in enc/dec with DSA-Elgamal (keys generated using GNUPG utility)

    Hi all
    Facing the problem in encryption/decryption using DSA-Elgamal (keys generated using GNUPG utility)
    Steps followed
    Generated a key pair using DSA and Elgamal (default) form GNUPG utility (size 1024)
    Placed generated keys pubring.gpg & secring.gpg in the source directory where the code is executing but am getting the error
    D:\test>c:\jdk\bin\java BouncyCastlePGPTest
    Creating a temp file...
    Temp file created at
    D:\test\pgp
    Reading the temp file to make sure that the bits were written
    the message I want to encrypt
    Get Public Key
    Key Strength = 1024
    Algorithm = 17
    mohankumar (start) <[email protected]>
    Key Count = 1
    In Ecrypt File
    creating comData...
    comData created...
    using PGPEncryptedDataGenerator...
    111...
    java.lang.IllegalArgumentException: passed in key not an encryption key!f
    D:\test>
    but the same code works fine if we try to encrypt using RSA generated keys
    D:\test>c:\jdk\bin\java BouncyCastlePGPTest
    Creating a temp file...
    Temp file created at
    D:\test\pgp
    Reading the temp file to make sure that the bits were written
    the message I want to encrypt
    Get Public Key
    Key Strength = 1024
    Algorithm = 1
    sriganesh (sriganesh) <[email protected]>
    Key Count = 1
    In Ecrypt File
    creating comData...
    comData created...
    using PGPEncryptedDataGenerator...
    used PGPEncryptedDataGenerator...
    wrote bOut to byte array...
    Reading the encrypted file
    -----BEGIN PGP MESSAGE-----
    Version: BCPG v1.31
    hIwD7qqzP41CKpUBBACOnQE265ud3AuJ8zGx9TjUFyeSwZH+PZJhjGLBTkI7gKdh
    /hIF1u/sCzubw+9Mt8dbS0V2uHiqQgkCHAYIQKoVmiN65s8sUsIS0q3cTtBudUnd
    xIEiyegtvB8LEpzldU/XrSglh8h6MdhhcPql46BG+0vs6p/bUAOygNv5e/DGzck2
    1wNvc2/u2ffBgEP4qfrJUcF9OlvVAm03aB0S6gP8cH4LVdo5K9Bwu3d71qNKsryP
    mML16rkA
    =lfxf
    -----END PGP MESSAGE-----
    Decrypted Data= the message I want to encrypt
    no message integrity check
    Code As follows
    import java.io.BufferedReader;
    import java.io.ByteArrayOutputStream;
    import java.io.File;
    import java.io.FileInputStream;
    import java.io.FileOutputStream;
    import java.io.FileReader;
    import java.io.FileWriter;
    import java.io.IOException;
    import java.io.InputStream;
    import java.io.OutputStream;
    import java.security.NoSuchProviderException;
    import java.security.SecureRandom;
    import java.security.Security;
    import org.bouncycastle.bcpg.ArmoredOutputStream;
    import org.bouncycastle.jce.provider.BouncyCastleProvider;
    import org.bouncycastle.openpgp.PGPCompressedDataGenerator;
    import org.bouncycastle.openpgp.PGPEncryptedDataGenerator;
    import org.bouncycastle.openpgp.PGPException;
    import org.bouncycastle.openpgp.PGPLiteralData;
    import org.bouncycastle.openpgp.PGPPublicKey;
    import org.bouncycastle.openpgp.PGPPublicKeyRing;
    import org.bouncycastle.openpgp.PGPUtil;
    import org.bouncycastle.openpgp.*;
    import java.util.Iterator;
    public class BouncyCastlePGPTest {
    private static PGPPrivateKey findSecretKey(
                                                      InputStream keyIn,
                                                      long keyID,
                                                      char[] pass)
                                                      throws IOException, PGPException, NoSuchProviderException {
    PGPSecretKeyRingCollection pgpSec = new PGPSecretKeyRingCollection(PGPUtil.getDecoderStream(keyIn));
    PGPSecretKey pgpSecKey = pgpSec.getSecretKey(keyID);
    if (pgpSecKey == null) {
    return null;
    return pgpSecKey.extractPrivateKey(pass, "BC");
    private static void decryptFile(InputStream in, InputStream keyIn, char[] passwd) throws Exception
    in = PGPUtil.getDecoderStream(in);
    try {
    PGPObjectFactory pgpF = new PGPObjectFactory(in);
    PGPEncryptedDataList enc;
    Object o = pgpF.nextObject();
    // the first object might be a PGP marker packet.
    if (o instanceof PGPEncryptedDataList)
    enc = (PGPEncryptedDataList)o;
    else
    enc = (PGPEncryptedDataList)pgpF.nextObject();
    // find the secret key
    Iterator it = enc.getEncryptedDataObjects();
    PGPPrivateKey sKey = null;
    PGPPublicKeyEncryptedData pbe = null;
    while (sKey == null && it.hasNext())
    pbe = (PGPPublicKeyEncryptedData)it.next();
    sKey = findSecretKey(keyIn, pbe.getKeyID(), passwd);
    if (sKey == null)
    throw new IllegalArgumentException("secret key for message not found.");
    InputStream clear = pbe.getDataStream(sKey, "BC");
    PGPObjectFactory plainFact = new PGPObjectFactory(clear);
    Object message = plainFact.nextObject();
    if (message instanceof PGPCompressedData)
    PGPCompressedData cData = (PGPCompressedData)message;
    PGPObjectFactory pgpFact = new PGPObjectFactory(cData.getDataStream());
    message = pgpFact.nextObject();
    if (message instanceof PGPLiteralData)
    PGPLiteralData ld = (PGPLiteralData)message;
    FileOutputStream fOut = new FileOutputStream(ld.getFileName());
    InputStream unc = ld.getInputStream();
    int ch;
    System.out.print("\n\n\nDecrypted Data= ");
    while ((ch = unc.read()) >= 0)
                             System.out.print(""+(char)ch);
    fOut.write(ch);
    System.out.println("\n\n\n");
    else if (message instanceof PGPOnePassSignatureList)
    throw new PGPException("encrypted message contains a signed message - not literal data.");
    else
    throw new PGPException("message is not a simple encrypted file - type unknown.");
    if (pbe.isIntegrityProtected())
    if (!pbe.verify())
    System.err.println("message failed integrity check");
    } else
    System.err.println("message integrity check passed");
    else
    System.err.println("no message integrity check");
    catch (PGPException e) {
    System.err.println(e);
    if (e.getUnderlyingException() != null) {
    e.getUnderlyingException().printStackTrace();
         public static void main(String[] args) {
              // the keyring that holds the public key we're encrypting with
              String publicKeyFilePath = "D:\\test\\pubring.gpg"; //D:\\test\\pubring.pkr;
              // init the security provider
              Security.addProvider(new BouncyCastleProvider());
              try {
                   System.out.println("Creating a temp file...");
                   // create a file and write the string to it
                   File outputfile = new File("pgp");//File.createTempFile("pgp", null);
                   FileWriter writer = new FileWriter(outputfile);
                   writer.write("the message I want to encrypt".toCharArray());
                   writer.close();
                   System.out.println("Temp file created at ");
                   System.out.println(outputfile.getAbsolutePath());
                   System.out.println("Reading the temp file to make sure that the bits were written\n----------------------------");
                   BufferedReader isr = new BufferedReader(new FileReader(outputfile));
                   String line = "";
                   while ((line = isr.readLine()) != null) {
                        System.out.println(line + "\n");
                   // read the key
                   FileInputStream     in = new FileInputStream(publicKeyFilePath);
                   PGPPublicKey key = readPublicKey(in);
                   // find out a little about the keys in the public key ring
                   System.out.println("Key Strength = " + key.getBitStrength());
                   System.out.println("Algorithm = " + key.getAlgorithm());
                   int count = 0;
                   for (java.util.Iterator iterator = key.getUserIDs(); iterator.hasNext();) {
                        count++;
                        System.out.println((String)iterator.next());
                   System.out.println("Key Count = " + count);
                   // create an armored ascii file
                   FileOutputStream out = new FileOutputStream(outputfile.getAbsolutePath() + ".asc");
                   // encrypt the file
                   encryptFile(outputfile.getAbsolutePath(), out, key);
                   System.out.println("Reading the encrypted file\n----------------------------");
                   BufferedReader isr2 = new BufferedReader(new FileReader(new File(outputfile.getAbsolutePath() + ".asc")));
                   String line2 = "";
                   while ((line2 = isr2.readLine()) != null) {
                        System.out.println(line2);
    //FileInputStream in = new FileInputStream(args[1]);
              FileInputStream in2 = new FileInputStream("d:\\test\\pgp.asc");
         FileInputStream keyIn = new FileInputStream("d:\\test\\secring.gpg");
         decryptFile(in2, keyIn, "test123".toCharArray());
              } catch (PGPException e) {
                   System.out.println(e.toString());
                   System.out.println(e.getUnderlyingException().toString());
              } catch (Exception e) {
                   System.out.println(e.toString());
         private static PGPPublicKey readPublicKey(InputStream in) throws IOException {
              System.out.println("Get Public Key");
              try {
                   PGPPublicKeyRing pgpPub = new PGPPublicKeyRing(in);
                   Iterator itr = pgpPub.getPublicKeys();
                   PGPPublicKey pk = null;
                   return pgpPub.getPublicKey();
              } catch (IOException io) {
                   System.out.println("readPublicKey() threw an IOException");
                   System.out.println(io.toString());
                   throw io;
         private static void encryptFile(String fileName, OutputStream out, PGPPublicKey encKey)
    //     throws IOException, NoSuchProviderException, PGPException
              try {
    System.out.println("In Ecrypt File");
              out = new ArmoredOutputStream(out);
              ByteArrayOutputStream bOut = new ByteArrayOutputStream();
              System.out.println("creating comData...");
              // get the data from the original file
              PGPCompressedDataGenerator comData = new PGPCompressedDataGenerator(PGPCompressedDataGenerator.ZIP);
              PGPUtil.writeFileToLiteralData(comData.open(bOut), PGPLiteralData.BINARY, new File(fileName));
              comData.close();
              System.out.println("comData created...");
              System.out.println("using PGPEncryptedDataGenerator...");
              // object that encrypts the data
              PGPEncryptedDataGenerator cPk = new PGPEncryptedDataGenerator(PGPEncryptedDataGenerator.CAST5, new SecureRandom(), "BC");
              cPk.addMethod(encKey);
              System.out.println("used PGPEncryptedDataGenerator...");
              // take the outputstream of the original file and turn it into a byte array
              byte[] bytes = bOut.toByteArray();
              System.out.println("wrote bOut to byte array...");
              // write the plain text bytes to the armored outputstream
              OutputStream cOut = cPk.open(out, bytes.length);
              cOut.write(bytes);
              // cOut.close();
              cPk.close();
              out.close();
              } catch (IOException ex) {
                   System.out.println("IOException\t" +ex.toString());
              } catch (NoSuchProviderException ex1) {
                   System.out.println("NoSuchProviderException\t" +ex1.toString());
              } catch (PGPException ex2) {
                   System.out.println("PGPException\t" +ex2.toString());
    }

    First - you're responding to a year-old message. I doubt the OP is still around.
    Second - DSA is a Digital Signature Algorithm. The error tells you exactly what the problem is - DSA is not an encryption algorithm, and can't be used as one.
    Grant

  • Automatic Generation of JMS event generator using WLST script

    is there any way to create and deploy JMS event generator using WLST script. i am using weblogic server 10.3.1

    You could see this informantion here:
    http://docs.oracle.com/cd/E14981_01/wli/docs1031/deploy/cluster.html#wp1519038

  • How to create an RDBMS event generator using wlst on weblogic 10.3

    how to create an RDBMS event generator using wlst on weblogic 10.3, i got a code fragment needing class "com.bea.wli.management.configuration.RDBMSEventGenChannelConfiguration"
    but i can' t find this class in classpath on weblogic 10.3, pls help me, thanks. code sample is better.

    Hi,
    RDBMS Event Generator Channel Rule Definition
    When you are creating channel rule definitions in the WebLogic Integration Administration Console, it is recommended that you do not use the Back button if you want to resubmit the details on a page.
    You should always use the navigation links provided and create a new channel rule definition.
    http://download.oracle.com/docs/cd/E13214_01/wli/docs85/deploy/cluster.html
    http://download.oracle.com/docs/cd/E13214_01/wli/docs81/relnotes/relnotesLimit.html
    http://otndnld.oracle.co.jp/document/products/owli/docs10gr3/pdf/deploy.pdf
    This problem has been seen in the past when defining the channel rule for an RDBMS Event Generator if schema name was specified with the incorrect case (i.e. lowercase when it should have been uppercase or vice versa). To that end, it is suggested to change the case of the schema when creating the channel rule
    Regards,
    Kal

  • Programs generated using ABAP query vanishes after upgrade

    Hi all,
    The programs generated using abap query in sq01 vanishes after upgrading from 4.6C to ECC 6.0 system.
    Is this a know issue, do we have a solution for this?
    Can anyone help
    Thanks
    Senthil

    Hi,
    Try to generate the Queries again in the new system...using the FM : RSAQ_GENERATE_PROGRAM
    The input needed is the Query name and the usergroup...The details can be obtained from the table AQLQCAT(local queries areas) and AQGQCAT(global areas queries).
    Once you generate the query , a program gets created...
    if you have lots of queries to be genretated, write a custom report by fetching the data from the above tables and use the FM to generate the same...
    Hope this helps you..
    Reward if useful
    Regards
    Shiva

  • Problem while creating table maintenance generator using two step

    Hello All,
    I have created a Z table in which I have 7 fields, out of which 6 are character fields and 7th field is of type INT4
    Now when I create the maintenance generator using TWO STEP approach, the 7th field i.e., of type INT4 is not available in the first screen (the table control screen). This screen only has 6 fields for display.
    But when I click NEW ENTRIES button, I get the next screen which has all the 7 fields.
    But if I create the maintenance generator using SINGLE STEP, all 7 fields are displayed in the first screen.
    Please suggest. Let me know if you require some more explaination.
    Thanks & Regards,
    Tarun

    Hi Tarun,
    Go to the layout and increase the size of the Screen. or at the screen attributes change the length and width values.
    You know that initially the screen occupies default size only.
    Hope this would serve your purpose.
    Cheerz
    Ram

  • What can be the reasons of diffrence in value generated using mb5l and f.01

    what can be the reasons of difference in value generated using mb5L and f.01
    when we use mb5L for stock taking and when we use f.01 for same purpose what could be the reasons if the value donot match. that i.e stock taking donot match in mm and fi.

    Hi,mau be you doing smt wrong in selection screen?by the way,in mb5l acumulated balance!

  • Can't open Keynote 1.1.1 files generated using 10.3  on os 10.5.2

    I recently upgraded to 10.5.2 and upon trying to open keynote 1.1.1 files that were generated using 10.3 an error message comes up and says that keynote document "XXXX" can not be opened because and error has occurred.... Please help!!!! i have hundreds of these files..barry

    I was trying to open them with keynote 1.1.1... since I put up this question, I went ahead and downloaded the iworks trial version which did allow me to open the files..unfortunately it seems as if keynote 1.1.1 won't work with 10.5.2.. the other problem i have is that even if i go forward and upgrade to the latest version of keynote.. it won't let me save the files so I can use it on my other computer which can only run 1.1.1 because that system can only run 10.3... any suggestions for saving these files for my other system?... thanks

  • Program name for the query generated using sq0102-03

    Hi Folks,
    How can we know the proggram  name for the query generated using sq01 and all?
    K.Kiran.

    Hi Kiran,
    U can get program name of nay transaction code by following this procedure
    after entering tcode it will direct u to the related screen then on the tool bar select system then go for status there u can find program name
    Rewards if helpfull
    Regards,
    Pavan

Maybe you are looking for

  • What are worthy upgrades for my mid-2009 MBP?

    My 13in Macbook Pro is coming to the end of its AppleCare warranty and is currently in the shop for freezing issues. The thing ran great when I first got it but its really starting to show its 3 y/o age now. I have six more years of graduate school/t

  • Error message in Portal .

    Friends,   I really need your help to remove the waring message. For the purpose of changing the description on the Selection screen from “Cost Cetnters (Authorised Values)” to “Funds Centers” I had changed the ZCCTRATI variable description to Funds

  • If I change my Apple ID on my IPOD, will I lost my existing settings and game progress?

    I linked two IPODs to the same apple id and have been using them that way for a few months.  When I download something on one, and it shows up on the other.  Each ipod seems to have its own game prefs stored locally, but we cannot play multi-player g

  • Problems installing Oracle 8.0.5. over OpenLinux 3.1.

    Hello everybody: I tried to install Oracle 8.0.5. in my linux box last weekend. All the procedure went OK until it went into the relink process, then it suddenly stopped with a message similar to this one: 'ld:libserver.a:Undefined symbol __strtoq_in

  • Open New Sessions and attach

    Hello, I am trying to figure out how while attacehd to SAP from VBA excel to open a new session and continue the task in the new session. The end goal is to run 3 different transactions and have them up each in a seperate window. this is what I have