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: 

Billing Document Header Condition

Former Member
0 Kudos

Hi,

Is there a table / function module which can retrieve the document header conditions given a billing document number ?

Thanks.

1 ACCEPTED SOLUTION

former_member188827
Active Contributor
0 Kudos

select knumv from vbrk into zknumv where vbeln = zvbekn.

endselect.

select kschl .... from konv into corresponding fields of wa where knumv = zknumv.]

endselect.

4 REPLIES 4

Former Member
0 Kudos

Hi,

Look at the function module CHANGEDOCUMENT_READ_HEADERS

Regards

Sudheer

former_member188827
Active Contributor
0 Kudos

first go to vbrk..get document condition number(knumv) for a particular invoice...den go to table konv..giv da value of field knumv and execute

former_member188827
Active Contributor
0 Kudos

select knumv from vbrk into zknumv where vbeln = zvbekn.

endselect.

select kschl .... from konv into corresponding fields of wa where knumv = zknumv.]

endselect.

JozsefSzikszai
Active Contributor
0 Kudos

hi DWade,

you cann use RV_PRICE_PRINT_HEAD

importing parameter komk you can build up from VBRK.

hope this helps

ec