‎2007 Jul 30 6:53 AM
HI !
PARAMETER : PR_BUKRS LIKE BKPF-BUKRS DEFAULT 'hero' OBLIGATORY.
during output i want pr_bukrs to be displayed as 'COMPANY' .HOW .
CAN U HELP ME .
‎2007 Jul 30 6:56 AM
Hi,
Go to menu GOto -> Text elements -> selection text
there you can give Company text to that variable.
sarbpreet
‎2007 Jul 30 6:55 AM
hi
PARAMETER : PR_BUKRS LIKE BKPF-BUKRS OBLIGATORY .
<b>initialization.
PR_BUKRS = 'COMPANY'.</b>
regards
ravish
<b>plz dont forget to reward points if helpful</b>
‎2007 Jul 30 6:56 AM
Hi
Write
AT SELECTION-SCREEN OUTPUT.
PR_BUKRS = 'COMPANY'.
Regards
Raj
‎2007 Jul 30 6:56 AM
Hi,
Go to menu GOto -> Text elements -> selection text
there you can give Company text to that variable.
sarbpreet
‎2007 Jul 30 6:56 AM
hi,
In the Menu Bar
Goto->Text Elements->Selection Texts
and give whatever text u want.
‎2007 Jul 30 6:56 AM
HI,
Choose menu GOTO>text elements->selection texts--->enter company code where the PR_BUKRS is present.
Thanks,CSR.
‎2007 Jul 30 6:58 AM
Got to SE38 & enter the program name & select " TEXT ELEMENTS" radio buttion
click Change
in the next screen . Select the "SELECTION TEXT" tab..& then give ur display text .
regards,
lakshmiraj
Reward points if helpful
‎2007 Jul 30 6:58 AM
Hi
You can do in two ways
one is to pass parameters
as
PARAMETERS : COMPANY LIKE BSEG-BUKRS. in coding it self
or
PARAMETER : PR_BUKRS LIKE BKPF-BUKRS DEFAULT 'hero' OBLIGATORY.
and goto text elements screen and from there you can do follow this procedure
se38> Text elements( Radio Button)>F6(change)>Selection Texts> Texts(give ur company name here)
Reward all helpfull answers
Regards
Pavan
‎2007 Jul 30 7:00 AM
Hi Ranjna,
PARAMETER : PR_BUKRS LIKE BKPF-BUKRS DEFAULT 'hero' OBLIGATORY.
Initialization.
PR_BURKS = 'COMPANY'.
Just give like this.
<b>Regards,
Jackie.</b>
‎2007 Jul 30 7:06 AM
Hi ranjna,
You can do this in two method,
first
Choose menu GOTO>text elements->selection texts---> PR_BUKRS give the text u want company code.
second.
PARAMETER : PR_BUKRS LIKE BKPF-BUKRS DEFAULT 'hero' OBLIGATORY.
intialization.
PR_BUKRS = 'COMPANY'.
Regards,
Azhar