cancel
Showing results for 
Search instead for 
Did you mean: 

Master Data Text for InfoObject cannot be added: Short dump ocurrs

07-30-2009 4:13 PM
400 views 5 comments Go to solution
0 Likes
SAP Managed Tags
Subscribe

Good day

BI 7.0

We have just installed SAPKW70021 on development and is busy testing.

I created a master data infoobject with data type CHAR, length = 1, with short text. When I want to add text via the maintain master data from the infoObject, the dump below displays. I tried createing new short text on other existing master data and the same dump is displayed.

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 "INSERT_DATA" "(FORM)", 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 "/BIC/MZVCALMIND" at CREATE DATA is no valid

data type.

The type is either unknown or an object type.

I could add short text for this MD object via SE16, to the text table of the infoobject (/BIC/TZVCALMIND). When I display this newly created data in the 'maintain master data' of the InfoObject, it is there.

Why can I not add master data text on the Infoobject via 'maintain master data'?

Your assistance will be appreciated.

Thanks

Cj

0 Likes

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Likes

hi,

set indicator "with master data" in io maintain, after that master data view /bic/mz... will be created. of course this is not solution, but workaround.

Answers (3)

Answers (3)

Former Member
0 Likes

Done

former_member215845
Active Participant
0 Likes

Hello Cornelius,

Try applying the latest version of note 1321807.

Best Regards,

Vincent

Former Member
0 Likes

hi ,

Please check if any inconsistency is there ofr the your master daat in RSRV x-action.

Use the following test in RSRV inder masterdata :

Check for Characteristic Values from Text Table in SID Table

Also please check if your Text maser data datasource is fine.

Also make sure u have main master data laoded first to check if that works.

Thanks

Mukesh

Former Member
0 Likes

Thanks for your response, appreciated.

I did check RSRV and all checks were OK for MD Object. I tried adding some master data to the infoobject manually again, and the same dump occurs.

I have created a totally new test infoobject as well, not copying from another existing object, with data type CHAR, length = 1 and short text.... the same dump occurrs. Seems that the issue is somehow with infoobject 0TXTSH (Short Text). I did an RSRV on oTXTSH as welll and all is ok.

so, I am still in the dark with this one.

Have a nice day.

Cj