Show TOC

Syntax documentationdelete_all_items_of_nodes Locate this document in the navigation structure

Use this method to delete all items of a particular node from the tree.

Syntax Syntax

  1. ALL METHOD tree->DELETE_ALL_ITEMS_OF_NODES
    	EXPORTING node_key_table	= node_key_table
    	EXCEPTIONS failed		= 1
    		cntl_system_error	= 2
    		error_in_node_key_table	= 3
    		dp_error		= 4. 
End of the code.

Parameters

Description

node_key_table

Node table Nodes whose items will be deleted.