Hi all,
<br>
<br>
<br>I 'm new to SAP and would like to beg a helping hand.
<br>I had tired the 'free search' function in PPOME.
<br>and I m not sure what mistake I make. When I execute t-code PPOME again, it is getting the runtime error.
<br>
<br>the following are the descritpion of exception by T-code ST22.
<br>the error is related to u201CSAP_IN_ITAB_ILLEGAL_OPTIONu201D and I read the its SAP NOTE(1256059).
<br>However, I don't how to do so that fix this problem.
<br>May anyone help me~
<br>
<br>----
<br><b>Short text</b>
<br>Invalid value in OPTION field of value table for IN itab operator.
<br>
<br><b>What happened?</b>
<br> Error in the ABAP Application Program
<br>
<br> The current ABAP program "%_T0DQG0" had to be terminated because it has
<br> come across a statement that unfortunately cannot be executed.
<br>
<br><b>Error analysis</b>
<br> The current ABAP/4 program attempted to execute an ABAP/4 Open SQL
<br> statement in which the WHERE condition contains an IN itab operator.
<br>
<br> The IN itab operator is used with internal tables which
<br> have the following structure:
<br>
<br> SIGN(1) OPTION(2) LOW LIKE db_field HIGH LIKE db_field
<br>
<br> The OPTION column should contain only one of the following values:
<br>
<br> "EQ LE GE CP BT NE LT GT NP NB"
<br>
<br> The value " " is not allowed here.
<br>
<br><b>How to correct the error</b>
<br> Use only one of the permitted values in the OPTION column.
<br>
<br> If the error occures in a non-modified SAP program, you may be able to
<br> find an interim solution in an SAP Note.
<br> If you have access to SAP Notes, carry out a search with the following
<br> keywords:
<br>
<br> "SAPSQL_IN_ITAB_ILLEGAL_OPTION" " "
<br> "%_T0DQG0" or "%_T0DQG0"
<br> "GET_OBJECTS"
<br>
<br> If you cannot solve the problem yourself and want to send an error
<br> notification to SAP, include the following information:
<br>
<br> 1. The description of the current problem (short dump)
<br>
<br> To save the description, choose "System->List->Save->Local File
<br> (Unconverted)".
<br>
<br> 2. Corresponding system log
<br>
<br> Display the system log by calling transaction SM21.
<br> Restrict the time interval to 10 minutes before and five minutes
<br> after the short dump. Then choose "System->List->Save->Local File
<br> (Unconverted)".
<br>
<br> 3. If the problem occurs in a problem of your own or a modified SAP
<br> program: The source code of the program
<br> In the editor, choose "Utilities->More
<br> Utilities->Upload/Download->Download".
<br>
<br> 4. Details about the conditions under which the error occurred or which
<br> actions and input led to the error.
<br>
<br><b>User and Transaction</b>
<br>
<br> Client.............. 300
<br> User................ "xxxxxxxx"
<br> Language key........ "E"
<br> Transaction......... "PPOME "
<br> Transactions ID..... "26F031E14FDBF1E0BB3500155D7F2106"
<br>
<br> Program............. "%_T0DQG0"
<br> Screen.............. "SAPMSSY0 1000"
<br> Screen line......... 6
<br>
<br>
<br><b>Information on where terminated</b>
<br> The termination occurred in the temporary subroutine pool "%_T0DQG0" in
<br> "GET_OBJECTS".
<br> The main program was "OM_START_NF ".
<br>
<br> The point of termination in the source code is in line 69 of
<br> the temporary subroutine pool "%_T0DQG0".
<br>
<br>Edited by: jack22000011 on Dec 29, 2011 9:05 AM
Edited by: jack22000011 on Dec 29, 2011 9:11 AM