SIBRSORTFIELDSTC SAP (Structure with Fields for Sorting Broker Report Item) Structure details

Dictionary Type: Structure
Description: Structure with Fields for Sorting Broker Report Item




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




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

SIBRSORTFIELDSTC 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 "Structure with Fields for Sorting Broker Report Item" 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_SIBRSORTFIELDSTC TYPE SIBRSORTFIELDSTC.

The SIBRSORTFIELDSTC table consists of various fields, each holding specific information or linking keys about Structure with Fields for Sorting Broker Report Item data available in SAP. These include PARTNER (Business Partner Number), PARTN_TXT (Name of Business Partner), SELV1 (Field value to be selected), SELV2 (Field value to be selected).. 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 SIBRSORTFIELDSTC 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
INSOBJECTIdentification for an Insurance Object INSOBJECT_MDCHAR20Assigned to domainALPHAINSOBJECT_MDINSOBJECTSHLP_INSOBJECT_COLL
PARTNERBusiness Partner Number GPART_KKCHAR10Assigned to domainALPHABU_PARTNERBPA
PARTN_TXTName of Business Partner GPTXT_BROCHAR30GPTXT_BRO
SELV1Field value to be selected SELWC_KKCHAR35CHAR35
SELV2Field value to be selected SELWC_KKCHAR35CHAR35
SELV3Field value to be selected SELWC_KKCHAR35CHAR35
SELV4Field value to be selected SELWC_KKCHAR35CHAR35
SELV5Field value to be selected SELWC_KKCHAR35CHAR35
BROOBJAssigned Broker Contract ASSGNBROOBJ_BROCHAR20ALPHAVTREF_KK
BROKERAssigned Broker ASSGNBROKERPA_BROCHAR10Assigned to domainALPHABU_PARTNER
CURRCurrency Key WAERSCUKY5TCURCWAERSFWS
COMPCODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BUISAREABusiness Area GSBERCHAR4Assigned to domainGSBERGSB
POSNUMBItem Number for a Broker Report Item POSNUMB_BRONUMC6NUM06
POST_STATUSPosting Status of Broker Report Item POST_STAT_BROCHAR2POST_STAT_BRO
ACCOUNTContract Account Number VKONT_KKCHAR12Assigned to domainALPHAVKONT_KKKTOFKKVKP_F4
INFOFLDAdditional information INFOFLD_BROCHAR30CHAR30
AMNTTRReported amount in transaction currency AMNTTR_BROCURR13(2) WRTV7
AMNTHAmount In Local Currency With +/- Signs BETRH_KKCURR13(2) WRTV7
AMNTPROPTRDefault Amount in Transaction Currency AMNTPROPTR_BROCURR13(2) WRTV7
AMNTPROPHDefault amount in local currency AMNTPROPH_BROCURR13(2) WRTV7
QAMNTPROPTRWithholding Tax to Be Transferred Acc. to Selected Items QAMNTPROPTR_BROCURR13(2) WRTV7
EXCHRATEExchange rate KURSFDEC9(5) EXCRTKURSF
DIFFPOSDiff. amount when entering broker report DIFFB_BROCURR15(2) WRTV8
LIGHTPOSTraffic Light for Status Display in Open Item Processing AMPEL_BROCHAR132SYCHAR132
CLARREASClarification Code CLARREAS_BROCHAR2Assigned to domainCLARREAS_BRO
DOCNUMBNumber of created document DOCNUMB_BROCHAR12Assigned to domainALPHAOPBEL_KK
CLARDOCNumber of Generated Clarification Document CLARDOC_BROCHAR12Assigned to domainALPHAOPBEL_KK

Key field Non-key field



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

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

How to access SAP table SIBRSORTFIELDSTC

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