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: 

Regarding Idoc

Former Member
0 Kudos

Hi All,

I have a Basic idoc type,i need to add one field to the existing segment of the Basic idoc.can any body explain me how can i do that.

Regards,

Sai Prasad

1 ACCEPTED SOLUTION

Wil_Wilstroth
Active Participant
0 Kudos

Hi Sai,

To add one field to an existing segment... in an IDOC

Go to we31 (Segment), select your segment then:

- go to edit->cancel release

- now you can add your field to the segment.

Hope this helps.

Thanks

William Wilstroth

William Wilstroth
5 REPLIES 5

Former Member
0 Kudos

Hi Sai

Pls go thru the below statement.

Reward pts if help.

Deepanker.

ADD for Single Fields in sap abap

Adds two single fields.

Syntax

ADD TO .

The contents of are added to the contents of . The result is placed in . Equivalent of

= + .

Adds two single fields.

Syntax

ADD TO .

The contents of are added to the contents of . The result is placed in . Equivalent of

= + .

Reward pts if help.

Wil_Wilstroth
Active Participant
0 Kudos

Hi Sai,

To add one field to an existing segment... in an IDOC

Go to we31 (Segment), select your segment then:

- go to edit->cancel release

- now you can add your field to the segment.

Hope this helps.

Thanks

William Wilstroth

William Wilstroth

0 Kudos

Hello William wilstroth

i want tp add some field in Segment type E1WXX01but when we go to cancle release following error we have get

Name range violation : Name E1WXX01 not permitted in CUSTOMER system

Message no. EA269

Diagnosis

An attempt was made to change segment E1WXX01.

System response

This is not allowed in the current system.

Thanks

Edited by: Bad Boy on Jan 10, 2008 4:57 AM

Former Member
0 Kudos

Hi,

goto we30 tcode inthat we have segments. in that segments we have a datafields.

add new data fields to that..

like this we can add the datafields to the segemnts where already existing segment.

this is an extend of idoc.

panduu

Former Member
0 Kudos

To add one field to an existing segment... in an IDOC

Go to we31 (Segment), select your segment then:

- go to edit->cancel release

- now you can add your field to the segment.