IDCFMBRSE_PST SAP (Customizing for creation of sales transactions for tax pmnts) Table details

Dictionary Type: Table
Description: Customizing for creation of sales transactions for tax pmnts




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




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

IDCFMBRSE_PST is a standard SAP Table which is used to store Customizing for creation of sales transactions for tax pmnts data and is available within R/3 SAP systems depending on the version and release level.

The IDCFMBRSE_PST table consists of various fields, each holding specific information or linking keys about Customizing for creation of sales transactions for tax pmnts data available in SAP. These include BUKRS (Company Code), DEPOT (Securities Account), GSART (Product Type), RANL (Security ID 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP IDCFMBRSE_PST table 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 MANDTCLNT3Assigned to domainMANDT
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
DEPOTSecurities Account RLDEPOCHAR10Assigned to domainRLDEPODEPACC_CCD_CORE
GSARTProduct Type VVSARTCHAR3Assigned to domainVVSARTSANVVSART_APPL_BAS
RANLSecurity ID Number VVRANLWCHAR13Assigned to domainALPHAWP_RANLRANSECURITY_F4
SFHAARTFinancial Transaction Type TB_SFHAARTCHAR3Assigned to domainT_SFHAARTT02C_AT10
CALC_TYPEType of tax IDCFMBR_TAXTYPECHAR5IDCFMBR_TAXTYPE
PARTNER_NRBusiness Partner Number BP_PARTNR_NEWCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
COMPANY_CODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
PRODUCT_TYPEProduct Type VVSARTCHAR3Assigned to domainVVSARTSANVVSART_APPL_BAS
TRANSACTION_TYPEFinancial Transaction Type TB_SFHAARTCHAR3Assigned to domainT_SFHAARTT02C_AT10
BEWEG_ARTFlow Type TB_SFHAZBACHAR4Assigned to domainSBEWART
EXTERNAL_TRANSFinancial Transaction TB_RFHACHAR13Assigned to domainALPHAT_RFHAFANVTBA
PARTNERBusiness Partner Number BP_PARTNR_NEWCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
CONTRACT_DATEContract Conclusion Date TB_DVTRABDATS8DATUM
CONTRACT_TIMETime of contract conclusion TB_TVTRABTIMS6UZEIT
CONTACT_PERSONContact Person TB_GSPPARTCHAR19TEXT19
TRADERTrader RDEALERCHAR12Assigned to domainRDEALER
ACCT_ASS_REFAccount Assignment Reference in Financial Assets Management RREFKONTCHAR8Assigned to domainUSTRUKRE
PORTFOLIOPortfolio RPORTBCHAR10Assigned to domainRPORTBT50H_RPORTB_CORE
FINANCE_PROJECTFinance Project TB_TFPROJCHAR13T_TFPROJ
GUARANTORGuarantor of Financial Transaction TB_RGARANT_NEWCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
MASTER_AGREEMENTMaster Agreement TB_RMAIDCHAR10Assigned to domainALPHAT_RMAIDTMAVTMA
ASSIGNMENTAssignment TB_ZUONDCHAR18TEXT18
EXTERNAL_REFExternal Reference TB_NORDEXTCHAR16FTI_CHAR16LOW
INTERNAL_REFInternal Reference TB_REFERCHAR16CHAR16
CHARACTERISTICSCharacteristics TB_MERKMCHAR25CHAR25
AUTH_GROUPAuthorization Group TBEGRUCHAR4Assigned to domainTRBEGRU
CREATE_USEREntered by TB_CRUSERCHAR12SYCHAR12
ENTRY_DATEEntered On TB_DCRDATDATS8DATUM
FACILITYTransaction Number of Facility TB_FACILITYNRCHAR13Assigned to domainALPHAT_RFHAF4_FTR_FC
FACILITY_COMPCompany Code of Facility TB_FACILITYBUKRSCHAR4Assigned to domainBUKRSH_T001
VALUATION_CLASSGeneral Valuation Class TPM_COM_VAL_CLASSNUMC4Assigned to domainTPM_COM_VAL_CLASSCVC

Key field Non-key field



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

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

SELECT SINGLE *
FROM IDCFMBRSE_PST
INTO CORRESPONDING FIELDS OF WA_IDCFMBRSE_PST
WHERE...

How to access SAP table IDCFMBRSE_PST

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