SAP Knowledge Base Article - Preview

1733048 - Dump "RAISE_EXCEPTION", Ausnahmebedingung "DATA_INCOMPLETE" in Programmen RPCD3VD0, RPCD3LD0*, RPCDRVD0, RPCDRLD0

Symptom

Bei der Ausführung der untenstehenden Reports kommt es zu folgendem Dump (Laufzeitfehler):

Reports RPCD3VD0, RPCD3LD0 oder RPCD3LD0_OUT: Reports  RPCDRVD0 oder  RPCDRLD0:                                                                           
Dump RAISE_EXCEPTION,
Ausnahmebedingung "DATA_INCOMPLETE" ausgelöst
CL_HRPAYDE_D3_NOTIF_MANAGER===CP
CL_HRPAYDE_D3NOTIF_MANAGER===CM*
Dump RAISE_EXCEPTION,
Ausnahmebedingung "DATA_INCOMPLETE" ausgelöst
CL_HRPAYDE_D3_NOTIF_MANAGER===CP
CL_HRPAYDE_D3_NOTIF_MANAGER===CM*

Abbruchstelle:

* Meldungen einlesen
  loop at lt_d3key into wa_d3key.
    wa_guid+0(8)  = wa_d3key-pernr.
    wa_guid+8(4)  = wa_d3key-jahr.
    wa_guid+12(4) = wa_d3key-mnr.
    call method cl_hrpayde_d3o_notif=>read_notif
      exporting
        i_guid          = wa_guid
      importing
        er_notif        = lr_notif
      exceptions
        not_found          = 1
        data_incomplete = 2
        others               = 3.
    if sy-subrc = 2.
-->  raise data_incomplete.

Abbruchstelle:

* Meldungen einlesen
  loop at lt_guids into wa_guid.
    call method cl_hrpayde_d3r_notif=>read_notif
      exporting
        i_guid          = wa_guid
      importing
        er_notif        = lr_notif
      exceptions
        not_found       = 1
        data_incomplete = 2
        others          = 3.
    if sy-subrc = 2.
-->   raise data_incomplete.

 oder

Sie erhalten im RPCD3VD0 die Fehlermeldung "Interner Fehler - Stornierung nicht erstellbar: XXXX YYYY" (5D 731).


Read more...

Environment

 
  • SAP Release 6.0 und höher
  • Human Resources / HR / HCM
 

Product

SAP ERP all versions

Keywords

RAISE_EXCEPTION, DATA_INCOMPLETE, RPCD3VD0, RPCD3LD0, RPCDRVD0, RPCDRLD0, DBKV-Datenbaustein, RPCD3LD0_OUT , KBA , PY-DE-FP-DU , DEUEV , Problem

About this page

This is a preview of a SAP Knowledge Base Article. Click more to access the full version on SAP for Me (Login required).

Search for additional results

Visit SAP Support Portal's SAP Notes and KBA Search.