Application Development 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: 

Question to enhancement IWO10018

Former Member
0 Kudos

Hi,

i try to use IWO10018 via CMOD.

I set 2 new fiends in CI_AUFK and use it as I/O-Fiend in Dynpro 0900 of SAPLXWOC.

Now i can sea this two fiends in IW31/32/33.

My problem is, when i insert value in Dynpro, the values are not stored in AUFK.

I don't know what i ihave to do in Exits: EXIT_SAPLCOIH_018 and EXIT_SAPLCOIH_019.

Has anyone experiance in this Exits?

Thanks.

Regards, Dieter

3 REPLIES 3

Former Member
0 Kudos

Hi,

i have tried in EXIT_SAPLCOIH_019 (ZXWOCU16), ZZ_BANME and ZZ_DATUM are the fields in CI_AUFK

this code:

FIELD-SYMBOLS: <EXP_ZZ_BNAME> TYPE CI_AUFK-ZZ_BNAME.

FIELD-SYMBOLS: <EXP_ZZ_DATUM> TYPE CI_AUFK-ZZ_DATUM.

*

ASSIGN: ('(SAPLXWOC)AUFK-ZZ_BNAME') TO <EXP_ZZ_BNAME>.

ASSIGN: ('(SAPLXWOC)AUFK-ZZ_DATUM') TO <EXP_ZZ_DATUM>.

*

COCI_AUFK_EXP-ZZ_BNAME = <EXP_ZZ_BNAME>.

COCI_AUFK_EXP-ZZ_DATUM = <EXP_ZZ_DATUM>.

and the data are stored in AUFK.

My problem now is, that i try to show the data when using IW32/33, but the fields are empty.

I set in the values in COCI_AUFK_IMP, but they are not shown.

Any idea?

Regards, Dieter

0 Kudos

Solved by my own.

Regards, Dieter

former_member182888
Participant
0 Kudos

Peace be upon you,

you can find this link helpful