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

Request number of a function module.

Former Member
0 Likes
693

Hi Experts,

Can anybody plz send me the table where the request number of a function module get stored.

(Function groups are stored in E071,But i need the request number for function module.)

If any function module for the same plz send it

Regards,

Anoop Chandran

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
572

A function module can be assigned to a transport via a function group. All objects that are assigned to transports are within this table. If you change a function module, this will be assigned to a transport with the object type FUNC.

3 REPLIES 3
Read only

Former Member
0 Likes
573

A function module can be assigned to a transport via a function group. All objects that are assigned to transports are within this table. If you change a function module, this will be assigned to a transport with the object type FUNC.

Read only

0 Likes
572

Hi Martin,

My scenario is ;

i have 2 fn modules

Fn mod1 and Fn mod2 in fn group A

and i transported this to another server.

now i changed fn mod1 and transported.

so the request number of fn mod 1 get changed.

So my req is to not based on fn group.

And it depends on fn modules.

Can u plz gv me some idea to get the request number (tables or fn mods) of fn module??

Regards,

Anoop Chandran

Read only

0 Likes
572

You can get them by executing the report: RSWBO040

In Object Selection: Enter FUNC for function module and enter your FM name in the adjacent box.

Regards,

Naimesh Patel