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: 

Mass Change to Customer Master Sales Text

Former Member
0 Kudos

Client wants to change customer master sales text,(shipping comments) for many customers.

Is there any utility to do the same.

One probable solution is using tcode SCAT, is any one having any documentation etc regarding this.

Thanks

1 ACCEPTED SOLUTION

former_member214131
Active Contributor
0 Kudos

Hi,

I would prefer to do with an LSMW with following object:

Object 0001 Long texts

Method 0001 (No selection)

Program name /SAPDMC/SAP_LSMW_IMPORT_TEXTS

Program type D Direct input

Check out the Object name details from the respective transaction / Table STXH & load the data

If you want to read the long text you can use FM: READ_TEXT & save the long text by program method, you can use SAVE_TEXT.

Hope this helps you.

Best Regards, Murugesh AS

1 REPLY 1

former_member214131
Active Contributor
0 Kudos

Hi,

I would prefer to do with an LSMW with following object:

Object 0001 Long texts

Method 0001 (No selection)

Program name /SAPDMC/SAP_LSMW_IMPORT_TEXTS

Program type D Direct input

Check out the Object name details from the respective transaction / Table STXH & load the data

If you want to read the long text you can use FM: READ_TEXT & save the long text by program method, you can use SAVE_TEXT.

Hope this helps you.

Best Regards, Murugesh AS