Application Development 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: 

Assign Table Maintenance to custom tran

Former Member
0 Kudos

Hi Experts,

I created table maintenance and assigned to ztransaction using se93.

in which selected parameter transaction.

but when i am execting ztransaction giving error.

could you explain how to assign table maiantenace to ztran.

Thanks,

7 REPLIES 7

Former Member
0 Kudos

Create a parameter transaction. The value for the transaction should be SM30 and 'skip initial screen' should be clicked.

For the default values of the screen fields (at the bottom), you should have:


VIEWNAME	Z_YOUR_VIEW
UPDATE	        X

Rob

Manohar2u
Active Contributor
0 Kudos

Refer this link to create transaction for table maintenance (SM30)

http://www.sapdevelopment.co.uk/tips/tips_tabmaint_tcode.htm

Regds

Manohar

Former Member
0 Kudos

Hi,

GOTO SE93. Enter the transaction code and press create button. Choose the button "Transaction with parameters".

In the transaction give SM30, check skip the initial screen button.

Then in the screen fields enter the following values.

Name of the screen field value

VIEWNAME ZTABLE

UPDATE X

Thanks,

Naren

0 Kudos

thanks,

I did the process

but when iam execting ztran

first getting alert box as

Caution: the table is cross client

Thanks

0 Kudos

Hi asha,

It is not an error but a warninbg which you can pass through by hitting enter. This occurs when you dont include 'MANDT' as a data field. If you want to use a 'MANDT' field or not depends on your requirement.

Regards,

Sandeep

Former Member
0 Kudos

gO Tto SE93 transaction:

-- Create transaction--> Select parameter transation

-- Set SE30 as the default transaction and skip initial screen

-- in the proposed values section

Viewname -- mention your table name

upadte = 'X'.

Former Member
0 Kudos

Hi,

If you create the z table without the MANDT as the key field you will get the popup.

If you have missed the client (MANDT) add it your table.

Thanks,

Naren