cancel
Showing results for 
Search instead for 
Did you mean: 

Document Type in Outgoing Payment

Former Member
0 Kudos

Hi All,

I would like to know which table stores the information about the document type selected in Outgoing Payment.

Thanks,

Joseph

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

Check the table OVPM

Try this...

select distinct(DocType) from OVPM

Regards,

Priya

Former Member
0 Kudos

Hi,

Every Header Table have ObjType field this field is used to find out the document Type.

Regards

jambulingam.P

Former Member
0 Kudos

Hi Joseph,

It is calculated based on selection of the document saved in VPM1 depending on the document type either OPCH or ORPC.

You need a case statement to get the same.

Thanks,

Gordon

jitin_chawla
Advisor
Advisor
0 Kudos

Hi,

Check this :


select distinct Invtype from VPM2

Kind Regards,

Jitin

SAP Business One Forum Team

Former Member
0 Kudos

Hi Jitin and Gordon,

Thank you for your feedback.

Please let me know which table stores the information for Customer reference and Invoice date.

Thanks,

Joseph

Former Member
0 Kudos

Hi,

Check this...

select docdate as 'Invoice date',numatcard as 'Customer reference' from OINV

Former Member
0 Kudos

Hi P,

I meant on outgoing payment. Not on Invoice Sorry if my question was not clear..

Thanks,

Joseph

Former Member
0 Kudos

VPM2 table saved Invoice Key so that all required info by you are actually still in OPCH table but linked by the key.