T049B SAP (Control Parameters for Autocash) Table details

Dictionary Type: Table
Description: Control Parameters for Autocash




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




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

T049B is a standard SAP Table which is used to store Control Parameters for Autocash data and is available within R/3 SAP systems depending on the version and release level.

The T049B table consists of various fields, each holding specific information or linking keys about Control Parameters for Autocash data available in SAP. These include VERFA (Processing procedure for check payments), FORMT (Tape Record Format), BLAEN (Document Number Length), ANZA6 (Number of Document Numbers in Record Type 6).. 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 T049B 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 MANDTCLNT3T000MANDT
VERFAProcessing procedure for check payments LBOXVERF_ENCHAR10CHAR10
FORMTTape Record Format FORMT_49BCHAR8CHAR08
BLAENDocument Number Length BLAEN_49BNUMC2NUM02
ANZA6Number of Document Numbers in Record Type 6 ANZA6_49BNUMC2NUM02
ANZA4Number of Document Numbers in Record Type 4 ANZA4_49BNUMC2NUM02
FB01BG/L Account Posting FB01B_49BCHAR1CHAR1
FB01MSession Name (FB01) FB01M_49BCHAR12CHAR12
FB1KZType of G/L Account Posting FB1KZ_49BCHAR1CHAR1_049B
FB05BIncoming Payment Posting FB05B_49BCHAR1CHAR1
FB05MSession Name of Postings for Customer Incoming Payments FB05M_49BCHAR12CHAR12
PPYMTPartial Payment Flag XPPMT_49BCHAR1XFELD
KNBKBInsert Bank Details using Batch Input (FD02) KNBKB_49BCHAR1CHAR1
KNBKMSession Name (FD02) (Create Bank Data) KNBKM_49BCHAR12CHAR12
PFADNPath for the Lockbox File PFADN_49BCHAR50TEXT50

Key field Non-key field



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

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

SELECT SINGLE *
FROM T049B
INTO CORRESPONDING FIELDS OF WA_T049B
WHERE...

How to access SAP table T049B

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