Problem in coding Virtual Characters

Hi ,
I have a problem when i am coding Virtual Characters
have just a little problem with the name of a variable:
as explained in the documentation, I created the variable with the prefix G_POS_, the name of the infocube and the name of the infoobject all together:
DATA: G_POS_ZM_CFS_Z_CHACCT__Z_CH_LINE type i.
The problem is that this variable name is longer than 30 characters, so the system doesn't accept it.
Is there a workaround, other than changing the name of the infoobject (which is a navigational attribute)?

Hi,
ask the documentation team what to do in this case. You have to shorten the name of the variable, leave out an _ or the last xx letters.
Maybe you can give your variable just another more shorten name, like l_test1.
Regards,
Juergen

Similar Messages

  • Problems with non-ASCII characters on Linux Unit Test Import

    I found a problem with non-ASCII characters in the Unit Test Import for Linux.  This problem does not appear in the Unit Test Import for Windows.
    I have attached a Unit Test export called PROC1.XML  It tests a procedure that is included in another attachment called PROC1.txt. The unit test includes 2 implementations.  Both implementations pass non-ASCII characters to the procedure and return them unchanged.
    In Linux, the unit test import will change the non-ASCII characters in the XML file to xFFFD. If I copy/paste the the non-ASCII characters into the Unit Test after the import, they will be stored and executed correctly.
    Amazon Ubuntu 3.13.0-45-generic / lubuntu-core
    Oracle 11g Express Edition - AL32UTF8
    SQL*Developer 4.0.3.16 Build MAIN-16.84
    Java(TM) SE Runtime Environment (build 1.7.0_76-b13)
    Java HotSpot(TM) 64-Bit Server VM (build 24.76-b04, mixed mode)
    In Windows, the unit test will import the non-ASCII characters unchanged from the XML file.
    Windows 7 Home Premium, Service Pack 1
    Oracle 11g Express Edition - AL32UTF8
    SQL*Developer 4.0.3.16 Build MAIN-16.84
    Java(TM) SE Runtime Environment (build 1.8.0_31-b13)
    Java HotSpot(TM) 64-Bit Server VM (build 25.31-b07, mixed mode)
    If SQL*Developer is coded the same between Windows and Linux, The JVM must be causing the problem.

    Set the System property "mail.mime.decodeparameters" to "true" to enable the RFC 2231 support.
    See the javadocs for the javax.mail.internet package for the list of properties.
    Yes, the FAQ entry should contain those details as well.

  • NFirefox will not allow me to click on a link without switching to another program first. The version is 3.6.8. This problem makes Firefox virtually unusable. Help!

    Firefox will not allow me to click on more than one link in a sequence. After one click, I am forced to switch to another active application before returning to Firefox and clicking on another link. I have seen this problem posted by others, but I can't find an answer by Mozilla. Since this problem makes Firefox virtually unusable (version 3.6.8) I would hope that Mozilla would offer an answer ASAP. Until then, I'm stuck with Explorer.
    == This happened ==
    Every time Firefox opened

    Do you have that problem when running in the Firefox SafeMode?
    [http://support.mozilla.com/en-US/kb/Safe+Mode]
    ''Don't select anything right now, just use "Continue in SafeMode."''
    If not, see this:
    [http://support.mozilla.com/en-US/kb/troubleshooting+extensions+and+themes]

  • Problems with Greek accented characters

    After the update to AIR 2.0.2 I cannot input into any application greek with accented characters.
    Tried TweetDeck and Twhirl and neither work (used to before the update)
    Is this a bug or it needs some configuration
    I am working on Fedora13 but heard the same problem reported on Ubuntu.
    Have not tried on MS Windows or MacOSX

    Hi,
    I'm using Adobe AIR 2.0.3 on Windows machine. I wrote an app in Aptana Studio (build: 2.0.5.1278522500) with ExtJS library and I found the problem with polish national characters like ż and Ż (all the other national characters like ą, ę, ń are possible to input).
    In order to reproduce, here you have the sample code in ExtJS:
    http://dev.sencha.com/deploy/dev/examples/form/anchoring.html
    As you will see - it is possible to input ż and Ż in text fields.
    Now, use the same code to build AIR applicaton and then run the application. It is not possible to input those characters in Air window. Right Alt+z acts like undo operation - it removes last entered text. All the other characters work fine.
    Here is the code I used:
    <html>
        <head>
            <title>New Adobe AIR Project</title>
            <link rel="stylesheet" type="text/css" href="lib/ext/resources/css/ext-all.css" />
            <link rel="stylesheet" type="text/css" href="lib/ext/air/resources/ext-air.css" />
            <script type="text/javascript" src="lib/air/AIRAliases.js"></script>
            <script type="text/javascript" src="lib/ext/adapter/ext/ext-base.js"></script>
               <script type="text/javascript" src="lib/ext/ext-all.js"></script>
            <script type="text/javascript" src="lib/ext/air/ext-air.js"></script>
            <script type="text/javascript">
            Ext.onReady(function(){
        var form = new Ext.form.FormPanel({
            baseCls: 'x-plain',
            labelWidth: 55,
            defaultType: 'textfield',
            items: [{
                fieldLabel: 'Send To',
                name: 'to',
                anchor:'100%'  // anchor width by percentage
                fieldLabel: 'Subject',
                name: 'subject',
                anchor: '100%'  // anchor width by percentage
                xtype: 'textarea',
                hideLabel: true,
                name: 'msg',
                anchor: '100% -53'  // anchor width by percentage and height by raw adjustment
        var window = new Ext.Window({
            title: 'Resize Me',
            width: 500,
            height:300,
            minWidth: 300,
            minHeight: 200,
            layout: 'fit',
            plain:true,
            bodyStyle:'padding:5px;',
            buttonAlign:'center',
            items: form,
            buttons: [{
                text: 'Send'
                text: 'Cancel'
        window.show();
            </script>
        </head>
        <body>
        </body>
    </html>
    Is it possible to input those characters or is there a workaround for this (disable undo operation or so) ?
    I really appreciate any help.
    Kind regards,
    Marcin.

  • Problems in displaying chinese characters with utf-8 encoding

    Hi,
    I got problem in displaying chinese characters in my web application.
    I am creating a web application supporting both English and Chinese charaters. What I am trying to do is:
    1. storing some chinese characters via a web page (page1) into database.
    2. retrieve the chinese characters via another web page (page2) from the database.
    Once I put the Chinese characters on the webpage (page1 in step #1), it displayes well (the readable chinese characters) before I submit this page (after submit, the data will be stored into the database).
    But when I tried to display the chiese characters via page2 in step#2, I got un-readable characters displayed.
    The running configuration is: Sun Application Server (coming and with the JSC2) and MySQL server 5.0. And I setup the database server with utf8 as character-set.
    It seems like the chinese characters got messed up throught the round-trip (from page1<----via jdbc---->database<----via jdbc------>page2).
    From the database, I found the chinese characters are there. Any helps are appreciated.

    Hi,
    I am trying to insert new record.The record may contain chineese or English data.
    I did same what u specified.
    first I converted to the byte UTF8.again,I converted byte to string using 8859_1.
    the values are not storing chinese characters.
    pls suggest me.
    below is my code.
                                  ascCode = req.getParameter("asccode");
                                  countryCode = req.getParameter("countrycode");
                                  ascName      = req.getParameter("ascname");
                                  address1     = req.getParameter("ascaddress1");
                                  address2 = req.getParameter("ascaddress2");
                                  System.out.println("ASC NAME:"+ascName);
                                  System.out.println("ADDRESS1:"+address1);
                                  System.out.println("ADDRESS2:"+address2);
                                  ascC = ascCode.getBytes("UTF8");
                                  coun = countryCode.getBytes("UTF8");
                                  ascN           = ascName.getBytes("UTF8");
                                  add1 = address1.getBytes("UTF8");
                                  add2          = address2.getBytes("UTF8");
                                  System.out.println("ASC NAME:"+ascN);
                                  System.out.println("ADDRESS1:"+add1);
                                  System.out.println("ADDRESS2:"+add2);
                                  ascCode = new String(ascC,"8859_1");
                                  countryCode= new String(coun,"8859_1");
                                  ascName = new String(ascN,"8859_1");
                                  address1 = new String(add1,"8859_1");
                                  address2 = new String(add2,"8859_1");
                                  System.out.println("ASC NAME:"+ascName);
                                  System.out.println("ADDRESS1:"+address1);
                                  System.out.println("ADDRESS2:"+address2);
    thanks.

  • Problem with the virtual  machine

    Hello.
    i've encountered problem with the virtual  machine. Java instance is reseting sometimes. I found message in dev_server0 there is:
    <b>
    [Thr  6] JLaunchIExitJava: exit hook is called (rc = 666)
    [Thr  6] **********************************************************************
    ERROR => The Java VM terminated with a non-zero exit code.
    </b>
    in dev_jcontorol:
    <b>
    [Thr  1] Thu Mar 13 15:58:39 2008
    [Thr  1] JStartupICreateProcess: fork process (pid 16077)
    [Thr  1] JControlICheckProcessList: process server0 started (PID:16077)
    </b>
    where i can looking the reason of this?
    regards,
    Denis

    Hi Denis,
    This looks like a memory issue, similar problems have been posted on this forum before.
    Change the following params.
    -XX:PermSize=2048m
    -XX:MaxPermSize=2048m
    Also,
    See SAP note 709140 and the referenced notes.
    Regards,
    Siddhesh

  • Problem with Icelandic special characters on Mac

    Hello
    I am working on a Flash publication for students, and I want it to run on Mac as well as PC. Everything goes fine, except a problem with three special characters in my language, Icelandic. I am working on a registration and login page where I am using text boxes and text input boxes. Everything looks correct on PC, but on Mac the characters Þ Ð Ý are lost.
    I have tried different fonts etc.
    Any idea what is wrong?
    Jónas Helgason

    Hello Jónas,
    Did you ever figure this out ?
    I have a similar problem except only with two letters (both upper and lower case).  These two Icelandic letters can't be entered into a Flex TextInput box in the Flex apps I am creating when they are loaded on a Mac.  The letters are known as &Eth, &eth, &Thorn and &thorn in HTML terminology.  Typing these characters on the keyboard results in the following:  { [ ? /
    However I can copy the characters in question from some other app like TextEdit and paste them into a TextInput box in my Flex app and all is well, they show up correctly.
    This happens regardless of the Mac browser used and the Flash plugin version used (have tried both 9 and 10) and also happens in the standalone Flash Player application.
    Does anyone have any idea how to fix this or is this a bug in Flash Player ?  This is really annoying as it makes text input into Flex apps on Icelandic Macs very difficult.
    There must be something wrong with the mapping of keyboard key codes into character codes on the Mac that is causing this.
    Btw, I just heard from a friend that this problem does not exist in MacOS 10.6.  I am running 10.4 and have tested this on 10.5 and it exists on both of those OS versions.
    Rgds,
    Hordur Thordarson
    Lausn hugbunadur
    http://lausn.is

  • Problem loading Kanji(Chinse) characters

    Hi,
    I am having problem in loading Kanji characters in the database (Oracle 10g).
    Background
    There is an application which I am working on which provides the functionality to upload spreadsheets directly into the database. For this, we are utilizing a JAVA parser which parses the file into .txt and subsequently into a .dat file and then uploads it in the database.
    Problem Statement
    If a spreadsheet contains Kanji chracters, it is displayed as inverted question marks when it is loaded in the database. The data is loaded via SQL Loader.
    I have checked the database parameters and they are as follows:
    NLS_LANG AMERICAN_AMERICA.UTF8
    NLS_LANGUAGE AMERICAN
    NLS_CHARACTERSET UTF8
    NLS_TERRITORY AMERICA
    Please help!
    Thanks,
    Manas

    DomBrooks,
    Thanks for the quick reply.
    I found that there is no issue on the database side.
    The NLS_LANG was not set correctly for the user id I was logging with. I set it up manually.
    After that I tried to do a manual insert into the table with a Kanji value and it got inserted absolutely fine!
    However, I tried the methods you mentioned and got the following results:
    1. For a Kanji value 朝阳区, the DUMP function returned the values Typ=1 Len=6: 63,63,63,63,63,63 which clearly shows the ASCII value for ?. I am not sure what is meant by Typ 1. But one thing is sure that the data that is coming after parsing the spreadsheet is itself corrupted.
    Now I looked into the JAVA parser. It first converts the spreadsheet into a .txt file and then by mv it renames it to a .txt.data file.
    While converting to .txt file we are specifying encoding as 'UTF-8' like the example below.
    Writer out = new BufferedWriter(new OutputStreamWriter(
    new FileOutputStream("outfilename"), "UTF8"));
    However I am not sure if converting this .txt file to a .txt.data file changes the encoding.
    Another issue is that we are loading the data through SQL uploader. There we have put a TRIM function on the column which contains Kanji characters. Can this be the issue?
    Thanks,
    Manas

  • Problem to insert  Chinese Characters(GB3212)  into MySQL

    I met a problem to insert Chinese Characters (GB3212) into MySQL using Entity Bean (or JPA).
    For example, when a hardcoded string "{color:#ff0000}&#30005;&#22120;me&#20803;&#20214;{color}" is inserted, it is displayed as "{color:#ff0000}??me??{color}" in MySQL.
    The NamedQuery is also not working for Chinese Characters.
    The setting are as following:
    GlassFish JDBC connection pool: useUnicode=true, charecterEncoding=gb2312
    NetBeans IDE: source encoding set to GB2312;
    MySql table: the column set to CHARACTER SET gb2312;
    Any experts, please give advice
    Thanks lot

    I didn't noticed that there is a {color:#ff0000}sun-resources.xml{color} file under {color:#ff0000}<ejb project>/server resources{color}.
    This file has a pool configuration. This config just overwite the paremeter i added using Admin Console every time a client is lauched. So there are two option to fix this problem.
    1. Insert the follwowing two lines into the {color:#ff0000}sun-resources.xml{color}
    <property name="characterEncoding" value="gb2312"/>
    <property name="useUnicode" value="true"/>
    2. delete the everthing in the {color:#ff0000}sun-resources.xml, using Admin Console {color}config your own pool & DataSource
    I tried first option & it works.

  • ### Problem in retrieving special characters with Oracle 9i JDBC drivers

    hi,
    We are having some problem with retrieving special characters like '�' from the database.
    Our application is using JDK1.3.1 with Oracle 9i at the back end(Version: 9.0.1.0.0). We are using oracle 9i thin drivers (classes12.zip) for database interaction.
    To relieve the data from database we are using PreparedStatement in two ways
    1. Creating a preparedstatement from connection object without any parameters and then retrieve the
    data using it. This gives the results in correct format i.e. special characters like '�'
    2. Create the preparedstatement by passing the following parameters.
    i) ResultSet.TYPE_SCROLL_INSENSITIVE
    ii) ResultSet.CONCUR_READ_ONLY
    In this case we are not able to retrieve the special character like '�' correctly. Instead the ResultSet
    returns 'h'
    I think this is the problem with Oracle drivers. Does anyone have any information about the mentioned problem.
    rgds

    I don't know exactly (because I am using JDK 1.4 with ojdbc14.jar where these problems seem to be rare...) but you may consider this:
    1. Add nls_charset12.zip to your classpath to ensure that the encoders are present (may or may not help)
    2. Swith to JDK 1.4, and do this:
    Instead of String s = getString(column)
    use
    byte[] bytes = getBytes(column);
    ByteBuffer bb = ByteBuffer.wrap(bytes); // in package java.nio
    CharBuffer cb = Charset.forname("ISO-8859-x").decode(bb);
    String s = cb.toString();
    The latter method allows you to perform the encoding/decoding manually.
    3. Change the character encoding in the database to unicode upon database setup.
    4. Try playing with NLS parameters (alter session ...)

  • Problem with creating virtual column

    Hello,
    We've got problem with creating virtual column.
    There is table R_T that contain columns R_ID and L_ID, we would like to create virtual column RL_ID that contains sth like 'R_ID-L_ID' (R_ID, L_ID and RL_ID are varchars).
    According documentation we've tried:
    alter table R_T add column (RL_ID varchar2(60) generated always as (R_ID||'-'||L_ID) VIRTUAL)
    but getting
    ORA-00904: : invalid identifier
    00904.00000 - "%s: invalid identifier"
    Have no idea where is the problem.
    Table, columns names are little different but contains only capital letters A - Z and underscore "_".
    Has anyone idea?
    Thanks a lot.

    Strange...
    This does work for me :
    Connected to Oracle Database 11g Enterprise Edition Release 11.2.0.1.0
    Connected as dev
    SQL>
    SQL> create table r_t (
      2   r_id varchar2(25),
      3   l_id varchar2(25)
      4  );
    Table created
    SQL> insert into r_t (r_id, l_id) values('R','L');
    1 row inserted
    SQL> alter table r_t add (rl_id varchar2(60) generated always as (r_id||'-'||l_id) virtual);
    Table altered
    SQL> select * from r_t;
    R_ID                      L_ID                      RL_ID
    R                         L                         R-L
    SQL>

  • Problem while inserting Latin characters

    Hi All,
    Version details
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi
    PL/SQL Release 10.2.0.4.0 - Production
    CORE    10.2.0.4.0      Production
    TNS for Solaris: Version 10.2.0.4.0 - Production
    NLSRTL Version 10.2.0.4.0 - ProductionLanguage :
    SQL> show parameter nls_lang
    NAME                                 TYPE        VALUE
    nls_language                         string      AMERICANCurrently,we are facing problem in inserting Latin characters such as 'ʬ '
    We are receiving these characters from another DB via DB Link .What parameters should I change in my DB to accept those Latin characters.
    Please suggest an approach or charset that'll allow my Db to accept both English and Latin characters.

    Sorry for not providing exact information.But please consider the example character that I've mentioned 'ʬ'.
    While I'm trying to insert the above character in my Db with below nls_parameters
    SQL>  select parameter||'--> '||value from nls_database_parameters;
    PARAMETER||'-->'||VALUE
    NLS_LANGUAGE--> AMERICAN
    NLS_TERRITORY--> AMERICA
    NLS_CURRENCY--> $
    NLS_ISO_CURRENCY--> AMERICA
    NLS_NUMERIC_CHARACTERS--> .,
    NLS_CHARACTERSET--> UTF8
    NLS_CALENDAR--> GREGORIAN
    NLS_DATE_FORMAT--> DD-MON-RR
    NLS_DATE_LANGUAGE--> AMERICAN
    NLS_SORT--> BINARY
    NLS_TIME_FORMAT--> HH.MI.SSXFF AM
    PARAMETER||'-->'||VALUE
    NLS_TIMESTAMP_FORMAT--> DD-MON-RR HH.MI.SSXFF AM
    NLS_TIME_TZ_FORMAT--> HH.MI.SSXFF AM TZR
    NLS_TIMESTAMP_TZ_FORMAT--> DD-MON-RR HH.MI.SSXFF AM TZR
    NLS_DUAL_CURRENCY--> $
    NLS_COMP--> BINARY
    NLS_LENGTH_SEMANTICS--> BYTE
    NLS_NCHAR_CONV_EXCP--> FALSE
    NLS_NCHAR_CHARACTERSET--> AL16UTF16
    NLS_RDBMS_VERSION--> 10.2.0.4.0
    20 rows selected.My Table
    create table r_dummy (a varchar2(4000))
    /Insert Script
    insert into r_dummy values('ʬ' )But after inserting
    When I retrieve the inserted data
    SQL> select *
      2  from r_dummy;
    A
    ?Please lemme know how to insert the above character.

  • Problem with language specific characters on e-mail sending

    Hi,
    Problem with language specific characters on e-mail sending.
    How can it be fixed?
    Thanks.

    Hi,
    try to work on the charecter code set UTF-8 or UTF-16. You can define this in html.
    Or encode the charecter using java script.
    Hope this may help you.
    Deepak!!!

  • How to display utf-8 coding chinese characters in code editor of a English version dreamweaver

    hi, i am trying to insert some chinese words in my html script,( English win7 and English dreamweaver Cs6), no matter what coding I chose, the characters can not display  in coding eidtor,but they showed well in live and desing. why? Do I have to use a Chinse version dreamweaver to see these characters? or I can modify some settings to see them.
    I apprecaite if somebody help me slove this problem.

    It should not be a problem as in

  • Problem with coding a spry form to email

    I have presented the problem before and am still unable to resolve the issue.
    I have spry forms that are sent by email and the data is partially displayed. The text area id will display, but the content of some of the fields will not display the data input.
    Here's an example of the form:
    <form action="events_form.php" method="post" enctype="multipart/form-data" name="eventregistration1" target="_parent" id="eventform1">
        <table width="400" border="0" cellspacing="0px" cellpadding="5px">
          <tr>
            <td><span id="sprytextfield1">
              <input name="registrantsname" type="text" id="registrantsname" tabindex="1" value="" size="50" maxlength="50" />
              <span class="textfieldRequiredMsg">This information is required.</span></span></td>
          </tr>
          <tr>
            <td><span id="sprytextfield2">
            <input name="registrantsemail" type="text" id="registrantsemail" tabindex="2" value="" size="50" maxlength="50" />
            <span class="textfieldRequiredMsg">This information is required.</span><span class="textfieldInvalidFormatMsg">Invalid format.</span><span class="textfieldMinCharsMsg">Minimum number of characters not met.</span><span class="textfieldMaxCharsMsg">Exceeded maximum number of characters.</span></span></td>
          </tr>
          <tr>
            <td><span id="sprytextfield3">
              <input name="event" type="text" id="event" tabindex="3" value="" size="50" maxlength="50" />
              <span class="textfieldRequiredMsg">This information is required.</span></span></td>
          </tr>
          <tr>
            <td><span id="sprytextfield4">
              <input name="eventdate" type="text" id="eventdate" tabindex="4" value="" size="50" maxlength="50" />
            <span class="textfieldRequiredMsg">This information is required.</span></span></td>
          </tr>
          <tr>
            <td><span id="sprytextfield5">
              <input name="eventtimestart" type="text" id="eventtimestart" tabindex="5" value="" size="50" maxlength="50" />
            <span class="textfieldRequiredMsg">This information is required.</span></span></td>
          </tr>
          <tr>
            <td><span id="sprytextfield6">
              <input name="eventtimeend" type="text" id="eventtimeend" tabindex="6" value="" size="50" maxlength="50"/>
            <span class="textfieldRequiredMsg">This information is required.</span></span></td>
          </tr>
          <tr>
            <td><span id="sprytextfield7">
              <input name="location" type="text" id="location" tabindex="7" value="" size="50" maxlength="50" />
            <span class="textfieldRequiredMsg">This information is required..</span></span></td>
          </tr>
          <tr>
            <td><span id="sprytextfield8">
              <input name="companyname" type="text" id="companyname" tabindex="8" value="" size="50" maxlength="50" />
              <span class="textfieldRequiredMsg">This information is required.</span></span></td>
          </tr>
          <tr>
            <td><span id="sprytextfield9">
            <input name="telephoneoffice" type="text" id="telephoneoffice" tabindex="9" value="" size="50" maxlength="50" />
            <span class="textfieldInvalidFormatMsg">Invalid number sequence.</span><span class="textfieldRequiredMsg">A number is required.</span></span></td>
          </tr>
          <tr>
            <td><span id="sprytextfield10">
            <input name="telephonecell" type="text" id="telephonecell" tabindex="10" value="" size="50" maxlength="50" />
            <span class="textfieldInvalidFormatMsg">Please provide an alternate number.</span><span class="textfieldRequiredMsg">An alternate number is required.</span></span></td>
          </tr>
          <tr>
            <td><span id="sprytextarea11">
              <textarea name="eventdescription" id="eventdescription" cols="50" rows="5" tabindex="11">Event description</textarea>
            <span class="textareaRequiredMsg">A value is required.</span></span></td>
          </tr>
          <tr>
            <td> </td>
          </tr>
          <tr>
            <td><input type="submit" name="submit" id="submit" value="Submit" tabindex="12" />
              <input type="reset" name="reset" id="reset" value="Reset" /></td>
          </tr>
        </table>
      </form>
    Here's an example of what's being returned to me;
    Customer name:
    Contact Name:
    Email Address:
    Event: MMCC
    Date of Event: 12/12/12
    Event time start:
    Event time end:
    Location: Indianapolis
    Company or Organization Name: Green With Indy, Inc.
    Office Telephone:
    Cell Telephone:
    Event description: A heck of a good time.
    To see the actual form go here: http://www.greenwithindy.com/eventsregistration.php
    It's a coding issue that apparently my eyes are to tired to see. If you could provide an example of what a line of code should be, I would appreciate your help with this.
    Thank you,
    GWalton55

    I think the problem may be events_form.php.
    If you require further assistance, please post the code.
    Gramps

Maybe you are looking for

  • How can we  prevent the PO while creating the sales order

    Hi All, How can we prevent the PO number while creating sales order with existing PO. I have checked the box in sales document type as A but still im able to create sales order with same PO. Thanks in advance. Naveen

  • Java 2 SDK

    The sample program, HelloWorldApp.java, downloaded from Sun website was successfully compiled, but was unable to run under Java 2 SDK, Standard Edition Version 1.4.0 with the following error messages: at java.lang.ClassLoader.defineClass0(Native Meth

  • Strange Dump while using HR_INFOTYPE_OPERATION.

    Hi frnz, I am facing dump while using the FM 'HR_INFOTYPE_OPERATION' as below. <b>If I swap positions of w_p0041-endda and w_p0041-begda it does not give a dump but error msg is generated saying that no selection in the period(as obviously dates are

  • "Data Connectivity Tutorial: Connecting to Object Collections" Problem

    Post Author: Brian Wildrick CA Forum: Data Connectivity and SQL Using VS2005, followed the directions to the letter.  On page 363, "Connecting a Report to the Stock Object" > "To connect a Crystal report to the Stock object" > 6. Expand the Stock cla

  • Flash Player Installing Error: Failed to Register

    I'm having a problem getting Flash Player to install. I keep getting an error that says "Error: Failed to Register". Need help please. Running Windows 7 and Explorer.