‎2009 Mar 06 10:37 AM
Hi All,
i have a problem in the program while updating the AUSP table am using the function module
CLVF_VB_INSERT_CLASSIFICATION
in that function module the short dump occurs while try to insert ausp in the following line,
insert auspc_v1 client specified from table auspcv1.
the problem is while updating transaction CL20N the update has been failed thats why i have tried to manually insert in AUSP even though its short dumping.
i have maintained all the necessary settings in cl24n.
could you please resolve my issue.
‎2009 Mar 06 1:02 PM
Check whether entries(key field) in table auspcv1 are already available in AUSP.
use INSERT only if entries are not available in ausp
Cheers,
‎2009 Mar 09 7:34 PM
I am not sure of the Tables and there uses but it looks like you need to update SAP tables through standard transaction which is failing.
Are there any data inconsistancies for the data that you are trying to maintain?
Also maintaining the SAP table manually is not advisable as ther could be some other dependant/related tables which also might require updation.
By the way what is the Message diplyed in ABAP dump it will definately help in solving the problem.
Regards
Shital
‎2009 Mar 16 9:33 AM
Hi Suresh ,
Are u passing Client (MANDT) for that ?? i have small doubt on this coz u said it is raising some client specific related Error ..???
thanks
Sreenivas
‎2009 Mar 17 1:13 AM
Hi Suresh,
Check if the SAP Note 876810 can solve your problem.
Regards,
Fernando Da Ró
‎2009 Mar 17 9:13 AM
dump comes with insert statement if key fields already exists
put check for that n then see if it solve the issue.