Hi there...
I have an languaged based application.
The DDIC-table REPA (with RELATION_PARTNER_ID as primary key) is connected to a texttable.
Table: REPA
MANDT X MANDT
RELATION_PARTNER_ID X REL_PARTNER
TextTable: REPAT
MANDT X MANDT
RELATION_PARTNER X REL_PARTNER
SPRAS X SPRAS
RELATION_PARTNER_NAME REL_PARTNER_NAME
In the domain REL_PARTNER I defined the Value Table of REPA, so that I only could choose the customized options (example-entries: "help", "parent")
So I made a TESTTABLE with a field RELATION of the data element REL_PARTNER and add the Value Table REPA as foreign key - everything works - also in different languages. If I create an entry in TESTTABLE I'm able to choose the customized data "help" & "parent" with F4-Help.
Now my request:
I have another table DDICTYPES which should be used in a Web Dynpro-application. In this table I define a FIELD which has an DDIC-Type.
Table: DDICTYPES
MANDT X MANDT
FIELD_ID X CHAR10
DDICNAME X DOMNAME (...which includes a F4-Help for every created domain)
For example: "internal" with DDIC-Type "Flag", "Begin" with DDIC-Type "DATS", ...
So, my Web Dynpro looks like this:
The question:
The TESTTABLE-version of the F4-Help works because of explicit adding the foreign-key/ value-table but - how you can see in the picture above - the entry "relation" with DDIC-Type "REL_PARTNER" doesn't work.
How I could realize it to access my DDIC-Type "REL_PARTNER", so that the F4-Help of my Web Dynpro-application shows the entries "help" & "parent" - in dependency of my login-language. Somewhere I could set the foreign-key?
I hope I explained it conceptional enough If there are questions or understanding-problems...
Thanks a lot,
Andreas