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

GOS problem

Former Member
0 Likes
276

hi,

i have implemented generic object services in an HR transaction. In an PAI-user exit

i do the following:

CASE innnn-infty.

WHEN '2001'.

gf_pakey-pernr = innnn-pernr.

gf_pakey-subty = innnn-subty.

gf_pakey-objps = innnn-objps.

gf_pakey-sprps = innnn-sprps.

gf_pakey-endda = innnn-endda.

gf_pakey-begda = innnn-begda.

gf_pakey-seqnr = innnn-seqnr.

ls_object-objkey = gf_pakey.

ls_object-objtype = 'ABSENCE'.

CREATE OBJECT lo_myobject

EXPORTING

is_object = ls_object

IP_NO_COMMIT = 'X'.

so i create an GOS for objecttype 'ABSENCE'. well, thats working fine, BUT: i can only attach a 'business document'.....when i try to add a NOTE or an 'normal' attachement (first option in pull-down menu of GOS), the document is saved, but when i enter the record again it is not there anymore ! the 'business document' is saved their, and i can find it.

any ideas ?

regards; Martin

1 REPLY 1
Read only

Former Member
0 Likes
250

hi,

i still have this problem and i have to go to production very soon.

does anybody know something about that ?

reg, Martin