Hi all,
I have to create objects dictionary from a program. I have found a very interesting function group that do almost everything but one thing:
The object directory entry
.the function group is SDIF
😊The smarter way:
call function module TR_EXT_CREATE_REQUEST to create the request and get the request number in export parameter ES_REQ_ID
IV_REQUEST_TYPE: K for workbench, W for customizing, T for copies
call function module TR_EXT_INSERT_IN_REQUEST with IV_REQ_ID = request number and IT_OBJECTS filled with values to put in E071 like this:
PGMID = 'R3TR'
OBJECT = 'TABU' for tables
OBJ_NAME = tabname
You should be able to save your table in object directory while it is contained in a transport request
Add a comment