Quantcast
Channel: SCN : All Content - SAP Business Warehouse
Viewing all 5981 articles
Browse latest View live

DTP short dump issue for master data loading

$
0
0

Hi Experts

 

 

While loading the master data  to 0GLACCEXT  i faced short dump error at DTP level  , it is loaded up to  PSA and while running DTP i faced this issue.

 

 

Please help how i can load the data for this info object.

 

Below is the short dump point in ST22

 

 

Category           ABAP Programming Error
Runtime Errors     MESSAGE_TYPE_X
ABAP Program       CL_RSDMD_UPDATE_MASTER_DATA===CP

Application Component  BW-WHM-DBA

Date and Time      11.02.2014 10:06:11

 

 

 

Short text

The current application triggered a termination with a short dump.

 

 

 

What happened?

The current application program detected a situation which really
should not occur. Therefore, a termination with a short dump was
triggered on purpose by the key word MESSAGE (type X).

 

Error analysis

    Short text of error message:

    Characteristic value '

     not ACCEX-converted

 

    Long text of error message:

 

    Technical information about the mess

    Message class....... "BRAIN"

    Number.............. 068

    Variable 1.......... " F"

    Variable 2.......... "0GLACCEXT"

    Variable 3.......... "ACCEX"

    Variable 4.......... " "

 

 

 

 

Thanks &Regards

Vinod


Unable to identify the request using SE03 for data sources

$
0
0

Hi All,

 

I have collected the data sources from RSA1 -> Transport connection and kept in one transport request.

 

I am just trying to find out the request using the data source Technical name. So i am using the TCODE SE03 and select "search for Objects in Requests/tasks.

 

I have given the data source name and Object selection as "RSDS" and executed. After executing, the system is not showing the Transport request which contains the Data source.

 

Can you guide how to find the requests based on Objects.

 

Thanks.

Balance from FS10N not cumulative Balance.

$
0
0

Hi All,

 

I have a requirements to get Balance from FS10N, knew that cumulative balance will get from 0FI_GL_6 but needed only Balance.

 

FYI, source is SAP R/3 4.7.

 

Any idea.

 

Regards

Naani.

create multiple info objects in specific info area in one go

$
0
0

Hi All,

I am trying to make multiple info
objects in one go .

 

I am following below document

 

 

