T665B SAP (SD Self-Billing Procedure: General Processing Parameters) Table details

Dictionary Type: Table
Description: SD Self-Billing Procedure: General Processing Parameters




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




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

T665B is a standard SAP Table which is used to store SD Self-Billing Procedure: General Processing Parameters data and is available within R/3 SAP systems depending on the version and release level.

The T665B table consists of various fields, each holding specific information or linking keys about SD Self-Billing Procedure: General Processing Parameters data available in SAP. These include TMOFFSET (Time Offset to Alter the Date Limit), SMSOK (Start/End of Permitted Start for Processing Step), EMSOK (Start/End of Permitted Start for Processing Step), MANDIA (Allowed Time Binding for Screen).. 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 or numeric)


SAP T665B 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
TMOFFSETTime Offset to Alter the Date Limit TMOFFSETTIMS6BEGINTIME
SMSOKStart/End of Permitted Start for Processing Step SMSOKTIMS6BEGINTIME
EMSOKStart/End of Permitted Start for Processing Step SMSOKTIMS6BEGINTIME
MANDIAAllowed Time Binding for Screen MANDIACHAR1XFLAG
ORAPVLOrder Reason for Automatic Posting in Case of Value Variance ORAPVLCHAR3TVAUAUGRU
ORAPVQOrder Reason for Auto Posting in Case of Value/Qty Variance ORAPVQCHAR3TVAUAUGRU
OROIVLOrder Reason for New Open Item In Case of Value Variance OROIVLCHAR3TVAUAUGRU
OROIVQOrder Reason for New Open Item In Case of Value/Qty Variance OROIVQCHAR3TVAUAUGRU
DTCMAPVLDoc. Type for Credit Memo Autom. Posting With Value Variance DTCMAPVLCHAR4TVAKAUARTAUART
ICCMAPVLItem Cat.for Credit Memo Auto. Posting with Value Variance ICCMAPVLCHAR4TVPTPSTYV
DTDMAPVLDoc. type for (debit) Autom. Posting With Value Variance DTDMAPVLCHAR4TVAKAUARTAUART
ICDMAPVLItem Cat. for Debit Memo Autom. Posting With Value Variance ICDMAPVLCHAR4TVPTPSTYV
DTCMAPVQDoc. Type for credit Memo Auto.Posting w. Qty/Value Variance DTCMAPVQCHAR4TVAKAUARTAUART
ICCMAPVQItem Cat. for Credit Memo Autom.Posting Qty/Val. Variance ICCMAPVQCHAR4TVPTPSTYV
DTDMAPVQDoc. Type for Debit Autom. Posting With Qty/Value Variance DTDMAPVQCHAR4TVAKAUARTAUART
ICDMAPVQItem Cat. for Debit Memo, Autom. Posting Qty/Value Variance ICDMAPVQCHAR4TVPTPSTYV
DTCMOIVLDoc. Type for Credit, New Open Item With Value Variance DTCMOIVLCHAR4TVAKAUARTAUART
ICCMOIVLItem Cat.for Credit Memo, New Open Item for Value Variance ICCMOIVLCHAR4TVPTPSTYV
DTDMOIVLDoc. Type for Debit, New Open Item With Value Variance DTDMOIVLCHAR4TVAKAUARTAUART
ICDMOIVLItem Cat. for Debit Memo, New Open Items With Value Variance ICDMOIVLCHAR4TVPTPSTYV
DTCMOIVQDoc. Type for Credit, New Open Item With Qty/Value Variance DTCMOIVQCHAR4TVAKAUARTAUART
ICCMOIVQItem Cat.for Credit Memo, New Open Items Qty/Value Variance ICCMOIVQCHAR4TVPTPSTYV
DTDMOIVQDoc. Type for Debit, New Open Item Qty/Value Variance DTDMOIVQCHAR4TVAKAUARTAUART
ICDMOIVQItem Cat. for Debit Memo, New Open Items Qty/Value Variance ICDMOIVQCHAR4TVPTPSTYV
SBWAP_ACTIVEDate on Which Self-Billing Procedure Was Converted SBWAP_ACTIVEDATS8DATE
SBWAP_RDAYS_GGlobal Residence Time in Days SBWAP_RDAYS_GNUMC4NUMC04

Key field Non-key field



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

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

SELECT SINGLE *
FROM T665B
INTO CORRESPONDING FIELDS OF WA_T665B
WHERE...

How to access SAP table T665B

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