A termination occurs in the certificate profile transaction in the certificate view or when creating a certificate for the delivery item:
ABAP/4 runtime error SYSTEM_TYPE_NOT_ELEMENTARY.
Internal defect: Category 14 is not basic but complex.
The used layout set (for example layout set QC02) contains a line /: INCLUDE &QVDM_TKEY& OBJECT QVDM_MAT01 ID QVDM PARAGRAPH HT
with which the long text from the info record of the control data QM in SD is to be printed.
- 1. If you do not necessarily require the long text from the info record of the control data QM in SD when displaying the certificate, you can do the following:
Deactivate the corresponding line.
In standard form QC02, you can find this line as follows:
Transaction SE71, layout set QC02
Change page window
Text elements for window MAIN
Search forward for the string &QVDM (two times)
You are in line
/: INCLUDE &QVDM_TKEY& OBJECT QVDM_MAT01 ID QVDM PARAGRAPH HT
Deactivate the line, that is, overwrite the tag column "/:" with "/*".
This change must be made for all languages in which a certificate is to be printed.
- 2. If you want to print the long text from the info record of the control data QM in SD when displaying the certificate:
- a) Change the above line by replacing with .
- b) Make the changes specified below in Include AAP00F06.
- 3. The error is corrected in 3.0A. (Program RQCAAP00 and the layout set were changed.)
Certificate profile, simulation, certificate SAPCNVE CONVERSION_EXIT
SAPMQCPA
CALL 'AB_GET_C_PARMS'
Screen SAPMQCPA1106
Long text from the info record of the control data QM in SD QVDM
Layout set QC02
Update termination
Messages for the delivery item
No comments:
Post a Comment