Application Development and Automation 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: 
Read only

how to find VAT code using invoice no

Former Member
0 Likes
976

hi all,

Is there any FMs available to find out the VAT code based on Invoice Number. Please let me know.

Also, are there any FMs to find out all the concerned logos related to a document?

Thanks in advance,

Regards,

HKM

hi all,

Is there any FMs available to find out the VAT code based on Invoice Number. Please let me know.

Also, are there any FMs to find out all the concerned logos related to a document?

Thanks in advance,

Regards,

HKM

4 REPLIES 4
Read only

Former Member
0 Likes
692

you can get the vat no in VBRK table.Field is STCEG.

Read only

Former Member
0 Likes
692

hi Ravi,

Actually, this i have to do from JCO calls which can not support any SQL calls. So, please let me know any FMs available for this.

Thanks a lot,

Regards,

HKM

Read only

Former Member
0 Likes
692

hi,

Is there any difference between VAT registration number and VAT code? Please let me know

Regards,

HKM

Read only

anversha_s
Active Contributor
0 Likes
692

Hi,

If the conditions are defined, then you will get the values in KONV itself.

Ex.

Say conditions for VAT,CST and Excise are ZVAT,ZCST and ZEXC.

You will get the condition number KNUMV from EKKO.

Put this KUNMV and KPOSN = EKPO-EBELP and KSCHL = ZVAT or ZCST or ZEXC in KONV and get the item level values.

hope it helps.

Regards,

anver.

pls mark points if helped