Quantcast
Channel: SCN : Popular Discussions - SAP Business Warehouse
Viewing all 945 articles
Browse latest View live

Start Routine in Transformation-SAP-BW

$
0
0

Hi,

 

I'm facing some issue in flatfile.. I want to create a start routine in transformation.

 

Requirement is:- We are Extracting data from flat file. In flat file ,One field is having currency values like (GBP,INR,USD, etc.,). This field is also having other irrelvant data( like date, text) which is not required. Now I want to create a start routine which looks at the BW currency table (/bio/scurrency ; field- currency & compares with the source package. if the currency value is matching with currency table then the value should populate otherwise it should delete from the source package.

 

Not having that good knowledge on ABAP. So, help needed in writing a routine.

 

With Best Regards,

SDN user.


Short Dump - "Runtime Errors - MESSAGE_TYPE_X

$
0
0

Hi Guru's/Experts,

I am Getting a Short dump when iam loading the data from DTP to Cube. I know its long query to post- but no choice left.

1) Error message as below.

Runtime Errors       MESSAGE_TYPE_X

2) Error analysis
    Short text of error message:
    Internal error: invalid call       - Contact SAP

    Long text of error message:

    Technical information about the message:
    Message class....... "RSTRAN"
    Number.............. 000
    Variable 1.......... "invalid call"
    Variable 2.......... " "
    Variable 3.......... " "
    Variable 4.......... " "

3) How to correct the error

"MESSAGE_TYPE_X" " "

"GP_MET_RSTRAN_SECTION_GEN" or "GP_MET_RSTRAN_SECTION_GEN"     

I can understand this error is throwing from SAP program which is not able to generate the Perform Class in Code.

When i compaired the code from Dev to Quality there the missing code i found the below Message

  $*$ end of global - insert your declaration only before this line   *-*
    METHODS
      new_record__end_routine
        IMPORTING
          source_segid             type rstran_segid
          source_record            type sytabix
        EXPORTING
          record_new               type sytabix.

My question is does this METHOD will create a short Dump. If not please gimme the alternate solution.

Your Help is highly appreciated

Thanks in Advance

How to stop/cancel Process Chain in BI 7.0

$
0
0

Hi,

 

Could you tell me how to stop/cancel a process chain that hangs with status yellow or green in BI 7.0? There was an easy option to do it in 3.x, but I cannot find a similar option in 7.0.

 

What happens is that at random our process chains hang at a certain variant with either yellow or even green status and do not proceed further. What happens is that in a couple of hours another pchain run occurs and it executes fine. Then again at random (might be the same day or the next day) the process chain hangs again. I think that all those "hanged" pchains pile up in the queue, so that it cause other future pchains to hang as well at some point. So, is there anyway to stop/cancel these zombie process chains when it stops at a particular event RSPROCESS in BI 7?

 

Thank you,

AG

 

Message was edited by:

        AG

Start Routine in Transformation-SAP-BW

$
0
0

Hi,

 

I'm facing some issue in flatfile.. I want to create a start routine in transformation.

 

Requirement is:- We are Extracting data from flat file. In flat file ,One field is having currency values like (GBP,INR,USD, etc.,). This field is also having other irrelvant data( like date, text) which is not required. Now I want to create a start routine which looks at the BW currency table (/bio/scurrency ; field- currency & compares with the source package. if the currency value is matching with currency table then the value should populate otherwise it should delete from the source package.

 

Not having that good knowledge on ABAP. So, help needed in writing a routine.

 

With Best Regards,

SDN user.

different types of infocube?

$
0
0

as i know there are different types of info cube(standard, transactional ,virtual cubes(remote,sap remote,with services))

but which scenario we need which cube? in real life work  when we need the different infocubes ?

 

 

thanks

Tables for Bex Queries

$
0
0

Dear All,

 

Is there any way to know in which SAP BW table the technical name, description, creation data of reports created using Bex Analyzer is stored?

Please help me with this.

 

Regards,

Rita

SAP BW 3.5 to 7.3 Upgrade

$
0
0

Hi All,

We are planning to upgrade BW 3.5 to 7.3 ( technical upgrade only).

If any one has done this can you please share issues with us.

We know that we have to have migrate teh securites from 3.5 to new 7.3 authorizations. IS this migration too complex?

We use lots of Woorkbooks, will that also be impacted if yes probable correcting steps?

 

Your thoughts on current data loads and Info-source impacts will also be appreciated.

 

 

You inputs will really help me.

 

Thanks in Advance to you all

Mukesh

Runtime Error "Assertion_Failed" in BW 7.3

$
0
0

Hi All,

 

We were trying to install BW Admin Cockpit in SAP Netweaver BW 7.3 Version.

However, we are facing below runtime error & it gives Dump everytime -

 

"ASSERTION_FAILED"

Terminated Program "CL_RSSH_DTP_PROXY============CP"

 

 

Same Error is being faced even by entering T Code RSA1 as well....

 

Kindly let me know if anybody has solution for this Issue.

 

 

Thanks

Swapnil


Provision to add the options for update modes in Generic Extraction FM Code

$
0
0

Hi Experts ,

 

I would like to know is there any provision to add the various options for update modes which can be when update mode equals 'Delta' , 'Full' ,'Reapir Full'.

 

By this i mean to say that when info package with update mode as full is run then it extracts all the records .Similarly when ran with delta only extracts the Chnaged/New records.

 

Please suggest how to get the same done in the Function module code in the Generic Extractor.

 

Thanks

 

Kamal

SAP BW 3.5 to 7.3 Upgrade

$
0
0

Hi All,

We are planning to upgrade BW 3.5 to 7.3 ( technical upgrade only).

If any one has done this can you please share issues with us.

We know that we have to have migrate teh securites from 3.5 to new 7.3 authorizations. IS this migration too complex?

We use lots of Woorkbooks, will that also be impacted if yes probable correcting steps?

 

Your thoughts on current data loads and Info-source impacts will also be appreciated.

 

 

You inputs will really help me.

 

Thanks in Advance to you all

Mukesh

Short Dump - "Runtime Errors - MESSAGE_TYPE_X

$
0
0

Hi Guru's/Experts,

I am Getting a Short dump when iam loading the data from DTP to Cube. I know its long query to post- but no choice left.

1) Error message as below.

