DeleteAllRowsFromTable

Delete All Rows from Table

Minor Business Rule

Object Name: B8000002

Parent DLL: CALLBSFN

Location: Client/Server

Language: C

Functional Description
Deletes all rows from a table.

Purpose

Delete all rows from a table in the data warehouse.

Setup Notes and Prerequisites

Call GetInputOutputEnvHandles (B8000007) to get the handle to the output environment required by this 

function.

Special Logic




Technical Specification

Open the requested table in the output environment and delete all rows.



Data Structure

D8000002 - Delete All Rows from Table

Parameter NameData ItemData TypeReq/OptI/O/Both
szTableNameOBNMcharOPTINPUT

The name that identifies a system object. J.D. Edwards ERP architecture is object-based. Discrete software objects are the building blocks 
for all applications, and developers can reuse the objects in multiple applications. The Object Librarian tracks each object. Examples of 
system objects include:   o Batch Applications (such as reports)   o Interactive Applications   o Business Views   o Business Functions   o 
Business Functions Data Structures   o Event Rules   o Media Object Data Structures

idOutputEnvHandleGENLNGIDOPTINPUT

General purpose ID variable.

Related Functions

None

Related Tables

None