Monday, March 27, 2017

SAP Tables for Status Handling (in ABAP)

Some important tables concerning status:

JEST  Individual Object Status
JCDS  Change Documents for System/User Statuses (Table JEST)
JSTO  Status object information
TJ02    System Status
TJ02T System status texts
TJ20T Texts for Status Profiles
TJ30T  Texts for User Status

No comments:

Post a Comment

Working with the session Id // ID für den Modus

Sometimes it can be helpful to know the id of the current session     CALL FUNCTION 'TH_GET_CONTEXT_ID'       IMPORTING         cont...