‎2011 Dec 01 1:28 PM
hi all,
I am trying to add two new fields to the info type 0002 .But it is now showing in PA30.I have already done the following steps
Steps : 1) CI include ehancement-Enter fields in the CI stracure
2 Save ZP000200 module pool
3 include screen 0200 with new fields
4Assign enhacement.(STANDARD PROGRAM MP000200 WITH ZP000200. THERE ARE 11 SCREENS OF MP000200 which are attached to screen 0200 of ZP000200)
But it is not showing fields in PA30 .Please help me.
‎2011 Dec 01 2:43 PM
First of all, make sure you have assigned the correct dynpro number. To find out which dynpro number it is, create a new record in PA30 and go to System - Status to check the dynpro number.
Then go to SM30 and maintain the table T582C, making sure you enter the correct program names/dynpro numbers. (You can set a break-point in any module of yours in ZP000200 to check whether it is calling your custom program or not)
If nothing of this works, maybe it is because the fields are already set to invisible: Go to SM30 again an maintain the standard table T588M, look for the entry ZP000200 dynpro 0200, double click on it and set the field attributes to visible.
‎2011 Dec 01 2:43 PM
First of all, make sure you have assigned the correct dynpro number. To find out which dynpro number it is, create a new record in PA30 and go to System - Status to check the dynpro number.
Then go to SM30 and maintain the table T582C, making sure you enter the correct program names/dynpro numbers. (You can set a break-point in any module of yours in ZP000200 to check whether it is calling your custom program or not)
If nothing of this works, maybe it is because the fields are already set to invisible: Go to SM30 again an maintain the standard table T588M, look for the entry ZP000200 dynpro 0200, double click on it and set the field attributes to visible.