Dear experts,
we translate program and DDIC-texts of our add-ons continiously to english and
french, in order to keep up translations with the ongoing development we create
the necessary SE63-object list once a week. Since this process is creating
several background-jobs dynamically it is not possible to mark this inital job as
to be repeated periodically. I do understand that but I don't know why there
seems to be absolutely no way to get this done automatically once a week.
Here is what I have already tried in vain in order to achieve this:
- a report performing a CALL TRANSACTION on transaction SE63/SLW3
- an eCATT-script including a TCD-Script on transaction SLW3
(the script works fine if it is started directly, but the only FM that I have found
to start a script with in batch ( 'ECATT_EXECUTE' ) does not do it, but comes
back with a returncode zero, as if it did.
- and I even tried to start the above mentioned eCATT-script by a report doing
a CALL TRANSACTION on transaction SECATT providing the necessary
field settings for the initial and following popup start screen.
Nothing seems to work. The SAP notes on this topic are as useful as the
SAP documentation on the subject "object list" (forget about it).
Who has some experience with this issue respectively ideas for my problem?
How can I generate an object list for translation once a week automatically in
background?
Thanks in advance
Andreas