2011 Dec 21 11:55 AM
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,
2011 Dec 21 12:02 PM
Have you chosen
Basic type : Basic IDOC
with Enhancement : Extension IDOC (in ur case ZCUSTINV)
in we19
2011 Dec 21 12:02 PM
Have you chosen
Basic type : Basic IDOC
with Enhancement : Extension IDOC (in ur case ZCUSTINV)
in we19
2011 Dec 21 12:51 PM
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
2011 Dec 21 1:22 PM
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.