cancel
Showing results for 
Search instead for 
Did you mean: 

billing plan no

Former Member
0 Kudos

hi,

how to find billing plan number associated with sales order no.

ie., i want to find sales order no & it's billing plan no.

Pl suggest

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Sales document > Item > Billing plan > Select date > Item data and find field billing plan (FPLNR).

Former Member
0 Kudos

HI,

is there any table where in i get both sales order no & billing plan no

Pl suggest

Former Member
0 Kudos

Yes, table is FPLA.

Former Member
0 Kudos

Hi,

Goto the T.Code "SE11/SE16".

Enter the table name as "FPLA".

Pass the order number into "VBELN" field.Execute.

Get the billing plan number from "FPLNR".

Fetch the value from this field and pass it into the table "FPLT".

You will the item details present in this billing plan.

Regards,

Krishna.

Answers (0)