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

PARAMETERS

Former Member
0 Likes
894

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 .

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
867

Hi,

Go to menu GOto -> Text elements -> selection text

there you can give Company text to that variable.

sarbpreet

9 REPLIES 9
Read only

Former Member
0 Likes
867

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>

Read only

Former Member
0 Likes
867

Hi

Write

AT SELECTION-SCREEN OUTPUT.

PR_BUKRS = 'COMPANY'.

Regards

Raj

Read only

Former Member
0 Likes
868

Hi,

Go to menu GOto -> Text elements -> selection text

there you can give Company text to that variable.

sarbpreet

Read only

Former Member
0 Likes
867

hi,

In the Menu Bar

Goto->Text Elements->Selection Texts

and give whatever text u want.

Read only

Former Member
0 Likes
867

HI,

Choose menu GOTO>text elements->selection texts--->enter company code where the PR_BUKRS is present.

Thanks,CSR.

Read only

abapdeveloper20
Contributor
0 Likes
867

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

Read only

Former Member
0 Likes
867

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

Read only

Former Member
0 Likes
867

Hi Ranjna,

PARAMETER : PR_BUKRS LIKE BKPF-BUKRS DEFAULT 'hero' OBLIGATORY.

Initialization.

PR_BURKS = 'COMPANY'.

Just give like this.

<b>Regards,

Jackie.</b>

Read only

Former Member
0 Likes
867

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