/ISDFPS/FORSUPLC SAP (Control Data: Logistics) Table details

Dictionary Type: Table
Description: Control Data: Logistics




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




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

/ISDFPS/FORSUPLC is a standard SAP Table which is used to store Control Data: Logistics data and is available within R/3 SAP systems depending on the version and release level.

The /ISDFPS/FORSUPLC table consists of various fields, each holding specific information or linking keys about Control Data: Logistics data available in SAP. These include FORCE_ID (Internal Key for Force Element), FORCE_CNT (Internal (Version) Counter), EXTMATLGRP (External Material Group), BERID (MRP Area).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP /ISDFPS/FORSUPLC 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
FORCE_IDInternal Key for Force Element /ISDFPS/FORCE_IDCHAR32SYSUUID_C
FORCE_CNTInternal (Version) Counter /ISDFPS/FORCE_CNTNUMC6NUMC6
EXTMATLGRPExternal Material Group EXTWGCHAR18Assigned to domainEXTWG
BERIDMRP Area BERIDCHAR10Assigned to domainBERIDBERID
SIMPLE_SUPPLIER_New Input Values XFLAGCHAR1XFLAG
STOR_LOCStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C

Key field Non-key field



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

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

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

How to access SAP table /ISDFPS/FORSUPLC

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