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: 

Country specfic master data

Former Member
0 Kudos

Hi All,

We are looking for information on the country specific master data (Customer / Vendor) requirements for Brazil & Argentina.

Pls do help.

Shamoil.

1 ACCEPTED SOLUTION

Former Member
0 Kudos
3 REPLIES 3

Former Member
0 Kudos

hi,

Country specfic Customer data is available in KNA1-LAND1 and

Vendor master is in LFA1-LAND1.

Revert back if any issues,

Regards,

Naveen

Former Member
0 Kudos

Hi

Welcome to SDN forum

Write the Select statements to KNA1 and LFA1 table where LAND1 = Brazil and Argentina(see the corect field name of the Country and fetch the customer master and Vendor Data)

sample code like

Tables :kna1,lfa1.

select * from KNA1 where Land1 = 'BR'.

Select * from Lfa1 where land1 = 'BR'.

Regards

Anji

Former Member
0 Kudos