‎2004 Aug 23 4:41 PM
Hi,
How to save table definitions into a local file?
Advance thanks.
Regards,
V Balaji.
‎2004 Aug 23 8:56 PM
There is program RDDSRCG0. It generates programming langauge structure descriptions. But given the languages it generates for (Cobol, PL/1, C, and RPG) this program is a little dated.
If you want something more recent (like MS Excel), you might want to look at the type Desccriptor classes (cl_abap_typedescr and its children). I have used them before to build a simple download to Excel utility.
‎2004 Aug 24 4:36 AM
Thanks.
Can I upload the downloaded file into other production system, whether domains & other properties are copied. It's advisable to create a "Z" table in this manner?
Regards,
Balaji Viswanath.
‎2004 Aug 24 11:16 AM
Hi
This (trying to upload table definitions and change table structure/definition in the production system) is not a suitable way to interfere database definitions at production system. You should use standard transport mechanism instead. If you want to create table definitions dynamically, that will be another issue.
*--Serdar
‎2004 Aug 24 1:13 PM
‎2004 Aug 23 8:56 PM
Hello Balaji,
You might want to write a program that use function module DDIF_TABL_GET or run this function directly using SE37. Then download the content of internal table DD03P_TAB.
‎2004 Aug 24 4:20 PM
You should not upload DDIC definition into production using a custom program although the DDIC is a custom one. However in development system, you can look at function group SIFD that has function modules to read and maintain DDIC.