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

SD Report Problem!

Former Member
0 Likes
506

Hi everybody!

Could anyone let me know how should i retrieve the header values of a billing document into my

report,i.e. in konv table, for a particular vbeln no i have some values in

its header and i want only the header values to be retrieved not the line

item wise values.

i have tried using the billing document header data table vbrk but it has only the total value(vbrk-netwr) and i need to retrieve all the values pertaining to the condition type , i.e. zcsp,zds5,zds6.zvip,zdif... etc.

Immediate response would be highly appreciated,

Thanks in advance,

Warm Regards,

Parwez.

2 REPLIES 2
Read only

Former Member
0 Likes
471

Hi,

Declare an internal table with all the fields which ever you required.

Select f1 f2 f3 from VBRK into table itab where vbeln = <...> and condition type in ('ZCSP','ZDS5',.....).

Regards,

Satish

Read only

0 Likes
471

Hi Satish!

Well , the condition type (kschl) is in konv table how should i use it in vbrk ?, i don't even find any relevant condition types in vbrk?

regards,

Parwez.