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

extending inbound idoc...

former_member599326
Participant
0 Likes
2,065

Hi,

I have done the following things for extending idoc..

1) through tcode WE31 created segment -> ZFINOTE

added field SGTXT_NOTE (255 char)

2) created idoc type through WE30 -> ZCUSTINV

3) specifying output type through WE82

4) Link IDoc type, message type and function module through WE57

However.. when i am executing tcode WE19, i am not able to see newly added segment in the idoc..

What could be the reason.. ??

regards,

1 ACCEPTED SOLUTION
Read only

mithun_shetty4
Contributor
0 Likes
1,311

Have you chosen

Basic type : Basic IDOC

with Enhancement : Extension IDOC (in ur case ZCUSTINV)

in we19

Hi,

I have done the following things for extending idoc..

1) through tcode WE31 created segment -> ZFINOTE

added field SGTXT_NOTE (255 char)

2) created idoc type through WE30 -> ZCUSTINV

3) specifying output type through WE82

4) Link IDoc type, message type and function module through WE57

However.. when i am executing tcode WE19, i am not able to see newly added segment in the idoc..

What could be the reason.. ??

regards,

3 REPLIES 3
Read only

mithun_shetty4
Contributor
0 Likes
1,312

Have you chosen

Basic type : Basic IDOC

with Enhancement : Extension IDOC (in ur case ZCUSTINV)

in we19

Read only

former_member404244
Active Contributor
0 Likes
1,310

Hi,

You need to create extended idoc and then add it in we82,WE57 as well.In order to populate the values You need to check customer exits in the function module and write the code.

Regards,

Nagaraj

Read only

Former Member
0 Likes
1,310

Hi,

Please check if you have released your extension of the custom IDOC, and also you have to write code to populate extended segment into User exit in the process code function module.