In selection screen I have three fields, plant mat no and material group. If I input plant how do I get the mat no and material group based on plant dynamically?

Showing Answers 1 - 5 of 5 Answers

majid karim

  • Aug 27th, 2005
 

we can do this by using list box.like what v use in vrm_text.this function code help us to automatically insert rest of value.

  Was this answer useful?  Yes

Amit Sharma

  • Sep 23rd, 2005
 

Yo can use a kind of search help which import the plant mat no and than fetch the material group.You have to declare the select-option varriable from the same structure field in which the matarial no. has the search help attached. In case if no standard search help exist than you can always create your own search help and attach it with the field in the structure.

  Was this answer useful?  Yes

praveen

  • Jan 10th, 2007
 

Use function module DYNP_VALUES_READ to read the entered plant , according to this plant we select matno and material group from database and we can place it dynamically by using function module F4_IF_INT_VALUE_REQUEST.

We will call

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions