cancel
Showing results for 
Search instead for 
Did you mean: 

Transction code for view excise amount periodically

Former Member
0 Kudos

Dear all,

Is there any transcation code for to get all the excise duty paid for a customer ie. (B.E.D, E Cess, and SHE Cess) based on dates and months.. or due we have to develop a ztable for it.

pls let me know gys

Waiting for your reply

kumaresh

Accepted Solutions (1)

Accepted Solutions (1)

Lakshmipathi
Active Contributor
0 Kudos

In J1I7 system will populate all details like excise invoice number, billing document number, delivery reference, BED, ECess etc,, Perhaps, you can copy this program and include only customer code in the zee report.

thanks

G. Lakshmipathi

Answers (2)

Answers (2)

former_member187989
Active Contributor
0 Kudos
Former Member
0 Kudos

Hi Kumaresh

You can use Table KONP for your condition types.

give your condition type as KONP-KSCHL and also you can give date range to fetch the values.

If you are going for Z report:

Fetch all sales order from VBAK for a date period. Fetch KNUMH for all sales order.

Pass all these KNUMH to KONP as KNUMH and KONP-KSCHL as your condition types.

It will serve your purpose.

try and revert

Former Member
0 Kudos

dear yadav,

thanks for the update ...