Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

vendor name from accounting document no

Former Member
0 Kudos

hi,

how to get vendor name from accounting document no.

plz help.

5 REPLIES 5

Former Member
0 Kudos

Hi,

please check BSEG table.

Regards

jana

GauthamV
Active Contributor
0 Kudos

hi,

use this table.

BSEG or BSAK or BSIK.

Former Member
0 Kudos

Hi,

Use

Read BSEG table using BELNR and fetch the LIFNR ( Account Number of Vendor or Creditor ) field value and

Based upon LIFNR read vendor name table LFA1 table using LIFNR field.

Hope it will helps

Former Member
0 Kudos

Hi,

Go to BSEG Table , give company code(BSEG-BUKRS) and Accounting document no(BSEG-BELNR) and fetch Vendor number(BSEG-LIFNR).

Go to LFA1 Table, give (LFA1-LIFNR) and fetch vendor name(LFA1-NAME1).

Regards,

Deepthi.

Former Member
0 Kudos

None of this works for OTOs.

Rob