cancel
Showing results for 
Search instead for 
Did you mean: 

Output Log Table - ppfttrigg

Former Member
0 Kudos

The Output Log table PPFTTRIGG has several different GUIs. Can anyone tell me what each GUI below relates to from the top down (i.e. version of Bid invitiation, printed output version, original Bid Invitaiton, suppler, etc)?

MANDT SYMANDT CLNT 3 0 Client ID of Current User

OS_GUID PPF_GUID RAW 16 0 GUID

.INCLUDE PPFSITRIGG STRU 0 0 PPF: Output Data (Without GUID)

APPLKEY PPFDAPPKEY CHAR 32 0 Semantic Key of Application Object

APPL_OID OS_GUID RAW 16 0 Globally Unique Identifier

APPL_CLS OS_GUID RAW 16 0 Globally Unique Identifier

APPLCTN PPFDAPPL CHAR 30 0 Application Name

CONTEXT PPFDCNTXT CHAR 30 0 PPF: Name of Action Profile

TTYPE PPFDTT CHAR 30 0 PPF: Name of Action Definition

STATUS PPFDTSTAT CHAR 1 0 PPF: Action Status

IS_CHANGED PPFDTTCHNG CHAR 1 0 PPF: Action Has Been Changed Manually

IS_REPEAT PPFDTRPT CHAR 1 0 PPF: Action Was Repeated

IS_INACTIV PPFDIACT CHAR 1 0 PPF: Schedule Actions Automatically

IS_LOCKED PPFDTLOCK CHAR 1 0 PPF: Action Is Locked for Processing

IS_MCREAT PPFDMCREAT CHAR 1 0 PPF: Action Has Been Created Manually

.INCLUDE PPFSITRALL STRU 0 0 PPF: Include for Output Template and Output

MEDIUM_OID OS_GUID RAW 16 0 Globally Unique Identifier

MEDIUM_CLS OS_GUID RAW 16 0 Globally Unique Identifier

TIMECREATE PPFDTCREAT DEC 15 0 Time created

TIMECHANGE PPFDTCHNGD DEC 15 0 Last Changed At

USERCREATE PPFDUCREAT CHAR 12 0 Created By

USERCHANGE PPFDUCHNGD CHAR 12 0 Changed By

DISPATCH PPFDDSPTCH CHAR 1 0 PPF: Processing Time

CHANGEABLE PPFDCHNG CHAR 1 0 Action Manually Modifiable

Accepted Solutions (0)

Answers (2)

Answers (2)

Daniel-Alex
Product and Topic Expert
Product and Topic Expert
0 Kudos

Dear Russell,

the table PPFTTRIGG holds all actions for different application objects that are to be executed later (status unprocessed) or have been executed (status processed successfully/with error). The first guig just identifies the action object itself

OS_GUID identifies action object

The second set refers to the application object, this action belongs to. The application object is defined by its key. As the application object is a persistent object, it can also be defined by its class name and a unique id:

APPLKEY semantic key of application object

APPL_OID unique id

APPL_CLS id of persistent class of application object

Each action has a processing object (medium), which is again identified by its id and class:

MEDIUM_OID id of processing object

MEDIUM_CLS persistent class of processing object

If you want to translate class ids into real class names, please have a look at tabe SEOCLASS.

Best regards, Daniel-A. Heller

Former Member
0 Kudos

These are the GUIs from PPFTTRIGG that I need to know what each represents:

OS_GUID

APPLKEY

APPL_OID

APPL_CLS

MEDIUM_OID

MEDIUM_CLS