2008 Jul 14 1:57 PM
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
2008 Jul 14 2:08 PM
2008 Jul 14 3:06 PM
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
2008 Jul 14 2:13 PM
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
2008 Jul 17 9:38 AM
Hi Subramanian,
Can you pls a bit elobarative,which cud help me.Thanks