What will you do if any SQL is not working.in oracle 10g...apps 11.5.10.2

What will you do if any SQL is not working. in oracle 10g....apps 11.5.10.2

928714 wrote:
yes sir.If you help me in answering my questions i wll be very thankful to you sir.
tnx,I haven't a clue.
As you have been advised in many of your posts, go study the documentation for whichever specific topic you are interested in.
For me to answer your questions, I would need to go get that documentation.
Then I would need to read that documentation.
Then I would need to write a forum post that interprets what I think I learned from that documentation.
It is so very much faster if YOU go do that instead of posting to a forum and expecting others to do it. You will remember what you study for a lot longer time if you teach yourself.

Similar Messages

  • Downcasting In Object PL/SQL Does not Work in Oracle 10g 10.1.0.2

    create type one_t as object (
    x number, y date ) not final
    create type two_t under one_t()
    set serverout on
    declare
    super one_t;
    sub two_t := two_t(1, sysdate);
    begin
    super := one_t(1, sysdate);
    sub := new two_t(1, sysdate);
    dbms_output.put_line('sub ' || sub.x || ' ' || sub.y );
    select treat(super as two_t) into sub from dual;
    dbms_output.put_line('super ' || super.x || ' ' || super.y );
    if sub is null then
    dbms_output.put_line('stupid');
    end if;
    if sub is of (two_t) then
    dbms_output.put_line('stupid');
    end if;
    end;
    The Other Piece Does not Even Compile
    declare
    super one_t;
    sub two_t := two_t(1, sysdate);
    begin
    super := one_t(1, sysdate);
    sub := treat(super as two_t);
    dbms_output.put_line('sub ' || sub.x || ' ' || sub.y );
    select treat(super as two_t) into sub from dual;
    dbms_output.put_line('super ' || super.x || ' ' || super.y );
    if sub is null then
    dbms_output.put_line('stupid');
    end if;
    if sub is of (two_t) then
    dbms_output.put_line('stupid');
    end if;
    end;
    ORA-06502: PL/SQL: numeric or value error: cannot assign supertype instance to
    subtype
    ORA-06512: at line 6

    You need use correct type when you create object.
    Don't forget object in reality is a memory pointer,
    so what if you don't allocate correct memory in creation,
    you can't treat object as subtype.
    And meanwhile, it doesn't depend on Oracle version -
    your example doesn't work in 9.2.0.1 for example.
    SQL> declare
      2  super one_t;
      3  sub two_t := two_t(1, sysdate);
      4  begin
      5  super := two_t(1, sysdate);
      6  sub := treat(super as two_t);
      7  dbms_output.put_line('sub ' || sub.x || ' ' || sub.y );
      8  select treat(super as two_t) into sub from dual;
      9  dbms_output.put_line('super ' || super.x || ' ' || super.y );
    10  if sub is null then
    11  dbms_output.put_line('stupid');
    12  end if;
    13  if sub is of (two_t) then
    14  dbms_output.put_line('stupid');
    15  end if;
    16  end;
    17  /
    sub 1 08.06.05
    super 1 08.06.05
    stupid
    &nbsp
    PL/SQL procedure successfully completed.Rgds.

  • Downcasting in Object PL/SQL Does not Work in Oracle 10g Enterprise Edition

    create type one_t as object (
    x number, y date ) not final
    create type two_t under one_t()
    set serverout on
    declare
    super one_t;
    sub two_t := two_t(1, sysdate);
    begin
    super := one_t(1, sysdate);
    sub := new two_t(1, sysdate);
    dbms_output.put_line('sub ' || sub.x || ' ' || sub.y );
    select treat(super as two_t) into sub from dual;
    dbms_output.put_line('super ' || super.x || ' ' || super.y );
    if sub is null then
    dbms_output.put_line('stupid');
    end if;
    if sub is of (two_t) then
    dbms_output.put_line('stupid');
    end if;
    end;
    The Other Piece Does not Even Compile
    declare
    super one_t;
    sub two_t := two_t(1, sysdate);
    begin
    super := one_t(1, sysdate);
    sub := treat(super as two_t);
    dbms_output.put_line('sub ' || sub.x || ' ' || sub.y );
    select treat(super as two_t) into sub from dual;
    dbms_output.put_line('super ' || super.x || ' ' || super.y );
    if sub is null then
    dbms_output.put_line('stupid');
    end if;
    if sub is of (two_t) then
    dbms_output.put_line('stupid');
    end if;
    end;
    ORA-06502: PL/SQL: numeric or value error: cannot assign supertype instance to
    subtype
    ORA-06512: at line 6

    You need use correct type when you create object.
    Don't forget object in reality is a memory pointer,
    so what if you don't allocate correct memory in creation,
    you can't treat object as subtype.
    And meanwhile, it doesn't depend on Oracle version -
    your example doesn't work in 9.2.0.1 for example.
    SQL> declare
      2  super one_t;
      3  sub two_t := two_t(1, sysdate);
      4  begin
      5  super := two_t(1, sysdate);
      6  sub := treat(super as two_t);
      7  dbms_output.put_line('sub ' || sub.x || ' ' || sub.y );
      8  select treat(super as two_t) into sub from dual;
      9  dbms_output.put_line('super ' || super.x || ' ' || super.y );
    10  if sub is null then
    11  dbms_output.put_line('stupid');
    12  end if;
    13  if sub is of (two_t) then
    14  dbms_output.put_line('stupid');
    15  end if;
    16  end;
    17  /
    sub 1 08.06.05
    super 1 08.06.05
    stupid
    &nbsp
    PL/SQL procedure successfully completed.Rgds.

  • What do you do if your videochat is not working?

    What do you do if your videochat only works on people who r not available?

    Hi NattG,
    That was perfectly clear and was one of the things I considered that you meant the first time.
    However it is the oddest thing I have heard about an iChat Status and Capabilities I have heard of in a long time.
    It may be possible to create this effect with AppleScript.
    If you go to the iChat Preferences > Alerts can you change the top item to Buddy Becomes Available ?
    I have ticked the AppleScript Box but then not selected any AppleScript in the picture above.
    Does yours say anything at that point ?
    (I tried changing my iChat 4 version to Auto Decline but it did not effect the Video icons of Buddies.)
    I am wondering if you have an additional Script listed/Available there ?  (i.e Not one of the Apple standard ones)
    My Pic shows the Chax Add-on Preference icon.
    Do you have this add-on ?
    It can have additional options  in that it can be set to Auto Accept from Certain Buddies.
    Now my version for my iChat does not effect the Video Status icon for Available Buddies but I am wondering if you are running Chax for iChat 5 on iChat 6 and seeing some weirdness.
    Does your own Video Icon disappear when you change from Away to Available ?
    I would be hard pressed to think of other ways that this could be achieved, whether Inside or outside of iChat.
    For that reason I am reluctant to suggest deleting any of the iChat .plists at the moment.
    Could you also confirm which iChat version and OS version you are using ?
    8:33 PM      Sunday; September 4, 2011
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb( 10.6.8)
     Mac OS X (10.6.8),
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • What do you do if your sceen do not work

    my iphone3 touch screen will not work. i can not turn it off or anytihing

    Take it to Apple Store and get a replacement:
    If your iPod Touch, iPhone, or iPad is Broken
    Apple does not fix iDevices. Instead, they exchange yours for a refurbished or new replacement depending upon the age of your device and refurbished inventories. On rare occasions when there are no longer refurbished units for your older model, they may replace it with the next newer model.
    You may take your device to an Apple retailer for help or you may call Customer Service and arrange to send your device to Apple:
    Apple Store Customer Service at 1-800-676-2775 or visit online Help for more information.
    To contact product and tech support: Contacting Apple for support and service - this includes international calling numbers.
    iPod Service Support and Costs
    iPhone Service Support and Costs
    iPad Service Support and Costs
    There are third-party firms that do repairs on iDevices, and there are places where you can order parts to DIY if you feel up to the task. Start with Google to search for these.

  • Do you have any document about "Step by step oracle 10g App Srv Inst" ???

    Hello oracle forum users,
    I'm using Oracle 10g database and I want to install 10g app server and portal for our customers reporting. Can anybody help me where I found step by step installation app server and portal documents???
    Please help me and thanks a lot. Good works everybody
    I love Oracle!!!

    Hi,
    Please help me... Any docs or any link????
    Thanks for your answers ;-)

  • PL/SQL does not work in Oracle 8i Personal Edition

    I just installed Oracle 8i Personal Edition for Win 98. Everything works perfectly, except the PL/SQL.
    Then I tried to install Oracle 8i EM, but I always get the listener or adapter error. Even when I tried to start the listener from lsnrctl prompt, it gives me those errors. Anyone can help?

    You need use correct type when you create object.
    Don't forget object in reality is a memory pointer,
    so what if you don't allocate correct memory in creation,
    you can't treat object as subtype.
    And meanwhile, it doesn't depend on Oracle version -
    your example doesn't work in 9.2.0.1 for example.
    SQL> declare
      2  super one_t;
      3  sub two_t := two_t(1, sysdate);
      4  begin
      5  super := two_t(1, sysdate);
      6  sub := treat(super as two_t);
      7  dbms_output.put_line('sub ' || sub.x || ' ' || sub.y );
      8  select treat(super as two_t) into sub from dual;
      9  dbms_output.put_line('super ' || super.x || ' ' || super.y );
    10  if sub is null then
    11  dbms_output.put_line('stupid');
    12  end if;
    13  if sub is of (two_t) then
    14  dbms_output.put_line('stupid');
    15  end if;
    16  end;
    17  /
    sub 1 08.06.05
    super 1 08.06.05
    stupid
    &nbsp
    PL/SQL procedure successfully completed.Rgds.

  • SQL Plus not working in Oracle 8i personal edition

    I just installed Oracle 8i personal edition, went through all the steps. When I start SQL* Plus, I give it the SCOTT/TIGER combo, but when it tries to start up the database, it asks for another password, which I can't figurew out.

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by John Meyer ([email protected]):
    I just installed Oracle 8i personal edition, went through all the steps. When I start SQL* Plus, I give it the SCOTT/TIGER combo, but when it tries to start up the database, it asks for another password, which I can't figurew out.<HR></BLOCKQUOTE>
    Fixed the problem yesterday.
    null

  • SQL file not working in Oracle

    I cannot get all my tables to work in Oracle, can anyone see where i'm going wrong?
    CREATE TABLE Property
    (Property_Num CHAR (4) PRIMARY KEY,
    Property_Address CHAR (25),
    Property_City CHAR (15),
    Property_State CHAR (2),
    Property_Zip CHAR (5),
    Property_Price DECIMAL (15,2),
    Property_Type CHAR (15));
    CREATE TABLE Owner
    (Owner_Num CHAR (3) PRIMARY KEY,
    Property_Num CHAR (4),
    Owner_Name CHAR (15),
    Owner_Telephone CHAR (15));
    CREATE TABLE Inspection
    (Inspection_Code CHAR (4) PRIMARY KEY,
    Inspection_Type CHAR (20),
    Inspection_Description CHAR (30),
    Owner_Num CHAR (3),
    Inspection_Date DATE (15));
    CREATE TABLE Realtor
    (Realtor_Num CHAR (2) PRIMARY KEY,
    Inspection_Code CHAR (4),
    Realtor_Name CHAR (30),
    Realtor_Telephone CHAR (15));
    INSERT INTO Property
    VALUES ('0001', '245 Benner St', 'Philadelphia', 'PA', '19111', '152.000.00', 'Townhome');
    INSERT INTO Property
    VALUES ('0002', '327 Silver Ave', 'Willow Grove', 'PA', '19090', '260.000.00', 'Duplex');     
    INSERT INTO Property
    VALUES ('0003', '9243 Treaty Rd', 'Philadelphia', 'PA', '19114', '190.000.00', 'Single Family');
    INSERT INTO Property
    VALUES ('0004', '225 Chestnut St', 'Philadelphia', 'PA', '19103', '245.000.00', 'Condo');
    INSERT INTO Property
    VALUES ('0005', '511 Franklin Ave', 'Cherry Hill', 'NJ', '08002', '225.000.00'', 'Single Family');
    INSERT INTO Owner
    VALUES ('101', '0001', 'John Smith', '267-333-4667');
    INSERT INTO Owner
    VALUES ('102', '0002', 'Joe Taylor', '215-657-2200');
    INSERT INTO Owner
    VALUES ('103', '0003', 'Debra Jones', '215-745-9087');
    INSERT INTO Owner
    VALUES ('104', '0004', 'Frank Martin', '267-457-9300');
    INSERT INTO Owner
    VALUES ('105', '0005', 'Drew Hunt', '856-908-3200');
    INSERT INTO Inspection
    VALUES ('1001', 'Pre-Listing Check', 'Passed all eight tests', '101', '2/16/10');
    INSERT INTO Inspection
    VALUES ('1002', 'Walk-In', 'Property up to date on requirements', '102', '3/11/10');
    INSERT INTO Inspection
    VALUES ('1003', 'Appointment', 'All checks upo to date', '103', '1/15/10');
    INSERT INTO Inspection
    VALUES ('1004', 'General Check', 'Property is in good shape to sell', '104', '3/14/10');
    INSERT INTO Inspection
    VALUES ('1005', 'Request', 'Everything requested is up to date', '105', '2/22/10');
    INSERT INTO Realtor
    VALUES ('01', '1001', 'Tim Simpson', '267-543-2267');
    INSERT INTO Realtor
    VALUES ('02', '1002', 'Bill Bradley', '215-754-2330');
    INSERT INTO Realtor
    VALUES ('03', '1003', 'Phil Harris', '215-742-6687');
    INSERT INTO Realtor
    VALUES ('04', '1004', 'Sam Brown', '267-277-5500');
    INSERT INTO Realtor
    VALUES ('05', '1005', 'April Young', '856-228-3550');

    I changed everything, can someone please check these tables in Oracle. I am in school with no access to Oracle.
    CREATE TABLE Property
    (Property_Num CHAR (4) PRIMARY KEY,
    Property_Address CHAR (25),
    Property_City CHAR (15),
    Property_State CHAR (2),
    Property_Zip CHAR (5),
    Property_Price DECIMAL (15,2),
    Property_Type CHAR (15));
    CREATE TABLE Owner
    (Owner_Num CHAR (3) PRIMARY KEY,
    Property_Num CHAR (4),
    Owner_Name CHAR (15),
    Owner_Telephone CHAR (15));
    CREATE TABLE Inspection
    (Inspection_Code CHAR (4) PRIMARY KEY,
    Inspection_Type CHAR (20),
    Inspection_Description CHAR (40),
    Owner_Num CHAR (3),
    Inspection_Date DATE );
    CREATE TABLE Realtor
    (Realtor_Num CHAR (2) PRIMARY KEY,
    Inspection_Code CHAR (4),
    Realtor_Name CHAR (30),
    Realtor_Telephone CHAR (15));
    INSERT INTO Property
    VALUES ('0001', '245 Benner St', 'Philadelphia', 'PA', '19111', 152.00, 'Townhome');
    INSERT INTO Property
    VALUES ('0002', '327 Silver Ave', 'Willow Grove', 'PA', '19090', 260.00, 'Duplex');
    INSERT INTO Property
    VALUES ('0003', '9243 Treaty Rd', 'Philadelphia', 'PA', '19114', 190.00, 'Single Family');
    INSERT INTO Property
    VALUES ('0004', '225 Chestnut St', 'Philadelphia', 'PA', '19103', 245.00, 'Condo');
    INSERT INTO Property
    VALUES ('0005', '511 Franklin Ave', 'Cherry Hill', 'NJ', '08002', 225.00, 'Single Family');
    INSERT INTO Owner
    VALUES ('101', '0001', 'John Smith', '267-333-4667');
    INSERT INTO Owner
    VALUES ('102', '0002', 'Joe Taylor', '215-657-2200');
    INSERT INTO Owner
    VALUES ('103', '0003', 'Debra Jones', '215-745-9087');
    INSERT INTO Owner
    VALUES ('104', '0004', 'Frank Martin', '267-457-9300');
    INSERT INTO Owner
    VALUES ('105', '0005', 'Drew Hunt', '856-908-3200');
    INSERT INTO Inspection
    VALUES ('1001', 'Pre-Listing Check', 'Passed all eight tests', '101', to_Date('2/16/10','mm/dd/yyyy'));
    INSERT INTO Inspection
    VALUES ('1002', 'Walk-In', 'Property up to date on requirements', '102', to_Date('3/11/10','mm/dd/yyyy'));
    INSERT INTO Inspection
    VALUES ('1003', 'Appointment', 'All checks upo to date', '103', to_Date('1/15/10','mm/dd/yyyy'));
    INSERT INTO Inspection
    VALUES ('1004', 'General Check', 'Property is in good shape to sell', '104', to_date('3/14/10','mm/dd/yyyy'));
    INSERT INTO Inspection
    VALUES ('1005', 'Request', 'Everything requested is up to date', '105', to_date('2/22/10','mm/dd/yyyy'));
    INSERT INTO Realtor
    VALUES ('01', '1001', 'Tim Simpson', '267-543-2267');
    INSERT INTO Realtor
    VALUES ('02', '1002', 'Bill Bradley', '215-754-2330');
    INSERT INTO Realtor
    VALUES ('03', '1003', 'Phil Harris', '215-742-6687');
    INSERT INTO Realtor
    VALUES ('04', '1004', 'Sam Brown', '267-277-5500');
    INSERT INTO Realtor
    VALUES ('05', '1005', 'April Young', '856-228-3550');

  • What will I do with the SQL Server (2012/2014) (Standard/Enterprise) Licenses?

    What will I do with the SQL Server (2012/2014) (Standard/Enterprise) Licenses?
    Are these the same as software product keys, or just some pieces of paper the company needs to have on hand?
    In which case, when we install SQL Server 2014, (and when looked for videos) - there is only 1 product key value to be put in, is there some other screen in the setup to input the License bought ( in our case will be Core licenses).
    So in addition to the Core Licenses do will a Product key be needed? Would product key from an msdn work, as it is the licenses that we will buy to indicate that we bought to run the software on server X?
    Thanks for any indications.

    1. What will I do with the SQL Server (2012/2014) (Standard/Enterprise) Licenses?
    Are these the same as software product keys, or just some pieces of paper the company needs to have on hand?
    2. In which case, when we install SQL Server 2014, (and when looked for videos) - there is only 1 product key value to be put in, is there some other screen in the setup to input the License bought ( in our case will be Core licenses).
    3. So in addition to the Core Licenses do will a Product key be needed? Would product key from an msdn work, as it is the licenses that we will buy to indicate that we bought to run the software on server X?
    Thanks for any indications.
    I will answer your question point wise
    1. Keeping license key is good idea it helps you during audit and you have proof that you are using a valid Microsoft License. Plus in scenario of disaster where whole box gets damanged you might need to install SQL Server again in that case during
    reinstallation on setup page where you need to enter key you might need need it. If you are missing your paper then you are in trouble.
    2. Only on product key page license key is required and it is not required anywhere else during installation. Unless you enter valid product key installation will not proceed further.
    3 License makes you a valid owner of Microsoft product with restrictions on how much hardware resource you can use how much max connections you can make etc. Key lets you install it on Windows machine making sure that you are using valid Microsoft product.
    This was just a general idea please speak to your licensing specialist for more details. This is technical forum and we generally ask user to speak to licensing expert for such queries.
    Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it.
    My TechNet Wiki Articles

  • HT1689 What do you do if your computer is not upgradeable to snow leopard using Iphone 5

    What do you do if your computer is not upgradeable to snow leopard using Iphone 5,
    just purchased my new iphone 5 64gb- but does me no good if I cant back up pictures or add my music frm my computer even using icloud. How can I do the things I was able to do with the Iphone 4 now that the 5 will not be recognized at all by my Mac without shelling out thousands of dollar to buy an intel runnung computer just because the Apple software department cannot plug in backwards compatibility to new products such as the iP 5! My computer runs perfectly what am I going to do with two computers if I were to buya new one.
    any one having the same stupid issue here or am I the only one frustrated with apple making new products and making people have to purchase, upgrade, pay for icloud storage when their home computers are completely capable of doing that which is the reason they bought them in the first place.

    So just called apple for the second time about this issue.  First time the tech i got on the phone i think was clue less about the problem. She recommended i buy a cd to upgrade my system and that would fix the problem and my os would be functional with iP5 , iTunes etc...
    So i gave her my computer serial and required info so she could look up my system and make sure  it would work.  I was sold a cd convinced it would work after all apple care techs should know what they are doing right!? 
    Got the cd in the mail pop it in and nothing, error window saying need intel processor to install this cd contents ***! Yea thats what  said today  after the second call to apple.  I did get another hint of hope from the tech i got on the phone today tho.  He really seemed to know his stuff.., so now i fond out apple can replace your processor on certain model computers FOR FREE just pay the parts and you are ready togo with snow leopard and " anything apple throws at your computer" . Going to try this also and will post results soon for all you that may have some hope left... 

  • Since I upgrade to Lion OS my optical drive stop working can't read or write at all I did what I could to fix it but still not working , any help please

    Since I upgrade to Lion OS my optical drive stop working can't read or write at all I did what I could to fix it but still not working , any help please

    It sounds like you may have multiple problems, but none of them are likely to be caused by malware.
    First, the internet-related issues may be related to adware or a network compromise. I tend to lean more towards the latter, based on your description of the problem. See:
    http://www.adwaremedic.com/kb/baddns.php
    http://www.adwaremedic.com/kb/hackedrouter.php
    If investigation shows that this is not a network-specific issue, then it's probably adware. See my Adware Removal Guide for help finding and removing it. Note that you mention AdBlock as if it should have prevented this, but it's important to understand that ad blockers do not protect you against adware in any way. Neither would any kind of anti-virus software, which often doesn't detect adware.
    As for the other issues, it sounds like you've got some serious corruption. I would be inclined to say it sounds like a failing drive, except it sounds like you just got it replaced. How did you get all your files back after the new drive was installed?
    (Fair disclosure: I may receive compensation from links to my sites, TheSafeMac.com and AdwareMedic.com, in the form of buttons allowing for donations. Donations are not required to use my site or software.)

  • What do you do if your iPod does not have a serial number?

    What do you do if your iPod does not have a serial number?

    Have you tried restoring to factory settings/new iPod via iTunes?
    Are yo the original owner and have never jailbroke the iPod?
    Does the iPod work OK?
    The warranty is also void:
    if any serial number has been removed or defaced from the Apple Product.

  • Hi, I need the program of access from the office, so i'm going to but the Microsoft office 365 university, will i have to but any other program to use the access from my mac? or to open any database that I will have did from any other computer (not mac)?

    hi, I need the program of access from the office, so i'm going to but the Microsoft office 365 university, will i have to but any other program to use the access from my mac? or to open any database that I will have did from any other computer (not mac)?

    There has never been a Mac version of Access. Microsoft never created one, realising that it was very inferior to the FileMaker Pro database application.
    So if you must run Access you will have to run Windows on your mac.

  • My dad has a brand new iMac. If he quits an app, this window closes, but the app won't finish shutting down, Force quitting does not work.  Once another app is opened, it will not close either.  Now none of the apps are responding. Any ideas?

    My dad has a brand new iMac. If he quits an app, this window closes, but the app won't finish shutting down, Force quitting does not work.  Once another app is opened, it will not close either.  Now none of the apps on the dock are responding. I asked him to click on the apple, and drop down to "About this Mac", but that wouldn't open either. Any ideas?  If I was at his house, I would call Apple Care in a heartbeat, but am home with my sick daughter,,,  Thanks!

    For starters, have him open Disk Utility in Applications>Utilities, select the volume (the indented listing) and Verify Disk. If it reports any problems, have him try a Safe Boot by holding the Shift key at startup. This boot will take much longer than usual. It's checking and trying to repair the drive directory, if possible. Once in Safe Boot, have him repair Permissions.
    For other Disk repair remedies see
    http://support.apple.com/kb/TS1417
    Also, have him try a PRAM Reset. At the startup chime, hold down CMD-Option-P-R together, listen for two more chimes, total three, then let go to finish booting.
    Also, is he running any AV? If so, have him uninstall it. It might be responsible for this behavior. (There are no viruses for OS X.)

Maybe you are looking for

  • Can not reset all settings

    I recently updated to ios 7.0.2. on my 4S and noticed a problem in not being able to enter events on my calendar. This turned out ot be a set up problem as only the "Birthdays Calendar" was selected. However, in the process of troubleshooting with Ap

  • Transfer of a counter "1" like quantities in transaction KE4M

    Hello, in transaction KE4M I can assign SD quantities (e.g. gross weight) to CO-PA value (quantity) field. Is there any possibility to add a freely defined (not SD-quantity) in the table T258M. Goal: Whenever an invoice line has to be posted to CO-PA

  • Preview button

    Hi, I seem to be missing a simple PDF-preview button in Pages. Do I really have to press "print" to preview my document?

  • SmartForms002 Error when activating uploaded form

    When I create a smartform with an address element in our pre-dev env, download it and then upload it into our Dev environments, it syntax checks fine but I get a SmartForms002 Error ... Internal Error (Illegal structure of data storage).   It is fine

  • Visual Studio Authoring Extensions - MP Simulator not working

    Having problems running the MP Simulator feature. When I go to launch it, a Microsoft Visual Studio error box appears: "Not implemented (Exception from HRESULT: 0x80004001 (E_NOTIMPL))" Anyone run into this issue and able to solve it?