2012 Jan 30 9:47 PM
Hello Guys,
I had created an append structure in table DFKKWOH 'ZZSTRUCTURE'.
It has the fields First Name, last name & CA_CAT. I had activated the structure & the table.
Now how do i get the data to be filled in these fields of this table? Do i need to find an exit for this?
Pls suggest.
Thanks
Ricky
2012 Jan 30 11:04 PM
Yes, you do. I don't know this table, but it's very likely you have to create an include structure instead of an append structure.
This are the include structures for this table:
.INCLUDE SI_DFKKWOHR
.INCLUDE SI_DFKKWOHT
.INCLUDE SI_DFKKWOHV
.INCLUDE SI_DFKKWOHS
.INCLUDE CI_DFKKWOH
Usually there's one BAdI or enhancement (SMOD) that fills such structures.
2012 Jan 30 11:04 PM
Yes, you do. I don't know this table, but it's very likely you have to create an include structure instead of an append structure.
This are the include structures for this table:
.INCLUDE SI_DFKKWOHR
.INCLUDE SI_DFKKWOHT
.INCLUDE SI_DFKKWOHV
.INCLUDE SI_DFKKWOHS
.INCLUDE CI_DFKKWOH
Usually there's one BAdI or enhancement (SMOD) that fills such structures.
2012 Jan 31 9:41 AM
2012 Jan 31 3:09 PM
Yes. I know that data is stored in this table. This is in IS Utilities module.
Can't i import all the BP names & CA category to the existing records in the table DFKKWOH. The table has some 300 entries right now.
Pls suggest.
Thanks