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 |
Control Break St........i have written At new for customer and in the loop customer came in the 3rd record....weather it'll trigger in the 1st record of the loop or 3rd record ?
What are the aggregate objects in the dictionary? : abap data dictionary
what is difference betwen type and like statement?
How many types of data classes are there in sap?
What is human resource information systems (chris)? : sap abap hr
Whom you report if you face difficulty in understanding the business process given in Functional Spec.
What are the differences between structure and table in data dictionary in abap? : sap abap data dictionary
How to upload a flat file from a legacy system into sap using BAPI ? And i also want the flat File to be uploaded in another Client.. ie suppose i am working in client 800 , i want run the BAPI and upload the file to Client suppose 000 directly from 800.
Does the external program run in the same sap luw as the caller, or in a separate one?
Explain the difference between cluster tables and pool table?
Why don’t use LSMW method instead of BDC methods, if the data is master data?
What are the types of indexes in abap?