HI,
I have one requirement.
Before posting i checked in forum , How to implement the screen exit for CV01n
After that i got some links.
So, I Got the below link..
--
I created a project in CMOD and used CV110001 to add a new tab in CV01N , CV02N and CV03N.
CV110001 has screen exit (screen 0100) that you can add you fields in this screen .
for example you can add zfields to DRAW table and add them into screen .
sample code :
EXIT_SAPLCV110_001 :
double click on INCLUDE ZXCV110U01 line and create new inculde file :
pfx_tab1 = Text-001 ."Text-001 : text symbole - title for new tab
EXIT_SAPLCV110_002
double click on INCLUDE ZXCV110U02 . line and create new inculde file :
MOVE-CORRESPONDING Ps_DRAW to draw .
EXIT_SAPLCV110_003
double click on INCLUDE ZXCV110U03 line and create new inculde file :
MOVE-CORRESPONDING draw to PSX_DRAW .
Know activate project and all inculdes .
no need to do any other customizing .
According to the above link i would like to tell the things what i did until now..
My Requirement is At CV01N (document Creation) DMS . Under Object link tab some other tabs are appearing.
I need one more customization tab.. Iif it's come beside to the object link, also i dont have any problem.
but my problem is i am not able to see the screen exit or any tab name.
What i did is
1) i append the Structue Draw ..i activated the table Created one filed busing append.
2) i used CV110001 exit for implementing the above task.
It is having some functional and screen exits. By using the cmod i created
3) then i open the SAPLCV110 100 then By using the data dictionary i drag the field from draw table.
4) Now i activate the exits..
but i am not abel to see the any screen in Cv01n or cv02n i created document to .
There is no pop also.
May i know what is the mistake i had done..
Please have a look on below attached images.
I need your valuable suggesitons..