TYCALL_IMP SAP (Call Structure for Settlement Rule) Structure details

Dictionary Type: Structure
Description: Call Structure for Settlement Rule




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




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

TYCALL_IMP 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 "Call Structure for Settlement Rule" 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_TYCALL_IMP TYPE TYCALL_IMP.

The TYCALL_IMP table consists of various fields, each holding specific information or linking keys about Call Structure for Settlement Rule data available in SAP. These include KOKRS (Controlling Area), BUKRS (Company Code), OBJ_TEXT (Text, 40 Characters Long), NPLNR (Network 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: Cannot Be Enhanced


SAP TYCALL_IMP 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
ADD_PARA 0
KOKRSControlling Area KOKRSCHAR4CACCDCAC
BUKRSCompany Code BUKRSCHAR4BUKRSBUKC_T001
OBJ_TEXTText, 40 Characters Long TEXT40CHAR40TEXT40
NPLNRNetwork number NW_AUFNRCHAR12ALPHAAUFNRANR
VORNROperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
KDAUFSales Order Number KDAUFCHAR10ALPHAVBELNAUN
KDPOSItem Number in Sales Order KDPOSNUMC6NUM06KPO
GSBERBusiness Area GSBERCHAR4GSBERGSB
PRCTRProfit Center PRCTRCHAR10ALPHAPRCTRPRCPRCTR_EMPTY
WERKSPlant WERKS_DCHAR4WERKSWRKH_T001W_C
MATNRMaterial Number MATNRCHAR18MATN1MATNRMATS_MAT1
ABUKRRequesting company code IM_ABUKRSCHAR4BUKRSBUK
PSPNRWBS Element PS_POSNRNUMC8ABPSPPS_POSNR
APROFSettlement profile APROFCHAR6Assigned to domainALPHAAPROF
AVTYPType of settlement rule AVTYPCHAR4CHAR4
BUREGDistribution rule group BRSGRNUMC3NUMC3
MODENot More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
OBJNRObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
XFUNCSAVECheckbox XFELDCHAR1XFELD
XREVENUECheckbox XFELDCHAR1XFELD
XPLINTIndicator for Integrated Planning PLINTCHAR1XFELD
IVPROInvestment measure profile IM_PROFILCHAR6Assigned to domainIM_PROFIL
AVORGSettlement transaction AVORGCHAR4Assigned to domainJ_VORGANG
JVINFO 0
BUKRSCompany Code BUKRSCHAR4BUKRSBUKC_T001
PBUKRCompany code for WBS element PS_PBUKRCHAR4BUKRSBUK
VBUKRCompany code for the project PS_VBUKRCHAR4BUKRSBUK
OTYPEJoint Venture Object Type JV_OTYPECHAR4ALPHAJV_OTYPE
FUNC_PREV_OBJECTSingle-Character Indicator CHAR1CHAR1CHAR1
FUNC_PREV_NEXTSingle-Character Indicator CHAR1CHAR1CHAR1
NO_PARAM_AUTHSingle-Character Indicator CHAR1CHAR1CHAR1
CALL_RECSingle-Character Indicator CHAR1CHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table TYCALL_IMP

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