cancel
Showing results for 
Search instead for 
Did you mean: 

The error when create RFx in SRM7.0

Former Member
0 Kudos

Hi,My experts:

The error following when I create RFx in SRM7.0.What is the reason?

BR!

Alex!

Exception Data

Date: 19.08.2009

Time: 17:03:13

Short Text of the Message: Function module "ZGBR_WF_BRF_9EXP001" not found.

URL: http://hostname.***.com:8000/sap/bc/webdynpro/sapsrm/wda_l_fpm_oif/

Path: /sap/bc/webdynpro/sapsrm/wda_l_fpm_oif/

Message ID:

Message Type:

Message No.:

Message Variable 1:

Message Variable 2:

Message Variable 3:

Message Variable 4:

Error Code: 558

Error Text: RABAX_STATE

Runtime Error: CALL_FUNCTION_NOT_FOUND

ABAP Call Stack: Method: PROCESS_SPECIFIC of program CL_CALL_FUNC_METHOD_BRF=======CP

Method: IF_RULE_COMPONENT_BRF~PROCESS of program CL_EXPRESSION_BASE_BRF========CP

Method: GET_RESULT of program CL_EXPRESSION_POOL_BRF========CP

Method: IF_EXPRESSION_BRF~GET_SUBEXPRESSION of program CL_EXPRESSION_BASE_BRF========CP

Method: IF_FOEV_CONNECTOR~EVALUATE of program CL_FORMULA_BRF================CP

Method: EVALUATE of program CL_FOEV_FORMULA===============CP

Method: EVALUATE of program CL_FOEV_FORMULA===============CP

Method: PROCESS_SPECIFIC of program CL_FORMULA_BRF================CP

Method: IF_RULE_COMPONENT_BRF~PROCESS of program CL_EXPRESSION_BASE_BRF========CP

Method: GET_RESULT of program CL_EXPRESSION_POOL_BRF========CP

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks ,all .I resolved it.

Former Member
0 Kudos

how?

JosepAndreba
Explorer
0 Kudos

Hi,

Check transaction BRF, objects BRF: SRM_WF.

group 9BO --> 9SCHEME_DECISI --> Expresions --> 9V_RQ_SCHEME_001

You shoud substitute the function module with /SAPSRM/WF_BRF_0EXP000, for example.

The expression is used in expression 9V_RQ_SCHEME_000.

Bye.

Edited by: Josep Andreba on Aug 12, 2010 10:03 AM

Former Member
0 Kudos

Hi,

I am also getting same issue ( Function module "ZGBR_WF_BRF_9EXP001" not found.)

As per your message i have some doubts,

" Check transaction BRF, objects BRF: SRM_WF.

group 9BO --> 9SCHEME_DECISI --> Expresions --> 9V_RQ_SCHEME_001

You shoud substitute the function module with /SAPSRM/WF_BRF_0EXP000, for example. --- Did not understand this sentence.

The expression is used in expression 9V_RQ_SCHEME_000. --- Here this should be replaced with 9V_RQ_SCHEME_BRF_9EX001 or we need to add FM: 9V_RQ_SCHEME_BRF_9EX001.

Please clarify.

Thanks

Former Member
0 Kudos

Hi Alex,

Its simple. code has called a FM ZGBR_WF_BRF_9EXP001, which does not exist in the system.

goto se24. class name = CL_CALL_FUNC_METHOD_BRF.

Open method PROCESS_SPECIFIC and search for call to FM - ZGBR_WF_BRF_9EXP001.

Replace this call with the correct FM.

This should resolve your problem.

Regards

Azad

Former Member
0 Kudos

Hi,Azad:

Thanks for your quick reply.

1、I am sorry for that I do not find the call to FM - ZGBR_WF_BRF_9EXP001 in the method--- PROCESS_SPECIFIC .

2、You said "Replace this call with the correct FM." May I know the correct FM like you said .

Thank you very much.

BR!

Alex!

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

It is related with Process-Controlled Workflow.

Go to SLG1 transaction and list the log for /SAPSRM/ object.

I think one of expression use custom function module.

Regards,

Masa