Rep-1247 when using Run_propuct

Hello,
Oracle 8.0.6
Reports Builder 6.0.8 (i)
I'm having some troubles calling a .rep from a form. I use a run_product to call this report (which work prpoerly when using reports builder). When I execute the run_product i obtain a 'rep-1247 Not compiled pl/sql code'.
I've tried to compile the report with several privileges users. It compiles fine and works when running from reports builder. There is no B.D. function calls in the reports but in some local program units i execute sql calls. If i delete this units everything works so i think the reason is this way.
Can you help me, please?

Hi,
"LocalFile" surely works on the Application Server. But, if i run a report from the client machine using LocalFile the output is not saved on the local disk of the client machine.
Saving the file directly on the client machine is my concern.

Similar Messages

  • REP-1247 when running Report

    Hi,
    I am trying to run reports in Application Server 10.1.2.0.2. When I try to run any report using the 'rdf', I get the error " Terminated with error: <br>REP-771: There exist uncompiled program unit(s). REP-1247: Report contains uncompiled PL/SQL "
    The problem occurs if I first try to run a report after rebooting the reports server. But the problem disappears if I run the report again. Running the same reports in Oracle 6i works always fine.
    Could someone help me solve this issue.
    Regards,
    Xosu

    Hi,
    I searched in internal knowledge database but could not find any problem like yours which is very generic.
    There were some specific issues which occurred for specific type of reports, but in your case it happens for all rep files with PUs.
    1) Is it occurring for all reports or some specific types of report ?.
    2) Is there an attached library (.pll file) to your report ? If yes , then its location (.pll file's location) should be in REPORTS_PATH env variable (in registry for windows, env variable for unix)
    3) Silly suggestion, but to make sure, there should be an active DB connection
    Other than this I suggest you to get in touch with oracle support to handle this issue (if you have a support contract)
    [    All Docs for all versions    ]
    http://otn.oracle.com/documentation/reports.html
    [     Publishing reports to web  - 10G  ]
    http://download.oracle.com/docs/html/B10314_01/toc.htm (html)
    http://download.oracle.com/docs/pdf/B10314_01.pdf (pdf)
    [   Building reports  - 10G ]
    http://download.oracle.com/docs/pdf/B10602_01.pdf (pdf)
    http://download.oracle.com/docs/html/B10602_01/toc.htm (html)
    [   Forms Reports Integration whitepaper  9i ]
    http://otn.oracle.com/products/forms/pdf/frm9isrw9i.pdf
    ---------------------------------------------------------------------------------

  • REP-0171 when using rwclient.bat to run report in 11g

    Hi,
    I m using rwclient.bat in oracle 11g to run a report. Destype=localfile, desformat='PDF'.
    In this case, REP-0171 is occured. How to avoid this issue.??
    Note : If i use Destype=File it works fine.
    I m trying to use Destype=localfile so that the PDF is saved directly at the client machine.

    Hi,
    "LocalFile" surely works on the Application Server. But, if i run a report from the client machine using LocalFile the output is not saved on the local disk of the client machine.
    Saving the file directly on the client machine is my concern.

  • Rep-1247 error when starting jsp file on linux

    I have a rather frustrating problem on our production servers...
    We are trying to start jsp files on a linux report server (10Gr2).
    The command is displayed below
    [2007/10/8 10:57:59:853] Info 50132 (EngineImpl:setCommandLine): Get command line: baseUrl=http://xxxxx:7777/reports/rwservlet/getfile/ userid=reporting@SHARED_BE USER_AGENT=Java/1.5.0_07 SERVER_NAME=xxxxxxxxx jobname="/opt/ogreports/catalog/SMC/BE-Shared/xxxx.jsp" destpath="/var/data/og/dashboard/van/sgs/001/reports/xx" getFilestr=/no> imagekey=reports9i par_end_date="01-10-2007" desname=xxxxxxxxxxx.pdf REMOTE_ADDR=127.0.0.1 SERVER_PROTOCOL=HTTP/1.1 authid=RWUser par_start_date="01-09-2007" destype=rcpfile REMOTE_HOST=127.0.0.1 SERVER_PORT=7777 CONTENT_TYPE=application/x-www-form-urlencoded report="/opt/ogreports/catalog/SMC/BE-Shared/xxx.jsp" expiredays=0 baseimageurl=http://xxxxx:7777/reports/rwservlet/getfile/HW/YX+JkD0HSAcVLzaSGilrWNAn36ufghgStsvQqfNFC7w== schedule="00:00 Oct 08, 2007" scphost="lion" desformat=pdf SCRIPT_NAME=/rwservlet par_id_project="1750"
    The after paramform does some major data manipulations, writing to temporary tables (on commit preserve rows), that are used in queries from the reports.
    This seems to go allright. The setup of all queries, program units etc passes as well. But when the report has to start formatting, I get a "1247 Program Unit not compiled" error message. This is an excerpt from the engine trace
    [2007/10/8 11:40:40:243] Debug 50103 (EngineImpl:getCacheData): Start
    [2007/10/8 11:40:40:243] Debug 50103 (EngineImpl:getCacheData): m_jobId = 9182
    [2007/10/8 11:40:40:244] Debug 50103 (EngineImpl:getCacheData): Quit
    [2007/10/8 11:40:40:534] Error 50103 (C Engine): 10:40:40 ERR REP-1247: Report contains uncompiled PL/SQL.
    [2007/10/8 11:40:40:535] Error 50103 (rwfdt:rwfdtprint): 10:40:40 ERR Error occurred sending Job output to cache
    [2007/10/8 11:40:40:536] Error 50103 (rwfdt:rwfdtfl_FreeDistList): running
    [2007/10/8 11:40:40:536] Error 50103 (rwfdt:rwfdtfl_FreeDistList): quit
    [2007/10/8 11:40:40:580] Debug 50103 (EngineImpl:run): CRunReport returns: 1247
    [2007/10/8 11:40:40:608] Debug 50103 (EngineImpl:run): Quit
    [2007/10/8 11:40:40:699] Exception 1247 (): Report contains uncompiled PL/SQL.
    oracle.reports.RWException: IDL:oracle/reports/RWException:1.0
    at oracle.reports.engine.EngineImpl.run(EngineImpl.java:447)
    at oracle.reports.engine._EngineClassImplBase._invoke(_EngineClassImplBase.java:90)
    at com.sun.corba.se.internal.corba.ServerDelegate.dispatch(ServerDelegate.java:353)
    at com.sun.corba.se.internal.iiop.ORB.process(ORB.java:280)
    at com.sun.corba.se.internal.iiop.RequestProcessor.process(RequestProcessor.java:81)
    at com.sun.corba.se.internal.orbutil.ThreadPool$PooledThread.run(ThreadPool.java:106)
    I know that 1247 normally covers up another error, but I don't seem to get it....
    Funny thing is, when copying the jsp's to another reports server, they do run (on the same DB).
    Message was edited by:
    user599601

    I have a rather frustrating problem on our production servers...
    We are trying to start jsp files on a linux report server (10Gr2).
    The command is displayed below
    [2007/10/8 10:57:59:853] Info 50132 (EngineImpl:setCommandLine): Get command line: baseUrl=http://xxxxx:7777/reports/rwservlet/getfile/ userid=reporting@SHARED_BE USER_AGENT=Java/1.5.0_07 SERVER_NAME=xxxxxxxxx jobname="/opt/ogreports/catalog/SMC/BE-Shared/xxxx.jsp" destpath="/var/data/og/dashboard/van/sgs/001/reports/xx" getFilestr=/no> imagekey=reports9i par_end_date="01-10-2007" desname=xxxxxxxxxxx.pdf REMOTE_ADDR=127.0.0.1 SERVER_PROTOCOL=HTTP/1.1 authid=RWUser par_start_date="01-09-2007" destype=rcpfile REMOTE_HOST=127.0.0.1 SERVER_PORT=7777 CONTENT_TYPE=application/x-www-form-urlencoded report="/opt/ogreports/catalog/SMC/BE-Shared/xxx.jsp" expiredays=0 baseimageurl=http://xxxxx:7777/reports/rwservlet/getfile/HW/YX+JkD0HSAcVLzaSGilrWNAn36ufghgStsvQqfNFC7w== schedule="00:00 Oct 08, 2007" scphost="lion" desformat=pdf SCRIPT_NAME=/rwservlet par_id_project="1750"
    The after paramform does some major data manipulations, writing to temporary tables (on commit preserve rows), that are used in queries from the reports.
    This seems to go allright. The setup of all queries, program units etc passes as well. But when the report has to start formatting, I get a "1247 Program Unit not compiled" error message. This is an excerpt from the engine trace
    [2007/10/8 11:40:40:243] Debug 50103 (EngineImpl:getCacheData): Start
    [2007/10/8 11:40:40:243] Debug 50103 (EngineImpl:getCacheData): m_jobId = 9182
    [2007/10/8 11:40:40:244] Debug 50103 (EngineImpl:getCacheData): Quit
    [2007/10/8 11:40:40:534] Error 50103 (C Engine): 10:40:40 ERR REP-1247: Report contains uncompiled PL/SQL.
    [2007/10/8 11:40:40:535] Error 50103 (rwfdt:rwfdtprint): 10:40:40 ERR Error occurred sending Job output to cache
    [2007/10/8 11:40:40:536] Error 50103 (rwfdt:rwfdtfl_FreeDistList): running
    [2007/10/8 11:40:40:536] Error 50103 (rwfdt:rwfdtfl_FreeDistList): quit
    [2007/10/8 11:40:40:580] Debug 50103 (EngineImpl:run): CRunReport returns: 1247
    [2007/10/8 11:40:40:608] Debug 50103 (EngineImpl:run): Quit
    [2007/10/8 11:40:40:699] Exception 1247 (): Report contains uncompiled PL/SQL.
    oracle.reports.RWException: IDL:oracle/reports/RWException:1.0
    at oracle.reports.engine.EngineImpl.run(EngineImpl.java:447)
    at oracle.reports.engine._EngineClassImplBase._invoke(_EngineClassImplBase.java:90)
    at com.sun.corba.se.internal.corba.ServerDelegate.dispatch(ServerDelegate.java:353)
    at com.sun.corba.se.internal.iiop.ORB.process(ORB.java:280)
    at com.sun.corba.se.internal.iiop.RequestProcessor.process(RequestProcessor.java:81)
    at com.sun.corba.se.internal.orbutil.ThreadPool$PooledThread.run(ThreadPool.java:106)
    I know that 1247 normally covers up another error, but I don't seem to get it....
    Funny thing is, when copying the jsp's to another reports server, they do run (on the same DB).
    Message was edited by:
    user599601

  • How to use backflush in rep anufacturing when there is no stock

    Hi,
    i want to know how to carry out  backflush  for the  components in rep manufacturing when there is no components exists. where to set the settings for it. what is the impact for it when we are doing negative quantity back flush and how system will correct later.
      thanks in advance.
    regards
    madan

    Dear Mr.Madhan,
    1.For your case ,you have to create a separate REM profile in SPRO.
    2.While creating the REM profile in control data 1,check for the
    settings create cumulated post processing record.
    3.Using MF47,we will be checking the errors happened for the materials,then
    according to the stock this list will be cleared.
    4.Individual daywise record can also be obtained if u include the tick mark against
    the check box for Also create Individual Post Processing Records.
    5.Then in that case it will be easy for you to trace the errors that happened on
    daywise for which material.
    6.Dont forget to assign the same REM profile to your header material
    <b> Impact of allowing reprocessing of production booking errors :-</b>
    1.     Importance of Issue Storage Location :
    The Issue/Prod. Storage location is to be entered in the MRP4 View of Material Master.
    •     If the material is a component, it is the issuing storage location to which a backflush is posted.
    •     If the material is produced, it is the receiving storage location to which the receipt of the material is posted.
    If u want to know with screen shots,please give me your mail id.
    I will send some documents.
    <b>If useful reward points and close this thread if satisfied.</b>
    Regards
    Mangal
    Message was edited by:
            Mangalraj

  • ORACLE 6i-Errors REP-0736 / REP-1247-Report works with a different name

    Hi everybody,
    I have a problem with a Report developed in 6i after I compiled it with Linux.
    When I run report I had errors REP-0736 and REP-1247. But I didn't had any problem during compilation.
    The fact is.............if I changed report name (just the name, without any other modification), compiled and run, it works perfectly. Just changing the name!
    Obviously there is some place where the report name is corrupt, but I don't have the knowledge to find it.
    Please, if somebody can give me a clue to solve this problem, I would appreciate a lot. I'm lost!
    Thanks

    **What do you mean exactly by changing the name? The file name or the Name property in Report Builder?**
    **What are the exact version numbers (Reports and Linux)? Did you make sure the combination is certified?**
    **Did you create the report in Windows and transfer it to Linux? How did you do that? E.g. if you ftp it, make sure you use the binary format.**
    **Are you compiling and running with the same user (Windows/Linux)?**
    **Are the database versions the same (still assuming you develop in Windows development and run it later on Linux production)?**
    Thanks for answer!
    1. I mean by changing the Name property and the file name. Both.
    2. The combination of versiones numbers is certified. This is the first report with this kind of problem. I've been compiling without any trouble until now. And even now, the only report with compilation problems is this.
    Report version is 6.0.8.27.0
    Linux version is Suse 9
    3. I modify the report in Windows and transfer it to Linux. We use to copy the .RDF file to the directory where we always compile the objects to Linux.
    4. Yes, I'm compiling with the same user
    5. The database versiones are the same. You're correct, we develop in Windows and run it on Linux (production).

  • REP-1247 in drill-down report

    Hello, everybody!
    I'll be very thankful to anyone who can help me to solve this problem.
    The environment is Oracle Reports 6.0.8.10.1 on Oracle Server 8.1.7.0.0.
    My report (rdf) in before form trigger takes the value of the first record's field of some view as a value of a parameter that is used in filter of the Q_1 query. Q_1 executes, rwrun60 generates pdf-file with the name depending on the value of that same parameter. Then in after report trigger the report runs through the cursor loop, fetching the rest of the records of that view from before report trigger. In this loop I form the report start string using the value of the cursor record's field. Finally, in that loop I call srw.run_report(report_start_string); for report to run itself with a new set of parameters per every iteration of the loop. That's how it is intended to work. And it perfectly works when I run it from under the user that is the owner of the schema. But when I just run it from under any ordinary user with more restricted access privileges (but, of course, this user has select privileges on views used in report granted to him) it all goes like that: the driver report successfully generates PDF. The runtime enters the loop in after report trigger and exectly once the report runs itself generating PDF successfully. Just the second run_report in the loop fails with error REP-1247: Report contains uncompiled PL/SQL. Do anybody know what is the reason?

    Hello,
    You will have to go for new development /enhancement linking your capital proj /WBS to the new logic of the report.
    Regards,
    Sumanth

  • REP-1247: Report contains uncompiled PL/SQL.

    Hi learned friends
    I have created a batch script that runs rdf generates pdf reports for me at each eod run.
    The report errors out:
    REP-0736: There exist uncompiled program unit(s).
    REP-1247: Report contains uncompiled PL/SQL.
    This is the command i execute:
    /udd001/app/oracle/product/dev60/bin/rwrun60 userid=/ report=/udd001/app/mu_tosd/ci/reports/GT0009R.rdf paramform=no destype=file batch=yes desformat=pdf mode=bitmap desname=/udd001/app/mu_tosd/ci/eodreport/GT0009R.pdf nonblocksql=no
    Now I have compiled all (Ctrl+Shift+K) successfully.
    Thanks a mil guys

    Hi,
    1) did you save the compiled reports?
    2) is the connect string you use to compile the reports with the same as the connect string you use when you run your reports in your batch?
    hope this helps,
    E.

  • Uncompiled SQL and REP 1247

    There weas some discussion a year ago on the REP 1247 error and uncompiled SQL. It did not appear if there was an answer for the situation I am dealing with. Another developer has some "program units" which are of the type CF_1FORMULA. When we try to update the reports for database changes we find that opening the RDF file in Reports Developer has these units uncompiled though they were stored as compiled. If you recompile and save, close the environment, re-open Reports Developer the units are again uncompiled.
    We are in the process if seeing if this makes any difference when deployed to the server. But is there a way to keep the units compiled? Even if they are compiled, saved, and put on the server, will this cause a problem later in production?
    We are using Reports 6i.
    Thanks in advance.
    DT

    David,
    Take a look at technote 95502.1 in metalink and see if this applies. Basically, it states that if client-side PL/SQL references an object that is owned by another schema, that this warning will always occur in the Builder.
    regards,
    Stewart

  • Encountered REP-1247: Report contains uncompiled PL/SQL

    Hi All,
    I am facing an issue where I have created a formula column inside the invoice RDF report but when I run the report this is errored with the below message ,I do have compile the formula column properly and i have also compiled the complete rdf properly .
    REP-0736: There exist uncompiled program unit(s).
    MSG-00100: DEBUG: AfterPForm_Trigger +
    MSG-00100: DEBUG: Multi Org established.
    MSG-00100: DEBUG: AfterParam_Procs.Get_Country_Details
    MSG-00100: DEBUG: AfterParam_Procs.Switch_On_Debug
    MSG-00100: DEBUG: AfterParam_Procs.Get_Trx_Number_Low
    MSG-00100: DEBUG: AfterParam_Procs.Get_Trx_Number_High
    MSG-00100: DEBUG: AfterParam_Procs.Get_Tax_Option
    MSG-00100: DEBUG: BeforeReport_Trigger.Build_Where_Clause
    MSG-00100: DEBUG: P_Choice: SEL
    MSG-00100: DEBUG: Choice is other than ADJ, setting ORDER BY.
    MSG-00100: DEBUG: AfterPForm_Trigger -
    REP-1247: Report contains uncompiled PL/SQL
    When I removed the formula column ,report is running succesfully .Any hint would be very helpfull ,please give your thoughts .Thanks in advance .
    Thanks
    Pratap

    Hi Paul
    This error usually means that the user that is running the report does not have the required privs on tables or packages used in the report. Solution: Open the report in reports builder. Set the runtime properties (Role) that is assigned to the report. Connect as the user running the report on the same database instance as your run environment. Compile the report (Shift-Ctrl-K). This should show you where the error lies.
    Regards
    Logan

  • REP-1247: Report contains uncompiled PL/SQ

    hi,
    i have a report with a FORMULA COLUMN
    when run my report i get this error REP-1247: Report contains uncompiled PL/SQ
    when i remove FORMULA COLUMN then run with out any problem,
    plz help me.

    1-I create a report emp that use 3 table t1,t2 and in formula t3
    2- i created role emp_role and grant 3 table (t1,t2,3) to this
    3- i assined emp_role to emp report (role name)
    4- i used BeforeReport (DBMS_SESSION.SET_ROLE('EMP_ROLE');
    5- compile all ,compile all ,ctl+shift+k ,ctl+shift+k
    6- create user co20001 and grant EMP_ROLE to this user
    7- when open this report from form with user co20001 i get error (unable to run report)
    and when run on browser as
    http://192.168.0.128:7778/reports/rwservlet?report=c:\erp\emp.jsp+server=rep_formsrv_BI+userid=co20001/co20001@nilper+MIMETYPE=REPORTS+destype=cache+desformat=spreadsheet+desname=hamid.htm
    i get error REP-1247: Report contains uncompiled PL/SQL.
    8- when grant table t3 as directly to co20001 my report run sucsses. why???????
    plz helpppppppppppp

  • I am getting report error rep-0736&rep-1247 from concurrent

    Hi,
    I am running inventory report from concurrent is giving error as rep-0736&rep-1247.That report is giving result in report builder.
    Can anybody please tell me.It's urgent.
    Thank You,

    These two errors are just saying that there is uncompiled PL/SQL in the report:
    REP-0736: There exist uncompiled program unit(s)
    REP-1247: Report contains uncompiled PL/SQL
    When you are running your report in Reports Builder are you using the same database connection as when the report is run from the concurrent manager (ie are you logged on as APPS in Reports Builder)?
    If not, I would guess that the user you are connected to in Reports Builder has access to a database object you are referencing in PL/SQL that the APPS user does not have access to or refers to by a different name.
    If you are connected as APPS, then I would suggest that you do a full recompile in Reports Builder (Program -> Compile -> All) and see if that identifies any errors.

  • Error when using UserParameter in jdbcquery tag

    i am passing a parameter WHERECLS to my report but when i try and use the parameter i.e &WHERECLS i get the following message from the Report Server
    REP--867751910: Internal error
    JDBCPDS-62008:oracle.xml.parser.v2.XMLParseException: Expected ';'.
    REP-4111: Fail to create pluggable data source 'QP_1'
    REP-0002: Unable to retrieve a string from the Report Builder message file.
    REP-0069: Internal error
    JDBCPDS-62000:oracle.xml.parser.v2.XMLParseException: Expected ';'.
    If i take the &WHERECLS out then the report runs, i can use the &WHERECLS when using a Oracle SQL Query Report when it is inside the <select> tag
    any ideas ??

    thanks for replying this is my query, i cut my query down to the bare minimum for testing.
    <JDBCQuery>select top 1000 * from calls &WHERECLS</JDBCQuery>
    i setup a UserParameter called WHERECLS in the top of the
    data section.

  • REP-0178 When Shutting Down a Single Report Server

    Reports 9.0.4.2 Dev Suite
    Win XP
    I constanly receive a REP-0178 when shutting down my Report Server. I have read other posts that indicate this happens on systems with multiple Report Servers running. I have only a single Rep Server in use.
    Any ideas?

    this might indicate that there is something wrong with your OSAGENT process. usually that happens with mutliple servers, but since all those servers bind to the same OSAGENT, shutting down the first server will shut down the OSAGENT and all subsequent shutdowns will fail
    are you sure you are not runnig an in-process server (set up by default) that you are not aware of. check the rwservlet.properties and see if IN_PROCESS is set to YES or NO.
    thanks,
    ph.

  • REP-1247: There exist uncompiled program unit(s). REP-1247: Report contains

    Hello,
    i have the following problem when i first run this Report i have :
    REP-1247: There exist uncompiled program unit(s). REP-1247: Report contains uncompiled PL/SQL.
    many other reports i have having this problem pls help
    Abdetu..

    Any help pls...?
    i still experience the problem..?
    i found out the forulam that causes the problem as it is :
    ==========================================
    function CF_PREVIOUS RETURN Number is
              V_MATERIAL_HEIGHT1 NUMBER(40);
              V_MAX_SERIAL NUMBER(40);
              V_MAX_DATE DATE;
    BEGIN
              IF :SERIAL > 1 THEN
                   BEGIN
                                       SELECT MAX(SERIAL)-1
                                       INTO V_MAX_SERIAL
                        FROM PLN_TANK_TRANSACTION
                        WHERE TRANSACTION_DATE = :TRANSACTION_DATE
                        AND TANK_CODE = :TANK_CODE
                        AND MATERIAL_CODE = :MATERIAL_CODE;
                             EXCEPTION
                        WHEN NO_DATA_FOUND THEN V_MAX_SERIAL := 0;
                             END;
                        BEGIN
                             SELECT NVL(MATERIAL_HEIGHT,0)
                             INTO V_MATERIAL_HEIGHT1
                        FROM PLN_TANK_TRANSACTION
                        WHERE PLN_TANK_TRANSACTION.TRANSACTION_DATE = :TRANSACTION_DATE
                        AND PLN_TANK_TRANSACTION.TANK_CODE = :TANK_CODE
                        AND PLN_TANK_TRANSACTION.SERIAL = V_MAX_SERIAL
                        AND PLN_TANK_TRANSACTION.MATERIAL_CODE = :MATERIAL_CODE;
                   EXCEPTION
                        WHEN NO_DATA_FOUND THEN
                        V_MATERIAL_HEIGHT1 := 0;
                   END;
              ELSE --IF :SERIAL =  1 THEN
                        BEGIN
                             SELECT MAX(TRANSACTION_DATE)
                             INTO V_MAX_DATE
                   FROM PLN_TANK_TRANSACTION
                   WHERE TRANSACTION_DATE <=:TRANSACTION_DATE
                   AND TANK_CODE = :TANK_CODE
                   AND MATERIAL_CODE = :MATERIAL_CODE;
                        EXCEPTION
                        WHEN NO_DATA_FOUND THEN
                        V_MAX_DATE := NULL;
                        END;
                             BEGIN
                                  SELECT NVL(MATERIAL_HEIGHT,0)
                                  INTO V_MATERIAL_HEIGHT1
                                  FROM PLN_TANK_TRANSACTION
                                  WHERE SERIAL = V_MAX_SERIAL
                                  AND TRANSACTION_DATE = V_MAX_DATE
                                       AND TANK_CODE = :TANK_CODE;
                             EXCEPTION
                        WHEN NO_DATA_FOUND THEN
                        V_MATERIAL_HEIGHT1:= 0;
                             END;
         END IF;
         RETURN (V_MATERIAL_HEIGHT1);
    END;
         ------------------------------------------------------------------------------------------

Maybe you are looking for

  • Can not update iCloud in windows 8.1

    I can not update iCloud in Windows 8.1. Can someone help me with this problem? Keep getting an error to contact my vendor. Then it rolls back the update, I have even tried updating through the tools menu in iCloud. and get the same message.

  • Simple transformation : deserialize

    Hi, I have a simple transformation that works if I serialize table data, but it doesn't work when I wan't to deserialize. Here is my ABAP program that calls the transformation: TYPES: BEGIN OF flight,         f_id TYPE p LENGTH 5,         data TYPE c

  • Keyboard and Touchpad Unresponsive - OS X 10.6.8 Macbook Pro

    I am experiencing intermittent issues with my Keyboard and Touchpad.  They will become unresponsive and the only solutions have been putting the laptop into hibernate mode, then returning to it or multiple hard restarts - depending on the severity of

  • BAPI_QUOTATION_CREATEFROMDATA issue

    Hi SDN friends, In the BAPI_QUOTATION_CREATEFROMDATA i want to use the EXPORTING parameter  WITHOUT_COMMIT  . Purpose: If iam using this BAPI, i want the quote should not be created by using WITHOUT_COMMIT  . What is the value need to be passed to re

  • Eliminating Leading Zeros for Input

    Hello, I am very new to the world of Netweaver Portals and Web Dynpro, so please have some patience. I have created an application in Web Dynpro which will display the Stock Requirements for a Material.  Everything is working fine with the exception