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

screen-exit

Former Member
0 Likes
599

Hi ,

I need to add a new field in the transaction cc02 and i have found a screen-exit for the same ,how should i proceed for the same.

Thanks & Regards

Syed

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
527

create a project in cmod and put the name of the enhancement in the enhancements section.Now click on the screen exit screen,you will be taken to se51 screen painter where you can create your own screen.save and activate the screen.Come back and activate the project.

3 REPLIES 3
Read only

Former Member
0 Likes
528

create a project in cmod and put the name of the enhancement in the enhancements section.Now click on the screen exit screen,you will be taken to se51 screen painter where you can create your own screen.save and activate the screen.Come back and activate the project.

Read only

Former Member
0 Likes
527

hi,

1. u will have a subscreen area meant for customer fields

in the transaction.

2. scan the program and find string <b>CALL CUSTOMER-SUBSCREEN <SUB></b>. this <sub> is the subscreen area meant for u.

3. what u have to do is u <b>create a subscreen</b> and place it on this area.

4. always a <b>function exit</b> is provided alongwith a screen exit. this is to implement functionality for the custom fields added.

5. u have to come via <b>CMOD</b> way for implementation.

reward if useful...

Read only

Former Member
0 Likes
527

Hi ,

Screen exit SAPMC29C 0010 CUSAENR1 SAPLXCCA 1000

The above is the exit when i double click on the exit it gives me an inforamtive error that the screen 1000 for the SAPLXCCA has not been created.

Thanks

Syed