QUESTION IS THAT DURING UPLOADING DATA IN PROD SERVER,OUR
EQUIPMENT TAG NUMBERS ARE NOT MATCHING WITH SAP TAG NUMBERS
SO DUE TO THIS WE ARE FACING PROB, BECAUSE WHENEVER ALARM
IS COMING FROM SCADA DUE MISMATCH THE NOTIFICATION IS NOT
CREATED IT IS GIVING ERROR. PLEASE SUGGEST THE METHOD SO
THAT THE TAG NUMBERS OF BOTH (SCADA EQUIPMENT AND SAP
EQUIP) SHOULD CONCIDE.OTHERWISE WE HAVE TO GO FOR LONG
PROCESS EITHER BY INTERFACE TABLE OR BY EXPORTING ALL DATA
AND MAKING RIGHT CHANGES.DO YOU HAVE ANY SHORTCT METHOD PL
WRITE ME.
THANKS
what is the scenario where you take the database to
NoArchivelog mode?
111
What view would you use to look at the size of a data file?
119
defination of bitmap index
108
Hi......
I created a report which is geneated in .txt format.
What I do for this is
1.First I change the system parameter mode to character in
the report.
2.Then I place a button in my form to call the report.
code in the button is as follows..
DECLARE
rePid REPORT_OBJECT;
rep_hndl VARCHAR2(100);
BEGIN
rePid := Find_Report_Object('reptxt.rdf');
Set_Report_Object_Property(rePid,Report_deStype,FILE);
Set_Report_Object_Property(rePid,Report_FileName,'d:\sasi\reports\reptxt.rdf');
Set_Report_Object_Property(rePid,Report_desName,'d:\sasi\output\repprint.txt');
rep_hndl := Run_Report_Object(rePid);
END;
and it is working..
Now the problam is that when I preview the report from the
report builder, it is in the format I needed.
But when I run the form and run the report,Its alligment is
not correct.
Regards
abc
163
How can I convert single byte kana characters into multi
byte kana characters and vice-versa.
84
What will be the maximum size of an extent of a segment if
the tablepac's default storage values are specified as
(initial 8K next 16k minextent 4 pctincrease 100).Explain.
152
did u received a single file or multiple files
146
what is meant by magic query
111
Hi
Can any one tell me what are the API's used in requisition
import.