PS0547 SAP (BIK Infotype for Malaysia) Structure details

Dictionary Type: Structure
Description: BIK Infotype for Malaysia




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




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

PS0547 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 "BIK Infotype for Malaysia" 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_PS0547 TYPE PS0547.

The PS0547 table consists of various fields, each holding specific information or linking keys about BIK Infotype for Malaysia data available in SAP. These include TAMT1 (Total BIK amount for the year), CDNR2 (Code number for BIK), TAMT2 (Total BIK amount for the year), CDNR3 (Code number for BIK).. 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 (character-type or numeric)


SAP PS0547 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
CDNR1Code number for BIK P14_CODNRNUMC3Assigned to domainP14_CODNR
TAMT1Total BIK amount for the year P14_TAMNTCURR9(2) P14_AMT
CDNR2Code number for BIK P14_CODNRNUMC3Assigned to domainP14_CODNR
TAMT2Total BIK amount for the year P14_TAMNTCURR9(2) P14_AMT
CDNR3Code number for BIK P14_CODNRNUMC3Assigned to domainP14_CODNR
TAMT3Total BIK amount for the year P14_TAMNTCURR9(2) P14_AMT
CDNR4Code number for BIK P14_CODNRNUMC3Assigned to domainP14_CODNR
TAMT4Total BIK amount for the year P14_TAMNTCURR9(2) P14_AMT
CDNR5Code number for BIK P14_CODNRNUMC3Assigned to domainP14_CODNR
TAMT5Total BIK amount for the year P14_TAMNTCURR9(2) P14_AMT
CDNR6Code number for BIK P14_CODNRNUMC3Assigned to domainP14_CODNR
TAMT6Total BIK amount for the year P14_TAMNTCURR9(2) P14_AMT
CDNR7Code number for BIK P14_CODNRNUMC3Assigned to domainP14_CODNR
TAMT7Total BIK amount for the year P14_TAMNTCURR9(2) P14_AMT
CDNR8Code number for BIK P14_CODNRNUMC3Assigned to domainP14_CODNR
TAMT8Total BIK amount for the year P14_TAMNTCURR9(2) P14_AMT
CDNR9Code number for BIK P14_CODNRNUMC3Assigned to domainP14_CODNR
TAMT9Total BIK amount for the year P14_TAMNTCURR9(2) P14_AMT
CDNRACode number for BIK P14_CODNRNUMC3Assigned to domainP14_CODNR
TAMTATotal BIK amount for the year P14_TAMNTCURR9(2) P14_AMT
CDNRBCode number for BIK P14_CODNRNUMC3Assigned to domainP14_CODNR
TAMTBTotal BIK amount for the year P14_TAMNTCURR9(2) P14_AMT
CDNRCCode number for BIK P14_CODNRNUMC3Assigned to domainP14_CODNR
TAMTCTotal BIK amount for the year P14_TAMNTCURR9(2) P14_AMT
CDNRDCode number for BIK P14_CODNRNUMC3Assigned to domainP14_CODNR
TAMTDTotal BIK amount for the year P14_TAMNTCURR9(2) P14_AMT
CDNRECode number for BIK P14_CODNRNUMC3Assigned to domainP14_CODNR
TAMTETotal BIK amount for the year P14_TAMNTCURR9(2) P14_AMT
TXCURCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
CDNRFCode number for BIK P14_CODNRNUMC3Assigned to domainP14_CODNR
TAMTFTotal BIK amount for the year P14_TAMNTCURR9(2) P14_AMT
CDNRGCode number for BIK P14_CODNRNUMC3Assigned to domainP14_CODNR
TAMTGTotal BIK amount for the year P14_TAMNTCURR9(2) P14_AMT
CDNRHCode number for BIK P14_CODNRNUMC3Assigned to domainP14_CODNR
TAMTHTotal BIK amount for the year P14_TAMNTCURR9(2) P14_AMT
CDNRICode number for BIK P14_CODNRNUMC3Assigned to domainP14_CODNR
TAMTITotal BIK amount for the year P14_TAMNTCURR9(2) P14_AMT
CDNRJCode number for BIK P14_CODNRNUMC3Assigned to domainP14_CODNR
TAMTJTotal BIK amount for the year P14_TAMNTCURR9(2) P14_AMT
CDNRKCode number for BIK P14_CODNRNUMC3Assigned to domainP14_CODNR
TAMTKTotal BIK amount for the year P14_TAMNTCURR9(2) P14_AMT
CAR_MODChar 20 CHAR20CHAR20CHAR20
CAR_NAMEChar 20 CHAR20CHAR20CHAR20
CAR_YEARHoliday and factory calendar function module year CYEARNUMC4GJAHRGJAHR
CAR_REGDate format for Assignment P14_DATECHAR8CHAR8
CDNRLCode number for BIK P14_CODNRNUMC3Assigned to domainP14_CODNR
TAMTLTotal BIK amount for the year P14_TAMNTCURR9(2) P14_AMT

Key field Non-key field



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

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

How to access SAP table PS0547

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