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

Table maintenace

Former Member
0 Likes
415

Hi All,

I have created a table maintenance genrator to a Z table.

Now I can maintain (create, delete, modify) the table entries from SE16 or SM30.

But on user's request I have created a Z transaction for the maintenance of this Z table.

Now if user types this trasaction in command bar the table contents will be displayed in a tabular format in display mode

(of course we can create new entires or delete the existing entry)

this Ztable is having 3 columns, amongest one is Base Unit of measurement.

here i am facing the problem, user want to me to restrict Base Uom as "KG" only so that if user is giving some other Base Uom other than KG, i need to show an error message in status bar 'like plese give base Uom as "KG" only...

Please help. this is an urgent requirement.

Thanks in advance.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
394

Hello,

On tcode SE11 go to your z table. Then click on Utilities -> Table Maintenance Generator, Then click on Enviroment -> Modification -> Maintenance Sceen -> double click there. Over there on the PAI you can add a new module in order to validate all the data you need.

Hope this helps,

Dont forget to reward!!

Gabriel P.

3 REPLIES 3
Read only

Former Member
0 Likes
395

Hello,

On tcode SE11 go to your z table. Then click on Utilities -> Table Maintenance Generator, Then click on Enviroment -> Modification -> Maintenance Sceen -> double click there. Over there on the PAI you can add a new module in order to validate all the data you need.

Hope this helps,

Dont forget to reward!!

Gabriel P.

Read only

0 Likes
394

thank you very much.

I will try to add new include as per your guidance.

Read only

0 Likes
394

My problem is successfully solved.

many thanks.