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

Forward Navigation

Former Member
0 Likes
844

Hi all

How does one create a GUI title using forward Navigation? What are the steps?

Adam

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
751

Hi Adam

You can slove this problem by creating At Pf Status'0100'.

Try it. If u have any problem please let me know. else u can send a mail to ravi.balakrishnan@tcs.com

Need ur Reward points please.

Regards

Ravi kumar

6 REPLIES 6
Read only

Former Member
0 Likes
752

Hi Adam

You can slove this problem by creating At Pf Status'0100'.

Try it. If u have any problem please let me know. else u can send a mail to ravi.balakrishnan@tcs.com

Need ur Reward points please.

Regards

Ravi kumar

Read only

0 Likes
751

Thanks for your reply Ravi, but that doesnt really solve my question...I was actually looking for THE STEPS TO CREATE A GUI TITLE using forward Navigation, I know forward navigation is one of the ways to create a GUI title, but the text reference that I have doesnt explain much...

Is there anyone who knows more about this?

Adam

Read only

0 Likes
751

what do you mean by forward navigation? sorry i dont get that.

if you want to just create gui title enter the following lines in the appropriate place in your program

set titlebar 'MAIN' .

and now double click on MAIN which will take to gui title maintenance screen where you can maintaint the title

Raja

Read only

0 Likes
751

foward navigation means double clicking and going to another screen

In a program in se80 if u double click on the below statement

SET PF-STATUS 'Sudheer'

u will navigating to Menu painter in the same session ( if u come back u will navigate to the program editor)

The above process will hapeen only if an element is allready available with name SUDHEER in menu painter. If it is not available system will tell that its not available and it will give u an option to create that element. So if u create here in this manner u r creating the element by forward navigation.

<u>Dont forget to award points if useful</u>

Sudheer

Read only

Clemenss
Active Contributor
0 Likes
751

Hi Adam.

in ABAP workbench, object explorer (SE80), right-mouse-click on program object, select CREATE -> GUI Titles in context menu. Enter Title code and Title text.

Regards,

Clemens

[Hope that is what you called forward navigation]

Read only

Former Member
0 Likes
751

Thanks to all of you guys for your help...

Point rewarded