cancel
Showing results for 
Search instead for 
Did you mean: 

Invoice List

Former Member
0 Kudos

Dear all,

I have a requirement to create invoice lists from Z table that stores my invoice numbers

Is there any good ways to do this? I have tried using BDC but it is not worked because there is a window scroll in VF21 screen.

There are more than 100 invoice numbers to be joined into one invoice list and it is a daily routine.

Any advice?

Thanks a lot

Best Regards

Charles

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Dear Madhu,

Yes i'm going to create program using the method I asked before.

What is the BAPI's name to create invoice list?

Thanks before

Best Regards,

Charles

Former Member
0 Kudos

http://scn.sap.com/thread/2005038

Also try :--

BAPI_INCOMINGINVOICE_GETLIST

BBP_INVOICE_CREATE

Thanks

Rajesh

madhu_vadlamani
Active Contributor
0 Kudos

Hi Charles,

Check with BBP_INVOICE_CREATE as per above link suggested by rajesh.

Regards,

Madhu.

madhu_vadlamani
Active Contributor
0 Kudos

Hi Charles,

Can you explain in detail.What is the purpose of the ztable and what data you are going to store in it.

Regards,

Madhu.

Former Member
0 Kudos

Thanks Madhu for your reply

My Z program stores invoice numbers to Z table. and then, I pull all of the invoice numbers from Z table to make collective invoice lists. What method should I deploy to make invoice list ?

madhu_vadlamani
Active Contributor
0 Kudos

Hi Charles,

How you are planning to ger the ztable data in vf21.Did you check the available exit on this.I am not sure it exist.Another option is check the bapi and pass the data to that and create.here you can do with custom screens and program.

Regards,

Madhu.