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 PLAN DETAILS -Function Module

Former Member
0 Likes
2,667

I have sales order no .

What is the function module to give the details of BILLING PLAN for that sales order.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,300

There is a link between VBKD-FPLNR and FLTP-FPLNR.

Pass the VBELN to VBKD, Fetch the FPLNR and pass it to FLTP to get the FLTP details.

Try the FM - DPBP_SLS_GET_REF_FPLNR_FPLTR

2 REPLIES 2
Read only

Former Member
0 Likes
1,301

There is a link between VBKD-FPLNR and FLTP-FPLNR.

Pass the VBELN to VBKD, Fetch the FPLNR and pass it to FLTP to get the FLTP details.

Try the FM - DPBP_SLS_GET_REF_FPLNR_FPLTR

Read only

Former Member
0 Likes
1,300

Hi,

Use FM:

SD_SALES_BILLINGPLAN_READ

Thanks and Regards,

Chandra