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

Report -> insert DDIC objects in a transport request

Former Member
0 Likes
1,054

Hello,

I am trying to create a DDIC table with a report, and I am using the function modules DDIF_TABL_GET and DDIF_TABL_PUT. After creating the table, I want to insert the table in an transport request. Does anybody how to do it?

Cheers and thanks in advance

mar

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
924

Hi,

first create a transport request in se01 ,give description,than double click and give parameter as

R3TR TABL <your z-table name>

save it

Hi,

first create a transport request in se01 ,give description,than double click and give parameter as

R3TR TABL <your z-table name>

save it

4 REPLIES 4
Read only

Former Member
0 Likes
925

Hi,

first create a transport request in se01 ,give description,than double click and give parameter as

R3TR TABL <your z-table name>

save it

Read only

0 Likes
924
Priya wrote:Hi,

first create a transport request in se01 ,give description,than double click and give parameter as
R3TR TABL <your z-table name"<----Above FM is not for Z table only we can use it for standard one.
save it

No.

Read only

Former Member
0 Likes
924

Marcos,

PS:This function module does not perform any authorization check and does not write any correction entry.

moreover you need to call DDIF_TABL_ACTIVATE FM right after DDIF_TABL_PUT for activating your table.

Read only

Former Member
0 Likes
924

Hi Priya and Amit,

thanks for your answers, but I need to do it in a report, I don't want to use the SE01.

Amit: if the FM DDIF_TABL_PUT doesn't perform any authorization check, which FM would you recomend me?

Thanks in advance

mar