‎2007 Aug 14 1:36 PM
hi all only expert pl
i want to change developement class of a form ( in script).
how to change the developement class of a form???
thanx
rocky
‎2007 Aug 14 1:39 PM
Hi,
Use the Program RSWBO052 to create the Transport Request for a SAPSCRIPT, In the Selection screen of the program, give R3TR FORM Give the Form name and press Execute button, it will ask the Development Class and the transport Request No.
Regards
Sudheer
‎2007 Aug 14 1:41 PM
in se71, in EDIT mode, use the menu "goto-head", there put in another dev class.
‎2007 Aug 14 1:46 PM
Hi..
This can be Achieved by Updating the Table TADIR directly.
UPDATE TADIR SET DEVCLASS = 'ZTEST' "Your Package/Dev class
WHERE OBJ_NAME = 'ZZFORM1' "Your Form
AND OBJECT = 'FORM'
AND PGMID = 'R3TR'.
<b>Reward if Helpful.</b>