Skip to Content
0
Former Member
Mar 19, 2009 at 04:23 AM

error at API_SEMBPS_GLSEQUENCE_EXECUTE

35 Views

hi gurus!

i m calling a sequence since a transaction, this way:

CALL FUNCTION 'API_SEMBPS_GLSEQUENCE_EXECUTE'

EXPORTING

l_sequence = 'ZPROFIT'

IMPORTING

e_subrc = l_subrc

TABLES

etk_return = it_return.

where 'ZPROFIT' is the thecnical name of the sequence created in bps0,

but at execute i get one error:

"

The reason for the exception is:

When calling the function module "API_SEMBPS_GLSEQUENCE_EXECUTE", one of the

parameters

needed according to the interface description was not specified.

"

What could I be missing?

Regards

Joseph