Application Development 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: 

Adding Custom field in CV02N

VenkatRamesh_V
Active Contributor
0 Kudos

Dear Experts,

Want to add the customized field  in cv02n  T-code  Addnl Data tab.

Kindly need your suggestions.

Regards,

Venkat Ramesh

11 REPLIES 11

raymond_giuseppi
Active Contributor
0 Kudos

Did you look at enhancement (SMOD) CV110001?

Regards,

Raymond

former_member196331
Active Contributor
0 Kudos

Hi,

I think u need to look at cmod project name

exit name is ::   CV110001

Do one thing if u does know what is the project name.

Just create one more project like ztest and  give the enhancement name and try to save it.

Definitely if exit is already implement project name will be appear in error message.

VenkatRamesh_V
Active Contributor
0 Kudos

Hi,

Thank you for replying Raymond & New b.

Gone to smod.

Calling screen SAPLCV110 200 had been copied into ZSAPLCV110 and created another normal screen   with customized fields and assigned to in ZSAPLCV110.

Already one project is activated and i activated again leads to error 'Error in generation.

Kindly guide me.

Regards,

Venkat.

0 Kudos

Call cmod, execute search help on project name, extend parameter list to display the enhancement criteria and fill it.

There can be only one project (it's not a multiple-implementation BAdI but a good old customer-exit)

So share/reuse same project.


Calling screen SAPLCV110 200 had been copied into ZSAPLCV110 and created another normal screen   with customized fields and assigned to in ZSAPLCV110.

Why, this is a modification, at your own risk, etc..?

Use the provided subscreen SAPLXCV110/0100 and the includes of PBO/PAI FM. (and read some documentation on customer-exits)

Regards,

Raymond

0 Kudos

Thankyou for replying Raymond.

Need some suggestion while adding customized fields, displaying warning message.

No field is displayed in screen. Searched many in scn regarding error. many said due to no space.

but i cant find any fields displayed  in the  SAPLXCV110/0100.

Kindly suggest me.

Regards,

Venkat.

0 Kudos

Try to paste your selection a little lower and right

0 Kudos

hi,

Open the screen painter, then at toolmenu ->Dictionary program fields f6 one button u have to press that button. then enter the table name.

Then screen will show the all the field name of the table then  u need to pick it means select that field  enough.

Are u doing exactly like this.

0 Kudos

Thank you for replying Raymond.

In Program SAPLXCV110  Screen 100

Screen area : 'SUBSCREEN' within that i cant add fields below i can add the fields.

Can you tell me after activating the CV110001 where can i see my customized fields ?.

Regards,

Venkat.

0 Kudos

How did you build this dynpro, I hope from CMOD with double-click, else delete and restart. The subscreen area is provided in main program that you are not allowed to change and not required to copy, you have to  define a zsubscreen-dynpro in the exit function groupe (Xxxx) and CMOD can do it for your.

Read first some documentation on customer-exits/dynpro: Changing the SAP Standard (BC): Customer Exits and subscreen.

Regards,

Raymond

0 Kudos

Thank you for your reply Raymond.

Kindly need suggestions.

Created new project using cmod. assigned the CV110001 Enhancement.

Find the function group XCV110 gone to se 80 right click and created my customized screen put its partly active not able to add the code in pbo and pai.

want to copy the standard fm group to customized group ?.

Regards,

Venkat.

0 Kudos

Let CMOD create the dynpro for you. (Else insure this is a subscreeen, etc. yourself)