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: 

DB_ALTER_TABLE

Former Member
0 Kudos

Please provide me the information about DB_ALTER_TABLE, and tell me what are the parameters i need to pass to this function module.

Please its urgent.

Thanks & Regards,

Santhosh

2 REPLIES 2

Former Member
0 Kudos

Hi Santosh,

Don't know for what purpose you need this FM: Anyway

refer code:

call function 'DB_ALTER_TABLE'

exporting

no_exec = ' '

prid = prid

tabname = basetab "Table

tables

ddfields_new = cnvf

ddfields_old = cnvf_o

exceptions

others = 8.

op_error>: syst-subrc 'form ctabl_adf_db' 'DB_ALTER_TABLE'.

clear rc.

If you see the Import parameters of this FM, you will get some Idea.

Reward points if this Helps.

Manish

Former Member
0 Kudos

Hi,

Use these parameters:

PRID

PROGNAME Name of the program to be generated

TABNAME Table name

DDFIELDS_NEW Table of the new DD table fields

DDFIELDS_OLD Table of the old DD table fields

Check the program RADISTE0.

Regards

Wenceslaus