Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Delete NAST DB Table entry

Former Member
0 Likes
3,197

Hi Firends,

How can we delete unwanted entries from NAST DB Table.

Please suggest any function module or BAPI to delete unwantted entries.

by Using code i need to delete

I need to delete from Quality Server

Thanks in Advance,

Ganesh

1 ACCEPTED SOLUTION
Read only

former_member212005
Active Contributor
0 Likes
1,875

Try...the below function module...

NAST_DELETE_OBJECT

4 REPLIES 4
Read only

Former Member
0 Likes
1,875

try FMs like :

ISPAM_NAST_DELETE_TABLE or

ISP_NAST_DELETE

Read only

former_member212005
Active Contributor
0 Likes
1,876

Try...the below function module...

NAST_DELETE_OBJECT

Read only

Former Member
0 Likes
1,875

To delete a single entry in NAST table use: NAST_DELETE_OBJECT

To delete multiple entries use: ISPAM_NASTPROTO_DELETE_TABLE

Read only

1,875

Or....

REPORT RSCLNAST LINE-SIZE 132.

************************************************************************

  • The report RSCLNAST was written to clear up the table NAST. After *

  • some years of production, this table will contain a lot of data *

  • which may not be important anymore. *