‎2009 Jun 29 8:03 AM
In the display program of Transaction COOISPI i need to add extra fields to the SAPLCOISDISP PROGRAM FOR DISPLAY.
‎2009 Jun 29 8:13 AM
The BADI can be used for COOIS transaction , do u want to add fields to ALV display. You can see this BADI has a structure IOHEADER there u have include structitre where u can add fields.
BADI name is :- WORKORDER_INFOSYSTEM
‎2009 Jun 29 8:30 AM
Hi VIJETSAP
Do we need to add the extra fields in This strucutre.
But i think it is standard structure.Will it allow us to add the fields in this.
Iam trying to open this BADI From SE19 BUt it is saying that this BADI Does not exisit.
Edited by: vinay raj on Jun 29, 2009 9:33 AM
‎2009 Jun 29 8:35 AM
Hi vinay,
In structire IOHEADER you can see an INCLUDE CI_IOHEADER.
Just double click on that and it will ask you to create a structure u can add ur fields in this structure.
Just go through the BADI code and see whether it suits ur requirement before adding fields to structure.
Thanks
Vijeta
‎2009 Jun 29 8:40 AM
Iam trying to open this through SE19 but it is saying that this BADI does not exist.
‎2009 Jun 29 8:44 AM
‎2009 Jun 29 8:51 AM
‎2009 Jun 29 9:52 AM