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

question reg. check table

Former Member
0 Likes
691

I created a custom table and has fields like sign, option, low, high etc

i want to put some check table against thee fields (so that i ccan get 'EQ' or 'GT' etc etc can come up on F4 help). Is there any check table that can hold these range values?

Thanks.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
647

Instead of check tables in your custom table crete the fields option and sign with the following data elements.

a) BAPIOPTION for option and

b) BAPISIGN for sign.

Hope this helps.

5 REPLIES 5
Read only

Former Member
0 Likes
647

I don't think there is a CHECK table for this.

However, you can simply make it a drop down field and append the values you want using VRM_SET_VALUES so that user can select out of the available options.

Regards,

Ravi

Note : Please mark all the helpful answers

Read only

0 Likes
647

You could also create a custom domain and assign the values to it.

Read only

Former Member
0 Likes
647

hello krishen,

create a domain for your data element which contains the options (EQ) and put in the value range of the domain the different option types as fixed values.

BT,EQ,NE,CP,GE,GT,LE,LT

kind regards

sebastian

Read only

Former Member
0 Likes
648

Instead of check tables in your custom table crete the fields option and sign with the following data elements.

a) BAPIOPTION for option and

b) BAPISIGN for sign.

Hope this helps.

Read only

ferry_lianto
Active Contributor
0 Likes
647

Hi,

I am not aware any check table available.

Why don't you create custom domain by copying domain SYCHAR02 and add single values (EQ, GT, etc)? Then next is to attached to your custom data element and custom table.

Hope this will help.

Regards,

Ferry Lianto