cancel
Showing results for 
Search instead for 
Did you mean: 

Matchcode Framework CRM

Former Member
0 Kudos

Hi experts,

I'm trying to create a matchcode in a Z Assigment Block based in a field from Z structure.

The creation it's ok. I define the event GET_V.. and the matchcode retrieves the correct values for the waers file type.

The problem is that when i select a value from the matchcode result list, the systen don`t refresh it into the corresponding field in my assigment block.

Do you have any idea that why i have this problem?

Thank you!

Kind regards.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Ready, i solve this problem.

I didn`t have this code in the method GET_V...

+lv_str_index = iv_index.+

+CONCATENATE 'TABLE[' lv_str_index'].BUAG_ID' INTO ls_map-context_attr.+

+CONDENSE ls_map-context_attr NO-GAPS.+

+ls_map-f4_attr = 'BUAG_ID'.+

+APPEND ls_map TO lt_outmap.+

+CLEAR ls_map.+

Thanks