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

Reg:Shortdump in Program while updating Table AUSP

Former Member
0 Likes
951

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.

5 REPLIES 5
Read only

Former Member
0 Likes
806

Check whether entries(key field) in table auspcv1 are already available in AUSP.

use INSERT only if entries are not available in ausp

Cheers,

Read only

0 Likes
806

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

Read only

Former Member
0 Likes
806

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

Read only

former_member182114
Active Contributor
0 Likes
806

Hi Suresh,

Check if the SAP Note 876810 can solve your problem.

Regards,

Fernando Da Ró

Read only

Former Member
0 Likes
806

dump comes with insert statement if key fields already exists

put check for that n then see if it solve the issue.