Skip to Content
-1
Jun 08, 2020 at 11:32 AM

Error in Creating Condition Records

459 Views Last edit Jun 08, 2020 at 11:44 AM 2 rev

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.