VER_MESSAGES SAP Message class Message class for FP-Examples









VER_MESSAGES is a standard message class available within your SAP system (depending on your version and release level). Below is a list of all the messages available for within this class and a link to any long text associated with each message. These messages are very simple to use and can be implemented into your ABAP code using the MESSAGE statement and the following syntax.

MESSAGE I001(VER_MESSAGES).

Note the value "I" represents an information messsage but can be replaced with E for error, W for warning, S for Status/Success, A for Abend/Termination and X for exit which does not display a message and causes a runtime error. Click here for more information about SAP Messages.

Messages can also contain the & symbol, this means custom values can be added to the message when it is displayed, this is done using the WITH statement

MESSAGE I001(VER_MESSAGES) with ld_field1.

Message class details can be viewed directly within your SAP system by entering the object name VER_MESSAGES into the relevant SAP transaction such as SE91 or SE80.

000 - 2) Create Form in PDF Format and PostScript Format

001 - 3) Create Form in PDF Format and PCL Format

002 - 1) Create Form in PDF Form

003 - Number of pages matches specified number of pages

004 - Creating form with &1 page(s)

005 - 2) Create Form in PostScript Form

006 - 3) Create Form in PCL Format

007 - Number of pages (&1) does not match specified number of pages (&2)

008 - Number of pages matches number of pages in PDF form from test 1

009 - No. of pages (&1) does not match no. of pages in test 1's PDF form (&2)

Additional information exists about message 009 to provide the user with a more detailed description of the issue and what might be the cause... See long description for message 009 class ver_messages.

010 - 4) Create Form in PDF Format and PostScript Format

011 - Size of PDF form matches size of PDF form from test 1

012 - Size of PDF (&1) does not match size of PDF from test 1 (&2)

Additional information exists about message 012 to provide the user with a more detailed description of the issue and what might be the cause... See long description for message 012 class ver_messages.

013 - 5) Create Form in PDF Format and PCL Format

014 - PostScript form matches PostScript form from test 2

015 - PostScript does not match PostScript form from test 2

016 - PCL form matches PCL form from test 3

017 - PCL form does not match PCL form from test 3

018 - &1

Additional information exists about message 018 to provide the user with a more detailed description of the issue and what might be the cause... See long description for message 018 class ver_messages.

019 - PDF form is not correct

020 - Number of pages matches number of pages in PostScript form from test 2

021 - No. of pages (&1) does not match no. of pages in PS form from test 2 (&2)

022 - Size of PDF form does not match size of PDF form from test 4

023 - Size of PDF (&1) does not match size of PDF from test 4 (&2)

Additional information exists about message 023 to provide the user with a more detailed description of the issue and what might be the cause... See long description for message 023 class ver_messages.

024 - XML of PDF matches XML of PDF from test 1

025 - XML of PDF does not match XML of PDF from test 1

026 - XML of PDF matches XML of PDF from test 2

027 - XML of PDF does not match XML of PDF from test 2

028 - Creating form FP_TEST_02

029 - Creating form PERF_TEST_03

030 - Exception in function module FP_JOB_OPEN

031 - Exception in function module FP_JOB_CLOSE

034 - Creating form in PDF format

036 - Conversion to PostScript successful

037 - Conversion to PostScript failed

038 - Review copy created

039 - Could not create review copy

040 - Template copy created

041 - Could not create template copy

042 - Using API to request layout data

043 - Using PDF object to request template copy

044 - Layout data loaded

045 - Could not load layout data

046 - Creating test form

047 - C1: Set Certification with Valid Certificate

048 - User sets electronic signature

049 - Reading electronic signature

050 - Certification tests with non-interactive form

051 - C10: Set Certification Without Texts (Reason, Location...)

052 - C5: Set Certification with Revoked Certificate

053 - C4: Set Certification with Expired Certificate

055 - C9: Get Unset Certification

056 - Signature tests with non-interactive form

057 - S1: Set Signature with Valid Certificate

058 - C2: Set Certification Without Permissions

059 - C3: Set Certification with All Permissions

060 - C6: Set Certification Without Specifying Certificate

061 - C7: Set Certification with Nonexistent Signature Field

062 - C8: Set Certification with Nonexistent Certificate

063 - Certification tests with interactive form

064 - PDF not modified despite certification/signature

065 - Could not convert form data to XSTRING

066 - Interactive Form FP_FORM_SECURITY_TEST

067 - Test for signature 1

068 - Test for signature 2

069 - PDF not modified despite signature

070 - S2: Set Signature with Expired Certificate

071 - S3: Set Signature with Revoked Certificate

072 - Not downloaded; PDF empty

073 - S4: Set Signature Without Specifying Certificate

074 - S5: Set Signature with Nonexistent Signature Field

075 - S6: Set Signature with Nonexistent Certificate

076 - S7: Set Two Signatures with Valid Information

077 - S8: Set Two Signatures, Second Certificate Expired

