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: 

Very Urgent help needed pls.. , SD Report Problem!

Former Member
0 Kudos

Hi Everyone!

Iam required to retrieve the Header details values for a billing document no. into my report,

i.e., in vf03 transaction code if we take any billing doc. no. there, apart from the line items, we'll have the header details icon, and iam required to retrieve only the header values pertaining to all the condition types(zcsp,zds5,zdif,zvip, etc..)

i have tried using vbrk table but there i could find only total value (vbrk-netwr) not all the values

i saw the technical settings of the field value to know which table it belongs but it says komv-kwert thats a structure i searched in konv table but couldn't find these values ,

Plss help, its very urgent.

Thanks in advance,

Regards,

Parwez.

4 REPLIES 4

Former Member
0 Kudos

Hi,

In table vbrk u will get the field name knumv, pass this in konv then u will get the values depending on the condition types.

regards,

Santosh thorat

0 Kudos

Hi,

from vbrp table u will get posnr field also and then pass knumv and posnr in konv then u will get the values as per the line items.

regards,

Santosh

amit_khare
Active Contributor
0 Kudos

Refer the FM - RV_PRICE_PRINT_HEAD.

Regards,

Amit

Reward all helpful replies.

Former Member
0 Kudos

Hi

Take the <b>VBRK-KNUMV field and pass it to KONV-KNUMV</b> table field along with all the Condition types (KSCHL) fields to get the amounts (KBETR and KWERT) fields

Regards

Anji