Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

LIS Info structure (S001) Transaction Code: MCTA-Customer.

Former Member
0 Likes
1,076

Dear All,

Client Requirement is: Analyze "material group”

In LIS, for the Tcode: MCTA how to add New Field “Material Group” in the selection screen as well as report output.

Please send me LIS extraction Step By Step Procedure to my mail id : [email protected]

Thanks In Advance

Sudheer

Dear All,

Client Requirement is: Analyze "material group”

In LIS, for the Tcode: MCTA how to add New Field “Material Group” in the selection screen as well as report output.

Please send me LIS extraction Step By Step Procedure to my mail id : [email protected]

Thanks In Advance

Sudheer

1 REPLY 1
Read only

Jelena_Perfiljeva
Active Contributor
0 Likes
653

Material group is not part of S001 table, therefore, adding it to the transaction (even if it was possible) would make no sense. You can either create your own LIS and then use MCSI transaction to view it, or you can create a custom ABAP report that will accept Material Group as a parameter (among others) and then will use S001-MATNR to pick up only the materials that belong to that group.