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

Function module to execute se12 and se13

Former Member
0 Likes
832

Hi experts,

Can anybody please suggest me how to get the technical details of a given table using a standard function module

Basically i am working on a third party system, so i am looking for an RFC enabled FM,which internally calls SE12

and SE13 and fetch the information.

seems to be like this, A standard FM which accepts Transaction code (say SE12 and SE13) and fetch the Technical

details of a given table.

any help will be really appreciated.

Thanks and regards

SAM

1 ACCEPTED SOLUTION
Read only

RaymondGiuseppi
Active Contributor
0 Likes
719

Via SE37, look for a FM starting with DD and with TABL in the name and RFC enabled

then look at returned parameters.

Regards,

Raymond

2 REPLIES 2
Read only

RaymondGiuseppi
Active Contributor
0 Likes
720

Via SE37, look for a FM starting with DD and with TABL in the name and RFC enabled

then look at returned parameters.

Regards,

Raymond

Read only

Former Member
0 Likes
719

SE12 and SE13 both require the GUI to be present, so you will not be able to call them directly from an RFC. Raymond's suggestion is the way to go.

Rob