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

How to add missing fields in Transfer Rules

$
0
0

Hi Experts,

 

We have done a system copy from Prod to Dev. Some of the infopackage and transfer rules are missing. I am trying to create transfer rules for one of the datasource '0FI_GL_10'. The transfer rules are created fine but some fields are missing in the transfer rules. Let us say "RMVCT - Transaction Type" is available in the datasource but missing in the transfer rules. I have assigned the correct info object to it but unable to solve the problem. Any one can help me for that issue?

 

Thanks,

 

Shehzad


Error when assigning application structure Message no. RSDS016

$
0
0

Hi,

 

     We did a custom enhancement on LIS standard datasource: 2LIS_11_VAITM.  After doing such enhancement, data load to psa is getting failed with the following error message from BW

 

"

Error 'The argument 2000001<0000.000 cannot be interpreted as a number'
when assigning application structure, line 1, contents "36985125 A
A000010CCCC00000000ZODN 00000..."

 

Message no. RSDS016

"

 

INCLUDE ZXRSAU01 Program written CMOD tcode of SAP PRD:

"

 

FIELD-SYMBOLS: <FS_LS_VAITM>   TYPE   MC11VA0ITM.

WHEN '2LIS_11_VAITM'.

DATA : LV_VAR1 TYPE EDATU_VBAK,

  LV_VAR2  TYPE LFGSA.
LOOP AT C_T_DATA ASSIGNING <FS_LS_VAITM>.
SELECT SINGLE VDATU FROM VBAK into LV_VAR1

      Where  VBELN = <FS_LS_VAITM>-VBELN.
IF SY-SUBRC = 0.
<FS_LS_VAITM>-ZZVDATU LV_VAR1.
SELECT SINGLE LFGSA FROM VBUP INTO LV_VAR2

       WHERE VBELN = <FS_LS_VAITM>-VBELN AND

             POSNR = <FS_LS_VAITM>-POSNR.
IF SY-SUBRC = 0.
<FS_LS_VAITM>-ZZLFGSA = LV_VAR2.
ENDIF.
ENDIF.
ENDLOOP.

"

Screen shot of error message from BW:
Capture.JPG

 

I have searched other threads of similar error message but couldn't find any solution there.

Could you please help us on how to resolve this problem?

Regards,

Antony Jerald.

How to know if a process chain was successfully loaded?

$
0
0

Hi guyz,

 

I have two (2) process chains: MAIN_PC and SUB_PC..

 

MAIN_PC - scheduled everyday 3 AM

SUB_PC - scheduled every 8 AM

 

What do I need to add in my SUB_PC chain so that it will detect or know if MAIN_PC chain was successfully loaded..Since if MAIN_PC did not load or got an error during loading, SUB_PC must not run..Is there a way to do this?

 

The only solution I can think is to insert SUB_PC as LOCAL PROCESS CHAIN of MAIN_PC..However, I cannot do it since I AM NOT ALLOWED TO MODIFY MAIN_PC chain..

 

Any idea?

 

Thank you!

Negative values in planned time in 0HR_PT_1

$
0
0

Hello,

 

I have a problem with the infopackage 0HR_PT_1. Most of the time, it's works but sometimes it load negative values in planned time. I check with HR team and there is no special event when it produce and to have negative planned time should not be possible.

 

There is no apparent logic in data. Costcenters, functionnal localations, etc does not matter. There is no change in the employee's states. An employee can keep is position and have a negative or a positive value. There is no apparent distinction between a row with a positive value and another with a negative value.

 

Values are the inverse of the real planned time. For exemple if a person is planned for 8 hour for a day, he have -8 in planned time. Normaly he have already a value of 8 in the cube loaded by another request. So, if we check is the cube, he have 0 hours for this day.

 

The system do this for a large part of persons. about 80%. Sometimes, he do this to times. If I check for the planned time for february 2014 (the next month in the future) I have -70000 hours.

 

The requests with negative values seems to be normal.

 

I deleted all data and reloaded. All data seems to be fine after that and the is no negative values at all.

 

Do you have an idea?

 

Thanks!

Unit heading in report output

$
0
0

Hi All,

 

I've a workbook and 2 reports have been assigned to it.

second report is displaying some quantities along with units say example 100 EURO.

I need to display the same currency in the first query,( which have been used in second report ) as heading .

I need  to display as below format-

 

sales- report  (already displaying as heading)

Account currency  EURO (This i need to display )

 

 

JAN 2013FEB 2013MAR 2013
Target month - Gross110290

1000

targett XXX8909090385

 

 

Thanks,

Teena

Field routine: Lookup from master data table

$
0
0

Hi experts

 

I need a few ABAP codes from your side for a field routine.

 

 

SELECT SINGLE

 

CFM_FLO_TP FROM /BI0/SCFM_FLO_TP

INTO RESULT WHERE
CFM_FLO_TP
EQ SOURCE_FIELDS-POSTXT(+1).

 

The routine above is not finished, I need only value from the second field position up to the first blank of the table below.

How would you adjust this routine?

 

thanks

 

 

