‎2010 Feb 01 3:50 AM
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.
‎2010 Feb 01 4:02 AM
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
‎2010 Feb 01 4:29 AM
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
‎2010 Feb 01 10:51 AM
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
‎2010 Feb 02 3:49 AM