WFMFC_PER_REQMAN SAP (Persistence Request Manager for Forecasting) Table details

Dictionary Type: Table
Description: Persistence Request Manager for Forecasting




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




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

WFMFC_PER_REQMAN is a standard SAP Table which is used to store Persistence Request Manager for Forecasting data and is available within R/3 SAP systems depending on the version and release level.

The WFMFC_PER_REQMAN table consists of various fields, each holding specific information or linking keys about Persistence Request Manager for Forecasting data available in SAP. These include REQUEST_ID (Forecasting Manager Request Id), DATE_RECEIVED (Date/Time Received), DATE_COMPLETED (Date/Time Completed), REQUEST_INFO_LNG (Request Info Length - Required for Raw field).. 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: Cannot Be Enhanced


SAP WFMFC_PER_REQMAN 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
REQUEST_IDForecasting Manager Request Id WFM_FC_REQUEST_IDCHAR32WFMCAS_ID
DATE_RECEIVEDDate/Time Received WFM_FC_DATE_RECEIVEDDEC15TZTMPWFM_TZNTSTMPS
DATE_COMPLETEDDate/Time Completed WFM_FC_DATE_COMPLETEDDEC15TZTMPWFM_TZNTSTMPS
REQUEST_INFO_LNGRequest Info Length - Required for Raw field WFM_FC_REQUEST_INFO_LNGINT25
REQUEST_INFORequest Info WFM_FC_REQUEST_INFORSTR0

Key field Non-key field



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

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

SELECT SINGLE *
FROM WFMFC_PER_REQMAN
INTO CORRESPONDING FIELDS OF WA_WFMFC_PER_REQMAN
WHERE...

How to access SAP table WFMFC_PER_REQMAN

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