cancel
Showing results for 
Search instead for 
Did you mean: 

VA45 - List of Contracts - add material group

Former Member
0 Kudos

We need to be able to add the field material group (VBAP-MATKL) to the selection and report in VA45 - List of Contracts.  Does anyone have any experience doing this via a user exit?  Many thanks!

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

First of all you  should add your fields in structure VBMTV.

Then, the value field must be populated in table T180A.

Finally, you can use include V05TZZMO to write the ABAP code.

You have an example (in spanish) in the following link

http://blogdesap.blogspot.com.es/2010/11/anadir-campos-en-listas-de-documentos.html

Regards,

Óscar

Former Member
0 Kudos

Mucho gracias Oscar!

Will this allow selection by material group?  Or is this functionality only going to provide the material group in the list report?

Best regards,

Bill

Former Member
0 Kudos

De nada Bill 🙂

So, if you need to add your own selection criteria in report SAPMV75A you can do it by:

IMG: Sales and Distribution / Sales / Lists / Define selection criteria

with transaction group '4'. I don't how to add a new field in this view. In my experience I had to change one of the fields with my own field. In your case, you should have to change one of the fields for the field 'material group'. The link

http://blogdesap.blogspot.com.es/2010/11/anadir-campos-en-listas-de-documentos.html

contains the information that you need.

Regards,

Óscar

Lakshmipathi
Active Contributor
0 Kudos

Check this thread

http://scn.sap.com/thread/1726252

G. Lakshmipathi