CI_PPVARC SAP () Structure details

Dictionary Type: Structure
Description:




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




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

CI_PPVARC 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 "" 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_CI_PPVARC TYPE CI_PPVARC.

The CI_PPVARC table consists of various fields, each holding specific information or linking keys about data available in SAP. These include BUSTRANTYPE (LSO Correspondence: Name of Business Transaction Type), KSCHEDULEDEP (Indicator 'Time-Specific'), KLOCATIONDEP (Indicator 'Location-Specific'), KTFORMTYPE (Typing of Delivery Method).. 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: Not classified


SAP CI_PPVARC 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
BUSTRANTYPELSO Correspondence: Name of Business Transaction Type LSO_CORSP_BUSTRANSACTIONTYPECHAR40TEXT40
KSCHEDULEDEPIndicator 'Time-Specific' LSO_SCHEDULE_CCHAR1LSO_X_C
KLOCATIONDEPIndicator 'Location-Specific' LSO_LOCATION_CCHAR1LSO_X_C
KTFORMTYPETyping of Delivery Method LSO_TFORMTYPE_CCHAR1LSO_TFORMTYPE_C
KTFORMIDCourse: Delivery Method LSO_TRAINING_TFORM_CNUMC4Assigned to domainLSO_TFORM_CH_LSOTFORM_C
KTFORMTXTCourse: Delivery Method Text LSO_TRAINING_TFORMT_CCHAR40LSO_TFORMT_C
KDEALENDAvailability End Date of Course Content LSO_DEALEND_CDATS8DATUM
KMAXACCESSAllowed Number of Accesses to Course Content LSO_MAX_ACCESSNUMC4NUMC4
KCURRELTFORMSHTCurriculum Element: Delivery Method Short Name LSO_CURREL_TFORMTSHORT_CCHAR20LSO_TFORMTSHORT_C
KCURRELSHTCurriculum Element: Course Name LSO_CURREL_TRNG_STEXT_CCHAR40TEXT40
DTFORMIDCourse Type: Delivery Method LSO_TRAINTYPE_TFORM_CNUMC4Assigned to domainLSO_TFORM_CH_LSOTFORM_C
DTFORMTXTCourse Type: Delivery Method Text LSO_TRAINTYPE_TFORMT_CCHAR40LSO_TFORMT_C
PARTBEGDAParticipation Start Date LSO_PARTICIPATION_BEGDADATS8DATS
PARTENDDAParticipation End Date LSO_PARTICIPATION_ENDDADATS8DATS
PARTDOCNOCourse Participation - Document LSO_TPARTDOC_CCHAR10ALPHABELNR
PARTREFCURRTXTParticipation: Name of Relevant Curriculum LSO_TRNG_CURR_STEXT_CCHAR40TEXT40
CLERKSHTAdministrator Training Management: Object Abbreviation LSO_CLERKSHTCHAR12TEXT12
CLERKTELNAdministrator Training Management: Telephone Number LSO_CLERKTELNCHAR25CHAR25
CLERKFAXNAdministrator Training Management: Fax Number LSO_CLERKFAXNCHAR25CHAR25

Key field Non-key field



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

As CI_PPVARC 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 CI_PPVARC as there is no data to select.

How to access SAP table CI_PPVARC

Within an ECC or HANA version of SAP you can also view further information about CI_PPVARC 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!