Characteristic 0POSTXT: Only from 2nd up to the first blank needed...

 

*AD8992 007_ABC

 

*AD8992 057_ZBC

 

*DBT_D001 1006C

 

*DBT_D002 1006BE

Error DTP cube 0TRCM_C01

$
0
0

Hello

 

 

I have a problem loading the infocube 0TRCM_C01, load and run the infopaquete well until the PSA, but when I run the DTP some packages are green, but the package 1 and 7 are in red package, but does not tell me exactly what the problem, just point me in the transformation, I could not fix it.

 

Anyone have any answer to why this is happening?

 

Attached is a file with the error.

 

Nando.

BW reconciliation report creation for sale order

$
0
0

Hello Gurus,

 

I have a requirement of creating reconciliation report for sale order.  I am using BI 7.3. I didnt find any documents on this for BI 7x version.  Kindly help with my below doubts.

 

My Plan --> Sale order is coming for VBAP & VBAK. Planning to create a view using these 2 tables and create a data source based on this view, replicate                   to BW.  Create a virtual provider from the template of 0SD_C03 cube, map the fields from the recon data sources to the virtual provider.  Put                       the virtual provider and 0SD_C03 cube into the multiprovider and create report on top of this multiprovider.

 

My Doubts-->

1. Is this approach correct? Or I missed anything anywhere?

2. I created a data source using view.  Now, do in need to create info package and load data till PSA manually? because I heard that when we execute a       reconciliation report, it will be bringing data from the source system at that point of time.

3. I am seeing many field level routines written for the key figures in 0SD_C03.  Do i need to write the same field level routines in transformation between      my recon data source and virtual provider?

 

Kindly help me with your knowledge..

 

 

Thanks

Rakesh


0FI_AR_20 Customer Balance Does not Match F.30

$
0
0

We are implementing Customer Balance content in 7.3.1.7 to report on Daily Sales Outstanding.

When we compare the values to F.30, there is large discrepancies in the cumulative  balance values while the sales for period is correct

 

In this effort, I found the help in F.30 the following below:

 

The values for balance and sales are averages of the n closed fiscal periods.  We have configured n= 3 and DSO calculation #1 in report RFDRRE05

 

DSO =  Avg Balance(3periods) / Avg Sales (3 periods) * 30

     

  1. F.30 is updated by a job called Customer information by  batch program RFDRRGEN each day at 8pm

 

 

Reads the variants defined for each evaluation in thefollowing.

 

Report RFDRRE01

Report RFDRRE02

Report RFDRRE03

Report RFDRRE04

Report RFDRRE05  - DSO

Report RFDRRE06

 

 

BW Datasource 0FI_AR_20 I looked at table roosource to find extractor FM SREP_FIAR_20 and structure DTFIAR_20

 

 

The datasource  0FI_AR_20 is new type for me in that it is a direct access type - cannot debug in RSA3.

The daily program RFDRRGEN is very convoluted as is the extractor function module SREP_FIAR_20 that is confounding our best ABAPer

 

Have you successfully used 0FI_AR_20 to match to F.30?  What am I missing?


Thanks

 

Lee Lewis

SAP BW DSO lookup

$
0
0

Hi Guru's

can you help me with the coding.

 

 

Scenario :

 

I have two DSO'S .

 

1) DSO 1  :    has 3 fields say

 

FIELD A ,  FIELD B ,  FIELD C.  

 

 

 

2) DSO 2  has 3 fields say

 

FIELD D , FIELD E , FIELD F.                                       

 

logic :

 

when field B , field E are equal and field C and field F are equal. 

then field A values should be mapped to field  D

End Routine Issue for Large Data Selection

$
0
0

Hello,

 

I have an END routine which reads a few other fields from the Active table of another DSO based on certain evaluation criteria.  This END routine is updating from source DSO to target DSO.

 

The END routine works perfectly for a small set of records (i.e. A few customers at a time).  However, when I try to load historical data which is a larger dataset, not all of the updates are made even though the END routine works correctly in de-bug mode.

 

I have decreased the DTP Package Size to 10,000 which does increase the amount of correct updates made, but many records are still skipped and not updated even though they match the selection criteria.  I’ve also ensured that the Semantic Groups in the DTP match the DSO key fields.  (They are identical between source and target DSO).

 

I am not sure why all of the records are not being read or updated.  I am not an ABAPer, so any suggestions would be much appreciated.  Should I be looking for something else via the de-bugger?  We are on BW 7.02 Patch 10.

 

This is the actual code:

 

TYPES: zfiaro92_dso_key TYPE /bic/azfiaro9200.

DATAw_zfiaro92_line TYPE zfiaro92_dso_key.

*-

DATA: t_zfiaro92_dso TYPE SORTED TABLE OF /bic/azfiaro9200
 
WITH NON-UNIQUE KEY debitor.
*-------------------------------------*

*   Load DSO Table ZFIARO92

*-------------------------------------*
SELECT * FROM /bic/azfiaro9200 INTO TABLE t_zfiaro92_dso.

IF sy-subrc = 0.

              

                ENDIF.

 

       LOOP AT result_package ASSIGNING <RESULT_FIELDS>.

        
