THAC_HR_DOCU_SF SAP (Hedge Documentation: Smart Forms for Hedge Docu. Form) Table details

Dictionary Type: Table
Description: Hedge Documentation: Smart Forms for Hedge Docu. Form




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




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

THAC_HR_DOCU_SF is a standard SAP Table which is used to store Hedge Documentation: Smart Forms for Hedge Docu. Form data and is available within R/3 SAP systems depending on the version and release level.

The THAC_HR_DOCU_SF table consists of various fields, each holding specific information or linking keys about Hedge Documentation: Smart Forms for Hedge Docu. Form data available in SAP. These include BUKRS (Company Code), VAL_AREA (Valuation Area), PRODUCT_CATEGORY (Product Category), PRODUCT_TYPE (Product Type).. 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)


SAP THAC_HR_DOCU_SF 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
BUKRSCompany Code BUKRSCHAR4THAC_HR_DOCUBUKRSBUKC_T001
VAL_AREAValuation Area TPM_VAL_AREACHAR3THAC_HR_DOCUTPM_VAL_AREATPM_VAL_AREATRG_VALUATION_AREA
PRODUCT_CATEGORYProduct Category SANLFNUMC3THAC_HR_DOCUVVSANLF
PRODUCT_TYPEProduct Type VVSARTCHAR3THAC_HR_DOCUVVSARTSANVVSART_APPL_BAS
RISK_CATEGORYHedge Risk Category THM_RISKCATNUMC2THAC_HR_DOCUTHM_RISKCAT
HEDGE_CATEGORYHedge category THM_HEDGE_CATEGORYNUMC2THAC_HR_DOCUTHM_HEDGE_CATEGORY
HR_STRATEGYE-HA: Hedge Strategy THM_HRSTRATEGYNUMC4THAC_HR_DOCUTHM_HRSTRATEGY
SMARTFORMSmart Forms: Name of a text module TDTXTNAMECHAR30Assigned to domainTDSFNAMESSFTXTNAME
SF_ORDERHedge Documentation: Sort Smart Forms THA_SF_ORDERNUMC2
RISKCAT_TXTText (30 Characters) TEXT30CHAR30TEXT30
HEDGECAT_TXTText (30 Characters) TEXT30CHAR30TEXT30

Key field Non-key field



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

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

SELECT SINGLE *
FROM THAC_HR_DOCU_SF
INTO CORRESPONDING FIELDS OF WA_THAC_HR_DOCU_SF
WHERE...

How to access SAP table THAC_HR_DOCU_SF

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