/1CN/WS_UI_400ZCAMPAIGNS SAP (UI Working Set Structure) Structure details

Dictionary Type: Structure
Description: UI Working Set Structure




ABAP Code to SELECT data from /1CN/WS_UI_400ZCAMPAIGNS
Related tables to /1CN/WS_UI_400ZCAMPAIGNS
Access table /1CN/WS_UI_400ZCAMPAIGNS




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

/1CN/WS_UI_400ZCAMPAIGNS 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 "UI Working Set Structure" 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_/1CN/WS_UI_400ZCAMPAIGNS TYPE /1CN/WS_UI_400ZCAMPAIGNS.

The /1CN/WS_UI_400ZCAMPAIGNS table consists of various fields, each holding specific information or linking keys about UI Working Set Structure data available in SAP. These include CND_ALV_CELLTAB (), CREATED_BY (Name of User that Created the Condition Record), CREATED_ON (Date on which Condition Record was Created), DATE_FROM (Valid From Date).. 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: Cannot Be Enhanced


SAP /1CN/WS_UI_400ZCAMPAIGNS 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
CAMPAIGN_IDProject Planning: External Indentifier of an Element CGPL_EXTIDCHAR24CGPL_EXTID
CND_ALV_CELLTAB 0
CREATED_BYName of User that Created the Condition Record /SAPCND/CREATED_BYCHAR12Assigned to domainXUBNAME
CREATED_ONDate on which Condition Record was Created /SAPCND/CREATED_ONDATS8SYDATS
DATE_FROMValid From Date /SAPCND/DATE_FROMDATS8SYDATS
DATE_TOValid-to Date /SAPCND/DATE_TODATS8SYDATS
DIS_CHANNELDistribution Channel CRMT_DISTRIBUTION_CHANNELCHAR2Assigned to domainCRM_DISTRIBUTION_CHANNELCRM_ORGMAN_DIS_CHANNEL
EXPNTBase 10 Exponent for Conversion to the Base Unit of Measure PRCT_CONV_COND_EXPINT25EXP10
GKWRT_PRTCond maintenance: Upper Limit of the Cond. Rate PRCT_UPPER_LIMIT_MNT_RATECHAR21PRC_MNT_RATE
KBETR_PRTCondition maintenance: Condition amount PRCT_MNT_RATECHAR21PRC_MNT_RATE
KMEINUnit of Measure for Product-Specific Quantity PRCT_PROD_UOMUNIT3Assigned to domainCUNITMEINS
KONWACondition Currency PRCT_COND_CURRCUKY5Assigned to domainWAERSFWS
KOTABNRCondition Table /SAPCND/COND_TABLE_IDCHAR8Assigned to domain/SAPCND/COND_TABLE_ID/SAPCND/KON
KPEINCondition Pricing Unit PRCT_COND_PRICING_UNITDEC5PRC_CONDITION_PRICING_UNIT
KRECHCalculation Type for Condition PRCT_CALCULATION_TYPECHAR3Assigned to domainPRC_CALCULATION_TYPE
KSCHLCondition Type /SAPCND/COND_TYPECHAR4Assigned to domain/SAPCND/COND_TYPE/SAPCND/VKS
KUMNEDenominator for Conversion to Base Unit of Measure PRCT_DENOMINATORINT410INT4
KUMZACounter for Conversion to Base Unit of Measure PRCT_NUMERATORINT410INT4
KVEWEUsage for Condition Technique /SAPCND/USAGECHAR2Assigned to domain/SAPCND/USAGE/SAPCND/KVW
MAINT_STATUSEditing status /SAPCND/MAINT_STATUSCHAR2/SAPCND/MAINT_STATUS
MEINSBase Unit of Measure for a Product PRCT_BASE_UOMUNIT3Assigned to domainCUNITMEINS
MNT_UI_COLOR_LINEALV control: Highlight column with color LVC_EMPHSZCHAR4CHAR4
MNT_UI_COND_REC_STATUSStatus of Condition Record /SAPCND/MNT_COND_REC_STATUSCHAR64/SAPCND/MNT_COND_REC_STATUS
MNT_UI_IS_DELETED_ICONDeleted: Condition Record Icon /SAPCND/MNT_IS_DELETED_ICONCHAR4/SAPCND/MNT_IS_DELETED_ICON
MNT_UI_IS_INITIAL_LINEBoolean Variable /SAPCND/BOOLEANCHAR1XFELD
MNT_UI_SCALE_EXISTIcon Field that Shows Existence of Scales /SAPCND/MNT_UI_SCALE_EXISTCHAR4/SAPCND/MNT_UI_SCALE_EXIST
MXWRT_PRTCond maint: Lower Limit of the Cond. Rate PRCT_LOWER_LIMIT_MNT_RATECHAR21PRC_MNT_RATE
PRODUCT_IDProduct ID COMT_PRODUCT_IDCHAR40PRID1COM_PRODUCT_IDCOM_PR_COLLECTION
PRODUCT_OBJECT_FAMILYObject Family COMT_PRODUCT_OBJECT_FAMILYCHAR4Assigned to domainCOM_PRODUCT_OBJECT_FAMILYCOM_OBJFAM_PRTYP
PTERMTerms of Payment Key PRCT_TERMS_OF_PAYMENTCHAR4PRC_TERMS_OF_PAYMENT
RELEASE_STATUSRelease Status /SAPCND/RELEASE_STATUSCHAR1/SAPCND/RELEASE_STATUS
SALES_ORGSales Organization CRMT_SALES_ORGCHAR14HROBJEC_14CRM_ORGMAN_SALES_ORG
SALES_ORG_SHORTSales Organization: Description of Department CRMT_SALES_ORG_SHORTCHAR12TEXT12
TG_BP_DESCRDescription of Target Group CRM_MKTPL_TARGETGRP_DESCCHAR72CRM_MARKETING_DESC
VARNUMHCondition Record ID /SAPCND/COND_TABLE_ENTRY_IDRAW16SYSUUID

Key field Non-key field



How do I retrieve data from SAP structure /1CN/WS_UI_400ZCAMPAIGNS using ABAP code?

As /1CN/WS_UI_400ZCAMPAIGNS 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 /1CN/WS_UI_400ZCAMPAIGNS as there is no data to select.

How to access SAP table /1CN/WS_UI_400ZCAMPAIGNS

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