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

pm01-adding fields

ranjna_sharma
Explorer
0 Likes
1,141

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.

1 ACCEPTED SOLUTION
Read only

former_member209703
Active Contributor
0 Likes
761

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.

1 REPLY 1
Read only

former_member209703
Active Contributor
0 Likes
762

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.