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

Dialog Program

Former Member
0 Likes
640

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

6 REPLIES 6
Read only

dani_mn
Active Contributor
0 Likes
609

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

Read only

Former Member
0 Likes
609

'BIBS' is the T-code or the program name.

Regards,

Read only

dani_mn
Active Contributor
0 Likes
609

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,

Read only

Former Member
0 Likes
609

can any one give me the steps for creating the screen with tabs.

Regards,

Read only

Former Member
0 Likes
609

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

Read only

Former Member
0 Likes
609

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.