078 - S9: Set Two Signatures, Second Certificate Revoked

079 - S11: Set Signature Without Texts

080 - S10: Read Unset Signature

081 - Signature tests with interactive form

082 - File &1 written successfully

Additional information exists about message 082 to provide the user with a more detailed description of the issue and what might be the cause... See long description for message 082 class ver_messages.

083 - Error when writing file

084 - Expected status '&1' returned

085 - Status '&1' returned; status '&2' expected

Additional information exists about message 085 to provide the user with a more detailed description of the issue and what might be the cause... See long description for message 085 class ver_messages.

086 - Expected access rights returned (&1)

087 - Rights '&1' returned; rights '&2' expected

Additional information exists about message 087 to provide the user with a more detailed description of the issue and what might be the cause... See long description for message 087 class ver_messages.

088 - Expected texts of other parameters returned (see long text)

Additional information exists about message 088 to provide the user with a more detailed description of the issue and what might be the cause... See long description for message 088 class ver_messages.

089 - Expected texts of other parameters not returned (see long text)

Additional information exists about message 089 to provide the user with a more detailed description of the issue and what might be the cause... See long description for message 089 class ver_messages.

090 - Returned status values do not match: alone: '&1', in structure: '&2'

Additional information exists about message 090 to provide the user with a more detailed description of the issue and what might be the cause... See long description for message 090 class ver_messages.

091 - Expected exception for &1 operation (see long text)

Additional information exists about message 091 to provide the user with a more detailed description of the issue and what might be the cause... See long description for message 091 class ver_messages.

092 - Expected exception not returned for &1 operation

093 - Connection &1 is an SSL connection and will be used

094 - &1, &2, and &3 are not SSL connections; test not performed

Additional information exists about message 094 to provide the user with a more detailed description of the issue and what might be the cause... See long description for message 094 class ver_messages.

095 - Error in &1 operation (see long text)

Additional information exists about message 095 to provide the user with a more detailed description of the issue and what might be the cause... See long description for message 095 class ver_messages.

096 - Testing connection

097 - Could not save log

098 - Error when reading RFC connection &1

099 - GET_SIGNATURE did not return a value

100 - Test &1 with formular &2

101 - Error when parsing layout data (see long text)

Additional information exists about message 101 to provide the user with a more detailed description of the issue and what might be the cause... See long description for message 101 class ver_messages.

102 - Expected texts of other parameters returned (see long text)

Additional information exists about message 102 to provide the user with a more detailed description of the issue and what might be the cause... See long description for message 102 class ver_messages.

103 - Expected texts of other parameters not returned (see long text)

Additional information exists about message 103 to provide the user with a more detailed description of the issue and what might be the cause... See long description for message 103 class ver_messages.

104 - UUIDs do not match

105 - UUIDs match

106 - Time stamps do not match

107 - Time stamps match

108 - Hash values match

109 - Hash values do not match

110 - Checking whether UUID does not match &1 form

111 - No hash values

112 - Hash values included

113 - Checking hash values (they may not be included)

114 - Error when getting layout data

115 - Error when parsing layout data

116 - Checking whether time stamp does not match &1 form

117 - Checking whether hash values match &1 form

118 - Checking whether hash values do not match &1 form

120 - Test 1: Processing of Print Forms in Non-Production System

121 - Error when calling Java component

122 - Error when creating form

123 - Error when reading UUID and time stamp

124 - Test 2: Processing of Print Forms in Production System

125 - Test 3: Processing of Interactive Forms in Non-Production System

126 - &1 (&2)

127 - Test 4: Processing of Interactive Forms in Production System

129 - Test 5: Check License Status

131 - License value as expected: '&1'

132 - License value '&1'; value '&2' expected

133 - License table empty (as expected)

134 - License table contains entries but should be empty

135 - Technical error in method CLEAR_DATABASE_TABLE

136 - License field empty; value '&1' expected

137 - Technical error in method GET_LICENSED_FIELD

138 - Technical error in method RUN_LICENSE_SERVICE

139 - Status of license service is red (as expected)

140 - Status of license service is yellow; red was expected

141 - Status of license service is green; red was expected

142 - No license service

143 - With license service

144 - Error when converting production flag for client

145 - Error in license service

150 - S12: setSignature, mergeData, setSignature

151 - Number of versions as expected: &1

152 - Number of versions (&1) incorrect; number of versions expected: &2

153 - Current version number as expected: &1

154 - Current version number (&1) incorrect; version number expected: &2

155 - Highest version with valid signature as expected: &1

156 - Highest valid version (&1) incorrect; version expected: &2

157 - S13: setCertification, setSignature, setSignature, getDifferences

158 - GetDifferences indicates differences although no changes made

159 - GetDifferences shows no differences (as expected)

160 - S14: setCert., setSignature, mergeData, setSignature, getDifferences

161 - GetDifferences shows the expected differences

162 - GetDifferences does not indicate differences although changes made



Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!