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

abap dump error

Former Member
0 Likes
1,692

[code][code]in prd server have 4 clients. transaction kp26.... in main program saplkpp0.... error occurs in prog ' cocc2004' cuz... internal itdat1 has been declared in cocc2004 which does not have a component ' txtupl'. but in the include rkccai02 itdat1- txtupl has been used...which gives a syntax error... the solution is there....to declare txtupl in cocc2004...but this happens in only one client... the dump error is somehow overlooked in the other clients.... but all the progs have the same syntax error

16 REPLIES 16
Read only

Former Member
0 Likes
1,602

check all the components are transported to that server

if you made any changes earlier..

vijay

Read only

Former Member
0 Likes
1,602

I feel this is surely because of trasnporting the changes from one server to another..

vijay

Read only

Former Member
0 Likes
1,602

Hi,

The issue may be due to inactive component in the main program, check whether all the components ( Reports, includes, function modules etc )are active in the main program,

Hope this helps,

Rgds,

Read only

Former Member
0 Likes
1,602

Go to SE80 and give the Main Program name and check the syntax and check all the components are active or not..

vijay

Read only

0 Likes
1,602

all are active... the solution is simply declaring the field txtupl.... but is there a way i culd find out why the dump error is overlooked in another client on the same server....though in both clients obviously the syntax error on the program does occur

Read only

0 Likes
1,602

keep a break point in the client where you are not getting error,

and similarly the other one too...

check both simulataniously....

may be you can get some solution...

Read only

0 Likes
1,602

both will stop at the break point, and then you can see the difference...

vijay

Read only

0 Likes
1,602

i do appreciate your help sir... but it is a syntax error so i cannot give a breakpoint...though active.... the program in both the clients are same....since on same server ... solution is simple....but a clue to the problem is what is required from me

Read only

0 Likes
1,602

hi sorry,

i thought it is dump..

then try activating the one with no errors....and see it is activating or not..

vijay

Read only

0 Likes
1,602

sir.... iam very grateful to you for your participation... iam sorry i didnt mention that it was a syntax error. but my dilemma is that how com after using the same values in the transaction kp26 for both clinets in the same server .... one throws an runtime error and the other executes very well... actaullly after pressing f5 for overview. the propgram in both clients is the same and when when checked for error in bothe clinets in se38 it does throw a syntax error.... but throws a runtime error only in one.... where is it overlooking the syntax in one of the clients. again very grate ful for your help

Read only

0 Likes
1,602

hi

do go to se80 and check the program n activate all the relevant includes...think it's transport issue!!

it will def help!!

and u can also go about comparing the program in both the client!!

Plz reward point if it helps!!

Regards,

Gunjan

Read only

0 Likes
1,602

did you check the DUMp what is it saying.,,.

vijay

Read only

0 Likes
1,602

if yo culd give me you mail id i culd send you the log file

Read only

0 Likes
1,602

I hope you got the id....

Message was edited by: Vijay Babu Dudla

Read only

0 Likes
1,602

check this include syntax RKCCAI02 once again.

change ITDAT1-TXTUPL to ITDAT1-TXTUP.

Read only

Former Member
0 Likes
1,602

Solution is in SAP Note 762043.