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: 

how to display depot excise invoice number?

Former Member
0 Kudos

Hey Buddies,

If I know a depot excise invoice, how could I find delivery number ?

Is J1IJ possible?

Thanks.

Karen

8 REPLIES 8

former_member186385
Active Contributor
0 Kudos

Hi,

You have to use two table

J_1IEXCHDR- DOCNO which is Excise invoice and get RDOC which is your Billing document (or reference)

put this in VBRP and VGBEL is the delivery

regards,

santosh

0 Kudos

Hey Sir,

We r looking for the way for user operation. So table is not possible.

and My understanding  , depot excise table is J_1IRG23D..

pls throw a light.

jpfriends079
Active Contributor
0 Kudos

As query is related to CIN, discussion moved from SAP ERP SD Billing to Internationalization and Unicode

Lakshmipathi
Active Contributor
0 Kudos

Try in J1I7

G. Lakshmipathi

0 Kudos

Hey Sir,

I found this report read from table J_1IEXCDTL. It's factory excise table.

phanikumar_v3
Active Contributor
0 Kudos

Go to J1IIN and go to change(F6) and enter the excise number and see the Excise Invoice/year/Excise Grp--- you need to go to Document flow from excise document--you can see the Delivery number Item wise...'''

Phanikumar

0 Kudos

Hey Sir,

I'm checking for depot excise. J1iin is for factory.

0 Kudos

Hi,

There is no standard process available for this. Generate a query or abap report with table J_1IRG23D. Pass depot excise invoice number in field DEPEXNUM with DEPEXYEAR and pick the required details.