‎2009 Sep 09 1:26 PM
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.
‎2009 Sep 09 4:33 PM
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
‎2009 Sep 09 4:33 PM
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
‎2009 Sep 10 8:09 AM
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..
‎2009 Sep 10 11:12 AM
‎2009 Sep 10 8:54 AM
hi
changes need to be accomodated in web ui inorder to incorporate the additonal fields added in the idoc extension.
Cheers,
Hakim