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 custonization

Former Member
0 Likes
521

Hi gurus,

I want to know about cutomization of IDOC and steps.

What is the need of to create custonization IDOC?????? we have so many standard IDOC so why we need this??????

Regards,

Skmohanty.

4 REPLIES 4
Read only

Former Member
0 Likes
463

chk this link.

http://help.sap.com/saphelp_46c/helpdata/en/dc/6b835943d711d1893e0000e8323c4f/content.htm

To Create Idoc we need to follow these steps:

1.Create Segment ( WE31)

2.Create Idoc Type ( WE30)

3.Create Message Type ( WE81)

4.Assign Idoc Type to Message Type ( WE82)

Creating a Segment we need to follow these steps:

1.Go to transaction code WE31

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

3. Type the short text

4. Enter the variable names and data elements

5.Save it and go back

6.Go to Edit -> Set Release

Read only

former_member632458
Participant
0 Likes
463

HI,

Instead OF having Standard Tables and Standard Structures either we create NEw or enhance the tables programs and what ever we need as per the customer requirement.IF the standard Idoc is not avialble to fill the user reqmt,We go for the Custom one.

Hope u Can Understand.

Regards,

Rajesh S

Read only

Abhijit74
Active Contributor
0 Likes
463

Hi,

SAP R/3 systems send out data through IDoc (Intermediate Document), which in internally has segments and fields containing the data.

if these fields are not sufficient for a specific business scenario as far as data transfer is concerned then for this type of senario, either few fields needs to be added or subtracted, or completely new structure- IDocis required . Then the concept of Custom u2013 IDOC Types comes. Hope you understand the benifits of custom IDOC's.

Thanks,

Abhijit

Read only

Former Member
0 Likes
463

thanks