Dear All,
We are facing a weird problem. If we create a condition table in the below sequence we are getting error in maintaining condition records.
FIELD1 (CHAR75) -- Key/input Field
FIELD2 (BUKRS) -- Key/input Field
FIELD3 CHAR3 --> Output Field
OR
FIELD1 (CHAR75) -- Key/input Field
FIELD3 CHAR3 --> Output Field
If we are trying to maintain condition records (after creating access sequence with this table) for this table, POSTING_ILLEGAL_STATEMENT error is being occurred.
But if we create the condition table in below sequence no error is occurred when maintaining condition records.
FIELD2 (BUKRS) -- Key/input Field
FIELD1 (CHAR75) -- Key/input Field
FIELD3 CHAR3 --> Output Field
Could you please lets us if you have any information on this issue? Thanks a lot in advance.
