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

SAP TABLES

Former Member
0 Likes
1,063

How can we modify SAP TABLES.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,035

hi,

use either append structure or include structure

How can we modify SAP TABLES.

10 REPLIES 10
Read only

Former Member
0 Likes
1,035

Hi,

By using Transactions ( Module pool programs)we can modify the data base tables.

Regards,

kavitha

Read only

Former Member
0 Likes
1,035

for appending new fields using append structure or use include structure

Read only

Former Member
0 Likes
1,035

Hi, if u want to modify the SAP TABLES use APPEND STRUCTURE feature available in the table application tool bar.

it effects in the next versions, whatever u made the changes, otherwise use include structure for adding fields, but it will not effect in next versions if u go for upgradation.

if u want to modify the data of SAP TABLES use module pool program.....

<REMOVED BY MODERATOR>

Edited by: Alvaro Tejada Galindo on Feb 29, 2008 5:52 PM

Read only

Former Member
0 Likes
1,036

hi,

use either append structure or include structure

Read only

Former Member
0 Likes
1,035

Hi Ansar,

You can use the Module pool programs,Transactions ,BDC and BAPI to modify the data of the SAP tables.

Regards,

Charumathi.B

Read only

Former Member
0 Likes
1,035

Hello Ansar Basha,

There are two ways of modifying sap standard tables.

1. append structure

2. append include.

Regards

--

Sasidhar Reddy Matli.

Read only

Former Member
0 Likes
1,035

You cant modify SAP Tables but add fields of your own using APPEND STRUCTURE statement

Refer link for detail - http://help.sap.com/saphelp_nw2004s/helpdata/en/cf/21ebc9446011d189700000e8322d00/content.htm

Read only

Former Member
0 Likes
1,035

hi,

you can modify by

1.append structure.

2.include structure.

note:

if u use append that is the last structure in the table u cannot add any structures again

regards,

sreelakshmi

Read only

SantoshKallem
Active Contributor
0 Likes
1,035

do u want to modify table or table entries.

for table entries check this suberb link

http://www.saptechnical.com/Tips/ABAP/InsertData/WithoutCoding.htm

regards.

santhosh reddy

<REMOVED BY MODERATOR>

Edited by: Alvaro Tejada Galindo on Feb 29, 2008 5:53 PM

Read only

Former Member
0 Likes
1,035

Check the link below:

[Modifying the Standard Tables|http://help.sap.com/saphelp_nw70/helpdata/en/c8/1975ad43b111d1896f0000e8322d00/frameset.htm]

[Modifications in the ABAP Dictionary|http://help.sap.com/saphelp_nw70/helpdata/en/60/d6ba6fceda11d1953a0000e82de14a/frameset.htm]

[Modifying Tables and Structures|http://help.sap.com/saphelp_nw70/helpdata/en/ad/2ed8d6e02711d195490000e82de14a/frameset.htm]

Regards