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

message type for idoc

Former Member
0 Likes
1,402

Hi all

How to find a message type for an basic idoc.Any T-code please.

Thanks kumar

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,379

hai,

check for tcode WE82

cheers

hai,

check for tcode WE82

cheers

11 REPLIES 11
Read only

Former Member
0 Likes
1,380

hai,

check for tcode WE82

cheers

Read only

Former Member
0 Likes
1,379

hi,

you can check in the table <b>edimsg</b>.

regards

vijay

Read only

abdul_hakim
Active Contributor
0 Likes
1,379

hi,

go to <b>WE82</b>

Abdul

Read only

Former Member
0 Likes
1,379

Hi all

can i create a basic type from scratch.If so how to do this.Please advise

points awarded

kumar

Read only

0 Likes
1,379

yes, u can create.

1. go to we3o, create segment.

2. go to we31. creation of idoc type.

it will ask basic type or extension. select basic type and attach the segment created.

Read only

0 Likes
1,379

Hi all

Sprry,my question was can i create a basic message type from scratch.If so how to do this.Please advise

Read only

0 Likes
1,379

in we82, u can create.

Read only

0 Likes
1,379

Hi praneeth,

you can create the message type using transaction WE81.

regards

vijay

Read only

0 Likes
1,379

Hi Praneeth,

We82 will be used to see and change.

we81 to create new message type.

regards

vijay

Read only

0 Likes
1,379

Thanks vijay!

One more query.

Can a basic idoc within sap can be used for both o/b and i/b or it is created for only specific direction.

since in sap a FM for basic idoc exists only for one direction and if i want to go for the other direction can i use the same basic idoc and write my custom code for the new FM.

Will it work.please advise.

regards

kumar

points awarded

Read only

0 Likes
1,379

Hi praneeth,

IDoc type is same, while configuration we will mention the I/B or O/B based on that we will use the FMs.

so you can very well use the same idoc type and create the new custom FM. that will work...

what ever FM you create you should attach it to inbound or outbound(depends on requirement).

regards

vijay

Message was edited by: Vijay Babu Dudla