‎2008 Mar 12 2:53 PM
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
‎2008 Mar 17 12:00 PM
hi,
i still have this problem and i have to go to production very soon.
does anybody know something about that ?
reg, Martin