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

problem araised in adding two custom fields to ksb1 tcode.

Former Member
0 Likes
985

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??

3 REPLIES 3
Read only

Former Member
0 Likes
720

Hi Kamal,

Try to transport the two 'Z' fields of the structure kaep_coac separately and then re transport your user-exit.

Thanks,

Venkat

Read only

Former Member
0 Likes
720

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.......

Read only

0 Likes
720

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