In material report output,if i click on any material i have to
open MM01 with that material in the field how?and from mm01
screen i have to come out what i have to do?
Answer Posted / lakshmi avuthu
use set parametr id for the mater number and then use call
transaction 'MM01' statement your value that was captured
will be passed to MM01 transaction.
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are the sequences of event block?
Explain how do you get output from idoc?
What is the significance of technical settings (specified while creating a table in the data dictionary)? : abap data dictionary
What are the different types of parameters? How can you distinguish between different kinds of parameters?
What is the function of the correction system?
Can a transparent table exist in the data dictionary but not in the database physically?
What is the name of the system variable that holds the contents of the selected line in interactive reporting?
Name some system global variables you can use in abap programs?
Why is pretty printer user in abap?
What is the company code? : sap abap hr
Difference between open sql and native sql? : abap data dictionary
What are local objects? : abap data dictionary
What are the differences between a database index and a match code?
performance tuning concepts
In events, start-of-selection is a default event. When we have to use this event explicitly? Why?