28.1.11

SAP Note 19528 - Sickness certificate

Symptom:

Sickness certificate - Austria
When processing the session (RPIKSHA0) the following error occurs
- MP005600 2000 s00347 field p0056-OBJPS no entries allowed -
the error only occurs for spouses covered by the same insurance, policy
holders and children O.K.

Cause and prerequisites

Error in the coding of report RPIKSHA0

Solution
In report RPIKSHA0, please change the lines marked "<<<---" below:
* IF FAMSA <> '0'. "<<<---
IF FAMSA GE '2'. "<<<---
*--- you may need to supply object ID
CLEAR: BDCDATA.
BDCDATA-FNAM = 'P0056-OBJPS'.
BDCDATA-FVAL = P0021-OBJPS. "object ID
* CONDENSE BDCDATA-FVAL. "conversion necessary
APPEND BDCDATA. ENDIF.

No comments:

Post a Comment