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: 

Domain with value as '+' and '-'

sachin_yadav3
Active Participant
0 Kudos

Hello all,

I required a SAP standard Domain with value as + , - etc.

Can anyone suggest in which table or which field i will get the above domain.

Thanks and regards

Sachin

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Please use the following:

BRF_OPERATOR (Data element and also Domain) - Contains all possible operators which you need. (Arithmetic, relational and logical). (+, - , *, / , <, >, <>, AND, OR, =, etc.) It has a check table TBRF190. Please check the entries of this table.

Also for your information, you can check the following domains/data elements:

SIGN, LOGICAL, BOOL, ABADROPERATOR.

Thanks and Best Regards,

Suresh

5 REPLIES 5

Former Member
0 Kudos

Hi,

Please use the following:

BRF_OPERATOR (Data element and also Domain) - Contains all possible operators which you need. (Arithmetic, relational and logical). (+, - , *, / , <, >, <>, AND, OR, =, etc.) It has a check table TBRF190. Please check the entries of this table.

Also for your information, you can check the following domains/data elements:

SIGN, LOGICAL, BOOL, ABADROPERATOR.

Thanks and Best Regards,

Suresh

Former Member
0 Kudos

Hi,

Try with Domains - ARITH_TYPE and /BEV3/CHARITHOP. In Value Range it contains (+, - etc.)

Thank you,

Sekhar.

0 Kudos

Hello Gurus,

I have checked out the date type ARITH_TYPE and this is what I was looking for. But the problem is, this data element is available in ECC 6.0 but it is not available in ECC 4.6 and at present I am using ECC 4.6.

Can anybody suggest the similar data element that is present in ECC 4.6.??

Please help...

0 Kudos

Hi Guru,

Try this domain - WRTV7 ( 7-character value field (+/-) ) , it has total ouput length and the sign is checked .

The data element is ASKTO_VZ ( Current Cash Disc. Amount in Document Currency with +/- Sign ) for the above domain .

Above info will help you.

Thanks ,

Vengal Rao.

Former Member
0 Kudos

/BEV1/ECVORZKZ

/BEV3/CHAEFFZIVZ

FC_SIGN --->4.6B

Try these .

Regards,

Gurpreet

Edited by: Gurpreet Singh on Apr 20, 2009 10:13 AM