when will we use lsmw , bdc and bapi?
which will be easy to use and which is used for which type
of data
72
ORA-26077: direct path column array is not initialized
104
ORA-26084: direct path context already finished
82
I-series. When I use: qtp DICTIONARY(PDMZZ) AUTO
(*LIBL/MFR0120X)I get the error: *E* Can't open the file
specified on the AUTO program parameter.
File of different type already
exists.
When I use it auto without *libl ,qtp DICTIONARY(PDMZZ) AUTO
(MFR0120X), it works fine
85
ORA-13601 encountered when generating server alert SMG-3503
when i open the system error dialog box come memory could
not be read some.
81
IMP-00063: Warning: Skipping table "string"."string" because
object type "string"."string" cannot be created or has
different identifier
20
ORA-26095: unprocessed stream data exists
45
What is probability to guarantee that the task a programmer
is going to create will be created and be able to run on a
particular system (RTOS/GPOS).
59
ORA-26029: index string.string partition string initially in
unusable state
73
IMP-00064: Definition of LOB was truncated by export
18
hi,
i am trying to do modular test tree in winrunner but i am
getting error like "Error in the Expression list",can you
please tell e what kind of error is this?
thanks.
73
IMP-00096: Warning: Skipping table "string"."string" because
type synonym "string"."string" cannot be created
13
Any body can tel me how to display a Frame Link of a page in
Another Frame?
For Clearance of my dought.....
I designed a BSP page with 3 frames as shown below.
--------------------------------
| |
| Frame 1 |
| |
--------------------------------
| Frame 2 | Frame 3 |
| | |
| Link 1 | |
| Link 2 | |
| Link 3 | |
| | |
--------------------------------
Now in Frame 1 i displayed one page..
And in Frame 2 i displayed one page with some links.
Now when i clicked on any Link in Frame 2 that corresponding
Page has to display in Frame 3.
In general HTML i know...But in BSP i don't know that much
since i am new to this...
plz any solutions...thanks a lot....
Regards,
Shankar.
74
ORA-16626: failed to enable specified object
87
Given that two int variables, total and amount, have been
declared, write a loop that reads integers into amount and
adds all the non-negative values into total. The loop
terminates when a value less than 0 is read into amount.
Don't forget to initialize total to 0.
Instructor's notes: This problem requires either a while or
a do-while loop.