‎2010 Mar 09 10:18 AM
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
‎2010 Mar 09 10:33 AM
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
‎2010 Mar 09 10:33 AM
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