Application Development 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: 

How to Validate Ztables

Former Member
0 Kudos

Hi

can anyone suggest me

How to Validate Ztables i need the first letter always capital

Thanks & Regards

kalyan.

<thread moved, has nothing to do with ABAP Objects. Please choose your forums more carefully in future>

Edited by: Mike Pokraka on Sep 26, 2008 12:51 AM

2 REPLIES 2

Sm1tje
Active Contributor
0 Kudos

the first letter of what?

marcelo_ramos
Active Contributor
0 Kudos

Hi kalyan,

- To do this you should Generate a Table Maintenance Dialog.

- Then you go to the option:

Environment->Modification->Events

- Select a Table maintenance dialog event for example:


01	Before saving the data in the database
02	After saving the data in the database
03	Before deleting the data displayed
04	After deleting the data displayed
05	Creating a new entry
06    ....

- Type the routine name and add your source code which is processed at pre-defined times when the table maintenance is running.

By the way: You have to use the [ABAP Dictionary|; for this type of question. And don't forget to close this one and all your opened thread.

Good luck.

Marcelo Ramos