cancel
Showing results for 
Search instead for 
Did you mean: 

search help

Former Member
0 Kudos

Hi,

i have a 2 fields F1 and F2 in a z* database structure.( for example f1 = street and F2 = City) . Both these fields are of standard types . so they have a associated standard search help.

Problem: i need to populate F2 as soon as i select F1 . Some how only F1 gets populated and F2 remains blank.

In the standard functionality both the fields are populated.

can some one help me ... how can i populate both the fields simultaneously .

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Use Function Module DYNP_VALUES_READ to read the value selected for F1.

Then use Function Module DYNP_VALUES_UPDATE to populate the second field i.e. F2.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

Both F1 & F2 should have check table relation ship with master table

Former Member
0 Kudos

hi

for example i am refering to standard structure ADDR2_DATA and i am refering two fields City1 and Street.

this is used in trassaction 'BP'.

here both fields are populated simultaneously.

but when i used the same fields in my structure then the fields are not populated simultaneously.

i checked the Check table relationship... but it is not available in the standard senario.

Thanks.