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

how to manipulate DDIC using code

Former Member
0 Likes
414

hi

very new to SAP/ABAP

I can't seem to find any ABAP syntax for programmatically creating/updating/deleting (persistent) ABAP Dictionary objects

can anybody give me a pointer ?

thanks

2 REPLIES 2
Read only

Former Member
0 Likes
380

aha

had a good google moment

DDIF_TABL_PUT

there are built in function modules that handle this type of thing, all starting with DDIF_

Read only

Sandra_Rossi
Active Contributor
0 Likes
380

you may have a look at SAPLINK project at google code website (there is also a SAPlink wiki page). The tool downloads workbench objects to a file, and recreates them anywhere from the file.