Entering content frame

Background documentation -2029: <sequence name>.CURRVAL is not yet defined in this session Locate the document in its SAP Library structure

Explanation:

You attempted to execute <sequence_name>.CURRVAL (Specification of Values (value_spec)) before using <sequence_name>.NEXTVAL in the database session.

User Action:

Execute <sequence_name>.NEXTVAL before executing <sequence_name>.CURRVAL.

 

Leaving content frame