Application Development 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: 

Restrict J1IA excise posting to Plant level

Former Member
0 Kudos

Hi Experts,

Standard Transaction 'J1IA' uses Authorization Object J_1IEXC_CR:

{

  Tcode : J1IA

  Auth. Object : J_1IEXC_CR

  Fields : ACTVT, BUKRS, WERKS

}

In my case, While execution of J1IA , only ACTVT field is checked & field values of BUKRS & WERKS goes unchecked & do not pose any restriction.

Here i want to make use of BUKRS & WERKS to restrict J1IA posting for particular 'Plant' and 'Company Code' only...

Please suggest, How can i do that..??   Is there any customization required for J1IA...??

Regards

Singh

1 ACCEPTED SOLUTION

Former Member
0 Kudos

This object J_1IEXC_CR checking only activity and for BUKRS & WERKS its checking dummy values. May be you need to develop custom exit to check these fields with the help of your ABAP developers.

1 REPLY 1

Former Member
0 Kudos

This object J_1IEXC_CR checking only activity and for BUKRS & WERKS its checking dummy values. May be you need to develop custom exit to check these fields with the help of your ABAP developers.