SAP Messages

IWO_BAPI2 SAP Message Class - Nachrichten für die PS/CS BAPI Ablaufsteuerung







IWO_BAPI2 is a standard message class available within your SAP system (depending on your versionand 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 I100(IWO_BAPI2).

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

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


100 *** General message flow ***
101 Object name &1 in method table is invalid
102 Method name &1 in method table is invalid




103 Method &1 is not provided for object &2
104 Entry &1 in table &2 (method &3) was not found
105 Length of internal key is incorrect (actual:&1 target:&2)
106 External order number too long (&1 characters, &2 allowed)
107 Order number &1 for method &2 is not allowed
108 Order &1 is changed, but not created
109 Order &1 with external number changed during creation
110 BAPI control was ended
111 Text lines from &1 to &2 not (completely) available
112 Order &1 saved with number &2
113 Error &1 during processing of BAPI methods
114 Data line &1 from ExtensionIn for &1 was not found
115 Error copying ExtensionIn for &1 line &2
116 Long texts for PRTs are not supported by the BAPI
117 No service data found for &1 &2 line &3
118 Order &1 cannot be saved, since no operation is maintained
119 BAPI call must have a SAVE or DIALOG method
120 Error reading order header &1 from the document tables
121 Object list assignment; no operation with number &1/&2 exists
122 Assignment of object list to operation with number &1/&2 already exists
123 Delete object list assignment: an operation with no. &1/&2 does not exist
124 The object list counter &1 is already assigned to another operation
125 Status of order &1 does not allow changes
126 Order &1 was saved with number &2 and notification &3
127 Only one object list per call can be processed
128 After SAVE method, COMMIT WORK or ROLLBACK WORK must be executed
129 Error when integrating service packages
130 Incorrect parameter mapping for operation &1 and service object &2
131 Relationship between contract &1 and service package is not supported




132 Control key change not possible for service package
133 Service package for operation &1 in order &2 already exists
134 Service packages are not supported for suboperations (&1/&2)
135 Change not possible: contract &1 &2 has not yet been created
136 Operation &1 requires services or limits
137 BAPI call is not allowed to have a DIALOG method with method &1
600 ****** Refurbishment Orders ******
601 Object list is not supported for refurbishment orders (order type &1)
602 Counter for object list &1 already exists for order &2
800 **************** Messages for List Selections BAPIs *********************
801 Enter at least one selection criteria
802 Use date format YYYYMMDD for parameter &
803 Use time format HHMMSS for parameter &
804 Only use numbers for paramter &
805 Only use values I or E (not &2) for selection option &1
806 Selection option &1: &2 cannot be interpreted

Contribute (Add Comments)

Use the comments section below to add any links, information or screen shots that you feel are relevant to this message class or any of the messages within it. This could include issues you have found that cause the messages to appear incorrectly as well as any fixes you have found or relevant SAP OSS notes. This information can then be found quickly, simply by searching on the message class IWO_BAPI2

.