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

Customer Classification..table update AUSP

Former Member
0 Likes
2,096

Hi Guru's

I have to update the customer classification via table AUSP

Table AUSP is only table which stores the Information Characterstics Values maintained for a Class type.

I am updating this table directly via Z program.

data : it type STANDARD TABLE OF ausp WITH HEADER LINE.

it-objek = 'N231512'.

it-ATINN = '0000000068'.

it-atwrt = 'ST'.

it-klart = 'Z01'.

it-mafid = 0.

it-atzhl = '001'.

it-adzhl = '0001'.

it-mandt = '200'.

APPEND it.

MODIFY ausp from table IT.

But when i am going in XD03 to see the characterstic value (ST in this case) . Then ST is not getting set in XD03 classification view.

also when i am setting the same value ST via XD02 then value is getting updated in Table AUSP with duplicate entry what i have updated via above progm.I don't know how table is allowing duplicate entry.

suggest me somthing

Best Regards

Subham

1 ACCEPTED SOLUTION
Read only

former_member404244
Active Contributor
0 Likes
1,122

Hi,

Please don't update directly to the table AUSP.. Also the ATINN will be different in each client for one particular classfication data..

I would suggest use the LSMW

Standard Batch/Direct Input

- Object: 0130

- Method: 0002

- Program name: RCCLBI03

- Program type: D

Regards,

Nagaraj

1 REPLY 1
Read only

former_member404244
Active Contributor
0 Likes
1,123

Hi,

Please don't update directly to the table AUSP.. Also the ATINN will be different in each client for one particular classfication data..

I would suggest use the LSMW

Standard Batch/Direct Input

- Object: 0130

- Method: 0002

- Program name: RCCLBI03

- Program type: D

Regards,

Nagaraj