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

Adding extra fields to SAPLCOISDISP :

Former Member
0 Likes
1,003

In the display program of Transaction COOISPI i need to add extra fields to the SAPLCOISDISP PROGRAM FOR DISPLAY.

7 REPLIES 7
Read only

Former Member
0 Likes
939

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

Read only

0 Likes
939

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

Read only

0 Likes
939

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

Read only

0 Likes
939

Iam trying to open this through SE19 but it is saying that this BADI does not exist.

Read only

0 Likes
939

GOTO SE18

In BADI name type WORKORDER_INFOSYSTEM

Read only

0 Likes
939

For me no authorization for SE18

Read only

0 Likes
939

hi do we have any screen exits for this requirement.