Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Idoc segment field is not declared.

former_member396896
Participant
0 Likes
667

Hello Experts,

I have created segment "ZSEG25" which contains one of the fields as Long_Byte with Data element "ATPSBDATA" ( type LRAW length 356 ). And used this segment in idoc "ZCUSIDOC_1" .

While trying to import this idoc into .net application thru UI import, it gives following error :

" Type 'http://ZCUSIDOC_1.V3:LRAW' is not declared"

Please help me.....

Hello Experts,

I have created segment "ZSEG25" which contains one of the fields as Long_Byte with Data element "ATPSBDATA" ( type LRAW length 356 ). And used this segment in idoc "ZCUSIDOC_1" .

While trying to import this idoc into .net application thru UI import, it gives following error :

" Type 'http://ZCUSIDOC_1.V3:LRAW' is not declared"

Please help me.....

3 REPLIES 3
Read only

piyush_mathur
Active Participant
0 Likes
643

Hi Dear,

Chk whether you released the Idoc after adding the new segment?

Thanks

Piyush

Read only

0 Likes
643

Hi piyush,

I have done dat. Its getting imported to .net application. But while opening its giving error, as "LRAW" is not declared. Donno where to declare.

Read only

former_member396896
Participant
0 Likes
643

some how got resolved