Hi experts
I am trying to take curtomer tab at item level in me51n.
for that i go throgh the t-code cmod .
project - MEREQ001 and then i select enhancement assignment radio button and click on change
i Include this Enhancement MEREQ001. AND then click on "component ".
I can see the below components into my Project:
It is having Function EXITs, Screen EXITs and few includes for the table.
I Double click on the CI_EBANDB it will take you to SE11 screen.
Here I Include the field which I want to Show or enhance.
Here I have used field ZZISM01 which is of type Char4. Save it and activate it.
then I Click on the BACK button and go back to the Previous screen (having Function EXITs, Screen EXITs and few includes for the table.).
Then I Double click on the Screen EXIT 0111.It will take to me to Screen painter Se51.
Here I Click on the layout button in the screen. And create label and text field.
then I insert our created field ZZISM01 and Save your changes and activate this screen.
after creating the scren now Again go back to the Previous screen using back button.
Two Function EXIT to transfer data to the screen and to read the data from the screen .
Here Function EXIT:
EXIT_SAPLMEREQ_001
and
EXIT_SAPLMEREQ_003
But still i m not sure the what should be added in there two function exit
both the include of there function rxits are blank.
and main thing is that my tab is appereing in ME51N
but when i click on that it give me a dump

Please help me to add the code in my function exits and PBO and PAI of the screen
Thanks and regard
bpn