(http://scn.sap.com/docs/DOC-12249)

 

I am able to create multiple info objects  but
facing the problem
that  they are not
assigned to respective info area  under catalogs.

 

Thanks  & Regards,

Ritika Garg

DTP taking long time in Rules

$
0
0

Dear Guru's,

Design ..

RSCRM-BAPI ... query loading to a Table .

DTP loading from a table to cube . Indexes being deleted before loading.

Total records - 11 million ( monthly stock figures for all plants ).

Normally it used to take 2 days to finish it. But now its running for 4 days plus and loaded only 6.5 + million records.

The time taken in the rules for initial data packages was 45sec... slowly it increases to 1 min and then to 3 min .. now it is taking 1hr 40 min for each data package .

DTP settings:

The package size corresponds to package size in source It is determined dynamically at runtime. it is calculating as 20492

parallel packages = 3 .

 

Below is the code in the start routine .

 

If there is any modification required, kindly help .

 

 

                                                                                                                                                                                                                                DATA : v_id TYPE sysuuid_c,

           v_ts TYPE timestamp,

          v_vlow TYPE rrtmemnam.

*To get latest successful request from RSCRMMON

    SELECT a~batchid  a~timestamp

     INTO (v_id, v_ts)

     FROM ( ( rscrmmon AS a INNER JOIN rscrmparams AS b

              ON a~batchid =  b~parid )

            INNER JOIN rscrmbatvar AS c

              ON a~batchid = c~barepid )

    WHERE a~status = 'SUCC'

      AND c~var_nam = 'PORG'  " Purchase org

      AND c~varlow  = 'COCD'   " compaby code

    ORDER BY a~timestamp DESCENDING.

      EXIT.

    ENDSELECT.

*To get relevant aging date from selection (Varibales used)

    IF NOT v_id IS INITIAL.

      SELECT SINGLE varlow

           INTO v_vlow

           FROM rscrmbatvar

           WHERE barepid = v_id

           AND var_nam = 'ZAGE_FDO'.

      IF sy-subrc = 0.

        v_sage = v_vlow.

      ELSE.

        CONCATENATE sy-datum+0(6) '01' INTO v_sage.

      ENDIF.

    ELSE.

      CONCATENATE sy-datum+0(6) '01' INTO v_sage.

    ENDIF.

 

*To get Vendor

 

    LOOP AT SOURCE_PACKAGE INTO wa_source.

      IF wa_source-dim0loc_currcy EQ '#'.

        wa_source-dim0loc_currcy = ''.

        MODIFY SOURCE_PACKAGE FROM wa_source INDEX sy-tabix.

      ENDIF.

      MOVE: wa_source-dim0material TO wa_matpo-material,

            wa_source-dim_navatr001 TO wa_matpo-purorg.

      COLLECT wa_matpo INTO i_matpo.

    ENDLOOP.

 

    IF NOT i_matpo[] IS INITIAL.

      SELECT material /bic/yxx_ch031 /bic/yxx_ch030

      FROM /bic/pyxx_ch031

        INTO TABLE i_regven

        FOR ALL ENTRIES IN i_matpo

        WHERE material = i_matpo-material

          AND /bic/yXX_ch031 = i_matpo-purorg

          AND objvers = 'A'.

      SELECT material base_uom FROM /bi0/pmaterial

             INTO TABLE i_uom

             FOR ALL ENTRIES IN i_matpo

             WHERE material = i_matpo-material

               AND objvers = 'A'.

    ENDIF.

*To get Recon GL Code

    i_regven_gl[] = i_regven[].

    DELETE i_regven_gl WHERE regven IS INITIAL.

    IF NOT i_regven_gl[] IS INITIAL.

      SELECT * FROM /bic/pyxx_ch039

      INTO TABLE i_recgl

      FOR ALL ENTRIES IN i_regven_gl

      WHERE comp_code = i_regven_gl-purorg

        AND /bic/yxx_ch039 = i_regven_gl-regven

        AND objvers = 'A'.

    ENDIF.

*$*$ end of routine - insert your code only before this line         *-*

 

 

 

 

In the Transformation rules : there is no complicated code . It just replaces # with ' ' ( Blank ) for 10 characteristics.

 

please help.

Thanks & Regards,

Sudhir.

What is table to get process chain varients like Process Type Variant Name Message Variant Message Description?

$
0
0
What is table to get process chain varients like Process TypeVariant NameMessage Variant

 

 

 

Message Description?

records in MCEX11 is not moving to RSA7 After datasource enhancement

$
0
0

Hello Experts

 

This is in BI Production

 

we have done some enhancement for datasoruce 2LIS_11_VAITM. we had added one new field into this. normally every night the LIS jobs are executing to transfer the Records from SMQ1 to RSA7. but today it had failed with error msg.

 

Job started

Step 001 started (program RMBWV311, variant , user ID MASTERDATA)

Queue processing started (MCEX11, 1,000, , 0)

Extraction queue processing started MCEX11 with 11,965 LUWs

Internal session terminated with a runtime error (see ST22)

Job cancelled

 

 

 

 

how to solve this issue..

 

LBWE is GREEN for all the Extract Structure

PC is wroking fine.. but extracting 0 Records into cube

 

i have refered note 328181. but not so clear.  i am not in position to delete the cube and re int.

 

 

 

 

Regards

 

Kumar

BI Aggregates and BI Accelerator

$
0
0

Hi All

 

 

         BI Aggregation is used to improve Query Performance. I have created an aggregation by using system "generated proposals"

 

         If we want, we can create an aggregation on any field.....

 

         can you please give me few tips how to select a field for an aggregation...

 

         I am not getting BI Accelerator option when i select cube....for that what we have to do?

 

         I read some where we can not use BI Accelerator along with BI Aggregators.... if so, why not?

 

 

Regards,

Vijay


Inventory cube 0IC_C03 remove obsolete materials

$
0
0

Hi,

 

In our landscape the material master data has been changed quiet lot and lot of obsolete materials are in the master data. Unfortunately, In the ECC side the obsolete materials are not flagged for deletion, because of this when you execute the  query you will get lot of materials on the report with zero value. We can do a zero suppression so that it won't display on the Bex report ,but we are using webi as a reporting tool using BICS connection. The BICS connection doesn't support the zero suppression. I can also enable the property on the webi block to hide the zero values, but the problem is the number of records on the webi document is high since we are transferring the zero value materials also . Is there any way to remove the materials which got zero values from the inventory cube at data modeling level.

 

Thanks,

Jino.

Need to extract a Text field from data source CRMD_ORDERADM_H in CRM to BW

$
0
0

Hi All,

 

Need to extract a field cluster from  STXL table from data source CRMD_ORDERADM_H in CRM to BW.

 

1. It seems this STXL(cluster) is in hexidecimal format and need to convert to text format for output in BW - Need the procedure for this.

 

2. This is inactive as of now in CRM end, I will activate this or can I bring that feild to any other existing extractor or data source in CRM.

 

3. Procedure to convert the text field in CRM to BW the flow to extract.

 

Thanks.

Rakesh

Points will be assigned

Bigginner BW

$
0
0

Hi

 

I'm Beginner in SAP BW Please give me the transactions codes for my first modeling BW.

 

so ifyou have anyreferencesto readaboutBW


Thainks in advance

Transformation between two cubes

$
0
0

Hello guys,

 

I need to transfer Data from one cube to another one for last two years and I will delete these two years from the first cube because I will get these two years again with a new calculation in the first cube. The second cube is only to save these two years with the old calculation in order to compare them with the new calculated data in the first cube, just to see the differences between the new logic and the old logic. I will set both under Multiprovider and compare the key figures.

 

I face an issue with the transformation. I need to transfer the data in the second column to the second cube but with _MIK at the end of each row. How could I do that via Routine or via Formula?

 

Export Datasource
LanguageStatistik KFDescription
DEKF4110Vollzeit (Kopf)
DEKF4120Teilzeit (Kopf)
DEKF4130Azubi (Kopf)
DEKF4210Vollzeit (VAK)
DEKF4220Teilzeit (VAK)
DEKF4230Azubi (VAK)
DEKF4240Aushilfen (VAK)
DEKF4250Überstunden auf Vollzeit
DEKF4610Vollzeit (RR)
DEKF4620Teilzeit (RR)
DEKF4630Azubi (RR)
DEKF4640Aushilfen (RR)
Target Cube
LanguageStatistik KFDescription
DEKF4110_MIKVollzeit (Kopf)
DEKF4120_MIKTeilzeit (Kopf)
DEKF4130_MIKAzubi (Kopf)
DEKF4210_MIKVollzeit (VAK)
DEKF4220_MIKTeilzeit (VAK)
DEKF4230_MIKAzubi (VAK)
DEKF4240_MIKAushilfen (VAK)
DEKF4250_MIKÜberstunden auf Vollzeit
DEKF4610_MIKVollzeit (RR)
DEKF4620_MIKTeilzeit (RR)
DEKF4630_MIKAzubi (RR)
DEKF4640_MIKAushilfen (RR)

 

Best regards,

 

Sherif

Transporting 3.x flatfile hierarchy datasource

$
0
0

Hi all,

 

I have created a 3.x data flow to load hierarchy from a flat file. It worked fine in dev system. When I transported the same to QA the datasource shows up as "Active Version: Does not exist"

 

If I try to capture the datasource separately in a transport, the dev system gives me a message that datasource cannot be maintained individually and needs to be done through transfer rules.

 

Can anyone please tell me how to transport a 3.x flatfile datasource. Datasource replication is not possible as it is a flatfile datasource.

 

Regards,

Nishant.

To change Data source to point to another source system

$
0
0

hi all,

 

I am looking for best feasible option.

 

I have my all flow and reports moved to quality, then in UAT, user could not find the desired data to test the reports as the ECC quality was last refreshed more than a year.

BW quality is connected to ECC A and ECC B--> ECC A contains no data and ECC B contains data

Then I am being asked to change the source system ECC B

 

Now my query is do I need to change the whole flow and change the data source for ECC B

or is there any way to do this.

 

As in BW quality I have data source pointing to two source systems; so I tried to delete the data source from source system that contains no data, but could not as it is deleting with all dependent objects.

,

Please suggest.

 

Thanks,

Ambika

How to get data for added hierarchy level in report

$
0
0

Hi All,

 

I have recently added hier. level 5 in my infocube to get it in reports, earlier we had only four levels of hierarchy.

so i switched on the navigation attribute for that in the infocube.

But I am not getting data against that level in my report.

 

 

Kindly assist.

 

Thanks,

Dolly


Reg: Writing Conditions in Datasource

$
0
0

hi all,

I am very new to BI. i have two SAP tables RSPPEDIR and RSCOMPDIR and i have to select entries with the required condition and put it in a DSO/cube.

How can i do it..what are the process needed? please help me

How do I use a POST_POPUP feature to pass in values for my Bex report?

$
0
0

Hi,

 

I would like to use the POST_POPUP feature to pass in values to a look up table and display data for a particular field in my bex query based on that input.

 

Can anyone please guide me on how  to configure this?

 

Please advice.

 

Thank you very much!

 

 

Kind regards,

Rebekah

SAP BI: C_TBI30_73 Certification questions

$
0
0

Hello All,

 

I have a plan to write BI 7.3 certification. Code: C_TBI30_73. Please answer following questions.

1. How can i get certification material?

2. Is that any negative marks in the certification exam?

 

Regards,

nooka.

Extractor "3EC_CS_1A"

$
0
0

Hi Experts,

 

I am working in project where i need to find out logic how "0CS_Group" is getting populated by Extractor "3EC_CS_1A", As we all know most of the field in extractor is getting populated from table "ECMCT", but when i check for consolidation group field in table "EMCT" it was blank throughout.

 

As total logic of extractor is depending heir from date, It will be really helpful if you can provide of logic how Hier from date is getting populated but as i said its my secondary requirement but I'm really looking for logic of 0CS_Group.

 

 

Regards,

Ajit Mishra.

Error while loading the data from PSA to Infocube

$
0
0

Hi to All,

 

I am doing a demo where loading the data from flat file to infocube and then to DP PA.

 

Upto PSA data loaded successfully but getting error while loading the data from PSA to I/C.Please kindly suggest the measure to fix the issue.

 

 

Regards

Ronald

Viewing all 5981 articles
Browse latest View live


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