JJVCAMP_SLS_AREA SAP (Generated Table for View JJVCAMP_SLS_AREA) Table View details

Dictionary Type: Table View
Description: Generated Table for View JJVCAMP_SLS_AREA




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




Table View field list including key, data, relationships and ABAP select examples

JJVCAMP_SLS_AREA is a standard SAP Table View which is used to store Generated Table for View JJVCAMP_SLS_AREA data and is available within R/3 SAP systems depending on the version and release level.

The JJVCAMP_SLS_AREA table consists of various fields, each holding specific information or linking keys about Generated Table for View JJVCAMP_SLS_AREA data available in SAP. These include CAMPAIGN (IS-M: Marketing Campaign, Generic (GUID32)), SALESORG (Sales Organization), DISTR_CHAN (Distribution Channel), DIVISION (Division).. 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 JJVCAMP_SLS_AREA table view 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
MANDTClient MANDTCLNT3MANDT
CAMPAIGNIS-M: Marketing Campaign, Generic (GUID32) ISM_MARKETING_CAMP_GEN_GUID32CHAR32TJJCAMPMCMP1ISM_MARKETING_CAMP_GEN_GUID32
SALESORGSales Organization VKORGCHAR4TVTAVKORGVKOC_VKORG
DISTR_CHANDistribution Channel VTWEGCHAR2TVTAVTWEGVTWC_VTWEG
DIVISIONDivision SPARTCHAR2TVTASPARTSPAC_SPART

Key field Non-key field



How do I retrieve data from SAP table JJVCAMP_SLS_AREA using ABAP code

The following ABAP code Example will allow you to do a basic selection on JJVCAMP_SLS_AREA to SELECT all data from the table
DATA: WA_JJVCAMP_SLS_AREA TYPE JJVCAMP_SLS_AREA.

SELECT SINGLE *
FROM JJVCAMP_SLS_AREA
INTO CORRESPONDING FIELDS OF WA_JJVCAMP_SLS_AREA
WHERE...

How to access SAP table JJVCAMP_SLS_AREA

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