STRNSM_ARCH SAP (Structure for Archiving in SD Self-Billing) Structure details

Dictionary Type: Structure
Description: Structure for Archiving in SD Self-Billing




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




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

STRNSM_ARCH 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 for Archiving in SD Self-Billing" 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_STRNSM_ARCH TYPE STRNSM_ARCH.

The STRNSM_ARCH table consists of various fields, each holding specific information or linking keys about Structure for Archiving in SD Self-Billing data available in SAP. These include MANDT (Client), TRMNO_INT (Transfer Number (Internal)), TRMNO_EXT (Transfer Number (External)), TRMNO_EXT_OLD (Old Transfer Number (External)).. 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 (character-type or numeric)


SAP STRNSM_ARCH 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
TRMNO_INTTransfer Number (Internal) TRMNO_INTNUMC12Assigned to domainTRMNO_INT
TRMNO_EXTTransfer Number (External) TRMNO_EXTCHAR35ALPHATRMNO_EXT
TRMNO_EXT_OLDOld Transfer Number (External) TRMNO_EXT_OLDCHAR35ALPHATRMNO_EXT
TRMDATESender's Transfer Date EDI_TRMDATEDATS8DATUM
TRMTIMESender's Transfer Time EDI_TRMTIMETIMS6TIME
DIRECTDirection for IDoc EDI_DIRECTCHAR1EDI_DIRECT
PARNOPartner number EDIPPARNUMCHAR10EDPP1ALPHAEDI_PARNUMPN1
PARTYPPartner Type EDIPPARTYPCHAR2TEDSTEDI_RCVPRTPT1
PARFCTPartner Role EDI_PARFCTCHAR2EDIPVEDI_PARVW
MESTYPMessage Type EDI_MESTYPCHAR30EDMSGEDI_MESTYPMES
MESCODLogical Message Variant EDI_MESCODCHAR3EDI_MESCOD
MESFCTLogical message function EDI_MESFCTCHAR3EDI_MESFCT
TESTFlag for test mode EDIPTESTCHAR1EDI_FLAG
TIMESTAMPTime for Positive Processing EDI_TIMESTAMPDEC15TZNTSTMPS
DOCNOIDoc number EDI4DOCNUCCHAR16EDI_CHAR16
SBWAP_RDAYSEDI Partner-Specific Residence Time in Days SBWAP_RDAYSNUMC4NUMC04
AEDATChanged On AEDATDATS8DATUM
PRCINDProcessing flag (I=Insert, D=Delete,U=Update,' '=no changes) PROCINDCHAR1CHAR1
TRMSTAT Archiving Status ('x' --> Archive, ' '--> Do Not Archive)0

Key field Non-key field



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

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

How to access SAP table STRNSM_ARCH

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