‎2007 Nov 20 2:16 PM
Hi all,
is there a function module where i can create a persistent class dynamically?
regards
‎2007 Nov 23 5:39 AM
‎2007 Nov 22 9:15 PM
hi Wolfgang,
Sure there is, you can use FM <b>SEO_CLASS_CREATE_COMPLETE</b>, then you fill in the changing parameter <b>CLASS</b> and any other optional parameters (method, attributes, type).
If you want to create a class which is of category "Persistent Class", then you will need to set field <b>CATEGORY</b> from the changing parameter <b>CLASS</b>, egal to <b>10</b>. You can also have a look at the valid category value from domain value range of SEOCATEGRY.
Hopping this answer your question.
Sincerely,
Alain Gauthier
‎2007 Nov 23 5:39 AM
‎2007 Nov 23 7:42 AM
Hi,
thanks.
Is there a function module where i can make the mapping to the persitent class, too?
regards
‎2007 Nov 23 3:38 PM
Hi Wolfgang,
I would suggest you to have a look at the following article:
<b>The Mapping Assistant</b>
http://help.sap.com/saphelp_nw70/helpdata/en/06/f23c33638d11d4966d00a0c94260a5/frameset.htm
Hope this answer your question.
Sincerely,
Alain Gauthier