Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

In AS01 transaction inventory note field i want pass the KNA1-KUNNR as search help field

nipponsridhar
Explorer
0 Kudos

When i tried to pass the AS01 inventory note field i tried to pass KNA1-KUNNR but search help is coming but not updating in the field can anyone guide me on this solution.In standard level table ANLA am adding search help for the field INVZU

1 REPLY 1

raymond_giuseppi
Active Contributor
0 Kudos

This 'comment' field (INVZU_ANLA-15) doesn't seem compliant with KUNNR (KUNNR-10) so I would suggest you use a search help exit to map the two fields

Hint: define both fields in the search help and map those after select, in step 'DISP' use F4UT_PARAMETER_RESULTS_GET to read KUNNR from RESULT_TAB and in a LOOP on the returned table map KUNNR to INVZU with conversion exit alpha and then modify RESULT_TAB back with F4UT_PARAMETER_RESULTS_PUT. (Many samples already available in forum)

Of course, don't forget to declarre INVZU as an exported parameter (even if only KUNNR is displayed)