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

Append Structure in DFKKWOH table

ricky_shaw
Contributor
0 Likes
685

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

1 ACCEPTED SOLUTION
Read only

custodio_deoliveira
Active Contributor
0 Likes
645

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.

3 REPLIES 3
Read only

custodio_deoliveira
Active Contributor
0 Likes
646

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.

Read only

Former Member
0 Likes
645

Hi,

Data is stored in table DFKKWOH .

Read only

0 Likes
645

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