on ‎2005 May 27 12:19 AM
hi,
this is related to my earlier posting of fetching values from domain.
TABLE NAME IS Z_CODES
FIELD NAME IS CODE
DOMAIN IS CD
under DOMAIN, value range tab -> single values. in that i have few FIXED values around 10 and may likely to change. how to pull these and insert these values in the range table in my program .
any help would be appreciated.
Thanks,
kranthi.
Message was edited by: kranthi kumar
Message was edited by: kranthi kumar
Message was edited by: kranthi kumar
Request clarification before answering.
Hi Kranthi,
If you know the domain name, then, you can execute a query on table DD07L. The texts for the values can be retrieved from DD07T, with sy-langu.
DOMNAME - Domain name
AS4LOCAL - Activiation status. Make sure you query with value 'A', for the active version.
VALPOS will determine the order in which the values exist.
If the domain has a range, then, the fields DOMVALUE_L and DOMVALUE_H will be populated.
Cheers,
Rahul
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 7 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.