JBDEXP SAP Message class Messages for Change Pointer and Extract Program









JBDEXP 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(JBDEXP).

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(JBDEXP) with ld_field1.

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

001 - Extraction process started

002 - Extraction processes ended

003 - Date: &1 &2

004 - Extraction parameters:

005 - &1 = &2

006 - 'IDoc Distribute' program was started

007 - Export process of type &1 started

008 - ------------------------------------------------------------------

010 - &1 objects were processed

011 - &1 objects cannot be extracted

012 - Number of selected change pointers: &1

013 - Number of selected objects: &1

020 - &1 change pointers have been deleted

021 - Settings were saved

022 - &1 change pointer was generated

100 - Export interface is not active

101 - Log cannot be opened

102 - Function module &1 has not been found

103 - No extraction module can be found for export object type &1 (&2)

104 - Internal error when reading change pointer

105 - Error when setting the status of the change pointer

106 - &

107 - Specify a valid period

108 - You cannot combine initial load parameters with reexport

109 - Enter the number of processes (between 1 and &1)

110 - Enter a field name

111 - Enter an operator

112 - Enter a table name

113 - Make a selection for the inclusive/exclusive indicator

114 - You cannot change system entries

115 - Export object type &1 is not recognized

116 - Change pointer ID cannot be accessed

117 - No ALE function module was found for type &1 (&2)

118 - Enter date

119 - Enter number of days

120 - You do not have authorization f.RFC calls.Parallel processing not possib.

121 - Error during RFC call. No free resources available

122 - Enter a block size between 100 and 100,000

123 - Select at least one export status

124 - Enter a field name

125 - Select a predefined field name



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!