/SAPF15/S_SM SAP () Structure details

Dictionary Type: Structure
Description:




ABAP Code to SELECT data from /SAPF15/S_SM
Related tables to /SAPF15/S_SM
Access table /SAPF15/S_SM




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

/SAPF15/S_SM 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 "" 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_/SAPF15/S_SM TYPE /SAPF15/S_SM.

The /SAPF15/S_SM table consists of various fields, each holding specific information or linking keys about data available in SAP. These include SM_MNDID (Unique Referene to Mandate per Payment Recipient), SM_ZNAME (), SM_ZADRESSE (), SM_ZPLZ ().. 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 /SAPF15/S_SM 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
SM_BEWIRTSCHAFT /SAPF15/BEWIRTSCHAFTERCHAR8Assigned to domain/SAPF15/BEWIRTSCHAFTER/SAPF15/BEWIRT
SM_MNDIDUnique Referene to Mandate per Payment Recipient SEPA_MNDIDCHAR35ID035
SM_ZNAME /SAPF15/ZNAMECHAR35/SAPF15/CHAR35
SM_ZADRESSE /SAPF15/ZADRESSECHAR35/SAPF15/CHAR35
SM_ZPLZ /SAPF15/ZPLZCHAR10
SM_ZORT /SAPF15/ZORTCHAR35/SAPF15/CHAR35
SM_ZLKZCountry Key LAND1_GPCHAR3Assigned to domainLAND1C_LAND1
SM_BICSWIFT/BIC for International Payments SWIFTCHAR11SWIFT
SM_IBANIBAN (International Bank Account Number) IBANCHAR34IBAN
SM_GLAEUBIGERCreditor Identification Number SEPA_CRDIDCHAR35ID035
SM_ZM_ART /SAPF15/ZM_ARTCHAR1/SAPF15/ZM_ART
SM_SIGN_CITYLocation of Signature SEPA_SIGN_CITYCHAR40TEXT40
SM_SIGN_DATE /SAPF15/SIGN_DATECHAR8
SM_SNAME /SAPF15/SNAMECHAR35/SAPF15/CHAR35

Key field Non-key field



How do I retrieve data from SAP structure /SAPF15/S_SM using ABAP code?

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

How to access SAP table /SAPF15/S_SM

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