BSFN Call for Java to Get Next Number

Dave M

Member
I am writing a Java application that handles invoices for JDE applications. I am using several BSFN to read and write to F0411 and f0911. Not I am trying to write to the F47041 table and I need a "Next Number" for the document number.
Is there a BSFN for doing that? Is it and any of the other BSFNs documented anywhere handily?
Thanks
 
X0010

It's used everywhere. Search the 'source' directory and you'll see how to call it.
 
Thanks. With that info I found the Java call is X0010GetNextNumber. Works like a champ.
 
Back
Top