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

Table Maintainence

Former Member
0 Likes
583

Hi Experts,

How to call up table maintainence of a table via Transaction.

call transaction 'SM30' .

But I want to specify the name of the table in the statement.

Then I will attach this report to a transaction.

Is there any better way.

Thanks In Advance.

Regards,

IFF

1 ACCEPTED SOLUTION
Read only

gopi_narendra
Active Contributor
0 Likes
563

1. Go to transaction SE93 ,

2.Give the name of ur tcode say zxxxx, for maintaining your ztable.

3. Click on create button,now a page opens.

4. Choose the radio button Transaction with parameters (PARAMETER TRANSACTION) .

5. In the next screen enter transaction as : SM30

7. Also check allthe three check boxes for the GUI support.

8. Scroll down you will find a table control for default values

Name of the screen field | value

___________________________________

VIEWNAME | your ztable name

UPDATE | X

Save & Activate

Regards

Gopi

4 REPLIES 4
Read only

Former Member
Read only

gopi_narendra
Active Contributor
0 Likes
564

1. Go to transaction SE93 ,

2.Give the name of ur tcode say zxxxx, for maintaining your ztable.

3. Click on create button,now a page opens.

4. Choose the radio button Transaction with parameters (PARAMETER TRANSACTION) .

5. In the next screen enter transaction as : SM30

7. Also check allthe three check boxes for the GUI support.

8. Scroll down you will find a table control for default values

Name of the screen field | value

___________________________________

VIEWNAME | your ztable name

UPDATE | X

Save & Activate

Regards

Gopi

Read only

seshatalpasai_madala
Product and Topic Expert
Product and Topic Expert
0 Likes
563

Hi,

Try using CALL-TRANSACTION using BDC_DATA and in the BDC_DATA you can mention the table name and also the function code weather to maintain or display.

You need to give

VIEWNAME = your table or view name.

and

FCODE as 'UPD' for update.

Regards,

Sesh

.

Read only

Former Member
0 Likes
563

hi,

check this link.

with regards,

suresh.