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

idoc extension

Former Member
0 Likes
541

Hi All,

I have created an extension idoc,where i have added one extra field.when i execute the idoc,i am not able to see this field.extension idoc eith the same name as basic idoc.

basic idoc type :ZCRMXIF_PARTNER_SAVE01

Extension type :ZCRMXIF_PARTNER_SAVE01

Do i need to change any settings to trigger this extension idoc.I have changed the function module to populate the field.

Regadrs,

Sai Prasad

Hi All,

I have created an extension idoc,where i have added one extra field.when i execute the idoc,i am not able to see this field.extension idoc eith the same name as basic idoc.

basic idoc type :ZCRMXIF_PARTNER_SAVE01

Extension type :ZCRMXIF_PARTNER_SAVE01

Do i need to change any settings to trigger this extension idoc.I have changed the function module to populate the field.

Regadrs,

Sai Prasad

1 REPLY 1
Read only

Former Member
0 Likes
466

Hi,

Outbound process requires two configuration settings: 1) Establish a link between message type, IDoc type, and IDoc extension( transaction WE82). 2) In Partner profile Outbound parameters specify message type, Idoc type, Basic IDoc type, and Extension type. (transaction WE20). Inbound process needs only one configuration setting to make the IDoc extension known to the system. Establish a link between Message type, IDoc type, and IDoc extension(WE57)...

Regards,

Renjith Michael.