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

How to create Simple Idoc Type

Former Member
0 Likes
1,551

Hi Gurus,

can any one please tell me the difference between Simple Idoc Type And Basic Idoc Type.

in older system there are 3 radio buttons in transaction WE31 to create idoc type Like 1]Idoc type2]Basic type3]Extension

button in Ecc6.0 there r only two oprions 1]Basic type2]Extension. but i want to create Simple Idoc type

this option is not there in Ecc6.0. how can i create this. is there any other t-code for this.

Actually I have to add one zsegment to Idoc type DESADV01. for that I Want to create one Zidoc type (Which is Simple Type not basic) and want to attach that type to Basic type DESADV01. how can i do that please give me a solution.

points will be rewarded.

thanks in advance!!!!!!!!!!!!

Vinod

Edited by: vinod parhad on Apr 22, 2008 8:55 AM

Hi Gurus,

can any one please tell me the difference between Simple Idoc Type And Basic Idoc Type.

in older system there are 3 radio buttons in transaction WE31 to create idoc type Like 1]Idoc type2]Basic type3]Extension

button in Ecc6.0 there r only two oprions 1]Basic type2]Extension. but i want to create Simple Idoc type

this option is not there in Ecc6.0. how can i create this. is there any other t-code for this.

Actually I have to add one zsegment to Idoc type DESADV01. for that I Want to create one Zidoc type (Which is Simple Type not basic) and want to attach that type to Basic type DESADV01. how can i do that please give me a solution.

points will be rewarded.

thanks in advance!!!!!!!!!!!!

Vinod

Edited by: vinod parhad on Apr 22, 2008 8:55 AM

3 REPLIES 3
Read only

Former Member
0 Likes
664
Read only

Former Member
0 Likes
664

I worked on 4.7ee and 4.6 c versions ..but i never see three radio buttons in WE31 tcode like simple,basic and extension.

Actually for your requirement you have to create basic idoc type zbasic with whatever segements you want in it.after that extend the DESADV01 idoc type with adding the zbasic idoc type...this may helps you.

Reward if useful.

Dara.

Read only

Former Member
0 Likes
664

Hi,

To Create Idoc we need to follow these steps:

Create Segment ( WE31)

Create Idoc Type ( WE30)

Create Message Type ( WE81)

Assign Idoc Type to Message Type ( WE82)

Creating a Segment

Go to transaction code WE31

Enter the name for your segment type and click on the Create icon

Type the short text

Enter the variable names and data elements

Save it and go back

Go to Edit -> Set Release

Follow steps to create more number of segments

Create IDOC Type

Go to transaction code WE30

Enter the Object Name, select Basic type and click Create icon

Select the create new option and enter a description for your basic IDOC type and press enter

Select the IDOC Name and click Create icon

The system prompts us to enter a segment type and its attributes

Choose the appropriate values and press Enter

The system transfers the name of the segment type to the IDOC editor.

Create IDOC Type

Follow these steps to add more number of segments to Parent or as Parent-child relation

Save it and go back

Go to Edit -> Set release

Create Message Type

Go to transaction code WE81

Change the details from Display mode to Change mode

After selection, the system will give this message “The table is cross-client (see Help for further info)”. Press Enter

Click New Entries to create new Message Type

Fill details

Save it and go back

Assign Message Type to IDoc Type

Go to transaction code WE82

Change the details from Display mode to Change mode

After selection, the system will give this message “The table is cross-client (see Help for further info)”. Press Enter.

Click New Entries to create new Message Type.

Fill details

Save it and go back

Check the link...

http://www.thespot4sap.com/Articles/SAP_ALE_IDOCS.asp

http://help.sap.com/saphelp_nw04/helpdata/en/b9/c5b13bbeb0cb37e10000000a11402f/content.htm

Regards,

Raj.