cancel
Showing results for 
Search instead for 
Did you mean: 

Copy to button in purchase Order

Former Member
0 Kudos

Hi all,

I have already created a purchase indent form under a new module.

Now i want to copy to purchsae order ... can u send me some sample code....

how can i proceed to work with this problem..

Thanks

Emon

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

i think what you can do is by making an object to the purchase order copy the values of your indent to PO

You can get PO fields by following object..

Dim oPO As SAPbobsCOM.Documents

oPO = SBO_Company.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oPurchaseOrders)

I hope it will help you

Thanks