cancel
Showing results for 
Search instead for 
Did you mean: 

Short Dump when deleting CMR/DMR

Former Member
0 Kudos

Hi,

When I delete a CMR or DMR the system hangs and I get a Short Dump. I have traced the line where the dump is occuring, but cannot figure why the error/short dump occurs.

INCLUDE FV45KFKD_VBKD_FUELLEN_TEIL_2

FORM VBKD_FUELLEN_TEIL_2 USING VALUE(US_POSNR)

....

IF NOT DA_WARNUNG IS INITIAL AND

SVBKD-TABIX > 0.

CLEAR DA_WARNUNG.

IF VBKD-FKDAT EQ DA_FKDAT.

SET CURSOR FIELD 'VBKD-FKDAT'.

WRITE VBKD-FKDAT TO DA_DATUMC DD/MM/YYYY.

MESSAGE W221 WITH DA_DATUMC. <== The error is occuring when this statement is exceuted.

ENDIF.

ENDIF.

Although the short dump thing the error occurs when trying do the next ste PERFORM VBKD_FUELLEN_IAOM USING US_POSNR.

Thanks in advance

Naing

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

SAP stores Date in this format (20070206) so u cannt Directly put it in Diffrent Format.

Regards

Prabhu