cancel
Showing results for 
Search instead for 
Did you mean: 

BPS Exit Function Error

Former Member
0 Kudos

Hi Experts,

I am new to BPS. I am developing FM for Unit Convertion. Can some body please direct me the procedure to correct the following error? This error is being generated at the time of execution. I am working on BI 7.0.

Please let me know if this is not enough info.

Thanks in advance.

Regards,

Nimesh

Error generating the test frame

Message no. FL819

Diagnosis

The system could not generate a syntactically correct test frame for function module Z_BPS_EXIT_UNIT_CONV. You therefore cannot test the function module using the test environment. You have probably used an ABAP feature in the interface definition that is not yet supported in the test environment.

The error message is:

"ANY TABLE" expected, not "HASHED TABLE".

System Response

Procedure

Check whether you can change the interface of the function module so that it is possible to generate the test frame. If this is not possible,you will have to write your own utility for testing the function module.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Nimesh,

Welcome to the forum.

You can not test an SEM exit function from ABAP workbench rather it has to be tested from BPS.

Exit function requires hash table XTH_DATA which is supplied from BPS.

I think you are testing funciton module from SE37 that leads to error message posted by you.

Have some test data in the planning cube & test it from Planning function exit function.

There is a How-To Document "How-To Loop over reference data in FOX formulas".

Though this function doesn't explain about exit function but it depicts execution of a planning funtion which will give you some insights.

Hope it helps.

Hari Immadi

http://immadi.com

SEM BW Analyst