PAD614 SAP (Additional Data Relationship 'Participates in Course') Structure details

Dictionary Type: Structure
Description: Additional Data Relationship 'Participates in Course'




ABAP Code to SELECT data from PAD614
Related tables to PAD614
Access table PAD614




Structure field list including key, data, relationships and ABAP select examples

PAD614 is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Additional Data Relationship 'Participates in Course'" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_PAD614 TYPE PAD614.

The PAD614 table consists of various fields, each holding specific information or linking keys about Additional Data Relationship 'Participates in Course' data available in SAP. These include MANZL (Number of attendances), BUDAT (Booking date), CONFIRMED (Participation Confirmed), FOLLOW_UP (Participation Was Followed Up).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP PAD614 structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
TPARTDOCNOCourse Participation - Document LSO_TPARTDOC_CCHAR10ALPHABELNR
MANZLNumber of attendances BMANZLDEC3DEC3
BUDATBooking date PBUDATDATS8DATUM
CONFIRMEDParticipation Confirmed PARTICCONFCHAR1PARTICCONF
FOLLOW_UPParticipation Was Followed Up LSO_FOLLOWUP_CCHAR1LSO_X_C
PASSEDCourse Passed LSO_PASSED_CCHAR1LSO_PASSED
FAILEDReason for Course Failed LSO_FAILEDNUMC4LSO_FAILED_REASON
INTEXIndicator for internal/external bus.event costs transferred INTEXCHAR1CHAR1
KKOSTAttendance or cancellation fee KKOSTCURR16(2) CURR16
KWAERCurrency key for fees EXWAERCUKY5Assigned to domainWAERS
KOKRSControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
SOLD_TOReference to Curriculum LSO_SOLD_TOCHAR10LSO_SOLD_TO
EVENTDocument Operation HRV_EVENTCHAR1HRV_EVENT
STATUSStatus of Document Operation HRV_STATUSCHAR1HRV_STATUS
REFDOCNOReference Document HRV_REFDOCCHAR10ALPHABELNR
REFDOCITEMReference Document Item HRV_REFDOCITEMNUMC3NUM3
REFDOCSEQNRSequence Number PESQNURNUMC3NUM3
LEARN_STATUSCompletion Status of Course Content LSO_LEARN_STATUSCHAR1LSO_LEARN_STATUS
ACCESS_COUNTERNumber of Accesses to Course Content LSO_ACCESS_COUNTERNUMC4NUMC4
CREDITBELNRDocument number PBELNRCHAR10CHAR10
CREDITSTATUSStatus of Document Operation HRV_STATUSCHAR1HRV_STATUS
EXPIDWebService: Participation ID in External LMS LSO_WS_PARTICIPATION_IDCHAR32
TRACKING_STATUSStatus of External Learning Progress LSO_WS_TRACKING_STATUSCHAR1LSO_WS_TRACKING_STATUS
PREVSCLASType of Related Object SCLASCHAR2Assigned to domainOTYPE
PREVSOBIDID of Related Object SOBIDCHAR45CHAR45

Key field Non-key field



How do I retrieve data from SAP structure PAD614 using ABAP code?

As PAD614 is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on PAD614 as there is no data to select.

How to access SAP table PAD614

Within an ECC or HANA version of SAP you can also view further information about PAD614 and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!