/SAPSRM/S_CLL_POSITION SAP (CLL structure for position in organization management) Structure details

Dictionary Type: Structure
Description: CLL structure for position in organization management




ABAP Code to SELECT data from /SAPSRM/S_CLL_POSITION
Related tables to /SAPSRM/S_CLL_POSITION
Access table /SAPSRM/S_CLL_POSITION




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

/SAPSRM/S_CLL_POSITION 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 "CLL structure for position in organization management" 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_/SAPSRM/S_CLL_POSITION TYPE /SAPSRM/S_CLL_POSITION.

The /SAPSRM/S_CLL_POSITION table consists of various fields, each holding specific information or linking keys about CLL structure for position in organization management data available in SAP. These include ADDR_GUID_WP (Globally Unique Identifier), STANDARDADDRESS_WP (Checkbox), ADDR_NO_WP (Address number), PERS_NO_WP (Person number).. 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 (Deep)


SAP /SAPSRM/S_CLL_POSITION 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
.INCLU-_WP 0
ADDR_GUID_WPGlobally Unique Identifier GUIDRAW16
STANDARDADDRESS_WPCheckbox XFELDCHAR1XFELD
ADDR_NO_WPAddress number AD_ADDRNUMCHAR10Assigned to domainALPHAAD_ADDRNUMADR
PERS_NO_WPPerson number AD_PERSNUMCHAR10Assigned to domainALPHAAD_PERSNUMCDTADDRESS
BUILDING_P_WPBuilding (number or code) AD_BLDNG_PCHAR10TEXT10
FLOOR_P_WPFloor in building AD_FLOORCHAR10TEXT10
ROOM_NO_P_WPRoom or Appartment Number AD_ROOMNUMCHAR10TEXT10
INHOUSE_ML_WPInt. mail postal code AD_IH_MAILCHAR10TEXT10
TEL1_NUMBR_WPFirst telephone no.: dialling code+number AD_TLNMBR1CHAR30CHAR30
TEL1_EXT_WPFirst Telephone No.: Extension AD_TLXTNS1CHAR10CHAR10
FAX_NUMBER_WPFirst fax no.: dialling code+number AD_FXNMBR1CHAR30CHAR30
FAX_EXTENS_WPFirst fax no.: extension AD_FXXTNS1CHAR10CHAR10
E_MAIL_WPE-Mail Address AD_SMTPADRCHAR241SXIDNAD_SMTPADR
COMM_TYPE_WPCommunication Method (Key) (Business Address Services) AD_COMMCHAR3Assigned to domainAD_COMM
NAME_WPName 1 AD_NAME1CHAR40TEXT40
NAME_2_WPName 2 AD_NAME2CHAR40TEXT40
NAME_3_WPName 3 AD_NAME3CHAR40TEXT40
NAME_4_WPName 4 AD_NAME4CHAR40TEXT40
C_O_NAME_WPc/o name AD_NAME_COCHAR40TEXT40
CITY_WPCity AD_CITY1CHAR40TEXT40CLCITYNAME
DISTRICT_WPDistrict AD_CITY2CHAR40TEXT40CITY_PART
CITY_NO_WPCity code for city/street file AD_CITYNUMCHAR12ADRCITYALPHACITY_CODE
DISTRCT_NO_WPDistrict code for City and Street file AD_CITYPNMCHAR8ADRCITYPRTALPHACITYP_CODE
POSTL_COD1_WPCity postal code AD_PSTCD1CHAR10CHAR10
POSTL_COD2_WPPO Box Postal Code AD_PSTCD2CHAR10CHAR10
POSTL_COD3_WPCompany Postal Code (for Large Customers) AD_PSTCD3CHAR10CHAR10
PO_BOX_WPPO Box AD_POBXCHAR10CHAR10
PO_BOX_CIT_WPPO Box city AD_POBXLOCCHAR40TEXT40CITY_NAME
PBOXCIT_NO_WPCity PO box code (City file) AD_CIT2NUMCHAR12ADRCITYALPHACITY_CODE
PO_W_O_NO_WPFlag: PO Box Without Number AD_POBXNUMCHAR1XFELD
POBOX_CTRY_WPPO box country AD_POBXCTYCHAR3Assigned to domainLAND1
STREET_WPStreet AD_STREETCHAR60TEXT60CLSTRTNAME
HOUSE_NO_WPHouse Number AD_HSNM1CHAR10TEXT10
HOUSE_NO2_WPHouse number supplement AD_HSNM2CHAR10TEXT10
STR_SUPPL1_WPStreet 2 AD_STRSPP1CHAR40TEXT40
STR_SUPPL2_WPStreet 3 AD_STRSPP2CHAR40TEXT40
STR_SUPPL3_WPStreet 4 AD_STRSPP3CHAR40TEXT40
LOCATION_WPStreet 5 AD_LCTNCHAR40TEXT40
REGION_WPSTATE (State, Province, County) REGIOCHAR3T005SREGIO
COUNTRY_WPCountry Key LAND1CHAR3T005LAND1LND
ADDR_USAGE_WP 0
ADDR_NOTES_WPAddress notes AD_REMARK1CHAR50TEXT50
GUIDGlobally Unique Identifier GUIDRAW16
OTYPEObject Type OTYPECHAR2Assigned to domainOTYPEPOT
OBJIDObject ID HROBJIDNUMC8Assigned to domainHROBJIDPON
.INCLU-_DP 0
GUID_DPGlobally Unique Identifier GUIDRAW16
OTYPE_DPObject Type OTYPECHAR2Assigned to domainOTYPEPOT
OBJID_DPObject ID HROBJIDNUMC8Assigned to domainHROBJIDPON
STERMObject Abbreviation SHORT_DCHAR12TEXT12
NAMEObject Name STEXTCHAR40TEXT40
DEPARTMENT_NAMEObject Name STEXTCHAR40TEXT40
MANAGER_DEP_GUIDGlobally Unique Identifier GUIDRAW16
MANAGER_DEP_IDObject ID OBJEKTIDNUMC8NUM08PON
MANAGER_DEP_STERMObject Abbreviation SHORT_DCHAR12TEXT12
MANAGER_DEP_NAMEObject Name STEXTCHAR40TEXT40
CLL_PLVARPlan Version PLVARCHAR2Assigned to domainPLVARPOP
DEPARTMENT_STERMObject Abbreviation SHORT_DCHAR12TEXT12
MANAGED_DEP_LINK_TXTString STRINGVALSTRG0
POSITION_DISPLAY_TEXTObject Name STEXTCHAR40TEXT40

Key field Non-key field



How do I retrieve data from SAP structure /SAPSRM/S_CLL_POSITION using ABAP code?

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

How to access SAP table /SAPSRM/S_CLL_POSITION

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