Application Development 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: 

Report -> insert DDIC objects in a transport request

Former Member
0 Kudos

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

Former Member
0 Kudos

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

Former Member
0 Kudos

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

0 Kudos
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.

former_member181995
Active Contributor
0 Kudos

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.

Former Member
0 Kudos

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