CHDDEBIT SAP (CH: Debit Direct post) Structure details

Dictionary Type: Structure
Description: CH: Debit Direct post




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




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

CHDDEBIT 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 "CH: Debit Direct post" 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_CHDDEBIT TYPE CHDDEBIT.

The CHDDEBIT table consists of various fields, each holding specific information or linking keys about CH: Debit Direct post data available in SAP. These include DUE_DATE (Due Date), DD_CUST (Direct Debit Participant No.), RESERVE1 (Reserve), RESERVE2 (Reserve).. 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)


SAP CHDDEBIT 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
FILE_ID File identification0
DUE_DATE Due Date0
DD_CUST Direct Debit Participant No.0
RESERVE1 Reserve0
RESERVE2 Reserve0
DD_NUMBER DD PO Number0
TRAN_TYPE DD type0
TRANS_SEQ_NR DD sequence number0
RESERVE3 Reserve0
ISO Currency code0
AMOUNT Amount0
RESERVE4 RESERVE0
RESERVE5 RESERVE0
RESERVE6 RESERVE0
ACC_NR Yellow account number of the payee(Schuldners)0
RESERVE7 Reserve0
REFNR Referencenumber0
VALUDATE Value date0
DDDATE DD date0
BPNAME Business Partenr Name0
BPNAME1 Business Partenr Name0
BPNAME2 Business Partenr Street0
BPPLZ Post codeof the BP0
BPCITY BP city0
RESERVE8 Reserve0
RESERVE9 Reserve0
RESERVE10 Reserve0
TASKREF Task reference0
NOTE1 Note10
NOTE2 Note20
NOTE3 Note30
NOTE4 note40
RETCODE reterun code 01.03-970
RESERV space0
OPNAME OrderingParty Name0
OPNAME1 OrderingParty Name0
OPNAME2 Ordering party Street0
OPPLZ Post code of orderimg party0
OPCITY City of OP0
CURRCODE CHF,EUR0
PRICE Price0
RESERVE11 space0

Key field Non-key field



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

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

How to access SAP table CHDDEBIT

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