UISS_S_PCTR_BAPIDETAIL SAP (Detail of a profict center) Structure details

Dictionary Type: Structure
Description: Detail of a profict center




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




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

UISS_S_PCTR_BAPIDETAIL 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 "Detail of a profict center" 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_UISS_S_PCTR_BAPIDETAIL TYPE UISS_S_PCTR_BAPIDETAIL.

The UISS_S_PCTR_BAPIDETAIL table consists of various fields, each holding specific information or linking keys about Detail of a profict center data available in SAP. These include PROFIT_CTR (Profit Center), VALID_TO (Valid To Date), DEPARTMENT (Department), IN_CHARGE (Char 20).. 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 UISS_S_PCTR_BAPIDETAIL 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
CO_AREAControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
PROFIT_CTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
VALID_TOValid To Date DATBIDATS8DATUM
DEPARTMENTDepartment ABTEICHAR12ABTEI
IN_CHARGEChar 20 CHAR20CHAR20CHAR20
PCTR_NAMEChar 20 CHAR20CHAR20CHAR20
LONG_TEXTLong Text LTEXTCHAR40TEXT40
IN_CHARGE_USERCharacter Field of Length 12 CHAR12CHAR12CHAR12
PRCTR_HIER_GRPProfit center area PHINRCHAR12SETNR
LOGSYSTEMLogical System LOGSYSTEMCHAR10Assigned to domainALPHALOGSYS
SEGMENTSegment for Segmental Reporting FB_SEGMENTCHAR10Assigned to domainALPHAFB_SEGMENT
FORMOFADDRTitle ANREDCHAR15TEXT15
NAMEName 1 NAME1_GPCHAR35NAME
NAME_2Name 2 NAME2_GPCHAR35NAME
NAME_3Name 3 NAME3_GPCHAR35NAME
NAME_4Name 4 NAME4_GPCHAR35NAME
STREETHouse number and street STRAS_GPCHAR35TEXT35
CITYCity ORT01_GPCHAR35TEXT35
DISTRICTDistrict ORT02_GPCHAR35TEXT35
COUNTRYCountry Key LAND1CHAR3Assigned to domainLAND1LND
TAXJURCODETax Jurisdiction TXJCDCHAR15Assigned to domainTXJCDTXJ
PO_BOXPO Box PFACHCHAR10PFACH
POSTL_CODEPostal Code PSTLZCHAR10PSTLZ
POBX_PCDP.O. Box Postal Code PSTL2CHAR10PSTLZ
REGIONSTATE (State, Province, County) REGIOCHAR3Assigned to domainREGIO
COUNTRYISOCountry ISO code INTCACHAR2INTCAF4_INTCA
TELEPHONEFirst telephone number TELF1CHAR16TEXT16
TELEPHONE2Second telephone number TELF2CHAR16TEXT16
LANGULanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
FAX_NUMBERFax Number TELFXCHAR31TEXT31
TELEXTelex number TELX1CHAR30TEXT30
TELETEXTeletex number TELTXCHAR30TEXT30
TELEBOXTelebox number TELBXCHAR15TEXT15

Key field Non-key field



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

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

How to access SAP table UISS_S_PCTR_BAPIDETAIL

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