2009 Mar 07 6:28 AM
Hi Freinds,
I have created Module Pool.
1. My requirement is Text Field display Bold & I want to Change of Text Size.
2. After executing Menu bar option are Disable mode, I want in Enable mode.
Thx in Advance.
2009 Mar 07 6:57 AM
Hi,
>
> Hi Freinds,
>
> I have created Module Pool.
> 1. My requirement is Text Field display Bold & I want to Change of Text Size.
> 2. After executing Menu bar option are Disable mode, I want in Enable mode.
>
> Thx in Advance.
1. You cant change the seize n font of text, but you can use property INTENSIFIED inside loop at screen to highlight text.
2. To enable menu bar you need to create a pf-status with reqd menu bar options.
Hope this helps you.
Regards,
Tarun
Hi Freinds,
I have created Module Pool.
1. My requirement is Text Field display Bold & I want to Change of Text Size.
2. After executing Menu bar option are Disable mode, I want in Enable mode.
Thx in Advance.
2009 Mar 07 6:50 AM
Hi,
For 1) I dont think its not possible to change the appearance of the text in dialog programming.
2) which one you want to enable?
Regards,
~Satya
2009 Mar 07 6:57 AM
Hi,
>
> Hi Freinds,
>
> I have created Module Pool.
> 1. My requirement is Text Field display Bold & I want to Change of Text Size.
> 2. After executing Menu bar option are Disable mode, I want in Enable mode.
>
> Thx in Advance.
1. You cant change the seize n font of text, but you can use property INTENSIFIED inside loop at screen to highlight text.
2. To enable menu bar you need to create a pf-status with reqd menu bar options.
Hope this helps you.
Regards,
Tarun
2009 Mar 07 7:16 AM
2009 Mar 07 7:34 AM
1) By default in PBO you can see 'MODULE status_0001 OUTPUT'
2) if you double click on that it will take you to enable the PF-STATUS (please check the below code).
3) If you double click on PF_0001 then menu painter will be opened to create status.
4) For more information[ click here.|http://help.sap.com/saphelp_nw04s/helpdata/en/d1/801ce8454211d189710000e8322d00/frameset.htm]
*&---------------------------------------------------------------------*
*& Module STATUS_0001 OUTPUT
*&---------------------------------------------------------------------*
* text
*----------------------------------------------------------------------*
MODULE status_0001 OUTPUT.
SET PF-STATUS 'PF_0001'.
SET TITLEBAR 'TB_0001'.
ENDMODULE. " STATUS_0001 OUTPUTregards,
~Satya
2009 Mar 07 7:44 AM
Dear Satya,
How to create 'PF_0001' and 'TB_0001'.
I have writtern code which u have provided but while executing it is giving me msg:
Status PF001 of the user interface SAPMZJOBWORKERS missing
Regards,
2009 Mar 07 7:51 AM
Hi,
As i told you just double click on that it will take you to Menu painter screen, there you can perform the below actions.
* Create the status
* Create the menu bar (or create a reference to an existing menu bar)
* Add menu entries
* Define new function key settings
* Define the standard toolbar (or create a reference to an existing one)
* Define the application toolbar (or create a reference to an existing one)
* Test the status
* Activate the status Since i dont have access to SAP, i could not able to explain step by step.
[Check this link|http://help.sap.com/saphelp_nw04s/helpdata/en/d1/801d43454211d189710000e8322d00/frameset.htm]
2009 Mar 07 8:20 AM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |