|
How to list out the material
master changes using SQ01?
One of our business user make a request whether can they see the changes of the material master using multiple materials without requiring any ABAP development effort. I gave it tried and noticed that SAP Query does not allowed Cluster table to be join with Transparent table. This becomes an issue as you need both table CDHDR and CDPOS to be join together before you can extract the change documents. After various trial and error, I managed to create the Material Master Changes query with tcode SQ01 Step 1: Create the InfoSet with the Option Direct read of table: CDPOS Cluster Table
CDPOS
Step 2: Don't use Join table, instead
click Extras to create the table CDHDR.
Transp. Table
CDHDR
CDPOS-OBJECTCLAS - Object class
Step 3: Create the Query Basic List with the fields you want to display and you are done. CDPOS-OBJECTCLAS - When you input "MATERIAL", it select only the Material Master data CDHDR-TCODE
- Here I input "M*" because I want to list out all the tcodes starting
with M.
CDPOS-OBJECTID - This refer to the Material Code. If your company used masking for the material code, you need to Remove the Masking Sign in the Material e.g. - . / Only 3 steps and you are done. |
|
Read Also
Get help for your ABAP problems
ABAP Books
More ABAP Tips
SAP ERP Modules, Basis, ABAP and Other IMG Stuff All the site contents are Copyright © www.erpgreat.com
and the content authors. All rights reserved.
|