Application Development and Automation 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: 
Read only

One Time Customer

Former Member
0 Likes
649

Hi,

I want to select following fields form the structure SDPARTNERLIST (to take one time customer address)

NAME1

STREET

POST_CODE1

CITY1

from which table i get this fields

Regards,

Nausal

Hi,

I want to select following fields form the structure SDPARTNERLIST (to take one time customer address)

NAME1

STREET

POST_CODE1

CITY1

from which table i get this fields

Regards,

Nausal

4 REPLIES 4
Read only

Former Member
0 Likes
616

HI

refer table ADRC

Read only

Former Member
0 Likes
616

Hi,

Have you tried this function module

BAPI_CUSTOMER_GETDETAIL

Give your customer and Sales Organization as input

Regards

Read only

Former Member
0 Likes
616

Hi Nausal,

Check this

hope it helps you.

Regards

Read only

Former Member
0 Likes
616

I get solution for this problem.

first take VBPA-ARNR using delivery document no VBRP-VGBEL.

select fields from ADRC where ADDRNUMBER = VBPA-ADRNR

Thanks,