‎2007 Aug 23 6:49 PM
Team,
I want to know how to desing a screen 100 so that user can add line items to ztable. How to design the screen for this purpose.
The ztable has product , price and date. The user wants to add at most 5 line items (products) at a time.
Could you list the steps involved.
Thanks
‎2007 Aug 23 6:59 PM
How do you want to the products to be saved in the table. Row wise or Column wise ?
‎2007 Aug 23 7:10 PM
I don't know the difference. It is the first time I am working with this.
As long as I am able to save record(s) consisting of product ,price and date in my ztable.
Key is product and price in the ztable.
So the enduser inputs product , price and date then enters the next product , price and date and so on. It is like creating records in a ztable via screen instead of sm30. The reason I am using screen is because I have radio buttons and other data on the screen. In the middle of the screen I want user to input data to create records in the ztable mentioned above..
Thanks
‎2007 Aug 23 7:13 PM
table control should work for your requirement.. as the user can enter N number of products he wants.
‎2007 Aug 23 7:16 PM
Ok. How to do this using table control step by step...I have never used table control before (Table control wizard is not working - It hangs for a very long time - over twenty minutes)
‎2007 Aug 23 7:19 PM
http://help.sap.com/saphelp_nw04/helpdata/en/9f/dbac4435c111d1829f0000e829fbfe/content.htm
Try the above link.. that should help you in creating a table control of your own..
Reward Points if useful!!!
‎2007 Aug 23 7:06 PM
HI,
Dont create any screen just create table maintenance for this table...
steps : goto se11.. and enter the table name and click on change
go to menu utilities->table maintenance generator -> click on create
give the authorization group as &NC& give some name in function group and select the two step radio button and give some number to over view screen say 100 and single screen 200 and save..
then go to SM30 give thee table name and click on maintain.. there you can maintin the entries int he table.
Thanks
Mahesh
‎2007 Aug 23 7:14 PM
I am familiar with SM30. I am developing my program with several screens. Screen 100 is for user to create records in ztable mentioned before. I want to know how do I create this step by step.
Thanks
‎2007 Aug 23 11:38 PM