Quantcast
Channel: SCN : Discussion List - SAP Business Warehouse
Viewing all 6437 articles
Browse latest View live

Query is not executable any more

$
0
0

Dear SCN Members,

 

Greetings for the day!

 

When executing the query from RSRT directly it's getting into debugging screen.

 

finally it failed with below error message. Both the IO's mentioned below are navigational attributes please see the second screen shot below they are not ON at info object --> attribute level, they are checked ON/OFF at multi provider level. Is this the issue because not ON at infoobject attribute level ?

 

Please advise me possible scenarios what could have caused the issue.

 

Query.jpgQuery 1.jpg

 

Thanks!


Data Load in DSO fails due to a look up in end routine

$
0
0

Hello Everyone,

 

I need to write a lookup routine to load data in DSO. Lookup is looking some characteristics from a different DSO. It runs fine if I remove Qty column from the routine, but if I add it it fails. I have checked the DSO from where I am looking the data that the Qty field exists there.

 

Here is the routine:-

DATA  BEGIN OF T_SD06,

             DOC_NUMBER   TYPE  /BI0/OIDOC_NUMBER,

             S_ORD_ITEM   TYPE /BI0/OIS_ORD_ITEM,

             BILL_NUM    TYPE /BI0/OIBILL_NUM,

             BILL_ITEM    TYPE /BI0/OIBILL_ITEM,

             KNART        TYPE  /BI0/OIKNART,

             KNVAL        TYPE  /BI0/OIKNVAL,

             /BIC/ZKNART  TYPE /BIC/OIZKNART,

             /BIC/ZKNVAL  TYPE /BIC/OIZKNVAL,

              INV_QTY           TYPE /BI0/OIINV_QTY,

          

             End of  T_SD06.

 

     DATA : IT_SD06 LIKE TABLE OF T_SD06.

 

     DATA: E_S_RESULT TYPE _ty_s_tg_1.

     DATA: E_T_RESULT TYPE _ty_T_tg_1.

 

     SELECT DOC_NUMBER S_ORD_ITEM  BILL_NUM  BILL_ITEM  KNART  KNVAL

     INV_QTY ( Here comes the issue)

 

     From /BI0/ASD_O0600 INTO TABLE IT_SD06

 

     FOR ALL ENTRIES IN RESULT_PACKAGE

 

     WHERE DOC_NUMBER = RESULT_PACKAGE-DOC_NUMBER

     AND  S_ORD_ITEM = RESULT_PACKAGE-S_ORD_ITEM

     AND KNART = RESULT_PACKAGE-KNART.

    

     LOOP AT RESULT_PACKAGE INTO E_S_RESULT.

 

       READ TABLE IT_SD06 into T_SD06 with key

         DOC_NUMBER = E_S_RESULT-DOC_NUMBER

         S_ORD_ITEM = E_S_RESULT-S_ORD_ITEM

         KNART = E_S_RESULT-KNART.

      

         

       IF sy-subrc = 0.

 

         MOVE t_SD06-BILL_NUM   TO e_s_result-BILL_NUM.

         MOVE t_SD06-BILL_ITEM  TO e_s_result-BILL_ITEM.

         MOVE t_SD06-KNART to e_s_result-/BIC/ZKNART.               

         MOVE t_SD06-INV_QTY to e_s_result-INV_QTY.

         

       endif.

 

*      READ TABLE IT_SD06 into T_SD06 with key

 

*      DOC_NUMBER = E_S_RESULT-DOC_NUMBER.

*      S_ORD_ITEM = E_S_RESULT-S_ORD_ITEM.

 

       MODIFY RESULT_PACKAGE FROM e_s_result TRANSPORTING  BILL_NUM

       BILL_ITEM  /BIC/ZKNVAL  /BIC/ZKNART   INV_QTY  .

 

     endloop.



Any suggestions what am I need to check??

Bex Query exception when price < average

$
0
0

Hi Expert,

    I want to do exception when price <  average in Bex Query. Is it come true?

 

 

 

Thanks a lot.

Joyce

error when trying to refresh report Universe generation failed for resource I

$
0
0

Originally, we had universes for our warehouse situation.  Because of the amount of data, we are not using universes but BEX Query.  In our DEV and QA environments, all is good.  In PROD, we are getting the message Error when trying to refresh report Universe generation filed for resource.  We are just beginning our BI process and do not have an expert to help us anymore, our contractor went to another project.  Can someone help?

SAP BW DTP Issues

$
0
0

Dear All,

 

