/SAPSRM/S_GEN_APV_HDR SAP (Approval preview hearder) Structure details

Dictionary Type: Structure
Description: Approval preview hearder




ABAP Code to SELECT data from /SAPSRM/S_GEN_APV_HDR
Related tables to /SAPSRM/S_GEN_APV_HDR
Access table /SAPSRM/S_GEN_APV_HDR




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

/SAPSRM/S_GEN_APV_HDR 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 "Approval preview hearder" 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_/SAPSRM/S_GEN_APV_HDR TYPE /SAPSRM/S_GEN_APV_HDR.

The /SAPSRM/S_GEN_APV_HDR table consists of various fields, each holding specific information or linking keys about Approval preview hearder data available in SAP. These include SEQNR (Internal Sequence Number of Process Levels), LEVEL_STATUS_DESCR (Description of Process Level Status), PROC_STEP_DESCR (Process Step Description Used in CLL Layer), PROCESSOR_NAMES_CONC (Processor).. 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: Can Be Enhanced (Deep)


SAP /SAPSRM/S_GEN_APV_HDR 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
SEQNRInternal Sequence Number of Process Levels /SAPSRM/CLL_APV_SEQNRNUMC3NUMC3
LEVEL_STATUS_DESCRDescription of Process Level Status /SAPSRM/CLL_APV_LEVEL_STAT_TXTCHAR60CHAR60
PROC_STEP_DESCRProcess Step Description Used in CLL Layer /SAPSRM/CLL_APV_PROC_STEP_DESCCHAR60CHAR60
PROCESSOR_NAMES_CONCProcessor /SAPSRM/CLL_APV_NAMES_CONCCHAR80CHAR80
DECISION_SET_DESCRDecision Set Description for Display on UI /SAPSRM/CLL_APV_DS_DESCRCHAR40CHAR40
LEAFElement Without Subelements /SAPSRM/LEAFCHAR1BOOLE
EXPANDEDData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
CHILDREN_LOADEDData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
RESOLVER_NAMEResponsibility Resolver Name /SAPSRM/WF_RESP_RESOLVER_NAMECHAR32Assigned to domain/SAPSRM/WF_RESP_RESOLVER_NAME
RESOLVER_NAME_TEXTAgent Determination Strategy /SAPSRM/CLL_RESOLVER_NAMECHAR80CHAR80
WI_CREATED_ATUTC Timestamp at Work Item Creation /SAPSRM/CLL_APV_WI_CREATED_ATDEC15TZNTSTMPS
WI_STARTED_ATUTC Timestamp at Work Item Start /SAPSRM/CLL_APV_WI_STARTED_ATDEC15TZNTSTMPS
WI_ENDED_ATUTC Timestamp at Work Item Processing /SAPSRM/CLL_APV_WI_ENDED_ATDEC15TZNTSTMPS
WI_IDWork Item Identifier /SAPSRM/CLL_APV_WORKITEM_IDNUMC12Assigned to domainSWW_WIID
WI_TYPEWork Item Type /SAPSRM/CLL_APV_WORKITEM_TYPECHAR6/SAPSRM/WF_WORKITEM_TYPE
WI_TEMPLATE_IDWorkflow Template ID /SAPSRM/CLL_APV_TEMPLATE_IDCHAR14HROBJEC_14
WI_TASK_IDWorkflow Task Identifier (Concatenated PD-Org. Type and ID) /SAPSRM/CLL_APV_TASK_IDCHAR14HROBJEC_14
LEVEL_DECISION_STATUSStatus of a Decision /SAPSRM/WF_DECISIONCHAR8/SAPSRM/WF_DECISION
PARENT_KEYGenerated GUID (Versioned ID for an Approval Level) /SAPSRM/PDO_GENERATED_GUIDRAW16SYSUUID
ROW_KEYGenerated GUID (Versioned ID for an Approval Level) /SAPSRM/PDO_GENERATED_GUIDRAW16SYSUUID
MODEL 0
AGENT_ID_TAB 0
REL_ADHOC_POSITIONRelative Ad Hoc Process Level Position /SAPSRM/WF_REL_ADHOC_POSITIONCHAR1/SAPSRM/WF_REL_ADHOC_POSITION
GENERATED_GUIDGenerated GUID (Versioned ID for an Approval Level) /SAPSRM/PDO_GENERATED_GUIDRAW16SYSUUID
DOCUMENT_GUIDGUID of SRM Purchasing Document /SAPSRM/PDO_WF_DOCUMENT_GUIDRAW16
LEVEL_GUIDProcess Level ID /SAPSRM/WF_PROCESS_LEVEL_GUIDRAW16SYSUUID
LEVEL_SEQNRProcess Level Sequence Number /SAPSRM/WF_PROCESS_LEVEL_SEQNRNUMC3NUM03
LEVEL_TYPEProcess Level Type /SAPSRM/WF_PROCESS_LEVEL_TYPECHAR1/SAPSRM/WF_PROCESS_LEVEL_TYPE
TEMPLATE_IDWorkflow Template Identifier (Concatenatd PD-Org. Type & ID) /SAPSRM/WF_WORKFLOW_TEMPL_CIDCHAR14HROBJEC_14
DOCUMENT_TYPEObject Type of SRM Purchasing Document /SAPSRM/WF_DOCUMENT_TYPECHAR10Assigned to domainCRM_OJ_NAME_PROCESS

Key field Non-key field



How do I retrieve data from SAP structure /SAPSRM/S_GEN_APV_HDR using ABAP code?

As /SAPSRM/S_GEN_APV_HDR 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 /SAPSRM/S_GEN_APV_HDR as there is no data to select.

How to access SAP table /SAPSRM/S_GEN_APV_HDR

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