‎2007 May 17 2:13 PM
Hi all,
I want to add a new field which is not present in basic segment of a IDOC.
It is urgent.......
Regards,
Rahul
‎2007 May 17 2:21 PM
Hi
from WE30 take the Basic /extended Idoc name
from WE31 take the Segment name
enter that Segment name in WE31
change
from MEnu EDIT-> CANCEL RELEASE
enter the extra field with the correct data type or dataelement
save and from menu EDIT->RELEASE
now field is added.
go to the fun module or program where this segment is getting populated.
there you have to fetch the values for this and to populate the values for this field.
then test the IDOC whether that field is populated or not.
<b>
Reward points if useful</b>
Regards
Anji
‎2007 May 17 2:21 PM
Hi
from WE30 take the Basic /extended Idoc name
from WE31 take the Segment name
enter that Segment name in WE31
change
from MEnu EDIT-> CANCEL RELEASE
enter the extra field with the correct data type or dataelement
save and from menu EDIT->RELEASE
now field is added.
go to the fun module or program where this segment is getting populated.
there you have to fetch the values for this and to populate the values for this field.
then test the IDOC whether that field is populated or not.
<b>
Reward points if useful</b>
Regards
Anji
‎2007 May 17 3:12 PM
Hi anji,
i tried to this in we31, but got following error.can u please help me?
Name E1P0105 not permitted in CUSTOMER system
Regards,
Rahul
‎2008 Mar 25 1:55 PM
Hey Rahul,
You have to create an extension to this segment. This extension must start with a Z. You may populate this Z-segment with custom fields.
In WE31, create the Z-segment.
In WE30, create an Z-idoc type like ORDERS05 e.g. (development object: extension)
you may add the Z-segment to the meant segment
regards,
Frank
‎2007 May 17 2:22 PM
You need to extend the idoc and add new segments to it...
check this....
<a href="http://www.intelligententerprise.com/channels/applications/feature/archive/kasturi.jhtml">http://www.intelligententerprise.com/channels/applications/feature/archive/kasturi.jhtml</a>