cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SPM (FF) user exit

Former Member
0 Likes
881

The user exit does not work as the client expects. If the FFid has not been used, and you know the password, you can login directly with the FFid. Is this correct? Is there a way around this?

View Entire Topic
Former Member
0 Likes

Jack,

remember few points

1. FF id should at all the time should be assigned an owner.

2. FF user exist code should be first code in ZXUSR... program (sap note 992200)

3. function module in which above program is include , should be active

4. project should exist in CMOD (refer to sap note 992200)

regards,

Surpreet

Former Member
0 Likes

1. FF id should at all the time should be assigned an owner.

---yes, they are in the table

2. FF user exist code should be first code in ZXUSR... program (sap note 992200)

---yes, first up

3. function module in which above program is include , should be active

---yes, activated per note

4. project should exist in CMOD (refer to sap note 992200)

---yes, per note

====================

all of these things are done in dev and work the way it should, however when the project/function mod/report is transported to the quality boxes, it does not work. No errors/warnings in the transport logs. It just does not work. Any ideas at all? This is driving me crazy! by the way, in 2 out of 22 sids, it does work in the quality boxes, and the transports are done the same way.

Former Member
0 Likes

Jack,

problem most of SPM customer face.

usually ABAPers forget to transport project.

pls check in CMOD in PRD /Quality that same project exists .

check in PRD/Q.., if code is there in ZXUSR... program and check in PRD in SE37 if the concerned FM is active

(ABAPers sometime transport wrongly)

also check if all FF ids are service use ids

hope it help

regards,

Surpreet

check all your FF ids exist in /VIRSA/ZVIRFFIDS table

Edited by: Surpreet Singh Bal on Oct 6, 2010 10:50 AM