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

Validate the table fields combindly

sreeramkumar_madisetty
Active Contributor
0 Likes
567

Friends,

I have one custom table : ZABC and i'm using 2 fields in the table.

1. One is ZType.which is referring standard domain and at domain level referring value table.

2. Second is ZID. which is referring as Char 12.

Now my requirement is i need to validate the ZID field based on Ztype value.

Can anyone please help me to achieve this.

Regards,

Sreeram

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
521

Hi Sreeram Kumar Madisetty,

When you want to validate ZID field ? at the time of entry?

I think you are trying to validate ZID field while doing entry using SM30. If yes then you can make use of Table Events to achieve this. If you dont know how to create Table Events then let me know.

Thanks & Regards,

Faheem.

2 REPLIES 2
Read only

Former Member
0 Likes
522

Hi Sreeram Kumar Madisetty,

When you want to validate ZID field ? at the time of entry?

I think you are trying to validate ZID field while doing entry using SM30. If yes then you can make use of Table Events to achieve this. If you dont know how to create Table Events then let me know.

Thanks & Regards,

Faheem.

Read only

sreeramkumar_madisetty
Active Contributor
0 Likes
521

answered