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

Working with screen exits

Former Member
0 Likes
624

Hi all,

I am having the sub screens in my application.

I need to add a radio button with YES/NO conditions.

Pl give me an idea hw to proceed with this.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
604

Hi,

Please design the subscreen with the radiio buttons.

Then for the Tcode your working on cehck the relevant Screen Exit and proceed further.

Please go through this link for the Screen exit -

step by step screen exit https://forums.sdn.sap.com/click.jspa?searchID=12153307&messageID=4434697

or

http://www.saptechnical.com/Tutorials/ABAP/XD01/XD01.htm

or

http://www.saptechnical.com/Tutorials/ExitsBADIs/ExitsMain.htm

Thanks & Regards,

Chandralekha.

3 REPLIES 3
Read only

Former Member
0 Likes
605

Hi,

Please design the subscreen with the radiio buttons.

Then for the Tcode your working on cehck the relevant Screen Exit and proceed further.

Please go through this link for the Screen exit -

step by step screen exit https://forums.sdn.sap.com/click.jspa?searchID=12153307&messageID=4434697

or

http://www.saptechnical.com/Tutorials/ABAP/XD01/XD01.htm

or

http://www.saptechnical.com/Tutorials/ExitsBADIs/ExitsMain.htm

Thanks & Regards,

Chandralekha.

Read only

Former Member
0 Likes
604

Hii....

Screen Exit is nothing but enhancing the screen like creating some more fields, subscreen and so on.

1. Go to the screen>System>Status-->Program (Double

click this program. It will take you to the program.

2. Now, Goto-->Object Directory Entry.

3. Make a note the package name.

4. Now run the transactions SMOD, press F4 and enter the

above noted package, press enter.

5. It will display list of Exits.

6. Now go back to the initial screen SMOD.

7. Specify the exit name here and select the radio button

Components.

8. It will display four group boxes one for FM, second

for Fcodes, thrid for Screen areas and last for

includes.

9. Goto transaction CMOD, create a new project, and

click the button "Enhancement assignments" and

specify your enhancements that you got in SMOD.

10. Now bouble clikc the enhancement, it will take you to editor with some includes starting with Z, double clikc the include you want to edit and proceed.

After this you can go through this link for including the radio buttons in the screen exits..

http://help.sap.com/saphelp_nw70/helpdata/en/e6/83a0375b5dd003e10000009b38f8cf/content.htm

thanks.....

Read only

Former Member
0 Likes
604