/SAPPSSRM/S_ENVELOPE SAP (Structure holding the envelope data) Structure details

Dictionary Type: Structure
Description: Structure holding the envelope data




ABAP Code to SELECT data from /SAPPSSRM/S_ENVELOPE
Related tables to /SAPPSSRM/S_ENVELOPE
Access table /SAPPSSRM/S_ENVELOPE




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

/SAPPSSRM/S_ENVELOPE 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 "Structure holding the envelope 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_/SAPPSSRM/S_ENVELOPE TYPE /SAPPSSRM/S_ENVELOPE.

The /SAPPSSRM/S_ENVELOPE table consists of various fields, each holding specific information or linking keys about Structure holding the envelope data data available in SAP. These include ENVELOPE_ID (Envelope ID), REJ_SUBSQNT (Reject Subsequent Envelope Indicator), BIDDER_MAIL (Bidder Mail Indicator on RFx Response Reject or Accept), SEQUENCE_ID (Envelope Sequence).. 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 /SAPPSSRM/S_ENVELOPE 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
MENV_SCHEME_IDMulti-Envelope RFx Response Schema ID /SAPPSSRM/BBP_MENV_SCHEME_IDCHAR4/SAPPSSRM/MENV_SCHEME_ID
ENVELOPE_IDEnvelope ID /SAPPSSRM/ENVELOPE_IDCHAR5/SAPPSSRM/ENVELOPE_ID
REJ_SUBSQNTReject Subsequent Envelope Indicator /SAPPSSRM/REJ_SUBSQNTCHAR1XFELD
BIDDER_MAILBidder Mail Indicator on RFx Response Reject or Accept /SAPPSSRM/BIDDER_MAILCHAR1XFELD
SEQUENCE_IDEnvelope Sequence /SAPPSSRM/SEQUENCE_IDINT13/SAPPSSRM/SEQUENCE_ID
ENVELOPE_DESC_UIEnvelope Description /SAPPSSRM/ENVELOPE_DESCCHAR50/SAPPSSRM/ENVELOPE_DESC

Key field Non-key field



How do I retrieve data from SAP structure /SAPPSSRM/S_ENVELOPE using ABAP code?

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

How to access SAP table /SAPPSSRM/S_ENVELOPE

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