Error: An integer constant expression is required within the array subscrip

hello all,
here is a small piece of code which compile well with g++:
#include <iostream>
using namespace std;
int main () {
int i= 0, j=4 ;
cout <<" i=" ; cin >> i ;
cout  << "i="<<i<< endl;
if ( i > 1) {
   double xx [i+5];
   int n= i+5;
   for (int k =0 ; k < n ; k++) xx[k] =k;
  cout << "xx[2]=" << xx[2] << " xx[4]=" << xx[4] <<" xx["<<i<<"]="<< xx[i] <<en
dl;
  cout << "xx[1]=" << xx[3] << " xx[5]=" << xx[4] <<" xx["<<n-1<<"]="<< xx[n-1]
<<endl;
}with Sun Studio 12 CC, the error is:
"x.C", line 12: Error: An integer constant expression is required within the array subscript operator.
1 Error(s) detected.Is there an option to force CC to accept it? i read that CC has some gnu extensions (http://docs.sun.com/source/820-4155/c++.html)
Thanks in advance for help,
gerard

This works:
#include <iostream>
#include <alloca.h>
using namespace std;
int main () {
int i= 0, j=4 ;
cout <<" i=" ; cin >> i ;
cout  << "i="<<i<< endl;
if ( i > 1) {
   double *xx = ( double * ) alloca( sizeof( *xx ) * ( i + 5 ) );
   int n= i+5;
   for (int k =0 ; k < n ; k++) xx[k] =k;
  cout << "xx[2]=" << xx[2] << " xx[4]=" << xx[4] <<" xx["<<i<<"]="<< xx[i] <<en
dl;
  cout << "xx[1]=" << xx[3] << " xx[5]=" << xx[4] <<" xx["<<n-1<<"]="<< xx[n-1]
<<endl;
}

Similar Messages

  • Error Message : Object could not be scheduled within the specified time interval

    Post Author: mohamed elkashef
    CA Forum: Publishing
    Dear All when i try to run event for daily reports it sometimes take generation status failed with this error  message : Object could not be scheduled within the specified time interval so  i need to know the reason of failure and how can i fix  this error  thanks a lot 

    Post Author: nvnaresh
    CA Forum: Publishing
    Dear jsanzone,
    I'm facing the same error even when the server time out is more than the query execution time of the report.By server time out I assume connection time out of WebI report server which I have set to 180 min.But the actual query takes maximum of 5 min.
    We are using BO XIR2+SP2.
    I scheduled a webI report to get saved in Excel format to an Unmanaged disk location upon a File Event.
    We have 3 such reports to be scheduled on the same event.
    Expected frequency of File Event getting fired in a day is twice.Scheduling frequency I have set it as every one hour with the file event.
    This usually should work fine.
    But frequently 1 or 2 of the above 3 instances are getting failed with the following error "Object could not be scheduled with in specified time interval " after being in Running state for few hours(8). Amazingly this is not happening every time. May be once or twice in a week.This works fine after I restart the BO services and the same thing repeats after 3 or 4 days.
    Do I need to increase any server parameters?
    Why is this happening randomly?  

  • HBR Error thrown when using @NEXTSIBLING or @SHIFTSIBLING within the FIX

    Hi,
    I'm working on a HBR that works fine, when using the following code:
    SET CREATENONMISSINGBLK ON;
    +FIX("BegBalance",[KHSA_PLAN2_ACCOUNT],[KHSA_PLAN2_CUSTOM3],[KHSA_PLAN2_CUSTOM4],"E-00000","FY10","Budget","Robocza",[KHSA_PLAN2_CURRENCY],HSP_InputValue)+
    FIX(T4)
    +"C2-00000"= 2;+
    ENDFIX
    ENDFIX
    Now, I'd like to use the @NEXTSIBLING or @SHIFTSIBLING within the second FIX statement, so the BR code looks like this:
    SET CREATENONMISSINGBLK ON;
    +FIX("BegBalance",[KHSA_PLAN2_ACCOUNT],[KHSA_PLAN2_CUSTOM3],[KHSA_PLAN2_CUSTOM4],"E-00000","FY10","Budget","Robocza",[KHSA_PLAN2_CURRENCY],HSP_InputValue)+
    FIX(@NEXTSIBLING(T4))
    +"C2-00000"= 2;+
    ENDFIX
    ENDFIX
    When launched, the HBR throws an error: Detail:Cannot calculate. Essbase Error(1200315): Error parsing formula for [FIX STATEMENT] (line 3): invalid object type
    I'm missing sth, am I not?
    Thanks for help, regards
    Marcin Stawny

    It truly helped, however I went further and wanted to use @SHIFTSIBLING where the shift integer comes from a sum of data values. The code looks like this:
    SET CREATENONMISSINGBLK ON;
    +FIX("BegBalance",[KHSA_PLAN2_ACCOUNT],[KHSA_PLAN2_CUSTOM3],[KHSA_PLAN2_CUSTOM4],"E-00000","FY10","Budget","Robocza",[KHSA_PLAN2_CURRENCY],HSP_InputValue)+
    FIX(@MEMBER(@SHIFTSIBLING("T1", (@SUM(@DESCENDANTS("Transactions"))))))_
    +"C2-00000"= 1;+
    ENDFIX
    ENDFIX
    The @SUM(@DESCENDANTS("Transactions")) calculates the sum properly (verified this part of the code in another place), however it seems that it has to be passed as an integer to the @SHIFTSIBLING, hasn't it?
    How can I do that?
    Regards
    Marcin Stawny

  • Error: Device\Ide\iaStor0, did not respond within the timeout period.

    Hello,
    In last few months, I began getting the error:
    The device, \Device\Ide\iaStor0, did not respond within the timeout period.
    My system hangs and slows to a crawl.  Error seems to be well-known, and solution is to install the latest version of Intel Matrix Manager, which is 8.6.   I've done this, I reinstalled my OS, and I've reinitialized my hard Raid1 array.  None of this has helped.
    http://www.intel.com/support/chipsets/imsm/sb/cs-025783.htm
    Any suggestions?
    Thx.
    Scott

    Quote
    Have you tested HDD's with Seagate diagnostic utility?
    Going by the link you have provided I assume you are using Vista?
    Yes, I am using Vista and I did also use Sea Tools; no issue identified.  I'd love to hear more suggestions.  Things I've done:
    1.  Reformat / reinstall.  Helped, but problem not eliminated.
    2.  Ran SeaTools Disk Diagnostic.  No issue.
    3.  Installed Intel Matrix STorage, most recent version 8.6.  Should've fix prob, but didn't. 
    4.  Upgraded Bios from 7.5 to 7.9.
    Seems like the upgrade to Intel Matrix Storage Manager should've fixed this issue, but it didn't.   Any particular drive identified in the error message in the original post? 
    It is also not clear what changed to have introduced this error.  My system has been stable for 2 years and from the errors looks like I've had problems for the last 3 months, but they got notably worse in the last 2 weeks.  Reformatting / reinstall helped, but didn't eliminate these issues.  Any insight would be appreciated.

  • Constant expression required

    (Original thread http://forum.java.sun.com/thread.jsp?forum=31&thread=428634)
    Hello all,
    in the following class, if the comment is removed, the compiler complains that a constant expression is required.
    class Test {
    final static int A;
    final static int B=5;
    static {
    A=5;
    public static void main(String args[]) {
    switch(1) {
    //case A:
    case B:
    Is this a bug? Is this a feature? How could A not be a constant expression?
    Is it good coding style to initialize constant variables at declaration time and not in the static block?
    7Kami

    (Original thread
    http://forum.java.sun.com/thread.jsp?forum=31&thread=42
    634)
    Hello all,
    in the following class, if the comment is removed, the
    compiler complains that a constant expression is
    required.
    class Test {
    final static int A;
    final static int B=5;
    static {
    A=5;
    public static void main(String args[]) {
    switch(1) {
    //case A:
    case B:
    Is this a bug? Is this a feature? How could A not be a
    constant expression?JLS goes to a lot of detail explaining why this is a language feature. It is required to support Java's requirement to never have unreachable code. In order to do that, the compiler need to have compile-time const expressions in case labels (otherwise it can never detect at static compilation time whether a case branch is reachable or not [e.g., because it clashes with another case label]). Those expressions could be either literals or static finals etc.
    This, BTW, explains why inlining of static finals is not just an optimization but an essential language requirement.
    The relevant JLS sections to read are 14.20 and 13.4.8.

  • NI USB 6008: expected constant expression

    I am using NI USB 6008 device. Looking at NI-DAQ\Examples\DAQmx ANSI C\Analog In\Measure Voltage\Acq-Int Clk\
    So I want to modify the line that has
    DAQmxErrChk (DAQmxReadAnalogF64(taskHandle,1000,10.0,DAQmx_Val_GroupByChannel,data,1000,&read,NULL));
    as
        DAQmxErrChk (DAQmxReadAnalogF64(taskHandle,numsamps,TimeouT,DAQmx_Val_GroupByChannel,data,numsamps,&read,NULL));
    where the corresponding variables have been defined before like:
      Int_t xx=2;
      const Int_t numsamps = const_cast<Int_t&>(xx);
        int32       error=0;
        TaskHandle  taskHandle=0;
        int32       read;
        float64     data[numsamps];
        float64 RatE = float64(raTE);
        float64 TimeouT = float64(numsamps)/RatE;
    But when I try to compile I get this error message:
    $ nmake -f makefile.mak
    Microsoft (R) Program Maintenance Utility Version 8.00.50727.42
    Copyright (C) Microsoft Corporation.  All rights reserved.
            cl  -D_MT -D_DLL -MDd -EHsc  -nologo -G5 -GR -MD -DWIN32  -DVISUAL_CPLUS
    PLUS -D_WINDOWS -IC:\ROOT/include -O2 -c SNatInDAQ.cpp
    cl : Command line warning D9025 : overriding '/MDd' with '/MD'
    cl : Command line warning D9002 : ignoring unknown option '-G5'
    SNatInDAQ.cpp
    SNatInDAQ.cpp(261) : error C2057: expected constant expression
    SNatInDAQ.cpp(261) : error C2466: cannot allocate an array of constant size 0
    SNatInDAQ.cpp(261) : error C2133: 'data' : unknown size
    NMAKE : fatal error U1077: '"c:\Program Files\Microsoft Visual Studio 8\VC\BIN\c
    l.EXE"' : return code '0x2'
    Stop.
    What does it mean 'expected constant expression'? How can I get around this?
    What I want to do is pass the size of that data array from another function.

    Hi novaiscool,
    I think the issue is that you are declaring numsamps as a constant and the DAQmxReadAnalogF64 function wnats a non constant parameter.  Have you tried calling the function with a regular int or a value?  Give that a try and see if you get the same error. 
    You will also need to initialize numsamps to something since you are allocating an array using that variable. 
    Give those things a try and let me know how it works.
    Thank You,
    Nick F.
    Applications Engineer

  • Dyncamics Connector Error CRM to NAV, no integration record within filter

    In working to connect CRM Account records to the NAV Contact Card as Companies, experiencing an inner exception error that there is no integration record within the filter.  Searching for a solution has not turned up a solid answer to path to resolution. 
    We are mapping basic data fields; address/city/state/zip/email/website/account name/account number/...  The only required fields in NAV on the Contact Card are No and Name which we populate.  The Account record from CRM does get created in NAV on
    the Contact Card BUT updates within those data fields will not take and we get these errors (#1 & #2) in sequence.  Error #3 below comes from an attempt at updating a field's data to sync from CRM Account to NAV after receiving errors
    #1 & #2.  It should be noted that the we are trying to send the Account record to Contact Card then to Customer Card.  The Customer Card record is created without issue, but we believe error #3 may be fallout from the exception error #1.
    1) WARNING TID:18 [2013-09-23T11:19:02.5269850-05:00]: [Account to NAV Contact Card] has encountered an error while processing key [[Test Company, 59057fb9-2cdb-e111-86eb-00155d006a06]]. Exception occurred in Microsoft Dynamics NAV
     --- Exception Dump ---
     Caught Exception: Exception occurred in Microsoft Dynamics NAV
     Stack trace:
       at Microsoft.Dynamics.Integration.Adapters.Nav2009.NavObjectProvider.WriteObject(Object value)
       at Microsoft.Dynamics.Integration.Service.MapThread.ProcessReads()
     Inner Exception: There is no Integration Record within the filter.
    Filters: Record ID: Contact: 88888
     Stack trace:
       at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
       at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
       at Microsoft.Dynamics.Integration.Adapters.Nav2009.NavIntegrationHelper.InvokeUpdateMethod(Object& newobj, Boolean create, String integrationId, Boolean updateIntegrationId)
       at Microsoft.Dynamics.Integration.Adapters.Nav2009.NavIntegrationHelper.DoUpdate(Object newobj, Object obj, String integrationId, Boolean create, Boolean hasExistingLines)
       at Microsoft.Dynamics.Integration.Adapters.Nav2009.NavIntegrationHelper.DoWrite(Object newobj)
       at Microsoft.Dynamics.Integration.Adapters.Nav2009.NavObjectProvider.WriteDynamicObject(Object value)
       at Microsoft.Dynamics.Integration.Adapters.Nav2009.NavObjectProvider.WriteObject(Object value)
    2) [Account to NAV Contact Card] has encountered an error while processing key [[Test Company, 59057fb9-2cdb-e111-86eb-00155d006a06]]. The record already exists.
    3) [Account to NAV Contact Card] has encountered an error while processing key [[Test Company, 59057fb9-2cdb-e111-86eb-00155d006a06]]. Table Id 18 of a supplied key does not match Table Id 5050 of the page 5050  source table.
    Any direction to resolution would be much appreciated.
    Thanks,
    Troy

    May have isolated the cause to the Type field on the Contact Card in NAV not accepting a "Company" value as sent through the Connector.  There are two values on the Contact Card for Type, Person/Company, where Person is accepted during send to create
    an Integration Record but Company is not (even using it as the designed default doesn't work).
    Has anyone experienced NAV not accepting the Type code of Company on the Contact Card through the Connector from CRM Accounts which in turn stops the creation of an Integration Record for the Account?
    Any help or input would be very beneficial.  Thanks.

  • NETUI ERROR: Unable to update expression

    Hi
    i get following error in the command prompt
    NETUI ERROR: Unable to update expression "{actionForm.userId}" with the value
    [a
    sd]. The typical cause is that the object represented by the expression is not
    available or is the wrong type for updating.
    What may be wrong
    Thanks in Advance
    M BHat

    thanks :)
    Thank you for any and all help,
    Geoffrey
    "M Bhat" <[email protected]> schreef in bericht
    news:3fc2d003$[email protected]..
    >
    Hi geof..
    It is fixed now. please look for the same in portal news grp. Thanks toBeko.
    >
    rgds
    MBhat
    "Geoffrey" <[email protected]> wrote:
    The action method's form doesn't have the property (attribute with
    get/setter).
    However, if you chain actions like I am trying, it could be that your
    first
    action processes the form, while the second doesn't use the form but
    still
    triggers the error.
    Take a look int the portal newgroup for my post.
    I don't know how to solve it yet.
    Thank you for any and all help,
    Geoffrey
    "M Bhat" <[email protected]> schreef in bericht
    news:3fc1e741$[email protected]..
    Hi
    i get following error in the command prompt
    NETUI ERROR: Unable to update expression "{actionForm.userId}" withthe
    value
    [a
    sd]. The typical cause is that the object represented by the
    expression
    is not
    available or is the wrong type for updating.
    What may be wrong
    Thanks in Advance
    M BHat

  • Statement Line Amount Is Not Within The Tolerance Range

    Hi.
    I have an issue with the CE autoreconciliation tolerances.
    Case.
    A RECEIPT statement line with $1244.89 with bank transaction type code (Journal ) cannot be automatically reconciled with a Debit available transaction $1244.90 due to this error. "Error. Statement Line Amount Is Not Within The Tolerance." Tolerance amount is set as 1 and the % as 0. So my tolerance range is (1243.89 - 1245.89), in consequence statement line should be reconciled . Am I right ?
    It seems everything is allright, I really dont know what is happenning, but it works fine with AP payments. I just want to know if this is a comun behavior or its a bug.
    Any suggestion would be appreciated.
    Thanks
    Robert
    Edited by: Roberto Islas on 12/07/2011 03:07 PM

    Check you Cash Management Bank account setup for Tolerance limits. By updating the Bank account tolerances, you would be able to auto reconcile.
    Kiran

  • Entry in field Funds Center required; check the field control Mg No.FMEF010

    Hi,
    We have a Z tcode for converting planned order to purchase requisition.
    We use Account assignment P - Project and A - Asset.
    We have WBS element and fund center linked to it.
    For the Z tcode while converting Planned order to purchase requisition we are getting below error
    Error: Entry in field Funds Center required; check the field control Msg No.FMEF010
    While creating manually purchase requisition with same GL code and WBS element the fund center gets automatically picked.
    Can anyone pls let me know in which table we can find the link between WBS element and fund center so that we can code the same in our program. In PRPS table we can find the link between WBS and profit center.
    Or is there any user exit that can be used.
    Thanks in advance.
    Regards,
    Radha

    Hello
    If you do a F1 in the value date field it will give you the answer - The value date is used in bank accounts and bank sub-accounts.
    As regards the other query check whether the tax code has been already created.
    Hope it helps.
    Rgds

  • [nQSError: 14065] Illegal cross join within the same dimension

    Hey guys,
    I'm stumped. I have two dimension tables that are joined 1:N (there is NOT an M:N relationship between them) and I have them joined in the Physical Layer and the Business Model and Mapping Layer. The two tables are F4101 (the "1") and F4102 (the "N") in the 1:N relationship. F4102 then joins to a fact table, and F4101 joins to NOTHING else. So I don't believe I have a circular condition or a need for a bridge table. Both tables are published to the Presentation Layer for reporting.
    The error occurs in Answers when I want to do something as trivial as display the three primary key columns together from F4101: F4101.col1, F4101.col2, F4101.col3 (all three make up the PK). When I do that, the following error occurs:
    "nQSError: 14065] Illegal cross join within the same dimension caused by incorrect subject area setup: [ F4101 T28761] with [ F4102 T1805] "
    What I can't figure out is WHY the F4102 table is listed in this error. I didn't try to report on it at all. See the logical SQL below from my query:
    "SQL Issued: SELECT "Item Master (F4101)".IMITM saw_0, "Item Master (F4101)".IMLITM saw_1, "Item Master (F4101)".IMAITM saw_2 FROM "Sales Analysis" ORDER BY saw_0, saw_1, saw_2"
    As soon as I take out one of the three PK columns and add in another non-PK column from F4101, it works just fine. And reporting on each of the three PK columns individually works as well in Answers.
    Any ideas? I would greatly appreciate it.
    Thanks.

    Try this;
    1. In the logical layer, create one folder called F4101_F4102.
    2. Map both F4101 and F4102 as logical table sources in that folder.
    3. Join from the folder F4101_F4102 to the fact using a Logical (new complex join) join.
    Chris.

  • Process 000004 did not confirm within the permitted time period

    Hi
    The process chain failed while activating the ODS with an error message :Process 000004 did not confirm within the permitted time period" . When repeated the failed step it went successufull. but want to know what can be the cause and steps to be taken in order to avoide this issue further.
    Thanks
    Ratan

    Hi,
    Whenever ODS activation goes there'll be some batch processes you can say as parallel processes running along with main job. Due to unavailability of resources i.e either bkgd or dialog processes soemtimes gets delayed and they gets canceled which leads to the failure of main ODS activation job...
    may be in ur scenario the same thing might have happened, so when you had repeated the step if the resources are free it will be successful.
    once chk in your system for canceled jobs, ther might be some job which relates to your process.
    rgds,

  • Error #: 409 : constant expression required at line 342

    hi all,
    switch( nodeClicked.hashCode() ) {
    case "Devices".hashCode(): showPanel_Devices();
    break;
    case "Clusters".hashCode(): showPanel_Clusters();
    break;
    case "General".hashCode(): showPanel_General();
    scan.nas.executeNTP(scan.getIPFromHash(parentNUSNode));
    scan.nas.executeSystemInfo(scan.getIPFromHash(parentNUSNode));
    scan.setValuesInNTP();
    scan.setValuesInSystemInfo();
    break; default: showPanel_LHNScreen();
    break;
    i am getting error at
    "Devices".hashCode()
    its saying that "constant expression required" at that place.......
    can anyone help me plz.....its urgent..............
    Thanks,
    Kalpana

    Case statements need integer literals or constant integer expressions. No runtime expressions are allowed.
    Do this instead:
    if(nodeClicked.equals("Devices")) ...;
    else if(nodeClicked.equals("Clusters")) ...;
    else if(nodeClikcked.equals("General")) ...;
    else ...;It's not a good idea to use hash codes like this, because two objects with different values can have the same hash code.

  • BUG: constant expression required

    Hello,
    the attached code fragment compiles with javac but produces a "constant expression required" with internal compiler (Version 10.1.3.0.4 (SU2))
    Regards
    Michael
    package bug.repro;
    public class Class1 {
    protected final int TYPE_LH = 1;
    package bug.repro;
    public class Class2 extends Class1 {
    protected void checkRule(int iStatus)
    switch (iStatus) {
    case TYPE_LH:
    break;
    -------

    Hi,
    thanks, i filed a bug.
    Frank

  • Switch: constant expression required

    Hi,
    i initialize some integer constants with the hash code of some strings. However, i cannot use these constants in "case"s of "switch". How can i deal with this?
    Here's the code:
        public void parseHeader()
            char[] headerChars=header_.toCharArray(); //the array representation of the XML header tag
            StringBuffer sBuffer=new StringBuffer();  //the String
            char c=' ';
            int fieldCode=0;
            for (int i=0; i<headerChars.length; i++)
                c=(char)headerChars;
    if (c=='\n')
    switch(fieldCode)
    case ACCEPT:
    sAccept_=new String(sBuffer);
    break;
    case ACCEPT_CHARSET:
    sAcceptCharset_=new String(sBuffer);
    break;
    case ACCEPT_ENCODING:
    sAcceptEncoding_=new String(sBuffer);
    break;
    case ACCEPT_LANGUAGE:
    sAcceptLanguage_=new String(sBuffer);
    break;
    case AUTHORIZATION:
    sAuthorization_=new String(sBuffer);
    break;
    case CACHE_CONTROL:
    sCacheControl_=new String(sBuffer);
    break;
    case CLIENT_IP:
    sClientIp_=new String(sBuffer);
    break;
    case INT_CONNECTION:
    sConnection_=new String(sBuffer);
    break;
    case CONTENT_LANGUAGE:
    sContentLanguage_=new String(sBuffer);
    break;
    case CONTENT_LOCATION:
    sContentLocation_=new String(sBuffer);
    break;
    case CONTENT_MD5:
    sContentMD5_=new String(sBuffer);
    break;
    case WARNING:
    sWarning_=new String(sBuffer);
    break;
    case X_FORWARDED_FOR:
    sXForwardedFor_=new String(sBuffer);
    break;
    case X_SERIAL_NUMBER:
    sXSerialNumber_=new String(sBuffer);
    break;
    default:
    System.err.println("Header field with hash code: "+fieldCode+" detected");
    else if (c==':')
    fieldCode=new String(sBuffer).hashCode();
    sBuffer=new StringBuffer();
    else
    sBuffer.append(c);
    private static final int ACCEPT= "Accept".hashCode();
    private static final int ACCEPT_CHARSET="Accept-Charset".hashCode();
    private static final int ACCEPT_ENCODING="Accept-Encoding".hashCode();
    private static final int ACCEPT_LANGUAGE="Accept-Language".hashCode();
    private static final int AUTHORIZATION="Authorization".hashCode();
    private static final int CACHE_CONTROL="Cache-Control".hashCode();
    private static final int CLIENT_IP="Client-ip".hashCode();
    private static final int CONNECTION="connection".hashCode();
    private static final int CONTENT_LANGUAGE="Content-Language".hashCode();
    private static final int CONTENT_LOCATION="Content-Location".hashCode();
    private static final int CONTENT_MD5="Content-MD5".hashCode();
    private static final int WARNING="Warning".hashCode();
    private static final int X_FORWARDED_FOR="X-Forwarded-For".hashCode();
    private static final int X_SERIAL_NUMBER="X-Serial-Number".hashCode();
    Message was edited by:
    uig

    the labels in a switch-case statement have to be compile-time constant. Anything that involves calling a method is not.
    you could make an enumerated type
    http://java.sun.com/j2se/1.5.0/docs/guide/language/enums.html

Maybe you are looking for

  • Error in Patching!

    Hi, I installed Oracle Application 11.5.10.2. I downloaded the 5903765 patch for Application. When i tried installing the patch it gave me an error saying: aiosp2() Error: failure in usdspn() Contents of error buffer are: "usdsop cannot create a new

  • Down payment through Wire Transfer

    SAP gurus, I need to configure the system for Down payment to the vendor. I can use F-47 for posting the Down payment requests and this will be recognized by the Payment program (F110). I want to know how to handle Down payment through Wire transfers

  • Validator Cleaned existing formbean or generated new one

    Hi buddies, I'd like to use struts validator in my project. It seems working but cleaning existing formbean or generating new formbean. The case is: after listing all customers, user can choose edit or delete one of them. Supposed (and it works corre

  • Push() and pop()

    I'm writing my own Stack class, in which I'm using a 100 element String array. I'm trying to write the push and pop methods for this class. I'm having trouble figuring out how to add an element to my array in the push method. Here is my code so far:

  • Performance issue in mysap SRM

    Hi, We are facing the performance issue in mySAP SRM system. User when logs onto mySAP SRM and confirms a purchase order it takes a very long duration. Can you please suggest as to how to analyze the performance issue. Do we have anything similar to