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

ORDERS05 Extension

Former Member
0 Likes
715

hi ,

i need to have some customized field in ORDERS05. i can do it through EXTENSION. if i am extending the standard IDOC type ORDERS05 and triggering the IDOC, the IDOC details will go to SNC system. In SNC we will be viewing the details in Web UI(PO details).

if i am extending the Standard IDOC type wil i l be able to view those details in the same UI without writing any code in the SNC side.

pls suggest me.

thanks.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
605

Hi sankumar

If you extend the IDoc type then you can not see the IDoc extension data in your Web UI.

You need to change the code in receiver side to map the fields in extended segment to view on the web UI.

Ramesh

Edited by: Ramesh on Sep 9, 2009 9:03 PM

4 REPLIES 4
Read only

Former Member
0 Likes
606

Hi sankumar

If you extend the IDoc type then you can not see the IDoc extension data in your Web UI.

You need to change the code in receiver side to map the fields in extended segment to view on the web UI.

Ramesh

Edited by: Ramesh on Sep 9, 2009 9:03 PM

Read only

alex_m
Active Contributor
0 Likes
605

I dont know what middle ware you are using, but generally the extension also can be viewed. While generating business object they need to mention the extension type also then the extension field would get displayed. Note: We are using the middle ware web sphere..

Read only

Former Member
0 Likes
605

we are using XI as middleware

Read only

abdul_hakim
Active Contributor
0 Likes
605

hi

changes need to be accomodated in web ui inorder to incorporate the additonal fields added in the idoc extension.

Cheers,

Hakim