cancel
Showing results for 
Search instead for 
Did you mean: 

Event parameters being lost

Former Member
0 Kudos

I am raising an event when I receive an IDoc to trigger subsequent processing. The IDoc processing function module calls SAP_WAPI_CREATE_EVENT and I pass the event parameter in the INPUT_CONTAINER table of the function module interface.

Perhaps 1 time in approx 400, the event parameter is not populated. I have checked the IDocs and re-submitted in using the test tool. When I do that, the event is created and the parameter correctly populated with data.

Has anybody else experienced intermittent problems like this?

Kind Regards,

Tony.

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hi Anthony,

I presume you are calling the FM with the Commit_work flag on?

I thought that may be the problem bu it doesn't gel with the 1 in 400 timing.

Weren't you having problems with Disk space overuns?? Mabye there has been some database errors (eg. full tablespaces??) occurring. Check the system logs.

Sorry but not much else comes to mind.

regards

Mark

Former Member
0 Kudos

Hi,

Yes teh commit flag is on.

SAP had a look at my code for event raising and could see nothing wrong.

Worth having a look at the system logs, thanks.

Answers (1)

Answers (1)

VijayasekarK
Active Participant
0 Kudos

Hi Anthony ,

Check the bindings...

regards,

vijay

Former Member
0 Kudos

Hi Vijay,

It's not the bindings because if I examine the event itself I can see that the event parameter is emoty.

Cheers,

Tony.