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?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / harpal singh
this is for to open purchase order.
VAR contain PO no. BES is the parameter ID for PO no. field.
SET PARAMETER ID 'BES' FIELD VAR.
CALL TRANSACTION 'ME23N' AND SKIP FIRST SCREEN.
Is This Answer Correct ? | 5 Yes | 1 No |
How to handle Errors in Function Modules?
Difference between /N and /BEND?
Why we are using Macros instead of Function Modules
Advantages and Disadvantages of ABAP Object Oriented programing to Java programming ?
i have created script logo.is that logo goes to develpment to quality?
how can i access SAP through internet?
Is it possible to include two transactions with one group name in one program in session method ?
What are the steps to execute session method?
What is the difference between native sql & open sql? : abap data dictionary
how we can do transfer data from oracle/access to our sap R/3 system by using call transaction(recording) or session method. pls reply on my id: zaheer_guts@yahoo.co.in
how to track records from data dictionary?
5) How to rereive text elements in SF and script?