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

Program to Find Customer Details

Former Member
0 Likes
536

Hi,

I have a specific requirement that all customer relevant data should be downloaded into flat files.

For example, let us take customer, we need complete information of a customer in a single table so that we can export the same to flat file.

RMDATAGEN this program is for Material. here i get all Material details. simillarly can i get all for Customer.

Please advise if there are any programs available.

Thanks in advance

Thanks,

Hi,

I have a specific requirement that all customer relevant data should be downloaded into flat files.

For example, let us take customer, we need complete information of a customer in a single table so that we can export the same to flat file.

RMDATAGEN this program is for Material. here i get all Material details. simillarly can i get all for Customer.

Please advise if there are any programs available.

Thanks in advance

Thanks,

2 REPLIES 2
Read only

Former Member
0 Likes
480

Hi

you can use BAPIs- BAPI_CUSTOMER_GETDETAIL2 and BAPI_CUSTOMER_GETDETAIL1 to get the customer details.

Regards

Geeta Gupta

Read only

Former Member
0 Likes
480

Solved