sapdev logo background
sapdev logo sapdev logo
Comments

ABAP DELETE Statement syntax, information and example SAP source code



Return to Statement index


CONTENTS

DELETE

ABAP Syntax:
Delete from an internal table

1 DELETE itab ...

Delete from a database table

2 DELETE FROM dbtab ...

Delete a data cluster

3 DELETE FROM medium ...

Delete a file

4 DELETE DATASET ...

Delete a program (internal)

5 DELETE REPORT ...

Delete text elements (internal)

6 DELETE TEXTPOOL ...

Delete a screen (internal)

7 DELETE DYNPRO ...
Documentation extract taken from SAP system, � Copyright SAP AG. All rights reserved




DEFINE
DELETE_CLUSTER




comments powered by Disqus