cancel
Showing results for 
Search instead for 
Did you mean: 

ABAB Dumps in solution manager 4.0

Former Member
0 Kudos

Hello,

After applying support stack 14 we are getting abab dumps every hour and creates 8 dumps in a span of 2 minutes.everyday we are getting around 320+ dumps and i am giving below the analysis.Please let me know if any of you have come across such situation and the solution for that.

Runtime Errors CREATE_DATA_UNKNOWN_TYPE

Exception CX_SY_CREATE_DATA_ERROR

Short text

CREATE DATA: The specified type "/BI0/V0SMD_PE2H2" is no valid data type.

What hapened?

Error in the ABAP Application Program

The current ABAP program "SAPLSMD_FUNC" had to be terminated because it has

come across a statement that unfortunately cannot be executed.

Error analysis

An exception occurred that is explained in detail below.

The exception, which is assigned to class 'CX_SY_CREATE_DATA_ERROR', was not

caught in

procedure "SMD_DATA_LOADER100" "(FUNCTION)", nor was it propagated by a RAISING

clause.

Since the caller of the procedure could not have anticipated that the exception would occur, the current program is terminated.

The reason for the exception is:

The dynamically specified type "/BI0/V0SMD_PE2H2" at CREATE DATA is no valid

data type.

The type is either unknown or an object type.

How to correct the error

If the specified type "/BI0/V0SMD_PE2H2" is an object type, then new objects of

this

type (instances) are not created with CREATE DATA, but with

CREATE OBJECT.

If the type is unknown, then it must be created in the program or in the

ABAP dictionary.

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:

"CREATE_DATA_UNKNOWN_TYPE" "CX_SY_CREATE_DATA_ERROR"

"SAPLSMD_FUNC" or "LSMD_FUNCU04"

"SMD_DATA_LOADER100

"

If you cannot solve the problem yourself and want to send an error

notification to SAP, include the following information:

1. The description of the current problem (short dump)

To save the description, choose "System->List->Save->Local File

(Unconverted)".

System environment

SAP-Release 700

Application server... ifdegi

Network address...... 19.20.2.100

Operating system..... "SunOS"

Release.............. "5.9"

Hardware type........ "sun4u"

Character length.... 8 Bits

Pointer length....... 64 Bits

Work process number.. 0

Shortdump setting.... "full"

Database server... "otcpcd14"

Database type..... "ORACLE"

Database name..... "PS1"

Database user ID.. "SAPSMS"

Char.set.... "en_US"

SAP kernel....... 700

created (date)... "Oct 21 2007 21:51:56"

create on........ "SunOS 5.9 Generic_117171-13 sun4u"

Database version. "OCI_102 (10.2.0.2.0) "

Patch level. 133

User and Transaction

Client.............. 001

User................ "DDIC"

Language Key........ "E"

Transaction......... " "

Transactions ID..... "481A05AEF5006209E10000000A641513"

Program............. "SAPLSMD_FUNC"

Screen.............. "SAPMSSY1 3004"

Screen Line......... 2

Information on caller of Remote Function Call (RFC):

System.............. "PS1"

Database Release.... 700

Kernel Release...... 700

Connection Type..... 3 (2=R/2, 3=ABAP System, E=Ext., R=Reg. Ext.)

Call Type........... "synchron and non-transactional (emode 0, imode 0)"

Inbound TID.........." "

Inbound Queue Name..." "

Outbound TID........." "

Outbound Queue Name.." "

Client.............. 001

User................ "DDIC"

Transaction......... " "

Call Program........."SAPLE2E_FUNC"

Function Module..... "SMD_DATA_LOADER100"

Call Destination.... "NONE"

please let me know as soon as possible...

Thanks,

Vinod Menon

Accepted Solutions (0)

Answers (2)

Answers (2)

raguraman_c
Active Contributor
0 Kudos

Hi,

[This Note |https://service.sap.com/sap/support/notes/1107804]will solve your problem.

Feel free to revert back.

--Ragu

Former Member
0 Kudos

Thanks, the note is to be applied.There are some screen shots in the note attachment which is not very clear,is there any clear steps?

Regards,

Vinod Menon

markus_doehr2
Active Contributor
0 Kudos

This can be caused by a missing BI_CONT 7.03 - is that component installed?

Markus