‎2006 Nov 23 5:10 AM
Hi Friends,
I have a requirement of creating user interface screen for inputing some data. This screen will have many tabs (subscreens).
For example, the main screen will have employee name, employee code. The subscreens (Tabs) are :
1. Address
2. Qualification
3. Previous experience
4. Roles
In each tab, many fields will be there. In some of the fields, the user has to enter some data and in some other fields, the data should be extracted from the system and should be displayed by default. On saving, all the data should get saved in the system.
This is my first dialog program. Kindly guide me in doing this project from the begining.
TIA.
Regards,
A S VINCENT
‎2006 Nov 23 5:19 AM
HI,
check the tranasactin 'BIBS' for demo on dialog programming. and specially screen no 700 for tab strip contorl.
go through the screens by forward button on the application tool bar and you will reach the tab strip example.
Regards,
Message was edited by:
H R A
‎2006 Nov 23 5:35 AM
‎2006 Nov 23 5:38 AM
HI Mark,
Its a Tcode.
run this and click on examples on application tool bar then go through different dialog examples through forward button in application tool bar.
Regards,
‎2006 Nov 23 6:42 AM
can any one give me the steps for creating the screen with tabs.
Regards,
‎2006 Nov 23 5:33 AM
hi Mark,
try the following link ,
<a href="http://help.sap.com/saphelp_47x200/helpdata/en/04/10f2469e0811d1b4700000e8a52bed/frameset.htm">http://help.sap.com/saphelp_47x200/helpdata/en/04/10f2469e0811d1b4700000e8a52bed/frameset.htm</a>
let me know if any where u feel difficult ,
shan
‎2006 Nov 23 5:33 AM
Hi,
First u have to put the default value in the corresponding text box using
<Fname> = itab- fname
then what are the areas empty , u have to enter manualy,
third step,
<itab-fname> = text box name
''
''
''
append itab r modify itab.