I am beginner of the SAP BW. In my test scenario, While Loading the data through DTP Request, I got the following errors. Any one help me how to resolve the following issues.

 

 

Thanks in advance

 

123.jpg

CX_SY_FILE_OPEN_MODE Error while loading from AL11

$
0
0

Hi Friends,

 

I am facing with a strange issue. I am running a process chain which loads two CSV files(two info packages) into the same DSO. Data is getting loaded for one info package while the other one is failing and i get this error message "An exception with the type CX_SY_FILE_OPEN_MODE occurred, but was neither handled locally, nor declared in a RAISING clause".

 

Both the files were in the same folder in AL11, Initially thought that the error could be due to both Info packages trying to access the same folder hence second Info package is not able to read the CSV file. Now, I have changed the folder structure( Created two folders) one for each file. Tried running the process chain but still the same issue.

 

Upon investigation I came across a scenario, the file which is throwing error, i did a bit of digging I can see the content of the file directly in AL11 transaction. However, when i try to link the file in the info package  under extraction tab that takes me to AL11 and the file path and then the file.

When double click on t.CSV file I get two options 1. Disp.Cont 2.Copy file name. I can copy the file name no issue, but when i click on the display content i get the folowing message "Unable to display the contents of this file" (Remember i can see the contents of this file if i use AL11 transaction directly).

 

To test what i have done is I have copied the above file on to the local work station and ran the Info package and guess what it sucessfully loads. The issue is only while loading from the application server and where the contents cant be dispalyed via the Info Package (I have double checked with some other files and the result is consistent) i.e where we cannot display content the error message is same.

 

Can someone please suggest how to handle this?.

 

Your help is appreciated.

 

Regards

BN

BW on Hana: Outer Joins in Composite Provider (740SP10)

$
0
0

Hello,

 

is it possible to create the following scenario with a composite provider (I work with eclipse with the BW Modeling perspective) ?

 

I'm looking forward to your answers.

 

KR Raimund

 

compProv.JPG

How to check IDOC issues when transferring articles from ECC to SAP BI

$
0
0

Hi all, 

I got a new issue on articles when it getting transferred from ECC to SAP BI then IDOC is having some issue.

My client is getting unknown material number error in BI. But if i check the same article in ECC it has been created.

Please some one tell from where i should start my work ,I don have any idea about articles .

please guide me step by step to understand the main problem.


I am waiting for the  reply.


Thanks and regards,

Jyotsna singh




Copy existing Hierarchy from P to D

$
0
0

Hi Experts,

 

There is very lengthy hierarchy in production and there is a requirement to copy the same in Development. Is there any work around to copy it without creating manually?

 

Thanks,

Sukhpreet Kaur

Open and Edit DTP Routine

$
0
0

Hi All,

 

 

 

Can anyone advice me on how to open an existing DTP Routine and Edit. I want to edit the below DTP Filter. CALDAY(Till current date) instead of current month(Cal.year / month).

 

dtp.png

Rgds,

Rathina

After migeration infopcakge no records but dtp lot of records

$
0
0


Hi,

Migeration 3.0 to 7.0, ran the pc infopakage  no records  and dtp have the laksh of records. but rsa3 also no records based on the infopackage selection. pleasefind the below screen.

 

infopckage.png

dtp.png

RSA3 for Data Source 2LIS_02_ITM gives zero records

$
0
0

Dear All,

 

I have an issue with Purchasing data source: 2LIS_02_ITM. I have added field LOEKZ (Deletion indicator) to datasource 2LIS_02_ITM from t-code LBWE and activated. Datasource is in active mode.

 

When I am trying to fill setup table using t-code oli3bw, Job gets successful in SM37. But when checking data in RSA3 I am getting as zero records. I have deleted entry for this datasource from LBWQ and RSA7 and then filled setup table.

 

Could you please share your ideas to fix this issue or if someone has similar issue earlier then how did you fix that.


Regards,

Arvind

Profit and Loss Hierarchy in BEX queries

$
0
0

Dear Experts,

 

I have a question about the implementation of a Financial P/L custom hierarchy in a BEx queries.

 

My requirement is to have a structure like this:

 

father node is named EBIT son nodes are NET SALES and TOTAL COSTS.

 

Inside the two nodes we have several accounts and we aggregate to retrieve the balance wth sign.

 

Our goal is showing the balance inside each node as positive but in aggregation on the father i would like to have instead the difference NET SALES - TOTAL COSTS. Moreover the Father should be a the bottom of the query output instead of the beginning.

 

