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 message type which contains all data types

former_member396896
Participant
0 Likes
784

Hi,

I need idoc type or name which consist of all data type sap has defined. There are nearly 24 data types.

Pls help..

Regards,

Taj

Hi,

I need idoc type or name which consist of all data type sap has defined. There are nearly 24 data types.

Pls help..

Regards,

Taj

5 REPLIES 5
Read only

Former Member
0 Likes
754

Hello,

Go for tables EDIDC,EDIDD,EDIDS.

Thank u ,

santhosh

Read only

0 Likes
754

Hi,

can u elaborate on dis plz....

Read only

0 Likes
754

hi,

you will not have any message types which contain all data types.

message types will be defined based on specific data.

for example :

MATMAS - Material master

DEBMAS - Customer master data distribution

........

Read only

Former Member
0 Likes
754

you can create your own custom basic idoc type and then assign it to the message type.

Read only

0 Likes
754

Yeah, I created custom idoc type and assigned to message type. But few data types like LRAW, RSTR, SSTR, STRG and CLNT are giving errors when importing the schema into the .net application.

Could u help on dis plz.