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

problem in inserting records in standard table

Former Member
0 Likes
920

Hi all

all i have to insert records from SE11 in the standard table.

please let me know the process how to insert?

and how to use Table maintainance generator in this scenario

Hi all

all i have to insert records from SE11 in the standard table.

please let me know the process how to insert?

and how to use Table maintainance generator in this scenario

6 REPLIES 6
Read only

Former Member
0 Likes
879

this is notgud practice to insert record in standared table u have to make associated bdc or lsmw or bapi for upload data into perticular standared table

Read only

0 Likes
879

For maintenance view...goto SE11 --> Utilities --> Table Maintenance Generator.

Greetings,

Blag.

Read only

0 Likes
879

Hi,

Alwaysa not advisable to insert the std SAP table, u have to use BDC, LSMW, BAPI, becasue this table inter linked with others.

Read only

0 Likes
879

hi kishan,

plz tell me complete process to insert data/entry in standard table using BAPI only.

my ID is [email protected]

Read only

Former Member
0 Likes
879

Hi

You can generate Table Maintenance, and then inster the values into DB as shown

1. Go to SE11 and enter the table for which u want to enter values

2. Go to Utilities from menu bar

3. Clk on Table Maintenance Generator

4. Choose Authorization Group and Function Group

5. Clk on Execute.

once u create Table Maintenance, to enter the values go to

1. SM30

2. Enter the Table Maintence name

then it will take you to a screen where you can enter and save the values into DB.

Reward all helpfull answers

Regards

Pavan

Read only

Former Member
0 Likes
879

1.write a<b> bdc program for se11</b>... place your data in the excel sheet Upload it ... or else write an LSMW and Upload it ...

<b>2.Create a Maintenance Dialog</b>

Use

The creation of table/view maintenance dialogs is described here. Maintenance dialogs can be created for SAP or customer tables or views.

<b>There are two steps:</b>

1.Define table/view

if the table or view does not yet exist.

2.Define maintenance dialog

<b>

Define table/view</b>

The table/view is defined in the Dictionary. A view comprises a primary table and secondary tables which have a foreign key relationship to the primary table. Secondary tables can be

<b>Dependent tables</b>: These are auxiliary primary tables and have the same key as the primary table. All fields can be maintained directly. The secondary tables are linked by a foreign key with dependency factor "ID" and cardinality 1 or C, except for text tables, which must have dependency factor TEXT. The logon language is assigned to the language key when you save.

<b>Referred tables:</b> The primary table contains fields which belong to the referred secondary table. The secondary table can have other key fields which are not known to the primary table. The secondary table fields cannot be maintained, they can only be displayed. The referred secondary tables are linked by a foreign key with dependency factor OBL or OPT and cardinality CN or N. All other secondary tables which depend on the referring table, are also only referred tables for the primary table.

You can display the view structure graphically with the View hierarchy struct. function in the Utilities menu.

<b>To create a table/view:</b>

Choose view type Maintenance view.

All primary table key fields must be in the view definition.

The client field must be included for client-dependent tables/views. The field is not displayed in the maintenance dialog.

The language key must not be included for secondary text tables. The logon language is automatically used in maintenance.

The key fields must be defined before the function fields. Function fields and key fields must not be mixed.

Fields of a referred table cannot be maintained and have the maintenance attribute 'R'.

Each field can have a maintenance attribute.

You can specify the maintenance status of the entire table/view with the Maintenance status option. You can:

read only

read, change, delete and create (default setting)

read and change

read and change (time-dependent views)

In time-dependent views, the key comprises a time-independent part and the validity range. Choosing read and change (time-dependent views) restricts maintenance to changing and creating the validity range of existing keys.

<b>Define maintenance dialog</b>

You must specify the following parameters in the maintenance dialog definition:

<b>Function group:</b> the function group in which the tables/view-specific maintenance dialog components are generated. The function group is created if necessary.

Authorization group: the users who are authorized to maintain the table/view contents.

<b>Maintenance type:</b> one or two-step dialog. One-step dialogs comprise only an overview screen containing all fields. In two-step dialogs, only the key and text fields with a length of more than 20 characters are displayed in the overview screen. All fields are offered in the detail screen.

<b>Maintenance screens:</b> the internal number of each maintenance screen. You can get possible values in a search function.

Recording routine: Specify whether and how the table/view contents maintained with the dialog are put in a transport.

<b>Result</b>

The maintenance dialog is generated after all values have been entered. If there are no errors, the dialog can be used immediately to maintain table/view contents.

reward points if it is usefull ...

Girish