Skip to Content
0
Nov 01, 2012 at 06:27 AM

Which include Program Links the Material Master

27 Views

Dear Expert’s,

I am new to ABAP, Studying Enhancement Framework Concept.

I have Completed one Small Exercise in sale order with help of include Program MV45AFZB. concept is If person A Creates the Sale order, Person A only have authorization to edit and modify. if person B tries to edit error message should throughout like Access Denied. Yeah it is working well. Like above concept am trying to do in Material master but I don’t know which include program links the Material Master. Concept is If person A creates the material ABC .Person A only have authorization to edit and modify. if person B tries to edit in tcode - MM02 error message should throughout.

My coding Inside the include Program-MV45AFZB

If not sy-tcode = ‘VA01’.

If not sy-uname = vbak-ernam

Message e000(39) with ‘Access Denied’.

Endif.

Endif.

Any One Please Help Me….

Thanks & Regard’s,

Thangam.P