‎2010 Aug 17 12:14 PM
hi experts,
I added tow fields vendor no, vendor name to Tcode:KSB1.
i used user-exit : coomep01 .
in this exit i added two fields to ci_rkpos (include table) . i.e zlifnr,zname1.
but that problem is ci_rkpos is not appearing in green color it means it is not transported .
in development client is working properly .
using sm34 i added fields names.
error is coming like this.
-
The following syntax error occurred in the program SAPLXKAEP :
"The data object "CS_RECORD" has no component called "ZLIFNR", but ther"
Error in ABAP application program.
The current ABAP program "SAPLKAEP" had to be terminated because one of the
-
here wat ever we add the zfields will appear in kaep_coac ,so in this structure two added fields are appeared in dev client
but,the same zfields when transported to quality is not appearing .
please suggest how to do??
‎2010 Aug 17 12:23 PM
Hi Kamal,
Try to transport the two 'Z' fields of the structure kaep_coac separately and then re transport your user-exit.
Thanks,
Venkat
‎2010 Aug 17 12:25 PM
Is CI... structure activated in development. Should have attached to transport... Pls note SAP namespace includes fields named Z. SAP Best Practice is to name customer fields ZZ.......
‎2010 Aug 18 6:24 AM
hi breakpoint.
yes i attached in transport.
in quality client.
wat ever i wriiten code in user exit it is coming ,but
incldue table structure is not coming ,and even that fields are appearing in v_tkalv ,but in structure kaep_coac
blank include strcuture CI_RKPOS is appearing ,but
in dev client is working properly, and in quality first of all report is going to dump.
here this tvode is using all 3 plants,how can i restrict to specified plant so that ,it will not affect others plant.
suggest me how to do??
Edited by: kamalsac on Aug 18, 2010 10:57 AM