cancel
Showing results for 
Search instead for 
Did you mean: 

AED,SECESS,CESS elements for Utilization J2IUN

Former Member
0 Kudos

Dear All,

How can i get the AED,SECESS & CESS components elements "under utilization for BED" in J2IUN - Monthly utilization screen.Duty Payable are available for SECESS & CESS but not at available balances.Please help me with your inputs.

Thanks & Regards,

Chandra.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Please select the ECess or SEcess Payable and click on select duty as shown below.

Thanks n Regards,

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

The components will be displayed as per the below code logic in J_1IRULES.

Below are the components possible for BED,

   * rules for paying BED.
  rules-duty = bed.
  rules-accname = 'RG23ABED'.
  append rules.
  rules-accname = 'RG23CBED'.
  append rules.
  rules-accname = 'RG23ASED'.
  append rules.
  rules-accname = 'RG23AADC'.
  append rules.
  rules-accname = 'RG23CADC'.
  append rules.
  rules-accname = 'RG23CSED'.
  append rules.
  rules-accname = 'SERTAXCR'.
  append rules.
  rules-accname = 'PLABED'.
  append rules.

Hope this explains that you will NEVER get RG23AECS,RG23CECS for BED payable.

Regards,

Rajasree R

Former Member
0 Kudos

Thank you so much.

Former Member
0 Kudos

Dear FC,

Thank u so much for reply.Here my  question z how to get RG23AECS,RG23CECS components down.in my system i  cant these two components.Pls suggest.

Thanks & Regards,

Chandra.