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

Basic type not found

0 Likes
787

Hi Experts,

I used name for basictype 'ZMDOSTATUS' In R/3 system , now after upgrade to ECC6,while runing report to send Idoc message displayed "Basic type 'ZMDOSTAT' NOT FOUND" Last two charcher is beein truncated. How we can solve this problem without changing the name of basic type. please suggest some approch. Waiting for your reply.

Thanks :-

Ravinder Singh

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
741

Hi Ravinder

I think the problem is in the length of Basic Type. Its of 8 CHARS, so thats why its taking only first 8 Chars.

Can you tell me the database table which you are referring/mapping the fields. (like EDIDC, EDID4..etc)

Regards.

5 REPLIES 5
Read only

Former Member
0 Likes
741

hi ravendra,

can you let us know what the exact problem recently i have worked on upgradation project but i have not faced the problem what your telling . basic type 'ZMDOSTATUS' are you able to display in we31 code. if you able to do what exactly the problem .

when the upgradation every basic type will be copied to new server .

let us know the exact problem.

~linganna

Read only

Former Member
0 Likes
742

Hi Ravinder

I think the problem is in the length of Basic Type. Its of 8 CHARS, so thats why its taking only first 8 Chars.

Can you tell me the database table which you are referring/mapping the fields. (like EDIDC, EDID4..etc)

Regards.

Read only

0 Likes
741

Hi Nikhil,

I am using DOCTYP field of database table EDIDC.

Read only

0 Likes
741

Hi

There the problem is. Use IDOCTP instead of DOCTYP.

Revert in case of problem or if solved.

Regards.

Read only

0 Likes
741

Thanks Nikhil it is working