cancel
Showing results for 
Search instead for 
Did you mean: 

Download Program for creating texts

Former Member
0 Kudos

Hi team,

I want to create a Functional specification for downloading texts from the Customer master.

Can any one advice me what are the steps to do this....and what procedure be followed to finish this task

Regards,

saprules

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You need to first know what text you want to donload from customer master.

Ans record the following information about the text:

Text name:(this will mostly be customer number)

Text Langauge:

text ID:

text Object:

To get this info goto the detialed view of text note and GOTO --> Header.

Now you need to pass this information to the ABAPER who can use a function module like READ_TEXT to get the data for all the customers you want (by changing the text name).

Provide a selection screen with relevant selection of customers numbers (based on sales data or based on company code data, or based on general view data).

The validation from selection screen will provide a list of values of customer number that can be used to get data.

Thanks