T048Y SAP (Company Code Data on Attached Payment Mediums) Table details

Dictionary Type: Table
Description: Company Code Data on Attached Payment Mediums




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




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

T048Y is a standard SAP Table which is used to store Company Code Data on Attached Payment Mediums data and is available within R/3 SAP systems depending on the version and release level.

The T048Y table consists of various fields, each holding specific information or linking keys about Company Code Data on Attached Payment Mediums data available in SAP. These include BUKRS (Company Code), ZLSCH (Form ID for Attached Payment Medium), FORNR (Form), XOPEN (Open Form/Close Form Required).. 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: Not classified


SAP T048Y 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 BUKRSCHAR4T001BUKRSBUKC_T001
ZLSCHForm ID for Attached Payment Medium FIDZTCHAR1T048XFIDZT
FORNRForm FORNRCHAR16TDFORM
XOPENOpen Form/Close Form Required XOPENCHAR1XFELD
HBKIDShort Key for a House Bank HBKIDCHAR5Assigned to domainHBKID
HKTIDID for account details HKTIDCHAR5Assigned to domainHKTID
EMPZ1Payee on Form EMPZXCHAR30TEXT30
EMPZ2Payee on Form EMPZXCHAR30TEXT30
EMPZ3Payee on Form EMPZXCHAR30TEXT30
EMPZ4Payee on Form EMPZXCHAR30TEXT30

Key field Non-key field



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

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

SELECT SINGLE *
FROM T048Y
INTO CORRESPONDING FIELDS OF WA_T048Y
WHERE...

How to access SAP table T048Y

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