SAP for Utilities Discussions
Connect with fellow SAP users to share best practices, troubleshoot challenges, and collaborate on building a sustainable energy future. Join the discussion.
cancel
Showing results for 
Search instead for 
Did you mean: 

Assigning function module to installation specific function modules

Former Member
0 Kudos

Hi All,

I am new ISU ABAP.

I am working on EVent 1213, I copied sample function module and created new function module.

Added the z function module to installation specific function module in FQEVENTS and it's saved in customized request

in client 020(Dev server).

i went to testing client 040(Dev server) and checked in FQEVENTS but function module is not assigned to installation specific

function module.

Is this dependent on client for assigning function module to installation specific function module.

Whether we need to trasport to testing client. how we can transport to testing client is it through SCC1.

Please help me on this.

Regards,

Ram

4 REPLIES 4

Former Member
0 Kudos

Installation specific function modules are stored in table TFKFBC.

As you can see in the table definition this is client dependent.

So transport you're customizing to your testclient with SCC1.

Standard function modules are found in table TFKFBS.

0 Kudos

Hi,

Could you please tell me this we can transport it through SCC1

or basis people will transport it normally through se09.

please suggest.

0 Kudos

If you don't want to release the transport but want the FQEVENT configuration in your test client (assuming you are not talking about test server), then you will have to use SCC1. If you don't have the access, then you either need to get it, or ask basis to do that for you or find someone who has that access. SE09 is only when you have to release it to the next environment.

former_member213733
Active Contributor
0 Kudos

Hi ,

Installation specific fucntion modules are stored in TFKFBC table , where in you can find all the assignements .

In case of assignment it is client specific and you can add that in customizing request .

Concentrate on the following aspects :

1. Is the assignment captured in the customizing request - check through SE01 or SE10 .

2. Have you run SCC1 in the target client , keeping the tick on sub task a check box below the transport request number in SCC1 along with the request you will have to import the tasks too else your request will have no meaning .

3. Check TFKFBC in target client whether the entry is there or not .

Try with a reimport of the request with the tick on tasks as mentioned in point no. 2.

Revert back focussing on the above issues if you are still having issues .

Regards ,

Dewang T