/ISDFPS/CSV_FORM SAP (Checklists: Form for Application Class/Category) Table details

Dictionary Type: Table
Description: Checklists: Form for Application Class/Category




ABAP Code to SELECT data from /ISDFPS/CSV_FORM
Related tables to /ISDFPS/CSV_FORM
Access table /ISDFPS/CSV_FORM




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

/ISDFPS/CSV_FORM is a standard SAP Table which is used to store Checklists: Form for Application Class/Category data and is available within R/3 SAP systems depending on the version and release level.

The /ISDFPS/CSV_FORM table consists of various fields, each holding specific information or linking keys about Checklists: Form for Application Class/Category data available in SAP. These include ANWKL (Application Class), KATEG (Main Category), UKATEG (Subcategory), FORMULAR (Form).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)

Text table = /ISDFPS/CSV_FORT


SAP /ISDFPS/CSV_FORM 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
ANWKLApplication Class /ISDFPS/SV_ANWKLCHAR20/ISDFPS/CSV_AK/ISDFPS/SV_ANWKL
KATEGMain Category /ISDFPS/SV_KATEGCHAR20/ISDFPS/CSV_KA/ISDFPS/SV_KATEG
UKATEGSubcategory /ISDFPS/SV_UKATEGCHAR20/ISDFPS/CSV_UK/ISDFPS/SV_UKATEG
FORMULARForm /ISDFPS/SV_FORMULARCHAR30/ISDFPS/SV_FORMULARFPWBFORM
ACTIVEActive /ISDFPS/ACTIVECHAR1/ISDFPS/ACTIVE
CLOSEDBlocked /ISDFPS/SV_CLOSEDCHAR1XFELD
MULTI_USEDCan Be Generated More Than Once /ISDFPS/SV_MULTI_USEDCHAR1XFELD
MULTI_IMPORTCan Be Imported More Than Once /ISDFPS/SV_MULTI_IMPORTCHAR1XFELD
DOC_PRAEFIXDocument Prefix /ISDFPS/SV_DOCUMENT_PRAEFIXCHAR9TEXT9
OBJTYPEObject Type SWO_OBJTYPCHAR10TOJTBOJ_NAMEOBJ
PROC_CLASSProcessing Class /ISDFPS/SV_PROC_CLASSCHAR30SEOCLSNAME
TRY_IMPORTImport PDF Automatically After Processing /ISDFPS/SV_IMPORT_IMMEDIATELYCHAR1XFELD

Key field Non-key field



How do I retrieve data from SAP table /ISDFPS/CSV_FORM using ABAP code

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

SELECT SINGLE *
FROM /ISDFPS/CSV_FORM
INTO CORRESPONDING FIELDS OF WA_/ISDFPS/CSV_FORM
WHERE...

How to access SAP table /ISDFPS/CSV_FORM

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