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

Billing Document Header Condition

Former Member
0 Likes
963

Hi,

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

Thanks.

1 ACCEPTED SOLUTION
Read only

former_member188827
Active Contributor
0 Likes
736

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
Read only

Former Member
0 Likes
736

Hi,

Look at the function module CHANGEDOCUMENT_READ_HEADERS

Regards

Sudheer

Read only

former_member188827
Active Contributor
0 Likes
736

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

Read only

former_member188827
Active Contributor
0 Likes
737

select knumv from vbrk into zknumv where vbeln = zvbekn.

endselect.

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

endselect.

Read only

JozsefSzikszai
Active Contributor
0 Likes
736

hi DWade,

you cann use RV_PRICE_PRINT_HEAD

importing parameter komk you can build up from VBRK.

hope this helps

ec