CLEAR: w_zfiaro92_line.

       ****-----------------------------------------------------------------------------

       ****  Check if Payer (0DEBITOR) and Cons Customer are the same.

       ****  If so exit and read next record

       ****------------------------------------------------------------------------------*
        
IF <RESULT_FIELDS>-debitor = <RESULT_FIELDS>-/bic/zconscust.
           
EXIT.
        
ENDIF. 

 

  READ TABLE t_zfiaro92_dso INTO w_zfiaro92_line
               
WITH KEY debitor = <RESULT_FIELDS>-debitor.

 
IF sy-subrc = 0.
   
IF <RESULT_FIELDS>-debitor = w_zfiaro92_line-cred_accnt.
       <RESULT_FIELDS>
-/bic/zaffiliat = w_zfiaro92_line-cred_accnt.

**** no match in the table ****
   
ELSE.
       <RESULT_FIELDS>
-/bic/zcopacker = w_zfiaro92_line-cred_accnt.
   
ENDIF.
 
ENDIF.

ENDLOOP.

 

Thank You, A. Cook

How to push data from SMQ1 to RSA7?

$
0
0

Hi,

 

In SAP ERP, we can push data for lis datasource from LBWQ to RSA7 through program: names as: RMBWV3XX where XX is the application component name.  But how can we push such data for non-lis standard datasources manually from LBWQ to RSA7 during ERP upgrade?

 

How can we push standard datasources data from SMQ1 to RSA7 in CRM source system?

 

Kindly suggest.

 

Regards,

Antony Jerald.

MM Business Content Reports

$
0
0

Hi,

 

How to identify business content BW reports related to the below reports in ECC

 

MB54                    - Display Consignment Stocks

MMBE                  - Stock Overview: Company Code/plant/storage location/Batch

 

Thanks in advance

generic datasource

$
0
0

Hi good day everybody, i have a issue so i need your professional orientation.

I am working with CRM module, so i have been tested a generic datasource  0CSM_CASE_LINKS.

i usually use the RSO2  transaction to créate or view the details of all datasources and code too.

But when i try with it, it show me a message.

 

"Datasource 0CSM_CASE_LINKS is extracted using function module SMOX3_GET_DATA ".

 

So i go with SE37 transaction, type the function module name  and run it, but it does not display nothing.

 

I want to view the code of this generic datasource to copy and modify into a new one Z.

 

Thank you for all your advices.

 

Best Regards.

BW Monitor, cancel processes (technical still yellow)

$
0
0

Good afternoon fellow SCNers,

i have an issue that has me scratching my head. i have a cube load process that i have cancelled (total turned to red) but the technical status is still yellow. on the left side of the screen, it shows as incorrect, but the records still continue to increase (only read amounts increase, not loaded amounts). i have gone to the source system and in sm58, there are many rows that are being sent to bw. i am assuming that the process created them on the source system, but now that i have cancelled the bw extract, the system still sends them?

questions;

1) how can i stop this?

2) where is this data going?

3) did i stop the process incorrectly?

 

any thoughts are welcomed.

 

Erik Thiessen


Error while setting status for Data Store Object

$
0
0

Dear All,

 

I am facing a error "Error while setting status for DataStore 0PY_DS51 and request DTPR_DGWPP2HX81HHF0QEJFGUI6THG" when i am trying to load the data from PSA to DSO. Kindly help me resolve this issue.

 

Note: This is first time i am trying to load the data in DSO in PRD system.

ScreenHunter_04 Jan. 24 17.15.jpg

 

Regards,

Suman T

0IC_C03 - BI 7.31

$
0
0

Hi,

 

We are using BI 7.31 SP 9.

My requirement is Install and activate Business content Cube for Material Movement

0IC_C03 - Material Stocks/Movements (as of 3.0B)

 

The description of cube is saying “Movements (as of 3.0B)”, Do we have any new cube available for 7* for Material Movement which gets data load from 2LIS_03_BF

 

Thanks

BW 7.0 extracting data from Data Services 4.0

$
0
0

Hello,


We need some assistance with extracting data from BODS 4.0 into BW 7.0. We have an RFC connection and have tried to create a 3.1 Infosource and it's subsequent data source, but something is not right. The intent is to extract external data from non-SAP systems utilizing BODS as a collection system.


Thank you for any recommendations.

Package $EQ_GEN does not exist, or more authorizations are required

$
0
0

HI All,

 

After the upgrade to 7.31 I am facing the issue with transports, which contain BEX Query elements:

 

"Package $EQ_GEN does not exist, or more authorizations are required"

 

I cannot find any info about the package  $EQ_GEN.

 

Do you have any idea where to look for it to  fix it?

 

 

Best

 

Radek

How to use Partitioning in SAP BW 7.0 on infocubes

$
0
0

Hi ,

 

I want to do partioning on my infocube but i have already loaded a data incube

So is it possible to perform partioning  on that cube?

 

 

Is it mandatory to have infoobject as time dependent to perform partioning?

 

 

Thanks

Ajit

Viewing all 6437 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>