cancel
Showing results for 
Search instead for 
Did you mean: 

Check Register Object

Former Member
0 Kudos

Hi

Can you please suggest how to acces CHECK REGISTER object and how can browse or update records in .Net

something like the following Code

Private BusinessPartners As SAPbobsCOM.BusinessPartners
BusinessPartners = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oBusinessPartners)

Thanks

George Pachakis

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Which Check object are u refereing to..?? It will be helpful if u can tell the screen in SBO,....

I guess it could be one of the following objects....

ChecksforPayment is a business object that represents the information for issuing and printing checks for vendors, employees, and other creditors. SAP Business One updates the balances of vendor accounts each time you add a check for payment. This object is part of the Banking module.

Or

Payments_Checks is a child object of the Payments object and represents the payments through checks in the Banking module.

Source tables: RCT1 (incoming payments) and VPM1 (outgoing payments).

Hope this helps u...

Vasu Natari.

Former Member
0 Kudos

Hi Vasu

I am refering to the incoming Checks ("OCHH" )

Thanks

George