Runtime Errors       MESSAGE_TYPE_X

2) Error analysis
    Short text of error message:
    Internal error: invalid call       - Contact SAP

    Long text of error message:

    Technical information about the message:
    Message class....... "RSTRAN"
    Number.............. 000
    Variable 1.......... "invalid call"
    Variable 2.......... " "
    Variable 3.......... " "
    Variable 4.......... " "

3) How to correct the error

"MESSAGE_TYPE_X" " "

"GP_MET_RSTRAN_SECTION_GEN" or "GP_MET_RSTRAN_SECTION_GEN"     

I can understand this error is throwing from SAP program which is not able to generate the Perform Class in Code.

When i compaired the code from Dev to Quality there the missing code i found the below Message

  $*$ end of global - insert your declaration only before this line   *-*
    METHODS
      new_record__end_routine
        IMPORTING
          source_segid             type rstran_segid
          source_record            type sytabix
        EXPORTING
          record_new               type sytabix.

My question is does this METHOD will create a short Dump. If not please gimme the alternate solution.

Your Help is highly appreciated

Thanks in Advance

SAP BW 7.3 SP 5 - Issue with transport of transformation

$
0
0

Hi,

    When I transport a transformation from Dev environment to Q environment, the transformation stays inactive in the QA environment.

 

The Scenario:

 

Datasource - db connect. Added a few new fields to the datasource. The change are made in the SAP BW system and data load to the DSO is successful. When the data elements - Datasource, DSO, Transformation and DTP were transported to the Q system, the transformation in the Q system was inactive.

First time when all the elements were transported in the same request, the request got failed with a message that the transformation was inactive.

Later when the transformation was transported to Q system, the transport request was successful. But the transformation was still inactive. When we analyzed the transport logs, the routines associated with the transformation was successful, but there was no mention about the transformation in the logs.

 

System details : SAP BW 7.3 SP 5

 

Alternatives tried:

 

1. Activated the transformation through the program - RSDG_TRFN_ACTIVATE. The transformation was activate. But the new fields mapping was missing.

 

2. The Logical system mapping was missing. So added that through Tools --> Conversion Logical system names.......

 

3. Transported the data elements individually --> Datasource and DSO first in one request and then Transformation in a separate request.

 

4. Deleted the transformation in the Dev system and assigned it to a Transport request and transported it to the Q system. The transformation in the Q system got deleted. Re-created the transformation in the Dev system and transported it to the Q system. Only the T-version of the transformation was available in the RSTRAN table. A-version of the object was not present in the RSTRAN table.

 

I guess this must be a SAP system issue.

I searched in the internet for any OSS notes related to this, but was not able to find anything till now.

If any of you have come across this kind of situation, please share your experience.

 

Thanks and Regards

Premnath

9980894400

Regarding ASSERTION_FAILED dump in Bi 7.0

$
0
0

Hi Gurus,

 

We are getting a dump called ASSERTION_FAILED in our BI 7 system.We have implemented the support packs upto the level 20.We have implemented the note 1282485.But still no luck.

 

Short text

    The ASSERT condition was violated.

 

 

 

What happened?

    In the running application program, the ASSERT statement recognized a

    situation that should not have occurred.

    The runtime error was triggered for one of these reasons:

    - For the checkpoint group specified with the ASSERT statement, the

      activation mode is set to "abort".

    - Via a system variant, the activation mode is globally set to "abort"

      for checkpoint groups in this system.

    - The activation mode is set to "abort" on program level.

    - The ASSERT statement is not assigned to any checkpoint group.

 

 

 

What can you do?

    Note down which actions and inputs caused the error.

 

 

    To process the problem further, contact you SAP system

    administrator.

 

    Using Transaction ST22 for ABAP Dump Analysis, you can look

    at and manage termination messages, and you can also

    keep them for a long time.

 

 

