Application Development and Automation 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: 
Read only

Dynamic PART loop Up in VA01

Former Member
0 Likes
395

Hi,

I wrote Custom FM to get value for Dynamic popup to display Materialnumber , Old material number ,Manufac. Part number etc.

I am displaying the value using

CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'

EXPORTING

RETFIELD = 'MATNR'

VALUE_ORG = 'S'

TABLES

VALUE_TAB = L_PARTS

RETURN_TAB = T_RETVAL

EXCEPTIONS

PARAMETER_ERROR = 1

NO_VALUES_FOUND = 2

OTHERS = 3.

My Qustion is I need this popup should display in VA01, If i enter material number or old material number on item level. which UserEXIT i should use for this ? Whether USEREXIT_MOVE_FIELD_VBAP or CHECK_VBAP ?

Guide me please.

Hi,

I wrote Custom FM to get value for Dynamic popup to display Materialnumber , Old material number ,Manufac. Part number etc.

I am displaying the value using

CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'

EXPORTING

RETFIELD = 'MATNR'

VALUE_ORG = 'S'

TABLES

VALUE_TAB = L_PARTS

RETURN_TAB = T_RETVAL

EXCEPTIONS

PARAMETER_ERROR = 1

NO_VALUES_FOUND = 2

OTHERS = 3.

My Qustion is I need this popup should display in VA01, If i enter material number or old material number on item level. which UserEXIT i should use for this ? Whether USEREXIT_MOVE_FIELD_VBAP or CHECK_VBAP ?

Guide me please.

1 REPLY 1
Read only

Former Member
0 Likes
377

Any helps???????