2013 Dec 27 6:44 AM
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.
2013 Dec 27 7:12 AM
2013 Dec 27 7:33 AM
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
2013 Dec 27 1:11 PM
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 .
Regards,
sivaganesh
2013 Dec 27 1:46 PM
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