Error in ListCube for Remote cube - Error in substep

Hi All,
To start with the details, I've 7.0 version datasource in APO and I've created Remote cube / Virtual provider Based on Data Transfer Process for Direct Access with transformation and some routines in rules.
I've also an "End Routine" as shown below
DATA RSLT_PKG_ROW TYPE  tys_TG_1.
LOOP AT RESULT_PACKAGE INTO RSLT_PKG_ROW.
RSLT_PKG_ROW-/BIC/ZTEST_QTY = 2.
MODIFY RESULT_PACKAGE FROM RSLT_PKG_ROW.
ENDLOOP.
My list cube runs fine and gives the required data without the above end routine for ZTEST_QTY.
when I add the above code in my end routine for populating data for ZTEST_QTY, it is throwing an error message
Error reading the data of InfoProvider
Error in substep.
someone please throw some light on this.
Thanks
KI

Modify your code to this:
CONSTANTS: c_2(1) TYPE n VALUE 2.
LOOP AT result_package
  INTO <result_fields>.
  <result_fields>-/bic/ztest = c_2.
ENDLOOP.
Since the FIELD-SYMBOLS of <result_fields> has been automatically declared in the End Routine, there's no need to define a work area and modify the internal table with the data from the work area.

Similar Messages

  • Getting unkown  errors while running the listcube for remote cube

    Hi we r trying to run the listcube for remote cube .We are trying to access the oracle data by creating views  and pulling it into bw using  remote cube through UDConnect
    We r getting uknown errors  like  below
    Messages for DataSource 6BTV_HISTORY_FXD_CST1 from source system DB2CX
    System error: Message type   is unknown.                             
    Error reading the data of InfoProvider ZR_CHFCB 
    If any one face the similar issue please reply me back .

    Remote cube doesn´t store data in BW....it only access data from remote system and shows in a report.....the listcube  TX need to find a data table in order to show the information but in this case tha remote cube doesn´t have anything.....
    Regards

  • Is extractor 0FI_GL_4 (line items GL) available-compatible for remote cube?

    Hi,
    Is 0FI_GL_4 available-compatible for Remote cube? I changed parameter virtcube from space to '1' value. But when I regenerate DS in RSA6 virtcube parameter-value comes back to space. In RSA6 I see value 'D' (direct access) always.
    Thanks

    We donu2019t have ehp3, so i cant use 0FI_GL_14.
    Can we really compare 0FI_GL_14 and 0FI_GL_10  ?
    Because 0FI_GL_10 extracts not on document level but I need information (Work breakdown structure element(PROJK)) on document level.
    So I need both fields in extract structure u201CAccounting document number (BELNR)u201D and u201CWork breakdown structure element(PROJK)u201D.
    0FI_GL_10 contains none of them.

  • How to make use of 3EC_CS_1R for remote cube.

    hi all,
    I have activated the 3EC_CS_1A for consolidation reports but would like to use 3EC_CS_1R DataSource for remote cube, we have not installed SEM-BCS on the BI system, when trying to use the 3EC_CS_1R on the BI system, it complaints the DataSource can only be used by SEM-BCS. what is the best way to utilise this DataSource?
    do I need to install SEM-BCS in order to use this DataSource? Can I just install BCS component only?
    I am slightly confused as where SEM-BCS should be installed, on BI or ECC system?
    cheers.
    Message was edited by: Joe
            Joe Wong

    no longer relevant

  • Why we will go for Remote cube

    Hi experts,
    Why we will go for Remote cube instead of Basic cube, What are the advantages of Remote cube ? At what circumstances we wii go for Remote cube ?

    Hi,
    the reason is.
    Use SAP RemoteCubes if:
    ·        You need very up-to-date data from an SAP source system
    ·        You only access a small amount of data from time to time
    ·        Only a few users execute queries simultaneously on the database.
    Do not use SAP RemoteCubes if:
    ·        You request a large amount of data in the first query navigation step, and no appropriate aggregates are available in the source system
    ·        A lot of users execute queries simultaneously
    ·        You frequently access the same data
    link:
    http://help.sap.com/saphelp_nw04/helpdata/en/da/5909392a430303e10000000a114084/frameset.htm
    Regards,
    Senthil

  • Is there a range of error codes reserved for user defined error codes?

    I would like to create my own error codes for a CVI dll but I want to make sure I don't use error codes already defined for something else. Is there a range reserved for such use?
    Samee thing for warnings (errorcode > 0)
    Thanks

    I have never found a positive mention of a "safe" range of error codes available for user-defined error conditions, but I can suggest you some source of informations.
    First of all, every library has its specific list of error codes, usually listed in the relative include file. All these error codes are listed in the online help too (search for "error codes" in the index tab of the help).
    Second, GetGeneralErrorString () is a function that can be used to trap errors of the following libraries with a unique error function:
    User Interface Library
    Easy I/O instrument driver
    Toolbox instrument driver
    ActiveX Library
    DIAdem Connectivity Library
    .NET Library
    DataSocket instrument driver
    Network Variable Library
    Real-Time Utility Library
    TDM Streaming Library
    UDP Support Library
    This means that the error codes from this libraries do not overlap, so you could derive from its code some ranges not used by these libraries.
    Nevertheless, there is not a single function for error trapping: every library has its proper list of error codes and a function to decode them in human readable form, andthere is no guarantee that these ranges does not overlap. It's up to you to trap errors from every function in the proper way.
    Proud to use LW/CVI from 3.1 on.
    My contributions to the Developer Zone Community
    If I have helped you, why not giving me a kudos?

  • Transformations for Remote cube?

    hi experts,
    can we create Transformations for Remote Cube?
    plz provide  me the steps to create Remote Cube.
    regards
    venuscm

    HI,
    Yes you can create transformations for remote cube.Remote cube is similar to standard cube but while creation select radio button for remote /virtual cube .
    Steps for creating remote cube, chk the help link-
    http://help.sap.com/saphelp_nw04/helpdata/en/da/5909392a430303e10000000a114084/frameset.htm
    Hope this helps.
    thanks,
    Rahul

  • Function module for Remote cube

    Hi all
    I just want to know, does the remote cube works for the datasource which is based on function module.
    Regards
    Preeti

    Preeti,
    the Remote cube  works on any type of datasource .as this datasource is already replicated into BI system then it is a BI datasource only.
    but at the time of extraction of data,the datasource fetch the data from the respective tables specified in the Function module.by applying the logic to the data.not to the fields.
    so the logic applies only to data not to fields.

  • How to Create Process Chain for Remote Cube.

    Hi,
              I created Remote info cube, data from ECC, loaded Successfully, I want to create Process Chain for Reomte Cube, Please Help me.
    Thanks,
    Nandish Gowda

    Hi Nandish,
    After initialization, th next delta will come as per your delta nature, if it is 0calday: Then your next delta will come tomorrow only.
    If you are able to 7 records in RSA3, why not in PSA( Why it's only 5 records). Analyze this closely.
    Sometimes, RSA3 exactly doesn't match with PSA because, RSA3 works on update mode F.
    Regards,
    Suman

  • Adadmin error - DCPW null for "IZU" - aipspv(): Error setting up PDI list

    Hi,
    I am getting the folowing error while running adadmin
    Connecting to SYSTEM......Connected successfully.
    Connecting to APPLSYS......Connected successfully.
    AD Administration error:
    DCPW null for "IZU" [278]
    AD Administration error:
    Failed getting PDI list for product 'izu'
    AD Administration error:
    aipspv(): Error setting up PDI list for upgrade
    Already checked the metalink notes
    294354.1 Failed Getting Pdi List For Product 'Alr'
    211674.1 Autoupgrade Fails with Error setting up PDI listc
    171092.1 AutoPatch Error: aipspv()
    Checked the status of IZU product in fnd_product_installations
    What does this "DCPW" stand for ?
    adadmin complains of the value being null
    What should be the right value ?
    How can I update that ?
    Can someone please help to resolve the issue
    Thanks

    Hi Hussein
    FNDCPASS errored out with ORA-01403 error
    Also gave "Memory fault"
    dba_users and fnd_oracle_userid show that this user exists
    /apps/qtcstg > FNDCPASS apps/<pwd> 0 Y system/<pwd> ORACLE IZU IZU
    Log filename : L5504280.log
    Report filename : O5504280.out
    Memory fault
    /apps/qtcstg > cat L5504280.log
    Application Object Library: Version : 11.5.0 - Development
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    module:
    Current system time is 18-JAN-2007
    06:27:22
    APP-FND-02704: Unable to alter user IZU to change password.
    APP-FND-01564: ORACLE error 1403 in changepassword
    Cause: changepassword failed due to ORA-01403: no data found.
    The SQL statement being executed at the time of the error was: and was
    executed from the file &ERRFILE.

  • BAPI's for remote Cube very urgent

    Hi,
       I want to activate the cube 0FIGL_R10 and 0TRCM_RC1. Can anyone guide me what needs to be done. I jave activated the cube from Business Content. When I try to execute the query it is not running .
    please help as it is very urgent for me ..
    Regards
    Baljit Singh

    Hve a look at this:
    Need step by step process for creating remote cube
    Regards

  • Install Error MAXDB(Evalution) for DB creation error.

    I'd like install MAXDB (SAP MaxDB 7.6 for Windows -x86, 32 bit-), but coundn't do it, because of that such as flowing error message.
    "C:\Program Files\sdb\programs\pgm\dbmcli -R "C:\Program Files\sdb\MAXDB1"  -R "C:\Program Files\sdb\MAXDB1" db_create  -a MAXDB1 DBM,*** "
    DB creation error in status 'crInstance', message is:
    "ERROR in 'C:\Program Files\sdb\programs\pgm\dbmcli -R "C:\Program Files\sdb\MAXDB1"  -R "C:\Program Files\sdb\MAXDB1" db_create  -a MAXDB1 DBM,*** '
    ERR
    -24996,ERR_PARAM: wrong parameters
    1,Invalid first database manager operator
    This is my computer platform environment
    TOSHIBA notebook
    OS:  Windows XP pro SP2
    Memory : 1 GB
    Useful HDD space 20GB More.
    How can I solve this problem to install MAXDB?
    Edited by: JEONGSU, YOUN YOUN on Mar 19, 2008 5:39 PM
    Edited by: JEONGSU, YOUN YOUN on Mar 19, 2008 5:43 PM

    Hello,
    I only found this site --> link
    Unfortunately it's not very helpful.
    Also this site and the answer from Floyd Radford --> link
    So please try another password.
    And if you used an @ in it please try one without it.
    Regards,
    Norman Schröder

  • CK40N error: Missing authorization for BOM (SAP Error: CK-581)

    Hi Experts,
    When running CK40N, I found an error message Missing authorization for BOM (SAP Error: CK-581).
    If this is the problem of my CK40N that make object cannot be costed, how can I solve this?  Is this relate to SAP authorizartion?
    Thanks.
    sbmel

    Hello,
    While doing Costing run CK40N or Cost estimate CK11N, you require having authorization of T. Code CS03 for the plant in your SAP ID as it explodes BOM.
    Kindly contact basis team & take the authorization on your SAP ID.
    Regards,
    Anand

  • HTTP web request error (Web exception for remote server)

    To whom it may concern,
    I have recently applied a few patches for my client's server for IE9 but then one application starts to malfunction right after upgrade return successful. The program affected is CyberTech player which make use of Microsoft Silverlight. 
    My client currently uses Wind 2008 R2 x64, patches applied are below:
    MS13-009-IE9-Windows6.1-KB2792100-x64
    MS13-010_IE9-Windows6.1-KB2797052-x64-sp1
    MS13-021_IE9-Windows6.1-KB2809289-x64
    MS13-028IE9-Windows6.1-KB2817183-x64
    MS13-037_IE9-Windows6.1-KB2829530-x64
    MS13-038_IE9-Windows6.1-KB2847204-x64
    MS13-047_IE9-Windows6.1-KB2838727-x64
    MS13-069_IE9-Windows6.1-KB2870699-x64
    Please let me now if any further information is needed.
    Your prompt response will be much appreciated.

    Hi,
    Based on your description, I would like to suggest you try to uninstall and reinstall the latest version of Microsoft Silverlight.
    http://www.microsoft.com/silverlight/
    I also would like to suggest you update the CyberTech player so that it can be compatible with this update.
    Meanwhile, the http web request error was caused by IE itself:
    1. Improperly install or configure updates
    2. Security website authentications issue
    3. IE settings
    You may try the following steps to check the issue:
    1. Run IE with no add-ons. Click Start -> All Programs -> Accessories -> System Tools -> Internet Explorer (with no add-ons). 
    2. Try to use compatibility mode (go to tools --> Compatibility View Settings) to check the issue.
    For further research, it would be kind of you to capture a screenshot of the error page.
    Hope it helps.
    Regards,
    Blair Deng
    Blair Deng
    TechNet Community Support

  • Error - 21007 Search for table returned error - can't find data source??

    I am using an Oracle thin driver through a BI JDBC system. The system connects fine when testing in my 2004s portal. It also worked fine in VC and I was able to browse tables and views in the Oracle db. Suddenly it has stopped working. When trying to search for a table in VC it returns the error message above.
    The only thing I have changed is the "enable SQL editor" setting in Visual Admin which has been set to true. Changing this back to false has no effect, so I can't see that this should cause the problem.
    Henning

    Dear Henning,
                 Do you solve this case?.
    Best regards,

Maybe you are looking for