Summarizing we are expecting a situation like this:

 

Node name                    Balance

 

NET SALES                    400,00

 

     ACCOUNT A                100,00

     ACCOUNT B                300,00

 

TOTAL COSTS                250,00

 

     ACCOUNT C               200,00

     ACCOUNT D                 50,00

 

EBIT                              150,00

 

Is there any standard solution or implementation for achieve such output?

 

 

Thanks

APD VARIANT 0P_KEYDT QUERY

$
0
0

Hi Gurus.

 

I'm migrating BW 7.0 a  7.4, I have query where exit a ratio formule with this variable 0p_keydt, in the moment execute the query the variable not show value in the ratio.

 

I need save  value this date with apd, but date show X in the query

 

 

 

Regards

Collecting a Composite Provider

$
0
0

Hi All,

 

I have a Composite provider created in the BW Powered by HANA system(local compr), but i am not able to collect it when i go to the Transport Connection. Let me know how can i collect the Composite Provider. Thanks in advance.

 

Regards,

FM.


Want to use a copy of user ALEREMOTE

$
0
0

We have 8 BW source systems and after system copies or if someone locks ALEREMOTE, all 8 source systems stop working. If we need to change the password, we have to go update 8 RFCs.  How can I create the source system to use a copy of ALEREMOTE such as ALEREMOTE1, ALEREMOTE2 and so on?  The ALEREMOTE user is hardcoded and grayed out in rsa1 -> source system -> create.

DTP (PSA - DSO) error :The database returned a value containing an error

$
0
0

Hi All,


A Process Chain is Normal Running for 20 days ,but error yesterday WITH


Runtime Errors         DBIF_RSQL_SQL_ERROR

Exception              CX_SY_OPEN_SQL_DB

----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------

|Short text                                                                                       

|    SQL error in the database when accessing a table.                                            

----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------

What can you do ?                                                                                           

|    Note which actions and input led to the error.                                               

|                                                                                                 

|    For further help in handling the problem, contact your SAP administrator                     

|    .                                                                                            

|                                                                                                 

|    You can use the ABAP dump analysis transaction ST22 to view and manage                       

|    termination messages, in particular for long term reference.                                 

|                                                                                                 

----------------------------------------------------------------------------------------------------

 

If execute manually it dump  with error below

 

The database returned a value containing an error

Message no. RS_EXCEPTION000

 

monitor shows:

QQ截图20160324160724.jpg

QQ截图20160324160803.jpg

 

Then SM12 two tables:RSBKPATH ,RSMDATASTATE_PSA was locked.

 


What  lead to this ? deadlock ?

How to  solve it  ? How to deal this error DTP now?


Regards,

Hellen.Y

BEx Query remove # for Date characteristic field

$
0
0

Hi All,

 

Please let me know how we can remove pound symbol # from Query result, I am using Characteristic field which is date field so the default display in the query is Key. the issues is the BEx query is used in the WAD so in the WAD the pound symbol is causing the issues which there is no data display upon executing. if I restrict the # in the Bex query then in WAD I am able to display data in WAD.

 

Based on current requirement I can't restrict the # from the date characteristic since it is impacting the other field result.

SO I need your suggestion to remove the Pound symbol.

 

even I have written transformation routine but still no use since there is # symbol on the query result. kindly share your experience to remove the # symbol please.

 

 

Note:- we are in SAP BI 7.4 version, the field is Characteristic - Data type is Date field.

BPC Dimension loads Attribute,Text, hierarchy from BW infoObject

$
0
0

Hi Guys,

 

    I am confused on BPC dimension's master data and hirerarchy. I have used TRFN and DTP to load Attr and Text data for BPC dimension(/CPMB/**), and as well as hierarchy data loading. So my question is whether BPC dimension can use the hierarchy directly and how to?

 

QQ截图20160325152850.jpg

Thank you very much!

 

Regards.

 

Rojay

unable to activate data source RSDS after system copy

$
0
0

hello we have made copy of our dev and QA to DEV1 and QA1   ,, BDLS is run and each one is pointing to its new source  system in ECC

 

 

isssues are fine with DEV1   environment, data sources are activated and all good,  now when we are sending the data sources from DEV1 to QA1 system transports are failing with the error below

 

 

Error when resetting datasource 2LIS_03_BF  XXXCLNT500 to the active version

message no : RSO410

 

this is happening fro multiple data sources as we are sending all of them from DEV1 to QA1

 

 

 

system version BW 702  as part of SCM system

Viewing all 6437 articles
Browse latest View live