What is MM60 used for in SAP?
SAP Transaction Code: MM60 – Materials List.
How to add field in MM60 in sap abap?
Enhancement for adding old material number field in MM60 transaction. First, append the old material number field in listwa_type structure in program RMMVRZ00. In the standard structure you will find enhancement point. Create enhancement spot and write the below code in between enhancement and endenhancement.
How do I add a field to a standard report in SAP?
In order to add a new column and fill it from a database table, click the left top button over the Field Catalog and choose “Fields from DB”. Now you have to enter which SAP table you want to add fields from. The next step is to select the field(s) you want to include in the report.
How do I add a field in SAP?
Inserting the New Fields Using the APPEND Technique
- Call the ABAP Dictionary (transaction code SE11 ).
- Enter the name of the structure into which you wish to add a field.
- Choose Display.
- Choose Append s tructure .
- Insert the relevant fields.
- Save and activate the Append structure.
How do I add another field in SAP query?
- Click on Create icon in the Extras Tab.
- In the pop-up, select Additional Field option and give the Additional field name as say MNTHR.
- Continue and define the details and Continue .
- Also in Extras tab on the right.
- Note:
- Then,
- We see this (Short Name, Local field indicator columns appear)
What is CS15?
CS15 (Single-Level Where-Used List) is a standard SAP transaction code available within R/3 SAP systems depending on your version and release level.
How do I create a custom field in SAP?
How to Create a Custom Field in SAP Marketing Cloud?
- In SAP Marketing Cloud open app “Custom Fields and Logic” located in business catalog Extensibility:
- Create a new field by click the “+”:
- Fill the fields:
- Fulfill List Values.
- Click Create and Edit:
What is a material description transaction in SAP mm60?
This transaction will list selected or all material with their description and some other attributes like, material type, material group, valuation class, standard cost and the user who created this material. SAP MM60 is useful for getting basic information about several materials at once.
What is the initial screen for mm60 transaction?
This is the initial screen for MM60 transaction. This transaction will list selected or all material with their description and some other attributes like, material type, material group, valuation class, standard cost and the user who created this material. SAP MM60 is useful for getting basic information about several materials at once.
How to change the output settings of the mm60?
No standard settings available to modify MM60 output. You need to develop custom program by copying the MM60 program and add require coding (with the help of Technical Consultant) Help to improve this answer by adding a comment.
How to get old material number field in mm60?
Save and activate it. Now, execute the MM60 transaction and you will see the old material number field in the output list.