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

Se 93

Former Member
0 Likes
745

Hi ,

There are several situations when I had to create a transaction of which the latest is :

I had to create a transaction for a DD table so that it can be maintained by any user.I was helped by someone ..and I could do it.

But the problem for me is I can't do it myself .

I did not understand the basic concept in the last part like :

<b>

Default values

Name of the screen field</b>

Can anyone please explain it to me?

Thank you

1 ACCEPTED SOLUTION
Read only

amit_khare
Active Contributor
0 Likes
702

Hi,

I think this link can help you with that.

Regards,

Amit

Reward all helpful replies.

Hi ,

There are several situations when I had to create a transaction of which the latest is :

I had to create a transaction for a DD table so that it can be maintained by any user.I was helped by someone ..and I could do it.

But the problem for me is I can't do it myself .

I did not understand the basic concept in the last part like :

<b>

Default values

Name of the screen field</b>

Can anyone please explain it to me?

Thank you

3 REPLIES 3
Read only

amit_khare
Active Contributor
0 Likes
703

Hi,

I think this link can help you with that.

Regards,

Amit

Reward all helpful replies.

Read only

Former Member
0 Likes
702

Hi Ramana,

Generally speaking, Tables can be maintained through the SAP t-code SM30. There you are giving the table name and the type of action you want to perform like display, create or change entries.

So, when you want to create a t-code for the table, it requires the t-code SM30 as the transaction (thorugh which you maintain the entries) and the values like the table/view name and the type of action (update to create/edit entries or show to display only) you want to perform in the default values section.

Hope this clarifies.

Thanks,

Swetha

Read only

Former Member
0 Likes
702

Hi,

Goto SE93 -> Transaction with parameters(parameter transaction)

At transaction radio button give SM30.

Check Inherit GUI attributes

For name of screen field

VIEWNAME (tablename)

UPDATE X

Regards

Subramanian