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

Set PF-STATUS

Former Member
0 Likes
826

Hello ,

           I have created copy of standard transaction MB1B but i want a same screen as standard  like text "Enter Tran....." & PF-STATUS also so how  will it possible is anybody help me with proper steps .

Yours sincerely

Anup Pujari.

4 REPLIES 4
Read only

nabheetscn
SAP Champion
SAP Champion
0 Likes
759

This title is coming via

 

SET TITLEBAR 'xxx'.

Read only

atul_mohanty
Active Contributor
0 Likes
759

Hi -

1. Go to SE38, give the program name 'SAPMM07M'.

2. Click on 'Display object list'  ( Ctrl +shift+F5) in the application tool bar . Then you will get the all the objects associated with this program.

3. You can copy which ever required to custom name space (Z..)

Let us know, if it helps.

Regards,

Atul Mohanty

Read only

sivaganesh_krishnan
Contributor
0 Likes
759

Hi anup,

the heading which is displaying from the description that you have given for the report. In order to over write it , use SET TITLEBAR 'STATUS'.

then double click on it and in description write the text as in standard screen.

for Back , cancel and exit button.

in side report there will be SET PF-STATUS 'XX' will be written , double click on it .

click on + sign of functional key and add the text in each box like back ,exit and cancel .

check :

Regards,

sivaganesh

Read only

thangam_perumal
Contributor
0 Likes
759

Hi Anup Pujari,

                    Please Create a GUI Title in SE80  . While Creating title code and Provide the description what you want to give in Title text .

Please below syntax in PBO of Corresponding Screen

set titlebar 'TITLE_9000'.

TITLE_9000   -> Title Code.


Regards,

  Thangam.P