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

Function Module Reqd

Former Member
0 Likes
404

Hi All,

I am trying to fetch the amount(WRBTR) from Accounting Document using the billing document number. Is there any function module that i can use for this.

Regards,

Karthik

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
373

Hi Karthikeyan

Please check FM: <b>BBP_FI_DOCUMENT_READ</b>

Minimum Parameters to be passed:

-> I_AWTYP = 'VBRK'.

-> I_AWREF = Billing Document Number

Check if you can pass Company Code for BUKRS and Fiscal Year for GJAHR.

Hope this helps.

Kind Regards

Eswar

1 REPLY 1
Read only

Former Member
0 Likes
374

Hi Karthikeyan

Please check FM: <b>BBP_FI_DOCUMENT_READ</b>

Minimum Parameters to be passed:

-> I_AWTYP = 'VBRK'.

-> I_AWREF = Billing Document Number

Check if you can pass Company Code for BUKRS and Fiscal Year for GJAHR.

Hope this helps.

Kind Regards

Eswar