Temporary long texts were generated.
Different causes
You must first remove the long text key.
In the long text, go to the HEADER.
The first 4 fields correspond to the key of the text.
Start the following report (create it first).
4 Provide the 4 parameters.
The text is deleted.
***********************************************************************
Program to be created :
REPORT TEXTDEL.tables: stxh, stxl.
parameters:
object like stxh-tdobject,
name like stxh-tdname,
long like stxh-tdspras,
id like stxh-tdid.
WHERE TDOBJECT = OBJECT
AND TDNAME = name
and tdspras = lang
and tdid = id.
DELETE STXH.
ENDSELECT.
SELECT * FROM STXL
WHERE TDOBJECT = OBJECT
AND TDNAME = name
and tdspras = lang
and tdid = id.
DELETE STXL.
ENDSELECT.
No comments:
Post a Comment