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 |
Why don’t use LSMW method instead of BDC methods, if the data is master data?
how to convert sapscript to email.....
what is the main difference between lsmw and bdc ? in which situation we will go for lsmw instead of bdc?
i have a doubt ,what is the difference between the workarea and headerline . plz tell me .
give example of sap memory and abap memory
when does end-of-page stmnt triggers in reports.
What are the types of subroutines?
In se11 -->Tech. settings --> Data class. If I save table as Mater data OR Transaction data, what effect will it has for 'Storage' in Database after activation. or In Database how it will store in both the cases.
If there are errors in BDC Call Transaction method, once the correction of errors is made how will you run this as Session method ?
in which situation we use user-exits and badi's?? with example
What is an abap dictionary?
What are the different types of the sap abap data dictionary objects?