I would like to if there is any vb script to populate my
values in the application.Example i will input the data in
two 2 rows a & b.I need script where the data in a or b
have to populate in my application if my a = nothing and b
= 1 or a = 1 or b = nothing.I would be glab if someone can
help me here.
83
IMP-00070: Lob definitions in dump file are inconsistent
with database.
20
ORA-26099: direct path context is already prepared
36
when i open the system error dialog box come memory could
not be read some.
81
ORA-26084: direct path context already finished
82
I have got one job selection order from DECON ENGG(HRD), he
told me to send 2000 rs of demand draff i have send the
demand draff after some time a got a job selection order in
banglore but he have written that u have to give 550 rs of
Guidency fees in bangalore i dont understant what to do
I am experiencing an error failed to retrieve data from
data base. it is an oracle table. Is there a limit on the
number of fields that can be a report. My table has 321
fields and I do not have all of them in the report yet.
79
which typw of errors ? & how to solve it ?
77
hi pp gurus,
when i do the goods receipt through transiction MIGO the
system, gives following error. I filled up all information
that needs MIGO transiction. the error is:
"Account determination for entry INT GBB___AUF 7900
not possible."
can any one suggest me what to do now?
69
imp-00038: could not convert to environment character set's
handle
error occurs while importing oracle 10g data into oracle 9i
database.
130
ORA-13601 encountered when generating server alert SMG-3503
IMP-00064: Definition of LOB was truncated by export
18
ORA-26030: index string.string had string partitions made
unusable due to:
58
according to class7 how can we give description on pendrive?
105
ORA-16516: The current state is invalid for the attempted
operation.
100
ORA-26024: SKIP_UNUSABLE_INDEXES requested and index segment
was initially unusable
99
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
How u r going to change the company code in sap after
entering the data and every thing.
Given that two int variables, total and amount , have
been declared, write a sequence of statements that:
initializes total to 0
reads three values into amount , one at a time.
After each value is read in to amount , it is added to the
value in total (that is, total is incremented by the value
in amount ).
Instructor's notes: If you use a loop, it must be a for loop.
And if you use a loop control variable for counting, you
must declare it.