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: 

SE11 Domains for sign, option, low, high?

Former Member
0 Kudos

Hi all,

I have to develop a z-customizing table where users maintain entries similar to a ABAP ranges-object.

Tables Fields are:

POST_CODE
SIGN
OPTION
LOW
HIGH

Does anybody know, which Domains correspond to the fields:

SIGN
OPTION
LOW
HIGH

Many Thanks

Regards

Mario

4 REPLIES 4

Former Member
0 Kudos

Hi all,

sorry, my question has an error.

I do not need the domains for

LOW
HIGH

as these fields derive from POST_CODE

Sandra_Rossi
Active Contributor

Look at the domains used in table TVARVC (for instance).

Former Member
0 Kudos

Hi Sandra!

great! Thanks a lot

Regards

Mario

SuhaSaha
Advisor
Advisor
0 Kudos

Why do you need to create a Z-Table for this?

Can TVARVC not fulfill your requirement? The users can maintain(& transport, if needed) the table records via STVARV transaction.