Error analysis

    The following checkpoint group was used: "No checkpoint group specified"

 

    If in the ASSERT statement the addition FIELDS was used, you can find

    the content of the first 8 specified fields in the following overview:

    " (not used) "

    " (not used) "

    " (not used) "

    " (not used) "

    " (not used) "

    " (not used) "

    " (not used) "

    " (not used) "

 

How to correct the error

    Probably the only way to eliminate the error is to correct the program.

    -

 

    If the error occures in a non-modified SAP program, you may be able to

    find an interim solution in an SAP Note.

    If you have access to SAP Notes, carry out a search with the following

    keywords:

 

    "ASSERTION_FAILED" " "

    "CL_RSTRAN_GEN_GROUP===========CP" or "CL_RSTRAN_GEN_GROUP===========CM00M"

    "SET_ATTRIBUTS_BY_RULE_"

 

  Termination occurred in the ABAP program "CL_RSTRAN_GEN_GROUP===========CP" -

   in "SET_ATTRIBUTS_BY_RULE_".

  The main program was "RSAWBN_START ".

 

  In the source code you have the termination point in line 57

  of the (Include) program "CL_RSTRAN_GEN_GROUP===========CM00M".

 

Please help.

 

Thanks,

Jagadish

SAPGUI 7.20 / Excel 2010 - Workbook is corrupt and cannot be loaded

$
0
0

Hi all:

 

SAPGUI 7.20 SP 0

Excel 2010

BW 7.0

 

Queries run fine in Analyzer. No issues.

 

However, whenever we try to open a workbook saved in Excel 2007 we get this error "The workbook is corrupt and cannot be loaded".

 

These workbooks are executed fine from any PC with Excel 2007, same SAPGUI version (7.20 SP 0).

 

Furthermore, if we open a query and save a workbook (now in Excel 2010) we get the same error "The workbook is corrupt and cannot be loaded".

 

Basically, we can't open workbooks.

 

Since the only difference in both scenarios is Excel (same SAPGUI) I checked in some Microsoft forums and read something about incompatibilities in the new Visual Basic coding in Excel 2010 compared to 2007.

 

Other than that, nothing else so far.

 

Any ideas or suggestions?

 

Thanks in advance,

 

Luis

ABAP routines to get calendar year month from given work date???

$
0
0

Hello Experts,

 

1) In info-package I have workdate as selection. On that work date I have to write ABAP routine to calculate month from the given work date.

ABAP routine should be for the last complete 6 months of data.

 

For ex. My work date is 01/30/2012. So my present month is Jan 2012.

And depending upon given work date, I should get result as Aug 2011 to Jan 2012, which I will be using for loading last 6 months of data on given work date. It mean my data will get loaded for last six months.

 

2) And also in same way I want to write short ABAP code a selective delete program of the last 6 months data using work date.

 

Kindly help in ABAP routines for this.


How to stop/cancel Process Chain in BI 7.0

$
0
0

Hi,

 

Could you tell me how to stop/cancel a process chain that hangs with status yellow or green in BI 7.0? There was an easy option to do it in 3.x, but I cannot find a similar option in 7.0.

 

What happens is that at random our process chains hang at a certain variant with either yellow or even green status and do not proceed further. What happens is that in a couple of hours another pchain run occurs and it executes fine. Then again at random (might be the same day or the next day) the process chain hangs again. I think that all those "hanged" pchains pile up in the queue, so that it cause other future pchains to hang as well at some point. So, is there anyway to stop/cancel these zombie process chains when it stops at a particular event RSPROCESS in BI 7?

 

Thank you,

AG

 

Message was edited by:

        AG

ORA-14400: inserted partition key does not map to any partition"

$
0
0

dear All

kindly give me the solution that i am phasing is :

 

 

ORA-14400: inserted partition key does not map to any partition"

 

 

 

 

 

Regards

gurkiran

0FI_GL_14

$
0
0

Hello Guys,

I am currently working on 0FI_GL_14 Data Source . When I am loading data in ECC Development Environment it is extracting but when I am trying to extract data from SAP ECC Production environment to SAP BI Production it is taking more time. Even I tried to extract data for 5 Days by entering the Posting then but again it is not extracted any data.

 

Please help.

System copy - transfer rules and infoPackages missing

$
0
0

Hi All,

 

After a system copy from production to dev all our transfer rules and infopackages are missing.

 

Whats is the best way to get these back??

 

I have read a few post on the forum but need some clarification on the exact approach.

 

Thanks.

 

Nick.

Delta Init from DSO to cube different from Full load...

$
0
0

Dear Gurus,

 

I am stuck with a behaviour I have never seen. I have a DSO that loads a cube.

When I run the delta init DTP for the first time, I get only 500K records extracted among the 1,2 million I have in the DSO. If I decide to run the Full DTP to check, and if I run it, I get the 1.2 million records.

My first run is set to take the active data, not the change log

 

Does anyone have a clue on that ? I might be missing something very simple, but may too simple ;-)

We are on BW 7.3 SP 5 on top of MSSQL DB

 

Thanks

 

PY

Viewing all 945 articles
Browse latest View live
<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>