ISOIL_ROIASM_EXG_STMNT_PDF SAP (Exchange Statement - Summary) Structure details

Dictionary Type: Structure
Description: Exchange Statement - Summary




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




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

ISOIL_ROIASM_EXG_STMNT_PDF 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 "Exchange Statement - Summary" 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_ISOIL_ROIASM_EXG_STMNT_PDF TYPE ISOIL_ROIASM_EXG_STMNT_PDF.

The ISOIL_ROIASM_EXG_STMNT_PDF table consists of various fields, each holding specific information or linking keys about Exchange Statement - Summary data available in SAP. These include BASPRTOTAL (Quantity), TYPETOTAL (Quantity), WERKS (Plant), LOCTOTAL (Quantity).. 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 ISOIL_ROIASM_EXG_STMNT_PDF 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
MESSAGEMessage data element OIA_MESS18CHAR18CHAR18
BASPRTOTALQuantity MENGE_DQUAN13(3) MENG13
TYPETOTALQuantity MENGE_DQUAN13(3) MENG13
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
LOCTOTALQuantity MENGE_DQUAN13(3) MENG13
TYPETOT_FCondition value KWERTCURR13(2) WERTV7
MANDTClient MANDTCLNT3T000MANDT
ADRNRAddresses: Address Number CADNRCHAR10Assigned to domainALPHACADRNR
NATIOInternational address version ID INTERCHAR1Assigned to domainNATION
ANREDTitle ANREDCHAR15TEXT15
NAME1Name 1 NAME1_BASCHAR35NAME
NAME2Name 2 NAME2_BASCHAR35NAME
NAME3Name 3 NAME3_BASCHAR35NAME
NAME4Name 4 NAME4_BASCHAR35NAME
PSTLZPostal code PSTLZ_BASCHAR10PSTLZ
ORT01City ORT01_GPCHAR35TEXT35
ORT02District ORT02_BASCHAR35TEXT35
PSTL2PO Box postal code PSTL2_BASCHAR10PSTLZ
PFACHPO box PFACH_BASCHAR10PFACH
STRASHouse number and street STRAS_GPCHAR35TEXT35
STRS2House number and street STRAS_GPCHAR35TEXT35
HAUSNHouse number HAUSN_BASCHAR6CHAR6
STOCKFloor STOCKCHAR6STOCK
LAND1Country Key LAND1CHAR3T005LAND1LND
SORTLSort field SORTL_BASCHAR10CHAR10
SORT2Sort field SORT20CHAR20CHAR20
SPRASLanguage Key SPRASLANG1T002ISOLASPRASSPRH_T002
LZONETransportation zone to or from which the goods are delivered LZONECHAR10TZONEZONE
REGIOSTATE (State, Province, County) REGIOCHAR3T005SREGIO
PSTBZPost delivery district PSTBZCHAR15PSTBZ
TELF1Addresses: telephone no. TLFNRCHAR30TEXT30
FLAGCheckbox XFELDCHAR1XFELD
TELFXFax number TELFX_BASCHAR31TEXT31
FLAG2Checkbox XFELDCHAR1XFELD
TELTXTeletex number TELTXCHAR30TEXT30
FLAG3Checkbox XFELDCHAR1XFELD
TELX1Telex number TELX1CHAR30TEXT30
FLAG4Checkbox XFELDCHAR1XFELD
MAIADCheckbox XFELDCHAR1XFELD
MAILNAddresses: Document name OBJ_NAMCHAR12DOC_NAM
STDKODefault communications service STDKO_DCHAR1CHAR1
STDCOMAddresses: Communication type COM_ARTCHAR3COM_ART
DBNAMEAddresses: System ID SYM_DSTCHAR10CHAR10
KLASSEAddresses: class assigned to an address SO_KLASSECHAR18KLASSE
ANREKAddresses: Form of address key ANREKCHAR2ANREK
CRNAMAddresses: Created by CR_NAMCHAR12USERNAME
CRDATAddresses: Creation date CR_DATDATS8DATUM
CRTIMAddresses: Creation time CR_TIMTIMS6UZEIT
CHNAMAddresses: Changed by CH_NAMCHAR12USERNAME
CHDATAddresses: Change date CH_DATDATS8DATUM
CHTIMAddresses: Changed at CH_TIMTIMS6UZEIT
DUEFLStatus of data transfer into subsequent release DUEFL_BASCHAR1DUEFL_BAS
TXJCDTax Jurisdiction AD_TXJCDCHAR15AD_TXJCDTXJ
PFORTPO Box city PFORT_ADRSCHAR40TEXT40
TZONETime Zone TZNZONECHAR6TTZZTZNZONE
COUNTY_CODECounty code for county AD_CNTYNUMCHAR8Assigned to domainALPHACNTY_CODE
COUNTYCounty AD_COUNTYCHAR40TEXT40CLTCNTYNAME
TOWNSHIP_CODETownship code for Township AD_TWSHPNUMCHAR8Assigned to domainALPHATWSHP_CODE
TOWNSHIPTownship AD_TOWNSHIPCHAR40TEXT40CLTWSHPNAME
BUTXTName of Company Code or Company BUTXTCHAR25TEXT25
SLANDSending country for processing address SLANDCHAR3Assigned to domainLAND1
RECEIPTSFormatting exit for exchange receipts OIA_RECPTSNUMC3Assigned to domainGRPNO
ISSUESFormatting exit for exchange issues OIA_ISSUESNUMC3Assigned to domainGRPNO

Key field Non-key field



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

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

How to access SAP table ISOIL_ROIASM_EXG_STMNT_PDF

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