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

Insert values to DD03L table

Former Member
0 Likes
1,721

Hi,

I,m unable to add values to DD03L table for a particluar database table.

Is there any way to do this?

Please let me know its urgent..

5 REPLIES 5
Read only

uwe_schieferstein
Active Contributor
0 Likes
1,068

Hello Santosh

I do not see why you want to update table DD03L directly, but you may try and use function modules DDIF_TABL_GET, DDIF_TABL_PUT (and perhaps DDIF_TABL_ACTIVATE).

Please note that I have not used these function modules yet. Thus, you are using them at your own risk, particularly if you try to modify SAP standard tables.

Regards

Uwe

Read only

Former Member
0 Likes
1,068

Hi Santosh,

Check this function module <b>DB_ADD_TABLE_FIELDS</b>.

Thanks,

Vinay

Read only

0 Likes
1,068

Hi Vinay,

Please tell me what are the parameters we need to pass the function module.

Thanks and Regards,

Santhosh

Read only

0 Likes
1,068

Please check my weblog for more info...

<a href="/people/alvaro.tejadagalindo/blog/2006/03/14/taking-good-care-of-z-tables good care of Z tables</a>

Greetings,

Blag.

Read only

Former Member
0 Likes
1,068

hi

good

you can add value to a database table using the following process

2-Append Structure into a table.

3-BDC

4-LSMW

thanks

mrutyun^