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

TMG

Former Member
0 Likes
952

Hi Experts,

I know how to create TMG using SE11 or SM30, but i have a situation where i have to create  TMG using FM..

is it possible to create TMG using FM ? if yes then help with some FMs name..

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
885

Hi,

Yes it is possible through view_maintenance_call function module.

Pass table name to view_name parameter inside the function module.

Best Regards,

Abirami

Hi,

Yes it is possible through view_maintenance_call function module.

Pass table name to view_name parameter inside the function module.

Best Regards,

Abirami

3 REPLIES 3
Read only

ThomasZloch
Active Contributor
0 Likes
885

You could run an ABAP trace (SAT or ST12) while doing this via SE11 and search the hit list for "promising" FM or method names. Please let us know what you found out.

Thomas

Read only

Former Member
0 Likes
886

Hi,

Yes it is possible through view_maintenance_call function module.

Pass table name to view_name parameter inside the function module.

Best Regards,

Abirami

Read only

Former Member
0 Likes
885

Hi Jay,

Yes its possible using VIEW_MAINTENANCE_CALL.

Go to se37

Execute.