cancel
Showing results for 
Search instead for 
Did you mean: 

Assignment for lookup table

Former Member
0 Kudos

I have the following requirement

Multivalued qualified lookup

There is one main table field - "ID"

There is another main table field which is of type multivalued qualified look up.

The look up table contains 2 fields c_code (non qualifier) & c_number (qualifier).

The c_code has 4 values - A, B, C, D

An assignment should be written in such a way that when the main table field ID is created, the system should assign the value of the ID to c_number against each of the values A, B, C, D.

can anyone help in defining the assignment?

Thanks

Arvind

Edited by: Arvind H Shenoy on May 20, 2008 8:55 PM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

This sounds very similar to Partner Functions. You can't do this with an assignment because an assignment that is created on the main table can't modify attributes inside a qualified lookup table, and an assignment created inside a qualified lookup table can't pull values in from the main table.

This is a gap as far as I can tell.

Former Member
0 Kudos

Hi Harrison

This is exactly partner functions in R/3. I put in a way so that every body could understand. I am aware that it cannot be solved directly, i am looking for workarounds.

Any ideas or cases where the partner functionality for customer master was solved?

Arvind