KREDVOR_NEU_ALT SAP (New/old values for forwarding vendor default data) Structure details

Dictionary Type: Structure
Description: New/old values for forwarding vendor default data




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




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

KREDVOR_NEU_ALT is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "New/old values for forwarding vendor default data" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_KREDVOR_NEU_ALT TYPE KREDVOR_NEU_ALT.

The KREDVOR_NEU_ALT table consists of various fields, each holding specific information or linking keys about New/old values for forwarding vendor default data data available in SAP. These include EKGRA (Purchasing group (old value)), PLIFZ (Planned Delivery Time in Days), PLIFA (Planned delivery time in days (old)), MRPPP (Planning calendar).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP KREDVOR_NEU_ALT structure 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
EKGRPPurchasing Group EKGRPCHAR3Assigned to domainEKGRPEKG
EKGRAPurchasing group (old value) EKGRP_ACHAR3Assigned to domainEKGRPEKG
PLIFZPlanned Delivery Time in Days PLIFZDEC3DEC3
PLIFAPlanned delivery time in days (old) PLIFZ_ADEC3DEC3
MRPPPPlanning calendar MRPPP_WCHAR3Assigned to domainMRPPP
MRPPAPlanning calendar (old) MRPPP_ACHAR3Assigned to domainMRPPP
LFRHYPlanning cycle LFRHYCHAR3Assigned to domainMRPPP
LFRHAPlanning cycle (old value=) LFRHY_ACHAR3Assigned to domainMRPPP
BSTAEConfirmation Control Key BSTAECHAR4Assigned to domainBSTAE
BSTAAConfirmation control key (old value) BSTAE_ACHAR4Assigned to domainBSTAE
MEGRUUnit of Measure Group MEGRUCHAR4Assigned to domainMEGRU
MEGRAUnit of measure group (old) MEGRU_ACHAR4Assigned to domainMEGRU
RDPRFRounding Profile RDPRFCHAR4Assigned to domainRDPRF
RDPRARounding profile (old) RDPRF_ACHAR4Assigned to domainRDPRF
DISPOMRP Controller (Materials Planner) DISPOCHAR3Assigned to domainDISPODGRHS_T024D
DISPAMRP controller (old) DISPO_ACHAR3Assigned to domainDISPO

Key field Non-key field



How do I retrieve data from SAP structure KREDVOR_NEU_ALT using ABAP code?

As KREDVOR_NEU_ALT is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on KREDVOR_NEU_ALT as there is no data to select.

How to access SAP table KREDVOR_NEU_ALT

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