cancel
Showing results for 
Search instead for 
Did you mean: 

Data issue

Former Member
0 Kudos

My previous issue has been fixed.

Question: We have an InfoObject Data type is Char - Character String, Length: 25. When we load the data from flat file, we expect to see "009" but we saw "0000000000000000000000009" instead. How can we get "009" back? Answer: Remove alpha conversion routine from the infoobject, activate it, delete data and reload.

-


Now I tried to load data from PSA to this InfoObject Attributes. It failed and I got this error message:

Runtime Errors ASSERTION_FAILED

Date and Time 12/20/2006 16:49:46

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====

"GET_META_DATA"

Can anyone help? Thanks!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

check if your infoobject is active..all the attribute infoobjects , cube or ODS as well..

Check this OSS note if it helps:

https://websmp106.sap-ag.de/~form/handler?_APP=01100107900000000342&_EVENT=REDIR&_NNUM=929934&_NLANG...

Former Member
0 Kudos

Great, it worked!

It because we have changed one of the infoObject and DTP didn't recognized the new change. Just deleted rule for the updated infoObject in DTP and then bring it back again. Thank you so much Manga!

Answers (0)