SPAU Transport throwing error

Hi There,
Recently we built a sandbox system with system copy of Production system and at same time we refreshed our development system with production system. Means both sandbox and development system are now the copy of production system.
After that we performed patching on sandbox system keeping in mind that we will use SPDD and SPAU adjustment in our actual landscape (DEV->QAS->PRD). After patching on Sandbox, we got both SPDD and SPAU transport.
And all these 4 systems are sharing the common transport directory and Sandbox system is not in same transport group (not in transport routes with actual landscape).
Now we started patching on DEV system and i maintained SPDD transport in SPAM queue with all the support packages.
After finishing patching SPDD objects are all in green. But when i imported SPAU transport it throw error in Generation of Programs and Screen.
So can you suggest what would be the cause and what action we can take? In spau, few objects are adjusted with this transport and few are not.
Regards,
Mohit

Hi Mohit,
Can you manually activate all the affected objects and check the results.
It looks to be inconsistency with the version in the buffer vs database.
Hope this helps.
Regards,
Deepak Kori

Similar Messages

  • WebI report throwing error when migrated from XIR2 to XI3.1

    I have some webi reports built in BO XIR2 on OLAP universes (SAP BW3.5 based). Recently I have migrated the reports from old XIR2 environment to a new XI3.1 environment.
    The specification of new system is as below:
    BO XI3.1
    SAP BW 3.5
    No SP and FP is installed. (Actually when I tried to install the SP2, it failed)
    After the migration, some of my reports are running for 5 minutes and then throwing an error like below:
    A database error occured. The database error text is: Error in MDDataSetBW.GetCellData. See RFC trace file or SAP system log for more details. (WIS 10901).
    The same report is working fine in old system.
    Has anyone faced this problem yet?
    Regards

    Hi Jacques,
    The transports are already imported.
    What I can see is if there is a query with only dimension objects and no measure, then that is throwing error in XI3.1. But the same query is running fine in XIR2.
    Any Idea?
    Thanks and Regards

  • Problem with SPAU Transports after Upgrade and after applying SAPKW70016

    Dear All,
    we copied old dev to new QA, upgraded new QA, then copied new QA to new DEV.
    did the SPAU adjustments in DEV.  At that time DEV SAP_BW version was SAPKW70015.  After that we applied SAPKW70016.  Now we're having problems with the SPAU transport because of the application of SAPKW70016. 
    Requested to kindly suggest ASAP.
    Thanks & Regards
    janardhan Kumar K

    Hi,
    Could you please to be more specific with the error ? Please check the log e send us the message error that is happening during the transport.
    Thanks,
    Walter Oliveira.

  • A Transport-level error

    Our .net application throws an error when the wireless laptop switches from wireless access point to another inside a building. it seems like SQL is closing the existing connetion without notifying the application which thinks that sqlconnetion is still
    in OPEN state. why does SQL close a connection without notifying the application? Our programming team does not want to open and close the connection on each transaction because they think it will slow down the application.
    Error:
    "A transport-level error has occurred when sending the request to the server. (provider: TCP Provider, error: 0 - An existing connection was forcibly closed by the remote host.)"

    I would expect a disconnect error in such a case.
    I don't think SQL Server has a design feature to follow mobile wireless devices.
    Threads:
    Timeout issue when connection to SQL Server in Wireless environment
    Having disconnections with SQL Server using a wireless connection
    QUOTE: "Ah, SQL Server connections (and the connection pooling mechanism) are not at
    all tolerant of WiFi connections. I suggest you use a replication technology
    as exposed by the SQL "Server" Compact Edition and ADO.NET 3.5 Sync
    Services. This gives you a local DBMS to work with and connectivity designed
    to work over an occasionally (and unreliable) connection."
    You may try to adjust the TCP/IP Keep Alive parameter, but no guarantee though.
    BOL: "Keep Alive
    This parameter (in milliseconds) controls how often TCP attempts to verify that an idle connection is still intact by sending a
    KEEPALIVE packet. The default is 30000 milliseconds."
    LINK:
    http://technet.microsoft.com/en-us/library/ms190771(v=sql.105).aspx
    Related thread:
    Wireless connections to SQL Databases
    Kalman Toth Database & OLAP Architect
    SQL Server 2014 Design & Programming
    New Book / Kindle: Exam 70-461 Bootcamp: Querying Microsoft SQL Server 2012

  • FI SUBSTITUTION throwing error

    Hi,
    I copied RGGBS000 into ZBGGBS000 and added two exits U102 and U103 to it  after that we did all the steps required  like going to GCX2 then OB28 .......steps that are required to have custom include for substitution.
    now when we are transporting the customizing request which has these customizing changes it shows following error during transport
    User exit UFP00 not declared in form pool RGGBS000
    Postprocessing necessary when upgrade has been completed
    User exit UFP01 not declared in form pool RGGBS000
    Postprocessing necessary when upgrade has been completed
    User exit UFP02 not declared in form pool RGGBS000
    Postprocessing necessary when upgrade has been completed
    User exit UFP04 not declared in form pool RGGBS000
    Postprocessing necessary when upgrade has been completed
    User exit UFP05 not declared in form pool RGGBS000
    Postprocessing necessary when upgrade has been completed
    User exit UFP06 not declared in form pool RGGBS000
    Postprocessing necessary when upgrade has been completed
    User exit UFP13 not declared in form pool RGGBS000
    Postprocessing necessary when upgrade has been completed
    User exit UFP02 not declared in form pool RGGBS000
    Postprocessing necessary when upgrade has been completed
    User exit UFP02 not declared in form pool RGGBS000
    Postprocessing necessary when upgrade has been completed
    User exit UFP02 not declared in form pool RGGBS000
    Postprocessing necessary when upgrade has been completed
    User exit UFP02 not declared in form pool RGGBS000
    Postprocessing necessary when upgrade has been completed
    User exit UFP30 not declared in form pool RGGBS000
    Postprocessing necessary when upgrade has been completed
    User exit UFP31 not declared in form pool RGGBS000
    Postprocessing necessary when upgrade has been completed
    User exit UFP32 not declared in form pool RGGBS000
    Postprocessing necessary when upgrade has been completed
    The sequence of transports are correct.
    Whan i am worried is how come these series of user exit are throwing error they are neither present in RGGBS000 or my version ZGGBS000. Can any one let me know how/where these exit UFP00  are called and declared.

    Have you added all your exits to the GET_EXIT_TITLES subroutine at the top of the program?  See below.
    *       FORM GET_EXIT_TITLES                                           *
    *       returns name and title of all available standard-exits         *
    *       every exit in this formpool has to be added to this form.      *
    *       You have to specify a parameter type in order to enable the    *
    *       code generation program to determine correctly how to          *
    *       generate the user exit call, i.e. how many and what kind of    *
    *       parameter(s) are used in the user exit.                        *
    *       The following parameter types exist:                           *
    *       TYPE                Description              Usage             *
    *       C_EXIT_PARAM_NONE   Use no parameter         Subst. and Valid. *
    *                           except B_RESULT                            *
    *       C_EXIT_PARAM_FIELD  Use one field as param.  Only Substitution *
    *       C_EXIT_PARAM_CLASS  Use a type as parameter  Subst. and Valid  *
    *  -->  EXIT_TAB  table with exit-name and exit-titles                 *
    *                 structure: NAME(5), PARAM(1), TITEL(60)
    FORM get_exit_titles TABLES etab.
      DATA: BEGIN OF exits OCCURS 50,
              name(5)   TYPE c,
              param     LIKE c_exit_param_none,
              title(60) TYPE c,
            END OF exits.
      exits-name  = 'U100'.
      exits-param = c_exit_param_none.
      exits-title = text-100.             "Cost center from CSKS
      APPEND exits.
      exits-name  = 'U101'.
      exits-param = c_exit_param_field.
      exits-title = text-101.             "Cost center from CSKS
      APPEND exits.
    * begin of insertion                                          "wms092357
      exits-name  = 'U200'.
      exits-param = c_exit_param_field.
      exits-title = text-200.             "Cons. transaction type
      APPEND exits.                       "from xref1/2
    * end of insertion                                            "wms092357
    * PLEASE DELETE THE FIRST '*' FORM THE BEGINING OF THE FOLLOWING LINES *
    *        IF THE ACCOUNTING MODULE IS INSTALLED IN YOUR SYSTEM:         *
    *  EXITS-NAME  = 'U102'.
    *  EXITS-PARAM = C_EXIT_PARAM_CLASS.
    *  EXITS-TITLE = TEXT-102.             "Sum is used for the reference.
    *  APPEND EXITS.
    ** EXIT EXAMPLES FROM PUBLIC SECTOR INDUSTRY SOLUTION
    ** PLEASE DELETE THE FIRST '*' FORM THE BEGINING OF THE FOLLOWING LINE
    ** TO ENABLE PUBLIC SECTOR EXAMPLE SUBSTITUTION EXITS
      INCLUDE rggbs_ps_titles.
      REFRESH etab.
      LOOP AT exits.
        etab = exits.
        APPEND etab.
      ENDLOOP.
    ENDFORM.                    "GET_EXIT_TITLES

  • Eacccmd throwing error

    HI All
    I am trying to run a basinc eaccmd command as below and it is throwing error.
    I have checked and the host and port are correct.
    [endeca@endecaJtelInt bin]$ eaccmd.sh endecaJtelInt:8888 list-apps --verbose
    AxisFault
    faultCode: {http://xml.apache.org/axis/}HTTP
    faultSubcode:
    faultString: (400)Bad Request
    faultActor:
    faultNode:
    faultDetail:
    {}:return code: 400
    {http://xml.apache.org/axis/}HttpErrorCode:400
    (400)Bad Request
    at org.apache.axis.transport.http.HTTPSender.readFromSocket(HTTPSender.java:744)
    at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:144)
    at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
    at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
    at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
    at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165)
    at org.apache.axis.client.Call.invokeEngine(Call.java:2784)
    at org.apache.axis.client.Call.invoke(Call.java:2767)
    at org.apache.axis.client.Call.invoke(Call.java:2443)
    at org.apache.axis.client.Call.invoke(Call.java:2366)
    at org.apache.axis.client.Call.invoke(Call.java:1812)
    at com.endeca.eac.client.ProvisioningPortSOAPBindingStub.listApplicationIDs(ProvisioningPortSOAPBindingStub.java:981)
    at com.endeca.esfcmd.commands.ProvisioningCommandHandler.listApps(ProvisioningCommandHandler.java:367)
    at com.endeca.esfcmd.commands.ProvisioningCommandHandler.execute(ProvisioningCommandHandler.java:131)
    at com.endeca.esfcmd.Main.main(Main.java:137)
    An error occurred while trying to communicate with EAC; nested exception is:
    (400)Bad Request
    Make sure the EAC host and port are correct.
    Any help would be much appreciated.
    Thanks,
    Jankajg

    IT was an installation with platform services and it some how missed a couple of configuration files hence EAC could not be contacted.

  • SPAU transport and UCMIG_REQINC phase in CUUC - several questions

    Hello,
    Phase UCMIG_REQINC  has the following option
       You can now include one ore more transport requests, including the Unicode-enabling
       of your customer programs.
       If you decide not to include a request now, you need to do the neccessary adaptions
       of your programs manually after the Upgrade and before starting the Unicode Conversion.
       Do you want to include a (further) request?
    Questions
    1. What is the advantage of including the SPAU transpor there?
    2. If you did not include it here, do you really need to put it after the upgrade and before the UC?
    - what if you import the SPAU transport after the UC?
    Thanks,
    Terry

    Hi Terry,
    Normally when you do the upgrade in the development system , the spau modification adjustment done and transport request will be created.In the subsequent system the same transport request can be included so that you do not have to do the transport after the upgrade.Here if you included the request it will be taken care of the upgrade program.
    Questions
    1. What is the advantage of including the SPAU transpor there?
    Ans - SPAU will be completed by upgrade program,you do not have to transport it manually after upgrade.
    2. If you did not include it here, do you really need to put it after the upgrade and before the UC?
    Ans- Yes you should import the SPAU request after upgrade and before UC.
    - what if you import the SPAU transport after the UC?
    Conversion error will come you may loose your modification.
    Regards
    Ashok Dalai

  • Transport Release Error - Error in check before release, for details see longtext

    Hi there,
    I am halfway through applying some HR Patches (B0).
    We have made both SPDD/SPAU changes and the HR patch has gone in DEV ok.
    We have released the SPDD transport ok.
    But when we try to release the SPAU transport we get the error below:
    Anyone help??

    Hi Andy,
    Refer:
    1484093 - Transport with service interfaces can't be released
    This has same error message and problem stated by you.
    Divyanshu

  • PL/SQL throwing errors! trying to alter dates

    the following code keeps throwing errors, I was wondering if it is due to me getting confused when to use ":" before a variable and also ":=" when setting values?
    Can anyone see what I am doing wrong?
    Here is the code, at the moment it is throwing an error on line 44
    ORA-06550: line 44, column 1:
    PLS-00103: Encountered the symbol "" when expecting one of the following:
    CODE.....
    DECLARE
         QNStart DATE;
         QNFinish DATE;
         Q1Start DATE;
         Q1Finish DATE;
         Q2Start DATE;
         Q2Finish DATE;
         Q3Start DATE;
         Q3Finish DATE;
         Q4Start DATE;
         Q4Finish DATE;
         Q5Start DATE;
         Q5Finish DATE;
         QNT NUMBER;
         Q1T NUMBER;
         Q2T NUMBER;
         Q3T NUMBER;
         Q4T NUMBER;
         QNR NUMBER;
         Q1R NUMBER;
         Q2R NUMBER;
         Q3R NUMBER;
         Q4R NUMBER;
    BEGIN
         case current_date
              when current_date between to_date('01-JAN', 'DD-Mon') AND to_date('31-MAR', 'DD-Mon') then
                        QNStart := to_date('01-JAN', 'DD-Mon');
                        QNFinish := to_date('31-MAR', 'DD-Mon');
              when current_date between to_date('01-APR', 'DD-Mon') AND to_date('30-JUN', 'DD-Mon') then
                        QNStart := to_date('01-APR', 'DD-Mon');
                        QNFinish := to_date('30-JUN', 'DD-Mon');
              when current_date between to_date('01-JUL', 'DD-Mon') AND to_date('30-SEP', 'DD-Mon') then
                        QNStart := to_date('01-JUL', 'DD-Mon');
                        QNFinish := to_date('30-SEP', 'DD-Mon');
              when current_date between to_date('01-OCT', 'DD-Mon') AND to_date('31-DEC', 'DD-Mon') then
                        QNStart := to_date('01-OCT', 'DD-Mon');
                        QNFinish := to_date('31-DEC', 'DD-Mon');
         End Case
    :Q1Start := ADD_MONTHS(:QNStart,-3);
    :Q1Finish := ADD_MONTHS(:QNFinish,-3);
    :Q2Start := ADD_MONTHS(:QNStart,-6);
    :Q2Finish := ADD_MONTHS(:QNFinish,-6);
    :Q3Start := ADD_MONTHS(:QNStart,-3);
    :Q3Finish := ADD_MONTHS(:QNFinish,-3);
    :Q4Start := ADD_MONTHS(:QNStart,-4);
    :Q4Finish := ADD_MONTHS(:QNFinish,-4);
    :Q5Start := ADD_MONTHS(:QNStart,-5);
    :Q5Finish := ADD_MONTHS(:QNFinish,-5);
    select COUNT(COUNT(*)) INTO :Q1T from FF_ACTIONS f, FF_ACTION_TYPE_LOV a
    WHERE f.DATE_ENTERED BETWEEN :Q1Start AND :Q1Finish
    AND a.ACTION_SCORE = 'Y'
    AND f.INPUT_TYPE = a.ACTION_NAME
    GROUP BY f.COMPANY_NAME;
    select COUNT(COUNT(*)) INTO :Q2T from FF_ACTIONS f, FF_ACTION_TYPE_LOV a
    WHERE f.DATE_ENTERED BETWEEN :Q2Start AND :Q2Finish
    AND a.ACTION_SCORE = 'Y'
    AND f.INPUT_TYPE = a.ACTION_NAME
    GROUP BY f.COMPANY_NAME;
    select COUNT(COUNT(*)) INTO :Q3T from FF_ACTIONS f, FF_ACTION_TYPE_LOV a
    WHERE f.DATE_ENTERED BETWEEN :Q3Start AND :Q3Finish
    AND a.ACTION_SCORE = 'Y'
    AND f.INPUT_TYPE = a.ACTION_NAME
    GROUP BY f.COMPANY_NAME;
    select COUNT(COUNT(*)) INTO :Q4T from FF_ACTIONS f, FF_ACTION_TYPE_LOV a
    WHERE f.DATE_ENTERED BETWEEN :Q4Start AND :Q4Finish
    AND a.ACTION_SCORE = 'Y'
    AND f.INPUT_TYPE = a.ACTION_NAME
    GROUP BY f.COMPANY_NAME;
    select COUNT(COUNT(*)) INTO :QNT from FF_ACTIONS f, FF_ACTION_TYPE_LOV a
    WHERE f.DATE_ENTERED BETWEEN :QNStart AND :QNFinish
    AND a.ACTION_SCORE = 'Y'
    AND f.INPUT_TYPE = a.ACTION_NAME
    GROUP BY f.COMPANY_NAME;
    select COUNT(COUNT(*)) INTO :Q1R from FF_ACTIONS a
    WHERE a.DATE_ENTERED BETWEEN Q1Start AND Q1Finish
    AND a.COMPANY_NAME IN
         (select f.COMPANY_NAME from FF_ACTIONS f, FF_ACTION_TYPE_LOV a
         WHERE f.DATE_ENTERED BETWEEN Q2Start AND Q2Finish
         AND a.ACTION_SCORE = 'Y'
         AND f.INPUT_TYPE = a.ACTION_NAME
         GROUP BY f.COMPANY_NAME)
    GROUP BY a.COMPANY_NAME;
    select COUNT(COUNT(*)) INTO :Q2R from FF_ACTIONS a
    WHERE a.DATE_ENTERED BETWEEN Q2Start AND Q2Finish
    AND a.COMPANY_NAME IN
         (select f.COMPANY_NAME from FF_ACTIONS f, FF_ACTION_TYPE_LOV a
         WHERE f.DATE_ENTERED BETWEEN Q3Start AND Q3Finish
         AND a.ACTION_SCORE = 'Y'
         AND f.INPUT_TYPE = a.ACTION_NAME
         GROUP BY f.COMPANY_NAME)
    GROUP BY a.COMPANY_NAME;
    select COUNT(COUNT(*)) INTO :Q3R from FF_ACTIONS a
    WHERE a.DATE_ENTERED BETWEEN Q3Start AND Q3Finish
    AND a.COMPANY_NAME IN
         (select f.COMPANY_NAME from FF_ACTIONS f, FF_ACTION_TYPE_LOV a
         WHERE f.DATE_ENTERED BETWEEN Q4Start AND Q4Finish
         AND a.ACTION_SCORE = 'Y'
         AND f.INPUT_TYPE = a.ACTION_NAME
         GROUP BY f.COMPANY_NAME)
    GROUP BY a.COMPANY_NAME;
    select COUNT(COUNT(*)) INTO :Q4R from FF_ACTIONS a
    WHERE a.DATE_ENTERED BETWEEN Q4Start AND Q4Finish
    AND a.COMPANY_NAME IN
         (select f.COMPANY_NAME from FF_ACTIONS f, FF_ACTION_TYPE_LOV a
         WHERE f.DATE_ENTERED BETWEEN Q5Start AND Q5Finish
         AND a.ACTION_SCORE = 'Y'
         AND f.INPUT_TYPE = a.ACTION_NAME
         GROUP BY f.COMPANY_NAME)
    GROUP BY a.COMPANY_NAME;
    select COUNT(COUNT(*)) INTO :QNR from FF_ACTIONS a
    WHERE a.DATE_ENTERED BETWEEN QNStart AND QNFinish
    AND a.COMPANY_NAME IN
         (select f.COMPANY_NAME from FF_ACTIONS f, FF_ACTION_TYPE_LOV a
         WHERE f.DATE_ENTERED BETWEEN Q1Start AND Q1Finish
         AND a.ACTION_SCORE = 'Y'
         AND f.INPUT_TYPE = a.ACTION_NAME
         GROUP BY f.COMPANY_NAME)
    GROUP BY a.COMPANY_NAME;
    EXECUTE
    Cheers
    Simon

    Dave had given you already some good advice.
    Your code is not only too complicated, but you have also probably a bug in it. You have for instance a QNstart as to_date('01.01, 'dd.mm') and a corresponding QNfinish as to_date('31.03', 'dd.mm'). As this means, it is the time portion at 00:01, you are missing the complete last day of this interval. So you better do:
    declare
      l_QNstart      date;
      l_Q1start      date;
      l_Q1finish     date;
      l_q1t          number
    begin
      l_QNstart := trunc(sysdate, 'Q');
      l_Q1start := add_months(l_QNstart, -3);
      l_Q1finish := l_QNstart;
      -- your condition is now
      select count(count(*))
      into   l_q1t
      from   ff_actions f, ff_action_type_lov a
      where  f.date_entered >= l_Q1start and f.date_entered < l_Q1finish
      and    a.action_score = 'y'
      and    f.input_type = a.action_name
      group by f.company_name;
    end;
    /Message was edited by:
    Leo Mannhart
    btw: what is the difference between Q1Start / Q3 Start and Q1Finish / Q3Finish resp.?

  • Report throwing error

    Hi BI Experts,
    I have an issue in the report output. The query is giving the data but the report is not showing the same.
    when nonexisting values are given, report is throwing ERROR instead of giving blank page. Client is expecting blank page or dummy page with tables or headings etc but not the error message.
    Please suggest a solution for this.
    Let me know if anybody needs any other information regarding this.
    Thanks in advance.

    you need to use no data found logic in order to get blank or any message saying no data found for that selected value.
    check this link
    https://blogs.oracle.com/xmlpublisher/entry/no_data_found
    or
    send me your sample xml having data and no data and template i can try at my side. email: [email protected]
    assign me some points if helpful

  • I am using report generation toolkit 1.1 with Labview 7.0 and Office 2003 profession​al. The create new report VI opens Excel but throws error (-21471672​62- from automation open VI) when I try to open MS word. please help...

    I am using report generation toolkit 1.1 with Labview 7.0 and Office 2003 professional. The create new report VI opens Excel but throws error (-2147167262- from automation open VI) when I try to open MS word. please help...

    Hi Leo22,
    Does this error occur if you use any of the example programs that come shipped with LabVIEW? I would try opening one of the examples that write data to Word and see if those give you an error. Also, have you tried just putting down a New Report.VI and change the report type to Word? If this simple vi (that's all you need to open Word) breaks, I would check to see if there are any instances of Word still open. Check the task manager to see if any word processes are still open. There should not be a problem accessing Word 2003 from LabVIEW 7.0. If neither of these solutions work, please give some more detail about your application and we can research further. Thanks!
    Jeremy L.
    National Instruments
    Jeremy L.
    National Instruments

  • Function module throwing error from work area. Cannot find the problem...

    REPORT  ZPSMARTFORM1.
    tables: zptable1.
    types: begin of ty_zptable1,
          f1 type zf1,
          f2 type zf2,
          f3 type zf3,
    end of ty_zptable1.
    data: itab type table of ty_zptable1 with header line.
    data: wa type ty_zptable1.
    select f1 f2 f3 from zptable1 into table itab.
    CALL FUNCTION '/1BCDWB/SF00000005'
    EXPORTING
      ARCHIVE_INDEX              =
      ARCHIVE_INDEX_TAB          =
      ARCHIVE_PARAMETERS         =
      CONTROL_PARAMETERS         =
      MAIL_APPL_OBJ              =
      MAIL_RECIPIENT             =
      MAIL_SENDER                =
      OUTPUT_OPTIONS             =
      USER_SETTINGS              = 'X'
    IMPORTING
      DOCUMENT_OUTPUT_INFO       =
      JOB_OUTPUT_INFO            =
      JOB_OUTPUT_OPTIONS         =
      TABLES
        ITAB                       =   .
    EXCEPTIONS
      FORMATTING_ERROR           = 1
      INTERNAL_ERROR             = 2
      SEND_ERROR                 = 3
      USER_CANCELED              = 4
      OTHERS                     = 5
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    this is my driver program.In my form interface  there are tables,import,export are there where i have to declare tables data.If i am putting wa means it is throwing error.Please show me the clear information.
    Edited by: Julius Bussche on Nov 14, 2008 10:09 AM

    REPORT ZPSMARTFORM1.
    tables: zptable1.
    types: begin of ty_zptable1,
    f1 type zf1,
    f2 type zf2,
    f3 type zf3,
    end of ty_zptable1.
    data: itab type table of ty_zptable1 with header line.
    data: wa type ty_zptable1.
    select f1 f2 f3 from zptable1 into table itab.
    CALL FUNCTION '/1BCDWB/SF00000005'
    EXPORTING
    ARCHIVE_INDEX =
    ARCHIVE_INDEX_TAB =
    ARCHIVE_PARAMETERS =
    CONTROL_PARAMETERS =
    MAIL_APPL_OBJ =
    MAIL_RECIPIENT =
    MAIL_SENDER =
    OUTPUT_OPTIONS =
    USER_SETTINGS = 'X'
    IMPORTING
    DOCUMENT_OUTPUT_INFO =
    JOB_OUTPUT_INFO =
    JOB_OUTPUT_OPTIONS =
    TABLES
    ITAB = .
    EXCEPTIONS
    FORMATTING_ERROR = 1
    INTERNAL_ERROR = 2
    SEND_ERROR = 3
    USER_CANCELED = 4
    OTHERS = 5
    IF SY-SUBRC 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    Plz for this driver program. Give me the exact solution.I am passing the information like itab  like zptable1 ther ein the smart form table. Even now i am getting error.Here in this driver program i passed itab = itab means .I  am not getting solution.If i have to change any function module name means plz tell me.What i have to put there.Plz give me the correct solution

  • SSRS dataset throws error when another stored procedure is called inside dataset stored procedure

    Hello;
    I am using Report Build 3.0, I have a simple report which gets data using dataset which is created from a Stored Procedure. I have another stored procedure which updates the data in the table which is used for the report. I want to get the live data on report everytime
    the report is run so that I call that stored procedure (sp_updatedata) inside my report dataset stored procedure and here where my report fails as it throws error while creating dataset.
    Here is sample:
    sp_updatedata (this only returns "Command(s) completed successfully"
    Create Proce sp_getReportData
    As
    Begin
    Exec sp_updatedata -- I call it to update the data before it displays on the report
    Select * from customers
    End
    If I remove this line it works.
    Exec sp_updatedata -- I call it to update the data before it displays on the report
    Thanks
    Essa Mughal

    Hi MESSA,
    According to your description, you create a dataset based on a stored procedure. In this procedure, it calls another procedure. Now it throws error when creating dataset. Right?
    In Reporting Services, when creating dataset, all the query or stored procedure will be executed in SSMS. So if the procedure can be executed in SSMS, it supposed to be working in SSRS. However, it has a limitation in SSRS. In a dataset, it can only return
    one result set.
    In this scenario, I don't think it's the issue of calling other procedure inside of procedure. Because we tested in our local environment, it works fine. I guess the sp_updatedata returns a result set, and the "select * from customers" returns
    another result set. This might be the reason cause the error.
    Reference:
    Query Design Tools in Report Designer SQL Server Data Tools (SSRS)
    Reporting Services Query Designers
    If you still have any question, please post the error message and the store procedure (sp_updatedata).
    Best Regards,
    Simon Hou

  • Throwing error message for a component

    I have a form in which there are several fields. One of field is LOV for which i do some validation on valuechangeListener. If that validation fails, i send error to the form for that particular field. It is working fine. but after this if user submits the form, it is submitted. In case of validation failed by framewrok, it is not submitted. HOw i can set that component in error state so that form is not submitted. I am using following code to throw error or component:
    FacesMessage msg = new FacesMessage(FacesMessage.SEVERITY_ERROR, null, "Invalid value");
    FacesContext context = FacesContext.getCurrentInstance();
    context.addMessage(binding.getClientId(context), msg);
    I am using Jdeveloper 11g with latest patch set of ADF i.e. 11.1.3.x

    Hi,
    actually you are not throwing an error but set a message to display to the user. Can't you just create a validation for the input field. The field has a property for you to define a managed bean validation reference. You can generate the method skeleton from JDeveloper.
    Frank

  • Database.LoadDataSet() method throwing error while retriving data from IBM DB2 database

    Database.LoadDataSet() method is throwing error during retriving data from empty table of IBM DB2 database. It is giving error code "SQL0100W".
    “Error Message: 0NO_DATA [02000] [IBM] [DB2 / NT] SQL0100W FETCH, whether there is a line to be UPDATE or DELETE, or of the query result is an empty table .
    SQLSTATE = 02000”

    Hello SharayuPandit,
    For issues regarding DB2, i suggest that you could post it to DB2 related forum:
    https://www.ibm.com/developerworks/community/forums/html/forum?id=11111111-0000-0000-0000-000000000842
    Regards.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

Maybe you are looking for

  • Data Recovery E72

    Dear Engineers, I need your urgent help amd support, I have issued command  *#7370# and all my data has been lost (contacts. messages ) , I been using phone memory and dont have any back-up. How can i restore old data and your help and support will b

  • Printer prints postscript code instead of print job every 5 or 9 print jobs.

    Hi, I have a Xerox Phaser 5880 printer that worked with our old G5 iMac. Upgraded to a new Intel mac when the old iMac died, and have run into intermittent printing problems. We have: Updated to the very latest version of 10.6.7 Updated the printer f

  • Prob in info rec creation

    Hi, In 4.6 version, I just created one Info Record(ME11) where in screen 102(purchase organization 1) I entered net price and next have VALID TO field. This field displaying in disable mode with mandatory, So i couldn't select the valid to date . Thi

  • Export multiple clips from one timeline

    Hi, Is there a way to export multiple clips into separate files from the timeline. So, basically i have a time line with many clips which i need to export to individual files, not one long video. In FCP 7 I would drag all these clips into a new folde

  • EEWB BUPA - relevance for ECC

    I try to enhance BP in CRM 5.0 with EEWB. These fields should be also generated in ECC 6.0. EEWC customizing is correctly. Enhancements for Business Transaction works fine. When I generate the extension via wizard in CRM everything is ok, I have only