cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Hello Everyone,I want to add a tab in the additional data in CV03N Tcode, do we have any BADI

Arthi2
Explorer
0 Likes
936

I want to add a tab in additional tab in CV03N tcode i tried to add in user exit - CV110001

Accepted Solutions (1)

Accepted Solutions (1)

RaymondGiuseppi
Active Contributor
0 Likes

Did you already look for information in online documentation such as 

Where are you stuck?

Arthi2
Explorer
0 Likes
I tried using user exits - CV110001 . Please fidn the belwo screens
Dominik_Tylczynski
SAP Champion
SAP Champion
0 Likes

@Arthi2  you have not provided the screenshots

RaymondGiuseppi
Active Contributor

Before you paste your screen copies, this is a classic exit, so from CMOD you should :

  • In EXIT_SAPLCV110_001 provide title text for custom dynpro 1 (if initial dynpro wont be displayed)
  • Define required data for exchange between Abap memory and Dynpro in include ZXCV110TOP of exit function group XCV11
  • Create the subscreen with your fields and logic referencing data from the top include
  • In EXIT_SAPLCV110_002 PBO logic pass data from main program to structures defined in top include
  • In EXIT_SAPLCV110_003 PAI logic pass data from structures defined in top include to main program
  • In EXIT_SAPLCV110_004 handle function codes from main program dynpro
  • Activate dynpro, includes, project and test

 

 

Arthi2
Explorer
0 Likes
Thank You so much issue is resolved using User exit - CV110001 and using the steps

Answers (0)