‎2006 Nov 15 4:07 PM
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.
‎2006 Nov 15 4:26 PM
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.
‎2006 Nov 15 4:25 PM
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
‎2006 Nov 15 4:27 PM
You could also create a custom domain and assign the values to it.
‎2006 Nov 15 4:25 PM
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
‎2006 Nov 15 4:26 PM
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.
‎2006 Nov 15 4:28 PM
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