What's the best way to create a Data Entry screen.
I need to have a screen for a user to enter data to a Z Table. This screen will add, modify and delete record from the Z Table. The data from Z Table will be used in a report.
Never done an entry screen before, just reports.
Thanks in advance.
Fred
Hi,
YOu can do it using Module Pool program. Use Tcode SE51. First create a program using SE38 whose type should be 'Module Pool'. Then go to SE51, enter that program and give a screen number (normally SAP recommends you to use above 9000 as screen number 9001, 9002 and so on). From there, you will go to 'Layout' and create whatever you want. You create a Transaction Code using SE93 for this module pool program (by giving program name and screen number)............ hope this helps you to start with this. more you can read in SAP help.
_________________
Gladiator.
HEY Pal...just do it the easiest way possible. Go to Data Dictionary (SE11) and open ur Z table in change mode. Then once inside...in the Utilities Menu choose Table Maintainance Generator. U will be taken to the Table Maintainance Generator main screen. From there choose the 'Find Screen Number' button and then ask the system to Propose the screen numbers. U will also have to give a functional area name as this screen will be created for that functional area. After filling the necessary information, press create. Once the task is done...u can operate with this system generated screen thru the transaction code 'SM30'. Hope this tip is of any help to u...chill out