Skip to Content
0
Former Member
May 13, 2011 at 03:20 AM

Automating ABAP Program / Class / Function Group Creation.

85 Views

Hi People,

Last time, I asked how to export source code of those three objects in text file. I followed the advice given to me last time and it worked.

However, I'm wondering; if code export is possible? How about code import? Is there any set of FM's that allows you to just feed it an internal table containing the source code, along with attributes (e.g. LDB used? what kind of program is it etc... ) and it will automatically create the program for you and add an entry onto the TADIR/TRDIR/PROGDIR tables? I would be happy to hear your suggestions aside from opening ABAP Workbench and manually copy-pasting a program. (That works too, but I guess I need a more elegant way of doing it ).

Thanks,

Patrick

Edited by: f0xG3! on May 13, 2011 5:26 AM