on ‎2010 Oct 04 2:24 PM
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?
Help others by sharing your knowledge.
AnswerRequest clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.