Application Development 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: 

can we add new field in standard idoc segment ?

Former Member
0 Kudos

HI all,

My requirement is to add new field in segment named E1EDL44 (Idoc named - DELVRY03).

Please guide me how to proceed.

thanks

manish

3 REPLIES 3

Former Member
0 Kudos

Hi,

think you can.

Just go to the structures in idoc segment and you can append the zzfields there.

Former Member
0 Kudos

Hi Manish,

You cann't add any new fields into any of the standard segments like E1EDL44 segment.

Inorder to achieve this you need to do the following:-

Create a new segment and with the new fields and this new segment should be added as a child segment to the E1EDL44 segment. You need to write a piece of code to populate that new segment in the userexit. You should create a extension for your basic type DELVRY03. This way you can achieve this scenario.

Thanks,

Mahesh.

Former Member
0 Kudos

Hi,

Directly we can't add new fields to the segement.

We have to create custome segement with the required fields.creation of the custom segement is the normal procedure(we31).

Then we have to create an idoc extension this will ties the custom segement to the sap segement(standard segement or parent segement).

Regards

Krishna.

Edited by: Murali Krishna Makineni on Jun 18, 2008 11:58 AM