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

PF-status change

Former Member
0 Likes
1,479

Hi,

I have created a tcode(in tcode creation 5 th option) referring to SM30 and calling a view.

Here i am getting change mode, i want to suppress this button.

(Requires only display mode)

could any one one explain how to achieve.

Regards

Raj.

Hi,

I have created a tcode(in tcode creation 5 th option) referring to SM30 and calling a view.

Here i am getting change mode, i want to suppress this button.

(Requires only display mode)

could any one one explain how to achieve.

Regards

Raj.

12 REPLIES 12
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
1,414

Hi, try adding the parameter "SHOW" and making the value = 'X' in the parameters of the transaction code.

Regards,

Rich Heilman

Read only

0 Likes
1,414

Even though we are able to edit the table.

Any thing else.....

Read only

Former Member
0 Likes
1,414

Are u passing EDIT = 'X' in default parameters of parameter transaction?

Instead pass SHOW = 'X'.

G@urav

Read only

0 Likes
1,414

Even though we are able to edit the table.

Any thing else.....

Read only

0 Likes
1,414

hi Raj,

instead of SM30 call SE16 with the table name. Here data can only be displayed and not edited (escept some special cases...).

hope this helps

ec

Read only

0 Likes
1,414

Hi,

Thanks for your reply.

I am using View to display not a table.

Regards

Raj

Read only

0 Likes
1,414

I don't think it does matter, anyway pls. give it a try!

Read only

0 Likes
1,414

I tried, but how to skip the table entries selection screen

Read only

0 Likes
1,414

check 'Skip initial screen checkbox provided below the transaction code in parameter transaction creation screen.

G@urav

Read only

0 Likes
1,414

if we use this first screen only skips. what about second screen???

Read only

0 Likes
1,414

Get that transaction recorded in BDC and call it as per your need.

G@urav.

Read only

0 Likes
1,414

second screen will be, where user can restrict the selection and press F8 when done. What is the problem with that?