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

report

Former Member
0 Likes
420

hi to all , my querry is as follows

can u pls give coding for following report exactly what i want

developed a report which displays the sales document details along with respective delivery and invoice details based on sales area and customer .

pls its urgent points will be rewared for answers

pls give coding

thanbks in advance

3 REPLIES 3
Read only

Former Member
0 Likes
376

Hi

Declare KUNNR,VKORG,VTWEG and SPART as selection screen fields

and fetch the data from VBAK,VBAP fields first

and for all entries of this table

fetch the data from LIKP and LIPS related to delivery

and then from VBRK and VBRP tables related to billing

it is easy to fetch data from these tables

link is that

KNA1-kunnr = VBAK-KUNNR

LIPS-VGBEL = VBAP-VBELN and LIPS-VGPOS = VBAP-POSNR

VBRP-VGBEL = LIPS-VBELn and VBRP-VGPOS = LIPS-POSNR

Reward points for useful Answers

Regards

Anji

Read only

Former Member
0 Likes
376

for a Task like this there should be bucks rewarded not forum points.

in my eyes its fine to ask for help, if you run into problems.

But like it seems you didnt even start trying to solve that problem on your own.

<quote> "can u pls give coding for following report exactly what i want " </quote>

well dude its nothing personal against you, but thats not how things are working here. thx for listening and learning

Read only

Former Member
0 Likes
376

Hi i have the code for the requirement u are facing

i will send the entire code ok

<Post is moderated>