Application Development 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: 

Screen exit reg

Former Member
0 Kudos
190

Dear all,

Can anyone tell me how to work with screen exit in WTY tcode.

i hav to add a sub screen in this tcode.

Kindly guide me in details.

Pl reply me ASAP...thanks

Naresh

4 REPLIES 4

Former Member
0 Kudos
106

naresh,

can you be abit more specific about your question.

0 Kudos
106

Hi Babu,

I want to adda screen to WTY tcode,to its HEADER n ITEM tabs(both). Pl provide me clear information how to work with this to develop a screen(sub screen) to this tcode.

provide me the step by step process if possbile.

Thanks

Naresh

Former Member
0 Kudos
106

Hi,

This tcode contains 3 exits:

WTY00001 - Subscreen in Warranty Processing (Header Screen)

WTY00002 - Subscreen in Warranty Claim Processing (Tab Control)

WTY00003 - Subscreen in Warranty Claim Processing Navigation

Select the exit in which you want to extend the screen. Go to components and it will give you descriptions of the subscreen available.

Now in the master table for this tcode, append a structure by clicking the button on the top, or sometimes the table has a inculde like CI_xxxxxxx, dbl click this and create it. Save and activate. Check the screen variables, if it is part of a structure, then you will have to extend the structure too.

Now in the required subscreen, place the fields that you created. Save and activate.

check this too:

http://it.toolbox.com/wiki/index.php/Implement_a_screen_exit_to_a_standard_SAP_transaction

Regards,

Subramanian

0 Kudos
106

Hi Subramanian,

Can you pls a bit elobarative,which cud help me.Thanks