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

invoice number

Former Member
0 Likes
1,202

Hi all,

Need some help.

Could any one tell me how to find the Invoice number for a given document Number ?

Anuj jain

Go to VBFA table, enter document number here in VBELV field you can see preceeding and follow on document.

7 REPLIES 7
Read only

h_senden2
Active Contributor
0 Likes
1,118

what kind of document is the starting point ?

in sales order display you can check the document flow to find the invoice.

regards,

hans

Read only

Former Member
0 Likes
1,118

Hi,

Goto vl02n/ vl03n, enter the document number and in the toolbar, there is button document flow or press F7. it will show the document flow, in that you can find the invoice number if it is created.

Reward if useful.

Thanks,

Muthu.

Read only

Former Member
0 Likes
1,118

look in the table VBFA

with the document number (vbelv) and document type (vbtyp_n) = 'M'. this table is the document flow table and contains all flow data

Read only

Former Member
0 Likes
1,118

Hi,

Please specify from which document u need the Invoice number...

ie..whether from sales order or from delivery...

Thanks and Regards,

Litta

Read only

Former Member
0 Likes
1,118

You should fetch it from table VBFA

Read only

Former Member
0 Likes
1,118

Go to VBFA table, enter document number here in VBELV field you can see preceeding and follow on document.

Read only

Former Member
0 Likes
1,118

thanx!