‎2005 Dec 12 6:18 AM
[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
‎2005 Dec 12 6:22 AM
check all the components are transported to that server
if you made any changes earlier..
vijay
‎2005 Dec 12 6:23 AM
I feel this is surely because of trasnporting the changes from one server to another..
vijay
‎2005 Dec 12 6:26 AM
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,
‎2005 Dec 12 6:30 AM
Go to SE80 and give the Main Program name and check the syntax and check all the components are active or not..
vijay
‎2005 Dec 12 6:39 AM
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
‎2005 Dec 12 6:46 AM
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...
‎2005 Dec 12 6:47 AM
both will stop at the break point, and then you can see the difference...
vijay
‎2005 Dec 12 6:51 AM
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
‎2005 Dec 12 6:53 AM
hi sorry,
i thought it is dump..
then try activating the one with no errors....and see it is activating or not..
vijay
‎2005 Dec 12 7:31 AM
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
‎2005 Dec 12 7:37 AM
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
‎2005 Dec 12 7:38 AM
‎2005 Dec 12 7:39 AM
‎2005 Dec 12 7:41 AM
I hope you got the id....
Message was edited by: Vijay Babu Dudla
‎2005 Dec 12 7:51 AM
check this include syntax RKCCAI02 once again.
change ITDAT1-TXTUPL to ITDAT1-TXTUP.
‎2006 Jul 24 3:18 PM