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

VAT Return Schedule

Former Member
0 Likes
492

Hi gurus

I am a newbie in abap programming and i need assistance from you.My client wants me to develop a program that enables them to extract data for input tax and output tax  by business area so that the difference from the two will provide  Tax to be returned to the revenue authority.Firstly i noticed that when items are being posted the tax line item component does not have the business area in BSEG.but i later realized that table FAGLFLEXA contains the correct details for tax . it has the line item component for tax with business area.

However    1) i am confused as on how to build the select statement that is to fetch the data from the tables since some items which feed the input or output tax can be items neither from a vendor or customer such as items bought through petty cash .

2)    I need to use alv grid concept in my report but i am not sure as on how to use it because i only have theoretical knowledge maybe a code snippet might help with comments on it so that i can follow.

Regards

Rejoice

Moderator Message - Spoon feeding is not allowed in the forums.

Message was edited by: Suhas Saha

2 REPLIES 2
Read only

VXLozano
Active Contributor
0 Likes
445

Maybe you need some additional formation... a small course about SQL could be a good idea.

About the ALV thing, SAP has some *ALV* sample programs. Check them and start from there.

Read only

Former Member
0 Likes
445

thanks